51291 Commits

Author SHA1 Message Date
Kovid Goyal
f61d3a9b44
Merge branch 'fix-string-split-look_feel' of https://github.com/un-pogaz/calibre 2025-02-02 15:23:23 +05:30
un-pogaz
1bb7a160f8 add-noqa for unconvertible % format 2025-02-02 10:18:08 +01:00
un-pogaz
75aff43417 conversion of remaining % format 2025-02-02 10:18:08 +01:00
un-pogaz
7cde6ce243 ... 2025-02-02 10:18:08 +01:00
un-pogaz
6cc158b8ac fix string changed during the previous PR 2025-02-02 08:39:17 +01:00
Kovid Goyal
fb2ad29434
Emit changed signal when adding a file extension to ignore 2025-02-02 08:45:20 +05:30
Kovid Goyal
064b1660c6
pep8 2025-02-02 08:41:43 +05:30
Kovid Goyal
2a8f7de119
Merge branch 'split-look_feel' of https://github.com/un-pogaz/calibre 2025-02-02 08:38:01 +05:30
un-pogaz
5bec0d125a remove margin around CoverGridTab 2025-02-01 20:31:23 +01:00
un-pogaz
68809470b5 ... 2025-02-01 20:28:17 +01:00
un-pogaz
7a91da1599 move EditRules from "Look & Feel" to their own widgets 2025-02-01 16:29:41 +01:00
un-pogaz
78bfa97e03 move "Look & Feel/Edit_metadata" to its own widget 2025-02-01 16:16:20 +01:00
un-pogaz
b32e1beaf4 move "Look & Feel/Book details" to its own widget 2025-02-01 16:16:20 +01:00
un-pogaz
7622074887 move "Look & Feel/Cover grid" to its own widget 2025-02-01 16:16:20 +01:00
un-pogaz
210415fd4a move "Look & Feel/Main interface" to its own widget 2025-02-01 16:16:20 +01:00
un-pogaz
d121dde02a various cleanup 2025-02-01 16:16:20 +01:00
Kovid Goyal
4d6066163d
Add int() calls in some places where they might be needed in the translation of %d to f-string 2025-02-01 12:48:28 +05:30
Kovid Goyal
18d57d6298
automated translation to f-strings using flynt with --aggressive and patched to not pointlessly call int() 2025-02-01 12:40:34 +05:30
Kovid Goyal
5c95a0ad18
pep8 2025-02-01 09:49:49 +05:30
Kovid Goyal
732f09cd2b
Merge branch 'master' of https://github.com/j-howell/calibre 2025-02-01 09:49:29 +05:30
Kovid Goyal
245a5ae5d3
Merge branch 'fix-displayed-metadata-not-show' of https://github.com/un-pogaz/calibre 2025-02-01 09:38:29 +05:30
Kovid Goyal
24c4ca72ce
Merge branch 'move-quickview-tab' of https://github.com/un-pogaz/calibre 2025-02-01 09:37:47 +05:30
Kovid Goyal
9920446eb8
Update spektrum.de 2025-02-01 09:23:29 +05:30
un-pogaz
f557b8dba0 fix regresion: displayed metadata are not show in book details 2025-02-01 00:37:01 +01:00
un-pogaz
c56393d242 move tb_quickview.py to quickview.py 2025-01-31 19:40:20 +01:00
Kovid Goyal
d9845f1f45
Bump version for preview release 2025-01-31 20:03:04 +05:30
Kovid Goyal
6f8f15cd01
pep8 2025-01-31 20:00:31 +05:30
Kovid Goyal
dce5f748ed
Merge branch 'master' of https://github.com/cbhaley/calibre 2025-01-31 19:59:58 +05:30
Charles Haley
566138984b Several things:
* Add ability to change the value in a rule if that value doesn't exist in the library.
* Clean up tooltips.
* Clean up when buttons are enabled & disabled.
2025-01-31 14:19:08 +00:00
Charles Haley
55a168b57e Rename an icon rule when the value is renamed in the tag browser. 2025-01-31 14:11:47 +00:00
Kovid Goyal
7a48a1ad3f
Merge branch 'master' of https://github.com/cbhaley/calibre 2025-01-31 19:36:12 +05:30
Charles Haley
62d73ba57d My last commit didn't work for hierarchical nodes that don't exist at items in their own right, using "None" as the id. 2025-01-31 09:46:24 +00:00
Kovid Goyal
58d13cc63f
Merge branch 'master' of https://github.com/cbhaley/calibre 2025-01-31 09:02:43 +05:30
Kovid Goyal
f70641c5fa
string changes 2025-01-31 08:52:39 +05:30
Charles Haley
b831f139d4 icon rules: fix sometimes creating identical names when items contain special characters. Example: currently aaa:/b and aaa:?b generate the same name. Disambiguate them by including the item id. 2025-01-30 21:09:38 +00:00
Kovid Goyal
e98e5c863d
Merge branch 'fix-icon_rules-only-current-library-filter' of https://github.com/un-pogaz/calibre 2025-01-31 01:04:37 +05:30
un-pogaz
1237f103c5 fix parent of hierarchical categories disappear 2025-01-30 18:39:03 +01:00
un-pogaz
35ce75e29c fix a exception when trying to edit a rule recently created
when commiting the change, TypeError: 'tuple' object does not support item assignment

this only occurs if the rule was create during the current session
but not in a new session
2025-01-30 17:35:34 +01:00
j-howell
45d7c87462 Allow import of KFX files from MTP Kindle devices rev 2 2025-01-30 08:01:29 -05:00
Kovid Goyal
27feac817d
Merge branch 'icon_rules-only-category-current-library' of https://github.com/un-pogaz/calibre 2025-01-30 07:57:01 +05:30
un-pogaz
80afeac321 reapply sort after filter library change 2025-01-29 23:52:51 +01:00
un-pogaz
9a20755d70 extend to filter also the values 2025-01-29 23:42:34 +01:00
un-pogaz
01610583cf add option to show only category in current library 2025-01-29 22:55:50 +01:00
un-pogaz
2c68207773 add a note in the ui about the icon value rules 2025-01-29 22:24:15 +01:00
Kovid Goyal
fb58ebdea4
Merge branch 'fix-icon_rules-initialize-fail' of https://github.com/un-pogaz/calibre 2025-01-29 18:13:48 +05:30
un-pogaz
c4d25cdaa7 fix exception in icon rulers for custom columns
if their don't exist in the current library, fail to initialize the contents
2025-01-29 13:25:16 +01:00
Kovid Goyal
ea4aebf878
Cleanup previous PR
There was a leftover str(id).
2025-01-29 17:09:54 +05:30
Kovid Goyal
8dc6a4ea9d
Merge branch 'master' of https://github.com/cbhaley/calibre
Template dialog: Respect the tweak for title/series when editing save to
disk and send to device templates.

Fixes #2096841 [Export template not working as shown in preview](https://bugs.launchpad.net/calibre/+bug/2096841)
2025-01-29 17:08:40 +05:30
Charles Haley
7496a39d6f Enhancement #2096841: in save to disk and send to device, use the customized metadata in the template editor. 2025-01-29 11:27:30 +00:00
Kovid Goyal
062cd1a647
pep8 2025-01-29 06:08:04 +05:30