Commit Graph

51155 Commits

Author SHA1 Message Date
Kovid Goyal 32c3ea445c Preload viewer conversion worker for a slight speedup on first open 2025-04-07 06:13:06 +05:30
Kovid Goyal 1a0a1a31bd DRYer 2025-04-07 05:43:00 +05:30
Kovid Goyal f418810755 Simplify arg passing 2025-04-07 05:32:51 +05:30
Kovid Goyal 42084e9c71 DRYer 2025-04-07 05:08:15 +05:30
Kovid Goyal 32f1e11253 Merge branch 'master' of https://github.com/cbhaley/calibre 2025-04-07 03:39:38 +05:30
Charles Haley 970f686943 Remove now-incorrect comment text. 2025-04-06 21:30:59 +01:00
Kovid Goyal 21b194559e ... 2025-04-06 21:06:53 +05:30
Kovid Goyal 78314795f4 Use keyword args in all container inits for consistency 2025-04-06 21:03:47 +05:30
Kovid Goyal 69adb0ae81 Make containers picklable 2025-04-06 20:54:55 +05:30
Kovid Goyal 9f9e3478ee Merge branch 'master' of https://github.com/unkn0w7n/calibre 2025-04-06 20:07:00 +05:30
unkn0w7n a0edf08944 ... 2025-04-06 18:15:14 +05:30
unkn0w7n 640236e09c Update The Hindu
fetch yesterdays paper by default
2025-04-06 18:13:46 +05:30
Kovid Goyal 25c7a4c871 E-book viewer: Speed up preparation of book on initial load on Unix platforms by using fork() to bypass the Python GIL
Have seen a 300% speedup for 400K word books.
2025-04-06 14:14:03 +05:30
Kovid Goyal 5d4f56d4fa Handle empty iterables 2025-04-06 14:05:32 +05:30
Kovid Goyal 85b107b128 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2025-04-06 14:02:09 +05:30
Kovid Goyal 7c5756c9d3 Fix derivation of batches in forked_map 2025-04-06 14:01:40 +05:30
unkn0w7n acf065e4cf Update barrons.recipe 2025-04-06 14:00:29 +05:30
Kovid Goyal e34681b159 Support for older python 2025-04-06 13:38:01 +05:30
Kovid Goyal 19c272633d A map implementation that uses os.fork() 2025-04-06 13:29:02 +05:30
Kovid Goyal 434009e46f Merge branch 'master' of https://github.com/unkn0w7n/calibre 2025-04-06 11:01:46 +05:30
unkn0w7n fd6d96ab82 Update barrons.recipe 2025-04-06 11:00:14 +05:30
Kovid Goyal 9ad7d1f63d string changes 2025-04-05 20:55:25 +05:30
Kovid Goyal 2be0d6a650 ... 2025-04-05 13:52:34 +05:30
Kovid Goyal 7373d2362a Fork to handle quicklook clients 2025-04-05 13:15:05 +05:30
Kovid Goyal 971ddd64e1 string changes 2025-04-05 13:06:20 +05:30
Kovid Goyal 2ebf2af44f More robust atexit worker close 2025-04-05 12:57:01 +05:30
Kovid Goyal 2ccec1c8e2 DRYer 2025-04-05 12:48:13 +05:30
Kovid Goyal d90d54528c Add a simple server for use in QuickLook like plugins 2025-04-05 12:42:23 +05:30
Kovid Goyal 0282410b15 Use a recursive lock for safe_atexit 2025-04-05 12:36:17 +05:30
Kovid Goyal d2154e66dc DRYer 2025-04-05 11:42:57 +05:30
Kovid Goyal 206307993c Actually fix the failing test 2025-04-05 11:40:31 +05:30
Kovid Goyal 69b689c9d0 Improve rapydscript test runner output 2025-04-05 11:33:42 +05:30
Kovid Goyal df69f96a92 Another try at fixing the failing test 2025-04-05 10:55:03 +05:30
Kovid Goyal 23187893ba Fix failing test 2025-04-05 10:38:04 +05:30
Kovid Goyal 3b95ee47ba ... 2025-04-05 10:35:22 +05:30
Kovid Goyal 4508e482a7 Document support for aP and Ap 2025-04-05 10:33:05 +05:30
Kovid Goyal a7c02a1fdf Add support for aP and Ap to python format_date as well 2025-04-05 10:29:19 +05:30
Kovid Goyal 75b513834a E-book viewer: Fix a regression in 8.0 that caused the clock to display an extra p after the time. Fixes #2106280 [extraneous letter 'p' in the clock](https://bugs.launchpad.net/calibre/+bug/2106280)
Apparently Qt has now started using Ap and aP as AM/PM formatters. Sigh.
2025-04-05 10:13:54 +05:30
Kovid Goyal 30b66dc452 Linux: Fix building with Qt 6.9 2025-04-05 02:59:58 +05:30
Kovid Goyal 1973cdb7d6 Kobo driver: Fix viewing of KEPUB files from the device view in calibre not working 2025-04-05 02:16:42 +05:30
Kovid Goyal 7008725bb8 Fix #2106252 [Updated recipe for Pagina12](https://bugs.launchpad.net/calibre/+bug/2106252) 2025-04-05 02:02:26 +05:30
Kovid Goyal 52cf1a1cc6 ... 2025-04-04 13:35:11 +05:30
Kovid Goyal b5a4c301da Bump version for book details click bug
I have been having a bad month.
v8.2.1
2025-04-04 11:11:08 +05:30
Kovid Goyal 538d4f81af Fix #2106205 [Calibre 8,2 show an Unhandled Exception when you try to open book filesd Nu](https://bugs.launchpad.net/calibre/+bug/2106205) 2025-04-04 11:08:38 +05:30
Kovid Goyal e002e5d511 Fix a couple of warnings from gettext v8.2.0 2025-04-04 08:25:50 +05:30
Kovid Goyal 77490c37e4 version 8.2.0 2025-04-04 08:17:34 +05:30
Kovid Goyal f42727f558 Fix #2106187 [Download of The Economist fails v8.1.1](https://bugs.launchpad.net/calibre/+bug/2106187) 2025-04-04 07:12:16 +05:30
Kovid Goyal 35a2a89941 Merge branch 'master' of https://github.com/unkn0w7n/calibre 2025-04-03 22:48:31 +05:30
unkn0w7n 940df3ed4b Update reuters.recipe 2025-04-03 22:38:18 +05:30
unkn0w7n a0e86f271b ... 2025-04-03 22:11:24 +05:30