Kovid Goyal
e574d65eae
Bump version for macOS listener bug
2025-03-28 11:46:45 +05:30
Kovid Goyal
c17f560dad
Use a stable path for listener socket on macOS
2025-03-28 11:44:56 +05:30
Kovid Goyal
e316b304d6
Use uid rather than user name which can be arbitrary length in socket path
2025-03-28 11:40:00 +05:30
Kovid Goyal
50d71bda18
Shorten calibre GUI socket name
...
macOS and its archaic socket pathlen limits. Sigh.
2025-03-28 11:37:37 +05:30
Kovid Goyal
55a8499995
Restore multiprocessing test on macOS
...
Needed to make the temp dir path shorter
2025-03-28 10:53:07 +05:30
Kovid Goyal
2081decec5
Suppress stupid atexit error from multiprocessing
2025-03-28 10:26:09 +05:30
Kovid Goyal
f841b84333
Skip test_multiprocessing on macOS
2025-03-28 08:20:53 +05:30
Kovid Goyal
d814c8ccaf
string changes
2025-03-28 07:37:20 +05:30
Kovid Goyal
594eff7726
version 8.1
2025-03-28 07:34:34 +05:30
Kovid Goyal
650fd87858
Clarfiy tooltip
2025-03-28 07:32:01 +05:30
Kovid Goyal
d6a1cbf72d
E-book viewer: Use IPC to update annotations when calibre is running. Avoids possible loss of annotations due to db being locked. See #2103990 (Problems with the Annotations Browser)
2025-03-27 11:07:43 +05:30
Kovid Goyal
47d18ccfec
Fix #2104325 [Private bug]( https://bugs.launchpad.net/calibre/+bug/2104325 )
2025-03-27 09:43:49 +05:30
Kovid Goyal
a65b3833c9
Add a context menu item to clear history in HistoryLineEdit2
2025-03-27 09:41:01 +05:30
Kovid Goyal
967027a22d
Fix #2104281 [Error: Unhandled exception when deleting entries]( https://bugs.launchpad.net/calibre/+bug/2104281 )
2025-03-27 02:59:25 +05:30
Kovid Goyal
e4da8e2172
Ensure calibre temp files are deleted even on crash
...
Also, only create the calibre temp file folder on demand.
2025-03-26 15:33:40 +05:30
Kovid Goyal
e90b79cf17
Delay some imports
2025-03-26 10:07:13 +05:30
Kovid Goyal
04f6473f38
Add remove file action
2025-03-26 09:55:04 +05:30
Kovid Goyal
e3f6c88d2c
Work on an atexit implementation that survives a crash
2025-03-26 09:39:22 +05:30
un-pogaz
6224dcbbcf
...
2025-03-25 09:30:01 +01:00
Kovid Goyal
2ecb067383
...
2025-03-25 12:18:42 +05:30
Kovid Goyal
c11e6511a5
Edit metadata dialog: Allow right clicking on the cover to edit it with an external program. Fixes #2103833 [[Enhancement] Add 'open with' to image viewer]( https://bugs.launchpad.net/calibre/+bug/2103833 )
2025-03-25 12:09:16 +05:30
Kovid Goyal
cf47ee5eb7
string changes
2025-03-25 09:57:16 +05:30
Kovid Goyal
74f0e7d7fe
Fix incorrect minimums on font size changing controls in viewer. Fixes #2103870 [Ebook-viewer: "Zoom step size" values less than 10 don't seem to work]( https://bugs.launchpad.net/calibre/+bug/2103870 )
2025-03-25 09:55:03 +05:30
Kovid Goyal
b0bc3871a0
Mark setting as requiring restart
2025-03-25 08:51:07 +05:30
Kovid Goyal
e1fa22748f
Kobo driver: Fix hyphenation settings not being applied correctly when generating KEPUB to put on the device
2025-03-24 11:44:14 +05:30
Kovid Goyal
28c1cb4711
KEPUB Output: Include leading whitespace in kobo sentence span tags. This prevents unsightly breaks when highlighting across formatted text on the Kobo. Fixes #2103926 [Highlighting space after italicized words on Kobo device]( https://bugs.launchpad.net/calibre/+bug/2103926 )
2025-03-24 11:39:51 +05:30
Kovid Goyal
d72d746c1a
Edit book: Add text narration: Fix preferred voice for language setting being ignored
2025-03-24 11:01:49 +05:30
Kovid Goyal
4e5f50af2f
...
2025-03-24 09:09:52 +05:30
Kovid Goyal
d4363da44f
macOS: Fix regression in previous release that caused calibre:// URLs to no longer work
...
Fixes #2103949 [Calibre URL Scheme broken in Calibre 8](https://bugs.launchpad.net/calibre/+bug/2103949 )
Qt regression: https://bugreports.qt.io/browse/QTBUG-134316
2025-03-24 09:04:26 +05:30
Kovid Goyal
8e90212f67
Merge branch 'pyproject-add-codespell' of https://github.com/un-pogaz/calibre
2025-03-24 08:24:25 +05:30
un-pogaz
a08f63e332
revert "let's <> lets"
2025-03-23 19:29:08 +01:00
Kovid Goyal
0158d67462
Show title of failed book when kepubify fails
2025-03-23 20:32:24 +05:30
un-pogaz
b0d58ade70
add 'code' dictionary to codespell setting
2025-03-23 16:02:05 +01:00
Kovid Goyal
061b8a1fb0
Fix #2103896 [Private bug]( https://bugs.launchpad.net/calibre/+bug/2103896 )
2025-03-23 20:27:29 +05:30
un-pogaz
d176b3a7cf
add codespell to pyproject.toml
...
calibre will probably never fully compliant with codespell
this setting is only to easily find common typo errors
by filtring a great range of false-positives, but not all
2025-03-23 13:59:14 +01:00
Kovid Goyal
6ef70f656a
Fix regression causing incorrect rendering of layout menu on some macOS machines
...
Apparently for some reason Qt is not respecting the size hint of the
items on some macOS machines. Make the rendering no longer assume that
the size hint is respected.
2025-03-23 08:43:39 +05:30
Kovid Goyal
a7375ad7d4
Fix #2100891 [[Enhancement] Full-text search for doc/docx/zip (containing htm/html)]( https://bugs.launchpad.net/calibre/+bug/2100891 )
...
Forgot to modify the check in db cache for extractable format
2025-03-23 05:43:42 +05:30
Luz Paz
96e3049197
Fix follow-up typos
...
Found via `codespell -q 3 -S "*.svg,./Changelog.*,./recipes,./resources/dictionaries,./src/unicode_names/names.h" -L alo,ans,bootup,clen,fo,lokales,nam,nd,oclock,pard,re-use,re-used,ro,secnd,som,succeded,te,ue,vailable`
2025-03-22 19:40:58 -04:00
Luz Paz
253030327b
Fix various typos
2025-03-22 13:09:53 -04:00
Luz Paz
6b31c318e7
Fix typo unlabled->unlabeled
2025-03-22 09:49:38 -04:00
Kovid Goyal
b3274919d2
Fix #2103846 [Can not read fb2 books through content server interface]( https://bugs.launchpad.net/calibre/+bug/2103846 )
2025-03-22 14:44:55 +05:30
Kovid Goyal
b71d7b7e2b
macOS: Fix a regression in calibre 8 that prevented icons in menus from being rendered. Fixes #2103777 [Small icons in front of menus missing]( https://bugs.launchpad.net/calibre/+bug/2103777 )
2025-03-22 08:02:47 +05:30
Kovid Goyal
c741ec7035
Cleanup previous PR
2025-03-22 07:25:15 +05:30
Kovid Goyal
081c039ecc
Merge branch 'FreeBSD_Device_Mount_UDisk2' of https://github.com/madpilot78/calibre
2025-03-22 07:24:38 +05:30
Kovid Goyal
2bd73c6ed7
...
2025-03-21 22:24:42 +05:30
Guido Falsi
56c3b268db
Implement FreeBSD support using UDisk2
2025-03-21 10:43:38 +01:00
Kovid Goyal
b4511ec429
Bump version for re-release
2025-03-21 13:59:54 +05:30
Kovid Goyal
986f9f489d
...
2025-03-21 13:56:20 +05:30
Kovid Goyal
9ad8fb26a7
Fix error on startup is user has disabled KoboTouch builtin plugin
2025-03-21 13:42:56 +05:30
Kovid Goyal
7301a29f78
version 8.0.0
2025-03-21 08:09:41 +05:30