Kovid Goyal
951a8e58e3
Cleanup previous PR
2025-02-05 20:41:55 +05:30
Kovid Goyal
5f84f8ce33
Merge branch 'master' of https://github.com/cbhaley/calibre
2025-02-05 20:38:08 +05:30
Charles Haley
e6a1a191f6
Add the east Asian language transliteration tweak we discussed.
...
I tested it with the Gutenberg book "苦悶の欄" by Earl Derr Biggers (https://www.gutenberg.org/ebooks/39287 ). With the tweak empty the title was transliterated to "Ku Men noLan". With the tweak set to 'ja' it was transliterated to "Kumon no Ran". Is this transliteration correct? I don't know.
2025-02-05 14:57:59 +00:00
Kovid Goyal
159750527b
Merge branch 'ffmpeg' of https://github.com/eli-schwartz/calibre
2025-02-05 11:36:14 +05:30
Eli Schwartz
eccf33a2c2
ffmpeg plugin: correct the version check for avcodec_get_supported_config
...
It was added in ffmpeg 7.1 at avcodec API (61, 14) but we were checking for and
using it at API 61, which matched in ffmpeg 7.0 and failed to compile.
Fixes: 3e1a9ec3e704c98b19fd870728d0e3fe1b60126b
2025-02-04 23:25:20 -05:00
Kovid Goyal
3a7c2f4700
Merge branch 'master' of https://github.com/cbhaley/calibre
2025-02-05 07:55:00 +05:30
Charles Haley
1d61c7524f
Make restart_after _quit available to library_closed plugins.
2025-02-04 18:37:15 +00:00
Kovid Goyal
eb161166b0
Merge branch 'fix-rule_editor-widget' of https://github.com/un-pogaz/calibre
2025-02-03 16:35:43 +05:30
un-pogaz
bd392012a0
fix LazyEditRulesBase widget
2025-02-03 11:44:35 +01:00
Kovid Goyal
1cd3a6c54e
Fix regression introduced by commit simplifying set comprehensions
2025-02-02 18:14:50 +05:30
Kovid Goyal
7fff311357
Cleanup previous PR
2025-02-02 15:52:57 +05:30
Kovid Goyal
dfe88a675e
Merge branch 'remaining-percent-format' of https://github.com/un-pogaz/calibre
2025-02-02 15:45:20 +05:30
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