Kovid Goyal
3cb79bdc1d
Fix #2072482 [[Conversion] cover.jpg vs cover.jpeg]( https://bugs.launchpad.net/calibre/+bug/2072482 )
2024-07-08 20:29:46 +05:30
Kovid Goyal
fbe729de13
Clarify that the ligatures option applies to unicode not CSS ligatures
2024-07-08 20:18:39 +05:30
Kovid Goyal
39776ab381
...
2024-07-08 19:26:17 +05:30
Kovid Goyal
33397de45e
Merge branch 'master' of https://github.com/cbhaley/calibre
2024-07-08 19:23:07 +05:30
Charles Haley
cce786ca21
In the Tag Mapper, add the loaded ruleset name to the title bar.
2024-07-08 12:59:51 +01:00
Kovid Goyal
823ffb7f91
...
2024-07-08 10:24:19 +05:30
Kovid Goyal
be0dc294a2
Book details: When dropping files add an option to add them to the book as data files. Fixes #2072442 [[Enhancement] New option when dropping file onto Book Details]( https://bugs.launchpad.net/calibre/+bug/2072442 )
2024-07-08 10:19:13 +05:30
Kovid Goyal
decbb7edd2
Merge branch 'master' of https://github.com/cbhaley/calibre
2024-07-08 05:18:52 +05:30
Kovid Goyal
9506ced214
...
2024-07-08 05:17:47 +05:30
Charles Haley
d3e8e19fc6
Make the template tester available by right-clicking in a template text box use metadata from selected books if possible.
2024-07-07 18:11:04 +01:00
Kovid Goyal
be305e596f
pep8
2024-07-07 19:50:44 +05:30
Kovid Goyal
03c537a8dc
Merge branch 'master' of https://github.com/cbhaley/calibre
2024-07-07 19:50:05 +05:30
Charles Haley
3ad87ecc29
Add an option to the Kobo driver to force the SeriesID for all books in a series to have the same value.
...
See https://www.mobileread.com/forums/showthread.php?t=362258
2024-07-07 10:54:58 +01:00
Kovid Goyal
683e354b0d
Fix #2072412 [Ebook-viewer: Progress value should not be truncated]( https://bugs.launchpad.net/calibre/+bug/2072412 )
2024-07-07 13:21:44 +05:30
Kovid Goyal
4175ef18ad
HTMLZ output: Make renaming of image files happen in filename order. Fixes #2072405 [EPUB to HTMLZ Converion Image Order Issue]( https://bugs.launchpad.net/calibre/+bug/2072405 )
2024-07-07 12:53:09 +05:30
Kovid Goyal
eebbbf4782
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2024-07-07 10:48:51 +05:30
unkn0w7n
f6656e96f4
Ancient Egypt Magazine
2024-07-07 10:32:05 +05:30
unkn0w7n
17b6b6ad5e
Minerva Magazine
2024-07-07 10:30:54 +05:30
unkn0w7n
ac089c444d
World Archaeology Magazine
2024-07-07 10:23:25 +05:30
Kovid Goyal
6ee2fcf661
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2024-07-07 10:09:43 +05:30
unkn0w7n
9136b9c1d7
Military History Magazine
2024-07-07 09:59:40 +05:30
Kovid Goyal
db6f3c8d6b
...
2024-07-06 16:55:34 +05:30
Kovid Goyal
bdec6576d0
Fix #2330 (Fix regexp escape sequence syntax warning)
2024-07-06 16:46:15 +05:30
Kovid Goyal
532f8c1e1e
Merge branch 'xdg-keywords' of https://github.com/qykth-git/calibre
2024-07-06 16:41:25 +05:30
Kovid Goyal
d8a8dd46a9
MTP driver: Fix infinite loop when connecting to some devices with more 65K objects in their filesystem. Fixes #2072384 [Calibre consumes all memory then crashes when connecting an MTP device]( https://bugs.launchpad.net/calibre/+bug/2072384 )
2024-07-06 16:40:05 +05:30
YOKOTA Hiroshi
6ce6056f02
Add keywords to desktop application entry file
...
Add "Keywords" to desktop entry file.
It helps desktop application search.
2024-07-06 19:12:06 +09:00
Kovid Goyal
802453a7ec
No need to store all_storage_ids on file objects
2024-07-06 13:01:12 +05:30
Kovid Goyal
c9ce5883c7
...
2024-07-06 12:59:35 +05:30
Kovid Goyal
2bb2573ff8
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2024-07-06 11:31:40 +05:30
unkn0w7n
dd684bc70a
Update MIT Tech Review
2024-07-06 10:35:00 +05:30
unkn0w7n
4565069f61
Update guardian.recipe
2024-07-06 10:29:29 +05:30
Kovid Goyal
d01c4c03ac
typo caused disabling merge confirmation dialog to not work
2024-07-06 07:20:24 +05:30
Kovid Goyal
ce76309d84
Bump version for preview release
2024-07-05 10:14:18 +05:30
Kovid Goyal
9f10c93890
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2024-06-30 16:12:41 +05:30
unkn0w7n
4cbf2bc25b
Update liberation.recipe
2024-06-30 16:08:26 +05:30
Kovid Goyal
e00e213ba5
pep8
2024-06-30 11:49:14 +05:30
Kovid Goyal
13f9c072d2
Changing locale in a multithreaded program is unsafe after startup
...
If you need to format french day/month names, simple use an array
with predefined names and lookup by index. In any case, the fr locale
may not actually be available on user systems.
2024-06-30 11:44:37 +05:30
Kovid Goyal
7eb17c1cd5
Edit book: A new action to toggle line wrapping mode in all code editors. Can be assigned via Preferences->Keyboard shortcuts->Global actions
...
or added to the toolbar via Preferences->Toolbars->Book wide actions
2024-06-30 11:31:11 +05:30
Kovid Goyal
de55056f20
Fix shortcut editing widget when Qt is using a theme that inserts accelerators into push button labels automatically
2024-06-30 11:21:56 +05:30
Kovid Goyal
30decaadeb
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2024-06-30 07:16:42 +05:30
unkn0w7n
99e3d5b286
Update liberation.recipe
2024-06-29 19:32:58 +05:30
Kovid Goyal
f43921893b
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2024-06-29 12:56:38 +05:30
unkn0w7n
6cd613bd75
Update The Times and Sunday Times
2024-06-29 12:47:59 +05:30
Kovid Goyal
9b30e74733
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2024-06-29 12:20:30 +05:30
unkn0w7n
59f697c0d5
Update Bloomberg Businessweek
2024-06-29 12:15:18 +05:30
Kovid Goyal
d52da5b931
Fix #2071458 [calibre 7.13 merge+delete does not work]( https://bugs.launchpad.net/calibre/+bug/2071458 )
2024-06-28 19:11:42 +05:30
Kovid Goyal
c6f23c35dc
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2024-06-28 11:32:17 +05:30
unkn0w7n
f01f46f7cd
Create wsj_mag.png
2024-06-28 11:28:44 +05:30
Kovid Goyal
11e3d27768
Merge branch 'master' of https://github.com/unkn0w7n/calibre
2024-06-28 10:43:38 +05:30
unkn0w7n
7e8d6a6403
Update TLS
...
fix for older issues.
2024-06-28 10:40:38 +05:30