47173 Commits

Author SHA1 Message Date
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
Kovid Goyal
c726b61dcc
version 6.18.0 v6.18.0 2023-05-26 06:44:58 +05:30
Kovid Goyal
ac214da709
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-05-26 06:37:43 +05:30
unkn0w7n
2670f912c1 ... 2023-05-25 22:48:14 +05:30
Kovid Goyal
d3ab390c8e
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-05-25 11:29:50 +05:30
unkn0w7n
9edf0308bb ... 2023-05-25 10:07:54 +05:30
unkn0w7n
74020eb2ff
Merge branch 'kovidgoyal:master' into master 2023-05-25 10:05:45 +05:30
Kovid Goyal
fd207da67c
Fix use of _ as local variable and gettext in same scope 2023-05-25 08:33:02 +05:30
Kovid Goyal
b7795f989e
Fix invocation of ruff since its CLI has changed 2023-05-25 08:32:41 +05:30
Kovid Goyal
db74bfa41e
A more convenient way to build against a custom podofo 0.10 2023-05-25 08:12:14 +05:30
Kovid Goyal
2eebd8b561
... 2023-05-25 07:22:45 +05:30
unkn0w7n
7ec739064f ... 2023-05-24 22:10:07 +05:30
Kovid Goyal
25c935568c
Tag browser: Fix using F2 to edit items not allowing completion
Also fixes incorrect completion data when using F2 after using rename on
an item from another category.

Rather than setting the completion data in the context menu handler,
load it when actually creating the editor.
2023-05-24 12:15:55 +05:30
Kovid Goyal
7367f0f4cf
Merge branch 'save_alternate_cover-typo-fix' of https://github.com/chocolatechipcats/calibre 2023-05-24 11:05:50 +05:30
chocolatechipcats
85ff696f22 Update single_download.py
Removing an extraneous word
2023-05-24 02:19:19 -03:00
Kovid Goyal
4ecd1a2b7d
Cover download: Allowing saving alternate covers to disk or in the book's data folder. Fixes #2020603 [[Enhancement] Cover Image Downloader: Save cover to disk/data folder](https://bugs.launchpad.net/calibre/+bug/2020603) 2023-05-24 08:23:22 +05:30
Kovid Goyal
924ba7adfe
Content server: Allow disabling full text search via the web interface. Fixes #2020237 [[content server] Disable fulltext search activation via web interface](https://bugs.launchpad.net/calibre/+bug/2020237) 2023-05-23 17:55:51 +05:30
Kovid Goyal
9bfcd7c3bd
... 2023-05-23 07:10:57 +05:30