Commit Graph

49963 Commits

Author SHA1 Message Date
unkn0w7n 0396daa644 remove dead recipes
These recipes are based on RSS feeds that no longer work.
2024-09-28 11:15:56 +05:30
Kovid Goyal c4dfd28e8a Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-28 11:08:12 +05:30
unkn0w7n 1ab50ec0ea Update india_today.recipe 2024-09-28 10:59:44 +05:30
Kovid Goyal f0e42c3bf3 Fix a regression in previous release that broke copying of book to another library if the books author does not exist in the destination database. 2024-09-28 09:42:25 +05:30
Kovid Goyal 8d95d74355 string changes 2024-09-27 18:48:16 +05:30
Mickaël Rémond d796bb25f2 liberation recipe: Add missing space in date format 2024-09-27 14:51:59 +02:00
Kovid Goyal 6b6fcf6e5a Support headless voice download 2024-09-27 16:10:26 +05:30
Kovid Goyal 1a3be4662a Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-27 14:10:55 +05:30
unkn0w7n fa9ab403b8 Update scientific_american.recipe 2024-09-27 14:04:29 +05:30
Kovid Goyal 2f242b8c42 version 7.19.0 v7.19.0 2024-09-27 07:36:34 +05:30
Kovid Goyal 7561d4f4a0 ... 2024-09-26 20:18:02 +05:30
Kovid Goyal 558e0a7b5b Comic Input: Handle comics whose internal files have control codes in their filenames. Fixes #2081982 [Unicode in filename of a CBZ archive breaks due to passing it to LXML](https://bugs.launchpad.net/calibre/+bug/2081982) 2024-09-26 20:16:21 +05:30
Kovid Goyal 690d1ed518 Use bing cache in preference to wayback cache when using google to search 2024-09-26 14:11:03 +05:30
Kovid Goyal f07335f107 Function to get bing cached version of URL 2024-09-26 12:36:32 +05:30
Kovid Goyal df7344be33 Windows: Read Aloud: Fix an occasional crash when stopping read aloud when using the legacy windows TTS backend. Fixes #2080705 [Download read aloud api failed](https://bugs.launchpad.net/calibre/+bug/2080705) 2024-09-26 12:06:11 +05:30
Kovid Goyal c07c662a5a Read Aloud: Fix clicking in text to change what is being read causing tracking of currently read word to fail when using the legacy Windows TTS engine (winsapi)
See #2080705 (Download read aloud api failed)
2024-09-26 11:55:56 +05:30
Kovid Goyal 152af7ae51 EPUB3 metadata: Fix setting series number to zero not working. Fixes #2080701 [epubs export with series number changed from 0 to 1](https://bugs.launchpad.net/calibre/+bug/2080701) 2024-09-26 11:17:30 +05:30
Kovid Goyal 95014dffb1 ... 2024-09-26 10:39:52 +05:30
Kovid Goyal f7c4d8c02c Read aloud: Fix reading large numeric words causing text synchronization to fail when using some legacy TTS engines. Fixes #2080708 [Private bug](https://bugs.launchpad.net/calibre/+bug/2080708) 2024-09-26 10:11:40 +05:30
Kovid Goyal 035a3fcb2d Sigh, old python 2024-09-26 01:57:13 +05:30
Kovid Goyal 8f677800e6 PDF new engine: Improve header/footer detection 2024-09-25 23:19:20 +05:30
Kovid Goyal c4fd1200b6 pep8 2024-09-25 23:09:09 +05:30
Kovid Goyal 2443850acb Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-25 22:54:55 +05:30
Kovid Goyal 8c92e3e9b8 Merge branch 'master' of https://github.com/cbhaley/calibre 2024-09-25 22:54:04 +05:30
unkn0w7n c9b33177e1 ... 2024-09-25 22:46:13 +05:30
unkn0w7n 69ba1b60c2 change google feeds based recipes..
..to parse their front pages instead.
2024-09-25 22:43:18 +05:30
Charles Haley 5941de87a5 For icon rules and emblems, use the standard theme names for the icons. Generalize the naming so 1 or both of the icons can have themed names. 2024-09-25 16:16:39 +01:00
Charles Haley 1f5e9d0ac5 For column icons and grid view emblems, support icons for both light and dark themes. 2024-09-25 12:26:26 +01:00
Kovid Goyal 31be5f3708 ... 2024-09-25 16:50:51 +05:30
Kovid Goyal f455da8442 Merge branch 'master' of https://github.com/LAntoine/calibre 2024-09-25 16:26:09 +05:30
Kovid Goyal d5b0507998 I prefer middledot to grave to mark local links 2024-09-25 16:25:27 +05:30
Kovid Goyal f08750b33c Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-09-25 16:24:52 +05:30
LAntoine 1fc067b99d Fix Courrier International
Update RSS feeds
Add extra CSS
Ignore duplicate articles
2024-09-25 12:30:10 +02:00
unkn0w7n 9e0506aaad use accent char to identify...
..resolved internal links
2024-09-25 14:01:32 +05:30
unkn0w7n d793ed3647 Update New York Times (Web) 2024-09-25 13:56:47 +05:30
Kovid Goyal 1016e133ed Handle bing search occasionally linking to JS based wrapper page 2024-09-25 09:22:18 +05:30
Kovid Goyal b13307a960 Dont use google webcache as google has discontinued it 2024-09-25 08:21:45 +05:30
Kovid Goyal 4c3a1606f2 Make is_dark_theme() not raise an exception when no QApplication is constructed 2024-09-25 07:25:38 +05:30
Kovid Goyal a87958eacb Merge branch 'master' of https://github.com/cbhaley/calibre 2024-09-25 07:24:06 +05:30
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