49724 Commits

Author SHA1 Message Date
Charles Haley
b75f65a8b6 Use the builtin is_dark_theme() method 2024-09-24 22:10:28 +01:00
Charles Haley
903f08d50b Add is_dark_mode() template function 2024-09-24 19:27:57 +01:00
Kovid Goyal
f797b89ca8
Add a class to nuked tags so they can have styling applied via extra_css 2024-09-24 19:58:24 +05:30
Kovid Goyal
f98ca5af81
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-24 19:27:29 +05:30
unkn0w7n
4fc5d3b30f Update NYT Book Review 2024-09-24 19:22:24 +05:30
Kovid Goyal
41c1efff19
Fix images not working in Le Monde 2024-09-24 15:15:35 +05:30
Kovid Goyal
e6ee7d15d3
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-24 10:10:20 +05:30
unkn0w7n
d9b9f1baee remove dead recipes
These recipes are based on RSS feeds that no longer work.
2024-09-24 09:57:29 +05:30
Kovid Goyal
893ebb0457
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-23 08:05:42 +05:30
Kovid Goyal
ad9a66cc1e
Fix #2445 (Fix bug in new get_item_id() db lookup. Names in the authors table …) 2024-09-23 08:00:54 +05:30
unkn0w7n
0a94f5c763 ... 2024-09-22 22:31:16 +05:30
unkn0w7n
741893dd26 Update tls_mag.recipe
book details
2024-09-22 21:58:35 +05:30
Kovid Goyal
8c433aaba5
flake8 correction 2024-09-22 21:35:12 +05:30
Kovid Goyal
b059f940a8
Bump module_version in nytimes live parser 2024-09-22 21:34:10 +05:30
Kovid Goyal
bea3a726f2
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-22 21:34:00 +05:30
unkn0w7n
bfd6280c49 ... 2024-09-22 18:52:49 +05:30
unkn0w7n
b844da69d4 ... 2024-09-22 18:39:22 +05:30
unkn0w7n
7980be7dd5 Update nytimes.py 2024-09-22 18:26:05 +05:30
unkn0w7n
764948ab37
remove dead recipes
These recipes are based on RSS feeds that no longer work.
2024-09-22 13:19:20 +05:30
Kovid Goyal
ab383122cd
... 2024-09-22 06:54:24 +05:30
Kovid Goyal
3d42346940
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-21 13:08:36 +05:30
unkn0w7n
bbb62ea633 ... 2024-09-21 10:52:16 +05:30
unkn0w7n
fb9b0c56a5 Update nytfeeds.recipe 2024-09-21 10:49:10 +05:30
Kovid Goyal
6c2df51d36
Fix cover not being read when auto adding books 2024-09-21 07:36:11 +05:30
Kovid Goyal
00ddbdb159
... 2024-09-20 20:42:02 +05:30
Kovid Goyal
a7d449ff9f
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-20 20:36:07 +05:30
Kovid Goyal
910481baf1
string changes 2024-09-20 20:35:21 +05:30
unkn0w7n
04a1c5e03e remove dead recipes
These recipes are based on RSS feeds that no longer work.
2024-09-20 17:54:16 +05:30
unkn0w7n
f040e70824 Update tls_mag.recipe 2024-09-20 17:53:18 +05:30
Kovid Goyal
18501b9108
... 2024-09-20 11:26:33 +05:30
Kovid Goyal
f8f3c8c685
Put back substitute_entites in chardet.py as it is used by some third plarty plugins 2024-09-20 10:39:51 +05:30
Kovid Goyal
b5d2eb3ea9
Bump version for preview release 2024-09-20 07:25:29 +05:30
Kovid Goyal
d99258df9f
pep8 2024-09-20 07:25:05 +05:30
Kovid Goyal
5588a70ef8
Kobo driver: Add some USB ids that Kobo say they will be using in the future
It will be nice if they give their distinct product lines unique ids.
Fixes #2081193 [Kobo / Tolino usb ids](https://bugs.launchpad.net/calibre/+bug/2081193)
2024-09-19 21:57:35 +05:30
Kovid Goyal
85a4914709
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-19 18:53:30 +05:30
unkn0w7n
192abda383 remove dead recipes
These recipes are based on RSS feeds that no longer work.
2024-09-19 18:43:53 +05:30
Kovid Goyal
2153632fe4
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-19 09:24:32 +05:30
unkn0w7n
62bf0ab006 Update SciAm 2024-09-19 09:18:58 +05:30
Kovid Goyal
2637cbfb5d
Use CPU core num of worker threads in server rendering as well
Also, fix some generated files like titlepage.html not being processed
because list of names to work was generated too early.
2024-09-18 22:37:22 +05:30
Kovid Goyal
4e43dd975f
Fix build with asan 2024-09-18 22:09:21 +05:30
Kovid Goyal
6534a2b092
Debug code 2024-09-18 22:07:47 +05:30
Charles Haley
cea3db20c2
Enhancement #2079784: Save the main window geometry when saving a layout. 2024-09-18 21:47:21 +05:30
Kovid Goyal
3d19fb01be
Switch to threaded worker for book render
Now that almost all code runs in C and releases the GIL these perform
much better. Cuts the time of first render for a 400K word book on my system
by half from 1.9 to 0.9 seconds.
2024-09-18 21:46:57 +05:30
Kovid Goyal
cb07b649f2
Fix #2081067 [Error opening books](https://bugs.launchpad.net/calibre/+bug/2081067) 2024-09-18 19:24:35 +05:30
Kovid Goyal
3e31324312
... 2024-09-18 15:49:15 +05:30
Kovid Goyal
07037ddeb3
Speedup counting of chars in tags 2024-09-18 15:47:06 +05:30
Kovid Goyal
df6e5863ec
Use monotonic_ns 2024-09-18 12:18:16 +05:30
Kovid Goyal
685fc41ce8
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-18 11:54:22 +05:30
unkn0w7n
24fb0356c1 Update nytfeeds.recipe
add more feeds, skip video links.
2024-09-18 11:50:05 +05:30
Kovid Goyal
fc23985960
... 2024-09-18 11:33:48 +05:30