51291 Commits

Author SHA1 Message Date
Kovid Goyal
a961ddbfcb
PIL 11.0 changes its webp features output 2024-10-29 06:08:04 +05:30
Kovid Goyal
b3da788e70
Merge branch 'master' of https://github.com/MisterAP/calibre 2024-10-29 05:40:17 +05:30
Kovid Goyal
c74dd657d4
string changes 2024-10-29 05:29:54 +05:30
MisterAP
9dd3df9eb8 Ensure all re.match strings start r' 2024-10-28 20:43:32 +00:00
MisterAP
80b60a7389 Adjust joining lines into paragraphs
Add more margin processing
2024-10-28 18:36:06 +00:00
Kovid Goyal
b06dd79b7d
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-10-28 20:08:58 +05:30
Charles Haley
3f53434867 Improvements to the has_notes() template function:
- Return the list of item values with notes if the empty string is passed as the value
- Add documentation to the template language page.
2024-10-28 13:15:32 +00:00
Kovid Goyal
a72fc7dd2c
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-10-28 17:20:47 +05:30
Charles Haley
ea9394d730 Fix regressions in manage authors introduced by the counts column. 2024-10-28 11:19:02 +00:00
Kovid Goyal
cec78caa1f
ebook-meta: Add an option to disallow rendered cover of first page for EPUB 2024-10-27 21:45:28 +05:30
Kovid Goyal
57017c437e
Scale count right margin by devicepixelratio 2024-10-27 18:21:22 +05:30
Kovid Goyal
b51c799276
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-10-27 18:07:52 +05:30
Charles Haley
70daeb6942 Changes to displaying and partitioning user categories to ensure that any hierarchical prefix is used. This applies to Tag browser in Look & feel and to the context menu in the tag browser. These changes make user user categories behave like normal categories. 2024-10-27 12:15:32 +00:00
Kovid Goyal
d826a5de73
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-10-27 08:30:10 +05:30
Charles Haley
9b3360e5f1 Remove user categories from the dialog Preferences / Look & feel / Tag browser / Hierarchical categories. They are always hierarchical. Having them listed in this dialog serves no purpose. 2024-10-26 18:22:28 +01:00
Kovid Goyal
38b2f2da5c
Cleanup previous PR 2024-10-26 20:36:33 +05:30
Kovid Goyal
d3ef2855d9
Merge branch 'master' of https://github.com/MisterAP/calibre 2024-10-26 20:36:05 +05:30
MisterAP
089c37eba0 More margin/indentation processing
This has a variation on the divide-by-zero fix
2024-10-26 14:24:50 +01:00
MisterAP
ceb6e5b45e More margin/indentation processing
This has a variation on the divide-by-zero fix
2024-10-26 12:59:15 +01:00
Kovid Goyal
307af7f526
Fix #2085656 [Visual issues with tag browser notes icons](https://bugs.launchpad.net/calibre/+bug/2085656) 2024-10-26 15:03:14 +05:30
Kovid Goyal
c2da702b0f
Allow using the special voice name __skip__ to not vocalize text 2024-10-26 12:26:17 +05:30
Kovid Goyal
358a202268
Use correct version when creating CSR 2024-10-26 09:23:44 +05:30
Kovid Goyal
89865d885f
Merge branch 'master' of https://github.com/cbhaley/calibre
Fix #2085631 [Manage Author Count Justification](https://bugs.launchpad.net/calibre/+bug/2085631)
2024-10-25 22:20:33 +05:30
Charles Haley
49da7747dd Enhancement #2085631: justify the count column the same way in manage authors and manage other categories. 2024-10-25 17:38:20 +01:00
Kovid Goyal
b6af6218bb
Make skipping overlay for files that generate no audio data more robust 2024-10-25 15:59:04 +05:30
Kovid Goyal
41e03e0433
... 2024-10-25 15:39:23 +05:30
Kovid Goyal
80c74e54cc
Do not generate smil wrappers for spine items that have no sentences 2024-10-25 15:27:05 +05:30
Kovid Goyal
2ea2460753
Fis SMIL files not being removed when removing TTS narration 2024-10-25 14:53:14 +05:30
Kovid Goyal
5d7c6937de
When embedding TTS narration dont break sentences on single newlines 2024-10-25 14:47:21 +05:30
Kovid Goyal
5f9284cbe1
Fix voice changes not happening when using data-calibre-tts 2024-10-25 14:26:27 +05:30
Kovid Goyal
600e9cdfc6
Fix TTS narration removal not working 2024-10-25 14:02:40 +05:30
Kovid Goyal
a8559238c6
Bump version for preview 2024-10-25 07:52:40 +05:30
Kovid Goyal
c1c8a81227
New PDF engine: Ignore dive by zero when average char width is zero 2024-10-24 22:08:30 +05:30
Kovid Goyal
59661ebb28
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-10-24 05:31:36 +05:30
Charles Haley
a2b38bd882 Make the inlist_field operator work on identifiers so it has the same result as inlist 2024-10-23 22:43:28 +01:00
Kovid Goyal
a4c4a8fa33
Merge branch 'master' of https://github.com/cbhaley/calibre
Fix #2085445 [User Categories Editor Resizing](https://bugs.launchpad.net/calibre/+bug/2085445)
2024-10-23 22:05:32 +05:30
Charles Haley
8dca57c3f9 Enhancement #2085445: make the user categories editor remember window geometry. 2024-10-23 17:30:11 +01:00
Kovid Goyal
940732f13d
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-10-23 21:44:53 +05:30
Charles Haley
8b756df123 Ooops -- forgot to change field_inlist to inlist_field in the template tester's highlighter and in a few places in the documentation. 2024-10-23 16:39:03 +01:00
Kovid Goyal
b31c87e3ee
... 2024-10-23 08:43:50 +05:30
Kovid Goyal
6f8b4d555c
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-10-22 21:59:14 +05:30
Charles Haley
80453b3485 Better error handling in the format_date_field() formatter function 2024-10-22 16:46:13 +01:00
Charles Haley
1e766f8843 Changes to use a suffix instead of a prefix for 'field' functions and operators. 2024-10-22 13:56:34 +01:00
Kovid Goyal
3855552c19
Fix #2085312 [Tweaks editor - improve contrast in dark mode](https://bugs.launchpad.net/calibre/+bug/2085312) 2024-10-22 09:58:46 +05:30
Kovid Goyal
edefce2c78
... 2024-10-22 09:16:38 +05:30
Kovid Goyal
084e9cd755
Merge branch 'master' of https://github.com/cbhaley/calibre 2024-10-22 09:15:00 +05:30
Charles Haley
0e3f821cbb We're starting to get several functions and operators that directly operate on fields. I decided to use a naming convention where they begin with "field_". This commit changes the existing function format_date_field() to field_format_date(), adding an alias for the original name for compatibility. 2024-10-21 23:24:55 +01:00
Charles Haley
8e9b1812fb Changes to manage ... dialogs:
1) Add a counts column to the manage authors dialog.
2) Add tooltips to the manage ... dialogs
2024-10-21 21:41:21 +01:00
Charles Haley
b938f2500f New template operator 'field_inlist'. It operates directly on data in a multi-valued field instead of converting the field to a string then splitting it. 2024-10-21 16:47:43 +01:00
Kovid Goyal
ea498af93c
Cleanup previous PR 2024-10-21 18:50:32 +05:30