48151 Commits

Author SHA1 Message Date
Kovid Goyal
2c5490a061
PDF Output: Fix background image + text not rendering correctly if the same background image is used with different text multiple times. Fixes #2035338 [conversion from epub to pdf - all chapter titles are the same as the first chapter](https://bugs.launchpad.net/calibre/+bug/2035338)
Chromium renders this as the background image with a soft mask. The
background image is duplicated, however calibre's image dedup
cannot work as the softmask is part of the image dictionary and dedup
works by replacing references to the image dictionary.

There is a similar breakage which will happen if there are duplicated
soft masks as the dedup code does not currently update the softmask
references.
2023-09-14 21:25:35 +05:30
Kovid Goyal
f486e62714
... 2023-09-14 20:30:13 +05:30
Kovid Goyal
824c0dcb2f
Bump version of libwebp 2023-09-14 16:22:31 +05:30
Kovid Goyal
9dd074c70e
E-book viewer: Fix section titles in highlights panel being incorrectly expanded to full titles when the section has multiple highlights. Fixes #2034968 [Ebook-viewer: highlight header changes after adding a second highlight](https://bugs.launchpad.net/calibre/+bug/2034968)
They should only be expanded if there are multiple such section titles
not multiple highlights per section
2023-09-14 16:18:28 +05:30
Kovid Goyal
48e4322131
E-book viewer: Allow clearing list of recently opened books from the open button's popup menu itself. Fixes #2034760 [[Enhancement] E-book viewer: "Open e-book" toolbar button should have a "Clear recent list" item](https://bugs.launchpad.net/calibre/+bug/2034760) 2023-09-14 12:32:41 +05:30
Kovid Goyal
3b6e829d36
Fix #2034757 [[Enhancement] E-book viewer: search pane should have a context menu](https://bugs.launchpad.net/calibre/+bug/2034757) 2023-09-14 11:46:15 +05:30
Kovid Goyal
ad2f746c2c
E-book viewer: Add a clickable link to show the currently viewed book in the calibre library (Click Go to->Metadata in the viewer controls to access it). Fixes #2034905 [ebook-viewer enhancement: Show book in library](https://bugs.launchpad.net/calibre/+bug/2034905) 2023-09-14 11:14:00 +05:30
Kovid Goyal
ec7a9cdc47
Fix #2035015 [Data file Manager - Enter key inconsistency](https://bugs.launchpad.net/calibre/+bug/2035015) 2023-09-14 10:16:06 +05:30
Kovid Goyal
782eda6351
Bump setuptools as the previous version cant build mechanize 0.4.8 2023-09-13 20:03:52 +05:30
Kovid Goyal
aa9ea8f566
Bump the version of mechanize 2023-09-13 18:48:07 +05:30
Kovid Goyal
741f195e13
Also bump apsw
apsw now uses a compiled etension module as its __init__
so support that.
2023-09-13 18:44:07 +05:30
Kovid Goyal
71662297a1
Fix #2035215 ['abort' copy is too abrupt](https://bugs.launchpad.net/calibre/+bug/2035215) 2023-09-13 13:10:52 +05:30
Kovid Goyal
12d419ff41
Bump version of sqlite 2023-09-13 12:56:32 +05:30
Kovid Goyal
db8e9c8964
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-09-13 11:13:16 +05:30
unkn0w7n
9370fe3ba3 ... 2023-09-13 11:09:13 +05:30
unkn0w7n
24c41ab124 Hindu feeds based recipe 2023-09-13 11:07:27 +05:30
Kovid Goyal
c118d19e38
... 2023-09-12 22:16:21 +05:30
Kovid Goyal
97ecdad95e
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #2035039 [Quickview window opens in the background](https://bugs.launchpad.net/calibre/+bug/2035039)
2023-09-12 15:08:56 +05:30
Charles Haley
7738fb8105 Bug #2035039: Quickview window opens in the background 2023-09-12 10:05:11 +01:00
Kovid Goyal
2fe2e6b8bd
Merge branch 'master' of https://github.com/cbhaley/calibre 2023-09-12 07:58:11 +05:30
Charles Haley
4d1437fd90 Add the focus_to_booklist shortcut to quickview so that it works when qv is a window, not just when it is a pane. 2023-09-11 15:43:12 +01:00
Kovid Goyal
0b83d13fc9
Book information popup: Fix a regression that caused incorrect color for titles in dark mode. Fixes #2034999 [Text color of the Book details window is black in 6.26](https://bugs.launchpad.net/calibre/+bug/2034999) 2023-09-09 20:36:44 +05:30
Kovid Goyal
62dd8bd292
Merge branch 'master' of https://github.com/un-pogaz/calibre 2023-09-09 20:33:26 +05:30
un-pogaz
d1565ee98f fix inconsistency field type for default book 2023-09-09 15:59:52 +02:00
Kovid Goyal
7c406b5d01
Kobo driver: Support updated firmware. Fixes #2034954 [Database error on Kobo sice firmware 4.38.21908](https://bugs.launchpad.net/calibre/+bug/2034954) 2023-09-09 09:37:55 +05:30
Kovid Goyal
f8f6b47710
Nook driver: Add support for Nook Glowlight Plus 2023 2023-09-08 20:12:40 +05:30
Kovid Goyal
a62281dede
Australian Financial Review by unkn0wn 2023-09-08 20:09:47 +05:30
unkn0w7n
7f2d53d04a Australian Financial Review 2023-09-08 19:41:43 +05:30
Kovid Goyal
0d4b57722a
Fix #2034900 [Editor - Report: UnboundLocalError: local variable 'raw' referenced before assignment](https://bugs.launchpad.net/calibre/+bug/2034900) 2023-09-08 14:41:42 +05:30
Kovid Goyal
3f217c9cb9
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-09-08 12:02:20 +05:30
unkn0w7n
52c5fff326 Update usatoday.recipe
switch to google feeds
2023-09-08 11:17:27 +05:30
Kovid Goyal
cefabb23ba
version 6.26.0 v6.26.0 2023-09-08 08:43:16 +05:30
Kovid Goyal
0f7df0194a
also add shift+enter to search backwards 2023-09-07 09:32:29 +05:30
Kovid Goyal
245bae1a2d
... 2023-09-07 09:24:47 +05:30
Kovid Goyal
298c6fe3e0
E-book viewer: Fix clicking on links with empty destinations hanging the viewer. Fixes #2034404 [E-book viewer: error navigating calibre User Manual](https://bugs.launchpad.net/calibre/+bug/2034404) 2023-09-06 23:06:34 +05:30
Kovid Goyal
e01740cf8a
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-09-05 20:10:21 +05:30
unkn0w7n
bd8743266d
Merge branch 'kovidgoyal:master' into master 2023-09-05 20:00:22 +05:30
unkn0w7n
232ca77533 Update natgeomag.recipe
realized that the previous code was not fetching the latest issue.
2023-09-05 19:59:50 +05:30
Kovid Goyal
d145c8ce36
pep8 2023-09-05 18:29:49 +05:30
Kovid Goyal
c7c7b08633
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-09-05 18:29:22 +05:30
unkn0w7n
b72ebeb095 ... 2023-09-05 18:18:38 +05:30
unkn0w7n
dd9b8ba1c8 National Geographic 2023-09-05 17:44:55 +05:30
Kovid Goyal
7811058d20
E-book viewer: Fix displaying more than one page per screen causing page layout to be slightly wrong for some book. Fixes #2034075 [E-book viewer: Incorrect page layout when selecting 3 pages for landscape](https://bugs.launchpad.net/calibre/+bug/2034075) 2023-09-05 08:48:02 +05:30
Kovid Goyal
78dc836b9a
Fix #2034055 [[Enhancement] E-book viewer: Alt+f should toggle the "Fit image" checkbox](https://bugs.launchpad.net/calibre/+bug/2034055) 2023-09-04 21:48:17 +05:30
Kovid Goyal
fa0073ea45
apply_highlight() should not leave stale keys in annot_id_uuid_map 2023-09-04 11:58:06 +05:30
Kovid Goyal
1e33d28d3e
Fix clearing of annot_id_uuid_map 2023-09-04 11:31:07 +05:30
Kovid Goyal
2774379f06
... 2023-09-04 11:22:35 +05:30
Kovid Goyal
d75c0ff652
A couple more places that should take into account that there can be multiple annot_ids pointing to an annot uuid in annot_id_uuid_map 2023-09-04 09:18:22 +05:30
Kovid Goyal
8828bc0e61
E-book viewer: Fix modifying, then jumping to and then modifying the highlight again from the highlights panel causing the highlight to be deleted. Fixes #2033981 [E-book viewer: highlights get unexpectedly deleted](https://bugs.launchpad.net/calibre/+bug/2033981) 2023-09-04 08:58:10 +05:30
Kovid Goyal
6c7fff344b
... 2023-09-03 18:01:29 +05:30