Commit Graph

47617 Commits

Author SHA1 Message Date
Kovid Goyal 04dfdaf8cf Just use the main container for WSJ extraction 2023-09-16 12:53:59 +05:30
Kovid Goyal 14a315c4d2 ... 2023-09-16 10:59:58 +05:30
Kovid Goyal 7c8a20ac30 Support 7z archives in addition to ZIP and RAR. Fixes #2036266 [[Enhancement] support 7zip archives](https://bugs.launchpad.net/calibre/+bug/2036266) 2023-09-16 10:49:10 +05:30
Kovid Goyal 5507e42308 Linux/macOS: Force libmtp to handle the kindle Scribe with MTP firmware 2023-09-16 10:49:01 +05:30
Kovid Goyal 6ed414c1ca Update WSJ 2023-09-15 16:13:24 +05:30
Kovid Goyal c093659f84 Micro-optimization 2023-09-15 15:36:32 +05:30
Kovid Goyal d91dd6c39b PDF Output: Run dedup in multiple passes. This catches images that have identical duplicated soft masks that are different images 2023-09-15 14:17:22 +05:30
Kovid Goyal 93bec9e28b Handle plugin icon overrides in sub-folders 2023-09-15 14:15:51 +05:30
Kovid Goyal bfbb4f1c48 String representation of /Image for debugging 2023-09-15 11:35:35 +05:30
Kovid Goyal 46ad724b27 pep8 2023-09-15 11:21:15 +05:30
Kovid Goyal 06752c03cc Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-09-15 11:11:28 +05:30
Kovid Goyal fe29b9a34d Allow for-light/dark-theme icon overrides to work for plugin icons placed by the user in the override dir 2023-09-15 11:06:10 +05:30
unkn0w7n 1a068abc52 Update financial_times.recipe 2023-09-15 11:02:09 +05:30
unkn0w7n d6d34474d8 Update financial_times.recipe 2023-09-15 10:58:42 +05:30
Kovid Goyal c552076d91 Data files manager: Allow drag and drop of files onto the list fo files to add new files 2023-09-15 08:24:24 +05:30
Kovid Goyal 091ac659cd Also update SMask references 2023-09-14 21:56:29 +05:30
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