Kovid Goyal
289039b829
PDF Output: Fix using column-count for body causing conversion to fail when header/footer is specified
2023-06-07 17:03:27 +05:30
Kovid Goyal
e20e7f1d51
...
2023-06-06 15:08:26 +05:30
Kovid Goyal
c3da25d112
Use delete on close semantics on windows for cleanup post copy
2023-06-06 13:24:21 +05:30
Kovid Goyal
c2e9a78ddf
Windows: Make moving files in the calibre library folder more robust
...
Now even folders are opened and locked at the start of the operation not
just files. Also folders have their attributes reset to normal in case
they are marked readonly, not just files.
2023-06-06 11:39:58 +05:30
Kovid Goyal
b725d7feb6
Move deletion of source files into context handler
2023-06-06 10:47:31 +05:30
Kovid Goyal
c895bb59ce
Fix #2022847 [ValueError]( https://bugs.launchpad.net/calibre/+bug/2022847 )
2023-06-04 18:53:11 +05:30
Kovid Goyal
1317d39592
remove not working recipe
2023-06-04 11:37:11 +05:30
Kovid Goyal
30095ac195
Merge branch 'prospectmaguk_free' of https://github.com/ping/calibre
2023-06-04 11:36:29 +05:30
ping
41e23a8b0c
Add Prospect Magazine UK (Free) recipe
2023-06-04 12:05:34 +08:00
Kovid Goyal
93f60a674d
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2023-06-04 08:50:02 +05:30
unkn0w7n
77add5a7b2
removing defunct recipes.
2023-06-03 19:46:30 +05:30
Kovid Goyal
7be68fceba
Also ensure there are no overreads on the input data
2023-06-01 14:07:52 +05:30
Kovid Goyal
eb80c90221
Ensure palmdoc decompress does nto write out of bounds. Fixes #2022035 [Private bug]( https://bugs.launchpad.net/calibre/+bug/2022035 )
2023-06-01 14:00:28 +05:30
Kovid Goyal
b454da1636
Merge branch 'master' of https://github.com/cbhaley/calibre
2023-06-01 05:24:17 +05:30
Charles Haley
7ec6bc2167
Instead of returning the empty string, make advanced template search return a search with no comparison value so the user will see the error messages.
2023-05-31 19:14:18 +01:00
Kovid Goyal
c5d4ece489
E-book viewer: Ensure CSS stylesheets are interpreted as UTF-8. Fixes #2021554 [The E-book viewer displays a CSS inserted em dash as an encoding error]( https://bugs.launchpad.net/calibre/+bug/2021554 )
2023-05-30 20:43:44 +05:30
Kovid Goyal
bb3bb53270
string changes
2023-05-30 19:35:12 +05:30
Kovid Goyal
034fc140d6
Fix #2021517 [Foreign Affairs News does not download]( https://bugs.launchpad.net/calibre/+bug/2021517 )
2023-05-29 22:02:41 +05:30
Kovid Goyal
1e16f53631
CHM Input: Fix a regression in the previous release that broke conversion of CHM files. Fixes #2021413 [chm->pdf conversion german umlauts TOC problem]( https://bugs.launchpad.net/calibre/+bug/2021413 )
2023-05-29 19:36:51 +05:30
Kovid Goyal
a4e68799ae
Add a comment explaining the need for current_text
v6.19.1
2023-05-29 13:50:48 +05:30
Kovid Goyal
1b6fc0668d
version 6.19.1
2023-05-29 13:48:01 +05:30
Kovid Goyal
c05013c260
Fix #2021452 [Can't Open Metadata Edit Window]( https://bugs.launchpad.net/calibre/+bug/2021452 )
2023-05-29 13:31:53 +05:30
Kovid Goyal
5519a2264c
version 6.19.0
v6.19.0
2023-05-29 11:10:41 +05:30
Kovid Goyal
83a1fef4d6
Allow customizing the html to zip plugin to add resources outside the html root folder
2023-05-29 10:41:53 +05:30
Kovid Goyal
3d96e98528
Switch to storing HTML to ZIP customization as JSON for easy expansion in the future
2023-05-29 10:23:59 +05:30
Kovid Goyal
c323aeb698
Make the fixed size of the Polish dialog a lower bound with its sizeHint()
2023-05-29 07:59:05 +05:30
Kovid Goyal
737a7ceeb8
Fix failing test on windows
...
When checking for path inside directory we need to use long path names
as the dir path and abspath can use different types of names: short vs.
long.
2023-05-28 21:05:18 +05:30
Kovid Goyal
7444f22e49
Fix polish test: now need option to allow local files from outside root when building the test book
2023-05-28 15:47:46 +05:30
Kovid Goyal
9ec1f0820a
Some changes to the amazon.de site markup
2023-05-28 15:42:51 +05:30
Kovid Goyal
71547e8a11
Also restrict resources to root dir for txt input
2023-05-28 15:20:58 +05:30
Kovid Goyal
d296547799
Merge branch 'texts-delegates' of https://github.com/un-pogaz/calibre
2023-05-28 15:12:30 +05:30
un-pogaz
d9099743d9
group setEditorData() in a shared class for Texts
2023-05-28 10:47:06 +02:00
Kovid Goyal
bbbddd2bf4
HTML Input: Dont add resources that exist outside the folder hierarchy rooted at the parent folder of the input HTML file by default
2023-05-28 14:03:15 +05:30
Kovid Goyal
7bde308bd6
Forgot to fix TextDelegate
2023-05-28 13:21:22 +05:30
Kovid Goyal
3f32a66c32
Fix #2021367 [Edit cell not longer select all content]( https://bugs.launchpad.net/calibre/+bug/2021367 )
2023-05-28 12:43:29 +05:30
Kovid Goyal
340daa300c
...
2023-05-28 09:37:30 +05:30
Kovid Goyal
e5786ef652
PDF Output: Set /Creator and /Producer in /Info
2023-05-28 09:36:36 +05:30
Kovid Goyal
00681544d8
PDF Output: Fix regression in previous release causing non-ascii entries to be incorrectly encoded into the PDF bookmarks
2023-05-28 09:27:03 +05:30
Kovid Goyal
59503c21dc
PDF Output: Fix regression in previous release that caused blank pages when generating headers or footers
...
Needed to prepend the header/footer content stream to the page content
stream. Appending only worked with Qt >= 6.5 which is what is present on
my dev machine, so didnt catch it. Before 6.5, when drawing header
footers chromium does not occlude the body area even though nothing is
drawn there, thus prepending is required.
2023-05-28 09:07:57 +05:30
Kovid Goyal
ba2ccd0e72
Fix #2021406 [Preferences: Odd tooltip spacing]( https://bugs.launchpad.net/calibre/+bug/2021406 )
2023-05-28 06:10:40 +05:30
Kovid Goyal
df2e645f80
Merge branch 'master' of https://github.com/cbhaley/calibre
...
Fixes #2020906 [Manage Author Row Height Altered When Category Editor is Blank](https://bugs.launchpad.net/calibre/+bug/2020906 )
2023-05-27 08:51:13 +05:30
Charles Haley
1a9ad23b0d
Bug #2020906 : Manage Author Row Height Altered When Category Editor is Blank
2023-05-26 21:38:38 +01:00
Kovid Goyal
0625df37d1
Merge branch 'bookdetail-multiline-path' of https://github.com/un-pogaz/calibre
2023-05-26 20:41:44 +05:30
Kovid Goyal
8a8e2ed8de
version 6.18.1
v6.18.1
2023-05-26 17:35:10 +05:30
Kovid Goyal
59ba5f8d1b
Fix #2020855 [Error while saving book]( https://bugs.launchpad.net/calibre/+bug/2020855 )
2023-05-26 17:28:58 +05:30
Kovid Goyal
31629d5964
...
2023-05-26 15:51:39 +05:30
Kovid Goyal
a4464ef292
Fix #2020854 [local variable 'd' referenced before assignment calibre 6.18]( https://bugs.launchpad.net/calibre/+bug/2020854 )
2023-05-26 15:44:55 +05:30
un-pogaz
23e4bda46c
Path field can be display on multiline
2023-05-26 10:49:20 +02:00
Kovid Goyal
dab71f54e3
Fix the soname used to bundle libpodofo on Linux. Fixes #2020842 [converting epub to pdf fails with error "ImportError: libpodofo.so.1: cannot open shared object file: No such file or directory"]( https://bugs.launchpad.net/calibre/+bug/2020842 )
2023-05-26 11:50:01 +05:30
Kovid Goyal
b120cc9c03
Harmonize selectall behavior for delegated editors in the book list with other places these editors are used
...
By not having special selectAll behavior in the book list we can control
this system wide by changing the widget's initial selectall behavior
centrally.
2023-05-26 11:49:08 +05:30