37915 Commits

Author SHA1 Message Date
Kovid Goyal
eb6d2d8636
Reset last_pos when moving to next utterance 2024-11-05 13:45:14 +05:30
Kovid Goyal
0b2fe9d569
Read aloud: Fix only first 32000 characters per chapter being read. Fixes #2086571 [Viewer TTS Skips Ahead](https://bugs.launchpad.net/calibre/+bug/2086571) 2024-11-05 08:04:52 +05:30
Kovid Goyal
ebf8e8d72b
Piper backend: Dont change audio sink buffer size on windows
Instead only emit readyRead() when new speech audio is available.
The docs of QIODevice say that readyRead() must be emitted only when
new data is available. With this change audio playback works on my
windows machine without needing to adjust the audio sink buffer size.
2024-11-05 07:03:04 +05:30
Kovid Goyal
278f774331
... 2024-11-05 06:29:28 +05:30
Kovid Goyal
3725d5a4c0
... 2024-11-04 22:19:29 +05:30
Kovid Goyal
0d37f50833
Fix #2086609 [[Enhancement] Add Restore defaults button to the Configure Read aloud window](https://bugs.launchpad.net/calibre/+bug/2086609) 2024-11-04 19:43:48 +05:30
Kovid Goyal
791f495389
Fix #2086610 [[Enhancement] Show Speed of Speech number next to the slider in the Configure Read aloud window](https://bugs.launchpad.net/calibre/+bug/2086610) 2024-11-04 17:41:40 +05:30
Kovid Goyal
4a226f77c7
pep8 2024-11-03 20:57:30 +05:30
Kovid Goyal
bae6a2e900
Merge branch 'master' of https://github.com/MisterAP/calibre 2024-11-03 20:52:45 +05:30
Kovid Goyal
4eda63b443
Dont limit the precision on timestamp serialization 2024-11-03 14:03:28 +05:30
Kovid Goyal
6d253059b2
Linux: Handle speech dispatcher with dummy output module and no voices more gracefully 2024-11-03 11:13:25 +05:30
unkn0w7n
ca4fe17dbe Update news.py 2024-11-03 10:09:44 +05:30
Kovid Goyal
4c753a5904
Fix #2086478 [[Enhancement] Maintain exclusion list for autoadd books](https://bugs.launchpad.net/calibre/+bug/2086478) 2024-11-02 17:07:19 +05:30
Kovid Goyal
d27f470a5a
Antialias rounded edges for scrollbar slider 2024-11-02 13:58:40 +05:30
MisterAP
cc03344302 Tidy setup and use of doc statistics 2024-11-01 18:29:51 +00:00
Kovid Goyal
4474a89590
Fix media:duration only for last SMIL file
Also fix serialization of clip timestamps incorrectly leading to
negative durations.
2024-11-01 19:05:30 +05:30
Kovid Goyal
becebc1c0e
When renaming authors fix empty author folder not being removed if it contained file explorer metadata but was otherwise empty 2024-11-01 16:52:01 +05:30
Kovid Goyal
803c684049
... 2024-11-01 16:51:06 +05:30
Kovid Goyal
ea8585d295
Bump version for next preview release 2024-11-01 09:39:22 +05:30
Kovid Goyal
afb2610676
Fix #2086237 [LookupError: unknown encoding mac-centraleurope](https://bugs.launchpad.net/calibre/+bug/2086237) 2024-11-01 09:35:15 +05:30
Kovid Goyal
3e96e1375f
Edit metadata dialog: Fix keyboard shortcuts to edit prev/next raising an error when trying to go beyond the first/last book. Fixes #2086193 [moving through list while editing metadata](https://bugs.launchpad.net/calibre/+bug/2086193) 2024-11-01 09:27:45 +05:30
Kovid Goyal
7640525497
Fix #2086142 [[Enhancement] Add icon to Edit EPUB format in the right click menu of the Book details panel and window](https://bugs.launchpad.net/calibre/+bug/2086142) 2024-10-31 13:33:36 +05:30
Kovid Goyal
17406e009d
Fix #2086143 [[Enhancement] Please add icons to right click menu shown when right clicking the format in the Edit metadata window](https://bugs.launchpad.net/calibre/+bug/2086143) 2024-10-31 13:07:01 +05:30
Kovid Goyal
b1e1b816d7
string changes 2024-10-30 20:38:29 +05:30
Kovid Goyal
cb2d257555
Dark mode: make scrollbar more visible with higher contrast and rounded corners 2024-10-30 14:54:30 +05:30
Kovid Goyal
f2f2518cbb
Also add cover download to context menu of book info popup 2024-10-30 11:48:05 +05:30
Kovid Goyal
1e2e6bc9bf
Book details: Add an action to download the cover to the context menu when right clicking the cover. Fixes #2082075 [[Enhancement] allow cover downloads by clicking on cover in bookdetails](https://bugs.launchpad.net/calibre/+bug/2082075) 2024-10-30 11:18:49 +05:30
Kovid Goyal
3b6dfdeaa5
Edit metadata dialog: Add an action to open the book's folder to the context menu of the formats list. Fixes #2083583 [[Enhancement] Action to open the Book folder when you right click the format in Edit metadata window](https://bugs.launchpad.net/calibre/+bug/2083583) 2024-10-30 09:03:32 +05:30
Kovid Goyal
bad1a15d0e
Fix #2085825 [Mark and select books buttton - FTS dialogue - lighter green in dark mode](https://bugs.launchpad.net/calibre/+bug/2085825) 2024-10-29 20:25:17 +05:30
Kovid Goyal
60a22179e9
Linux: ToC Editor: Fix a regression in 7.17 that broke using the Create new entry button. Fixes #2085576 [Book editor crashes when adding new entry in ToC editor](https://bugs.launchpad.net/calibre/+bug/2085576)
Apparently as of Qt 6.7 having a webview in a dialog run with exec()
breaks. So run the dialog with open() instead.
2024-10-29 07:13:04 +05:30
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
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
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
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
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