48320 Commits

Author SHA1 Message Date
Kovid Goyal
337bbb3c90
... 2023-10-17 09:05:15 +05:30
Kovid Goyal
2b5b161379
E-book viewer: Fix a regression that could cause the viewer to enter an infinite loop when displaying the result of a search that has only one match that is not found. Fixes #2038747 [Private bug](https://bugs.launchpad.net/calibre/+bug/2038747) 2023-10-17 09:02:56 +05:30
Kovid Goyal
3efaad9553
Yet another workaround for broken getBoundingClientRect. Fixes #2038672 [E-book viewer: clicking on a ToC item jumps to an incorrect position](https://bugs.launchpad.net/calibre/+bug/2038672)
Use a range to ge tthe rect instead more efficient than our offset based
JS function.
2023-10-17 08:01:28 +05:30
Kovid Goyal
33d9e13cd9
... 2023-10-17 07:20:33 +05:30
Kovid Goyal
79db6e1f75
TXTZ Output plugin: Only keep images if the text format is one that can reference images. Fixes #2039474 [Images should not be saved when converting to TXTZ](https://bugs.launchpad.net/calibre/+bug/2039474) 2023-10-17 05:24:18 +05:30
Kovid Goyal
c86de09698
TXTZ Output: Fix cover not being properly identified in the generated TXTZ metadata. Fixes #2038848 [Ebook-viewer: book cover for a TXTZ file is not shown](https://bugs.launchpad.net/calibre/+bug/2038848) 2023-10-16 20:18:47 +05:30
Kovid Goyal
4b720c416a
FB2 Input: Fix the "Annotations" section not showing up in the Table of Contents. Fixes #2038575 [A ToC item is lost when converting from FB2 to EPUB](https://bugs.launchpad.net/calibre/+bug/2038575) 2023-10-16 19:45:58 +05:30
Kovid Goyal
b9385fb982
Fix #2038961 [E-book viewer: two cover pages for an AZW3 book](https://bugs.launchpad.net/calibre/+bug/2038961) 2023-10-16 18:44:10 +05:30
Kovid Goyal
ac0ae71ae8
E-book viewer: Add a command line flag --new-instance to force the viewer to open a new window even if the option to always use a single viewer window is set. Fixes #2038760 [Enhancement Request: Parameter to open second instance of viewer](https://bugs.launchpad.net/calibre/+bug/2038760) 2023-10-16 18:04:30 +05:30
Kovid Goyal
9d3fdf2214
Annotations browser: Fix exporting highlights in markdown not including all chapter titles for books with only a single highlight per chapter or a multi level ToC. Fixes #2039336 [Annotation export to markdown fails to include chapter titles](https://bugs.launchpad.net/calibre/+bug/2039336) 2023-10-16 16:53:06 +05:30
Kovid Goyal
c7948acdc1
Update 1843 2023-10-16 16:21:10 +05:30
Kovid Goyal
32d80a0cfe
Have initialize_socket() set socket_was_preactivated always 2023-10-16 14:04:08 +05:30
Kovid Goyal
77f303179c
Linux: Content server: Do not call listen on pre-activated sockets
Fixes #2039395 [Don't call listen() for systemd-allocated sockets](https://bugs.launchpad.net/calibre/+bug/2039395)
Fixes #2069 (calibre-server: don't call listen() on pre-allocated sockets)
2023-10-16 14:01:21 +05:30
Kovid Goyal
347b911b8d
Allow using get_obfuscated-article without using temp files 2023-10-16 11:25:40 +05:30
Kovid Goyal
41e9ac0840
Cleanup simple scraper overseers after recipe download in case any were used by the recipe 2023-10-16 11:24:32 +05:30
Kovid Goyal
62421a6424
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-10-16 08:05:33 +05:30
unkn0w7n
bb58d98eea ... 2023-10-16 08:00:18 +05:30
unkn0w7n
1b8872aae9 Project Syndicate recipe 2023-10-15 23:17:18 +05:30
Kovid Goyal
5a7e02afb4
Change order of cmake directives to fix warning from cmake 2023-10-15 20:31:17 +05:30
Kovid Goyal
5cd0bdc115
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-10-15 17:54:55 +05:30
unkn0w7n
5ca71f1fe8 Update financial_times.recipe 2023-10-15 15:30:32 +05:30
Kovid Goyal
7ef143e19d
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-10-15 15:16:35 +05:30
unkn0w7n
46f0877f7e Update spectator_magazine.recipe 2023-10-15 15:10:35 +05:30
Kovid Goyal
36e08bd767
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-10-15 13:31:34 +05:30
unkn0w7n
6fdacb38fc Update spectator_magazine.recipe 2023-10-15 12:45:48 +05:30
Kovid Goyal
88fbe7424e
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-10-14 11:46:05 +05:30
unkn0w7n
0841f08d22 Newslaundry recipe 2023-10-14 11:05:10 +05:30
Kovid Goyal
16a6fcd15e
Keep old author of recipe as per request 2023-10-13 20:22:37 +05:30
Kovid Goyal
3f5016efe1
Merge branch 'el_diplo' of https://github.com/tdido/calibre 2023-10-13 20:22:22 +05:30
Tomás Di Domenico
99ebf08436 Update recipe for El Diplo 2023-10-13 16:20:40 +02:00
Kovid Goyal
9dd272e12f
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-10-13 11:35:28 +05:30
unkn0w7n
c59cdc2963 Update reuters.recipe
images too large.
2023-10-13 11:31:14 +05:30
Kovid Goyal
ac7957941f
Use immutable objects for hierarchical_categories for better performance 2023-10-12 08:12:20 +05:30
Kovid Goyal
505b11010e
Merge branch 'master' of https://github.com/cbhaley/calibre 2023-10-12 08:08:33 +05:30
Charles Haley
7f5be63f25 Forgot to update the default value after changing to using sets 2023-10-11 18:37:58 +01:00
Charles Haley
a25d08e268 Fix sort order of similarly-named hierarchical categories.
See https://www.mobileread.com/forums/showthread.php?t=356598
2023-10-11 18:34:53 +01:00
Kovid Goyal
fb3d163796
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-10-11 21:41:29 +05:30
unkn0w7n
3748d47faf Scroll.in recipe 2023-10-11 21:37:59 +05:30
Kovid Goyal
ac0e00e60b
E-book viewer: Image popup: Add a checkbox to remember the last used zoom level. Fixes #2038862 [[Enhancement] E-book viewer: options for a better comic book reading experience](https://bugs.launchpad.net/calibre/+bug/2038862) 2023-10-10 20:39:09 +05:30
Kovid Goyal
ff7e9006b1
... 2023-10-10 06:29:41 +05:30
Kovid Goyal
9bce31229d
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2023-10-10 04:37:37 +05:30
unkn0w7n
45ac17216c ... 2023-10-09 22:56:03 +05:30
unkn0w7n
5b624b2051 NatGeo 2023-10-09 22:37:12 +05:30
unkn0w7n
6d1846abe7 Update wash_post.recipe 2023-10-09 22:32:20 +05:30
unkn0w7n
b22c7fddf8 update Washington Post Print 2023-10-09 22:27:17 +05:30
Kovid Goyal
c4c2575096
... 2023-10-09 21:02:46 +05:30
Kovid Goyal
97825e0467
Fix a regression that broke reading of covers from HTMLZ and TXTZ files. Fixes #2038778 [Book cover is not shown after converting from FB2 to HTMLZ](https://bugs.launchpad.net/calibre/+bug/2038778) 2023-10-09 20:58:05 +05:30
Kovid Goyal
f70c8e3d6b
Fix another compiler warning about an unused variable 2023-10-08 08:49:13 +05:30
Kovid Goyal
664e620fab
Fix a bunch of compiler warnings
Caused by ancient (K&R?) syntax
2023-10-08 08:42:01 +05:30
Kovid Goyal
3fa26cc7b7
Merge branch 'fix-stl-post-dispatch' of https://github.com/wbradley93/calibre 2023-10-08 07:26:03 +05:30