50737 Commits

Author SHA1 Message Date
Kovid Goyal
bdb77a370f
version 7.23.0 v7.23.0 2024-12-20 08:02:10 +05:30
Kovid Goyal
65042801a1
... 2024-12-20 08:01:49 +05:30
Kovid Goyal
e622ee00e2
Le Canard Enchaine by Kabonix 2024-12-20 07:58:37 +05:30
Kovid Goyal
aaac047c0e
Fix #2581 (Fixed "[Errno 36] File name too long" error during eBook registration) 2024-12-19 22:28:09 +05:30
Kovid Goyal
8516ace0d1
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-12-19 19:00:01 +05:30
Charles Haley
e52ba6a93c Stored templates preferences:
- Add some tooltips
- Improve button alignment.
2024-12-19 12:55:00 +00:00
Kovid Goyal
801a4c1b16
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-12-18 18:16:27 +05:30
Charles Haley
d54602d505 Mobileread won't attach "non-standard" extensions. Change to using "txt". 2024-12-18 12:42:51 +00:00
Charles Haley
bc5924f251 Add import and export stored template to Preferences / template functions 2024-12-18 12:32:33 +00:00
Kovid Goyal
f846750d48
Edit metadata dialog: Allow right clicking on the cover to view it in a popup window at larger size. Fixes #2091216 [[Enhancement] Open cover in Edit metadata with internal image viewer](https://bugs.launchpad.net/calibre/+bug/2091216) 2024-12-18 14:27:21 +05:30
Kovid Goyal
0177afafe6
Content server: Allow managing the data files associated with a book by clicking the three dots in the top right corner of the book's page and choosing "Manage data files". Fixes #2091646 [Download the Data Files from the web browser](https://bugs.launchpad.net/calibre/+bug/2091646) 2024-12-18 11:42:10 +05:30
Kovid Goyal
89e88b9678
Cleanup previous PR 2024-12-17 19:22:09 +05:30
Kovid Goyal
8900fe2fbc
Merge branch 'setup-check-pep8' of https://github.com/un-pogaz/calibre 2024-12-17 19:22:02 +05:30
un-pogaz
2e935d394c add option --pep8 to 'setup.py check'
Automatically fix some of the smallest errors, then perform a pep8 commit
2024-12-17 12:59:26 +01:00
un-pogaz
6452ae7f9a improve output message with auto-fix 2024-12-17 11:03:10 +01:00
Kovid Goyal
ca223c7f0c
On fucking wayland Qt sends us key events with type keypress that are not instances of the QKeyEvent class. Sigh. 2024-12-17 12:30:41 +05:30
Kovid Goyal
4a3994fefd
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-12-17 08:53:09 +05:30
Kovid Goyal
bf78ffe7f2
Cleanup previous PR 2024-12-17 08:45:14 +05:30
Kovid Goyal
58685d5260
Merge branch 'ruff-rule-int' of https://github.com/un-pogaz/calibre 2024-12-17 08:43:02 +05:30
Charles Haley
821813cbb2 Fix bug where the option "recognize numbers inside text" wasn't used when first-letter-sorting is turned on but the column isn't partitioned. 2024-12-16 18:40:55 +00:00
un-pogaz
4e08972a15 fix wrong resolved translation strings 2024-12-16 19:12:57 +01:00
un-pogaz
e4c469a1e2 add 'INT' rule to errors checking 2024-12-16 19:10:55 +01:00
Kovid Goyal
3c7b3591a4
string changes 2024-12-16 19:24:43 +05:30
Kovid Goyal
d045841e8d
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-12-16 19:22:24 +05:30
Charles Haley
2ac8fcb927 Add an option to expand the tag browser tree to show the item that was current when the library was closed. The implementation provides an API for plugins to get and set the expansion state.
See https://www.mobileread.com/forums/showthread.php?t=362240
2024-12-16 12:39:09 +00:00
Kovid Goyal
16a5a9abff
... 2024-12-15 19:09:03 +05:30
Kovid Goyal
5c9d3386ee
Merge branch 'ruff-pep8' of https://github.com/un-pogaz/calibre 2024-12-15 19:07:08 +05:30
un-pogaz
b455cc1130 fix recipes errors 2024-12-15 13:43:52 +01:00
un-pogaz
8c9d880f41 pep8
improvement of Ruff settings
2024-12-15 13:17:49 +01:00
un-pogaz
e2156ec23d add option --fix to 'setup.py check'
Try to automatically fix some of the smallest errors
2024-12-15 13:17:48 +01:00
un-pogaz
21a524a513 safer setup.py check 2024-12-15 13:17:48 +01:00
un-pogaz
9090d624b1 Qt Wrapper complitant to pep8 2024-12-15 13:17:48 +01:00
Kovid Goyal
b4533c3de5
Use calibre.zip rather than program.zip for notarization 2024-12-15 12:22:05 +05:30
Kovid Goyal
743c457c4b
Arch now packages kakasi 2024-12-15 09:49:23 +05:30
Kovid Goyal
858c9aa602
pep8 2024-12-13 20:31:19 +05:30
Kovid Goyal
6c72be83c6
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-12-13 20:30:55 +05:30
Charles Haley
8bfdf35240 Add a button to bulk edit to call the template editor when the source is template. The template line editor widget stopped working at some point. 2024-12-13 14:14:15 +00:00
Charles Haley
ccdee12f39 Place the "move up" button at the top of the column as is done in other dialogs. 2024-12-13 14:08:13 +00:00
Kovid Goyal
d52aff95ed
Bump version for preview release 2024-12-13 07:14:47 +05:30
Kovid Goyal
b8e6798ad3
Viewer: Fix some HTMLZ files not opening on some systems. Fixes #2091451 [HTMLZ Failing To Open With ebook-viewer](https://bugs.launchpad.net/calibre/+bug/2091451)
The bug is triggered by different filesystem traversal orders. Sigh.
2024-12-13 07:01:44 +05:30
Kovid Goyal
80a7b65c36
Merge branch 'tests-oeb.polish.structure' of https://github.com/un-pogaz/calibre 2024-12-12 19:20:01 +05:30
un-pogaz
3e421f2bc2 append oeb.polish.tests.structure to CLI test 2024-12-12 14:08:37 +01:00
Kovid Goyal
048e917412
... 2024-12-12 17:35:21 +05:30
Kovid Goyal
1cd6aaef70
Amazon metadata plugin: Update for changed markup for some books on amazon search results page. Fixes #2091542 [Error in Amazon ebook metadata download](https://bugs.launchpad.net/calibre/+bug/2091542) 2024-12-12 07:58:10 +05:30
Kovid Goyal
8ef7adc954
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-12-12 07:30:07 +05:30
Charles Haley
88f6664353 Make 'checked' the default for store_template_value_in_opf in new columns. 2024-12-11 21:02:47 +00:00
Kovid Goyal
b0cad63677
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-12-11 20:27:07 +05:30
Charles Haley
5a2ab9479c Document the fact that unchecking the "Store column in OPF" box can break things such as book jackets. 2024-12-11 14:53:44 +00:00
Kovid Goyal
71d5a6049b
Merge branch 'master' of https://github.com/unkn0w7n/calibre 2024-12-11 10:44:11 +05:30
unkn0w7n
b286096f72 ... 2024-12-11 09:27:11 +05:30