Commit Graph

32594 Commits

Author SHA1 Message Date
Kovid Goyal 0d4559f0fe Windows: Fix sending email on computers with non-ascii computer names 2020-10-31 19:00:32 +05:30
Kovid Goyal 1191be9cb0 Wrap win32 API to get computer name 2020-10-31 18:58:10 +05:30
Kovid Goyal c027aaff75 Start wrapping espeak 2020-10-31 11:56:54 +05:30
Kovid Goyal 94fb16934d version 5.4.2
Fixes bug on windows where the choose save filename dialog was broken.
Who knew GetLongPathName didnt work for non-existing files.
2020-10-30 22:17:41 +05:30
Kovid Goyal 390109c82b String changes 2020-10-30 22:08:56 +05:30
Kovid Goyal 02edfdfa86 Ignore any errors from calling get_long_path_name
Fixes #1902257 [failed import on newest release](https://bugs.launchpad.net/calibre/+bug/1902257)
2020-10-30 21:59:17 +05:30
Kovid Goyal 9be75ea01d Release the GIL when calling getlongpathname as it does I/O 2020-10-30 21:57:45 +05:30
Kovid Goyal a13dd062f3 Make get_long_path more efficient
Only do filesystem I/O once per call in the common case of paths of less
that 4096 chars
2020-10-30 21:56:28 +05:30
Kovid Goyal b7e6b8fbee Windows: Fix regression causing error when choosing save file names
Fixes #1902247 [Error when exporting files from Edit book](https://bugs.launchpad.net/calibre/+bug/1902247)
2020-10-30 21:22:40 +05:30
Kovid Goyal 0035170828 ebook-meta: fix an error when using an rmpty string as the rating on epub 2 2020-10-30 20:49:21 +05:30
Kovid Goyal 42423d730b Dont fail to write the appdata file if there is an error rendering the changelog 2020-10-30 16:22:37 +05:30
Kovid Goyal 0dbebeb2aa Merge branch 'master' of https://github.com/ntninja/calibre 2020-10-30 16:20:33 +05:30
Kovid Goyal c23e6635a5 Annotations browser: Fix doing a search while also restricting the results to a particular user not working 2020-10-30 14:45:32 +05:30
Kovid Goyal b2f74d0200 version 5.4.1
Needed since 5.4.0 does not start via Launch Services on macOS
2020-10-30 12:58:50 +05:30
Kovid Goyal ab93b6cde3 Better error message 2020-10-30 12:53:25 +05:30
Kovid Goyal 9d72eb1d3b version 5.4.0 2020-10-30 07:40:42 +05:30
Kovid Goyal fde766f2c9 pep8 2020-10-30 07:39:31 +05:30
Alexander Schlarb 433397dfd0 Add changelog data as release history to generated Linux AppStream data of main Calibre entry 2020-10-29 23:16:32 +01:00
Alexander Schlarb e4f78a3060 Add OARS (Open Age Rating Service) metadata to generated Linux AppStream files 2020-10-29 22:32:48 +01:00
Kovid Goyal f1bf1e4fae cleanups 2020-10-29 21:46:29 +05:30
Kovid Goyal 329786a07b Delay load icon data 2020-10-29 21:40:24 +05:30
Kovid Goyal 35675e624a Merge branch 'notify-backend' of https://github.com/ntninja/calibre 2020-10-29 21:35:59 +05:30
Alexander Schlarb 59818ed377 Add xdg-desktop-portal based notifier backend that works without special priviledges in Linux sandbox contexts 2020-10-29 16:11:59 +01:00
David 5a134e40fb Fix handling of null series index on Kobo devices
Wasn't checking for nulls properly, so could get an error in unusual circumstances, and also not do the update in others.

Plus a firmware version bump for an upcoming release.
2020-10-29 22:50:47 +11:00
Kovid Goyal b7bb73e40e Fix a regression in calibre 5 that broke processing of some PDB files with images. Fixes #1901957 [E-book viewer: can't open a .pdb file](https://bugs.launchpad.net/calibre/+bug/1901957) 2020-10-29 07:25:32 +05:30
Alexander Schlarb 92870512d9 Drop org.kde.VisualNotifications notifier as it has long since been supplanted by the equivalent FreeDesktop facility and doesn't even exist in KDE 5 anymore 2020-10-29 00:47:51 +01:00
Kovid Goyal 35df1312a2 Fix failing test
The name of the spanish dictionary shipped with libreoffice has changed
2020-10-28 21:49:09 +05:30
Kovid Goyal 2e61929d24 Get Books: Update Google plugin for website changes 2020-10-28 21:35:08 +05:30
Kovid Goyal 5a5c8a3f80 Fix #1901795 [[Enhancement] Close button in the Get books dialog has a different icon than the other dialog dialogs](https://bugs.launchpad.net/calibre/+bug/1901795) 2020-10-28 13:30:34 +05:30
Jakub Rembisz 5d22453ed3 Replace obsolete alias tostring() with tobytes()
The tostring() method was renamed to tobytes() in Python 3.2 and
has since been deprecated and removed in Python 3.9.
2020-10-27 15:02:25 -04:00
Kovid Goyal 5c8e92e8c4 Fix #1901410 [Close Virtual library button visible when tabs are shown](https://bugs.launchpad.net/calibre/+bug/1901410) 2020-10-27 09:39:04 +05:30
Kovid Goyal bdc5554ca9 Viewer: Fix keyboard shortcuts using ctrl+alt+letter key not working on windows. Fixes #1900946 [E-book viewer: the "Create a new bookmark" shortcut only works after removing and recreating](https://bugs.launchpad.net/calibre/+bug/1900946) 2020-10-27 07:57:40 +05:30
Kovid Goyal 19035570b7 Replace all uses of error_dialog in setData 2020-10-27 07:19:35 +05:30
Kovid Goyal 71cf4248dc Tag browser: Renaming of items should not toggle the item when pressing the Enter key 2020-10-27 07:06:38 +05:30
Kovid Goyal 34a4f06855 Tag browser: Fix a crash when renaming a saved search to a value that already exists. Fixes #1901273 [Renaming saved search from tag browser crashes Calibre](https://bugs.launchpad.net/calibre/+bug/1901273) 2020-10-27 07:00:18 +05:30
Kovid Goyal 55a13f248a Fix a regression in calibre 5 that broke auto-sync of generated catalogs to devices. Fixes #1901630 [Error when sending catalog to device](https://bugs.launchpad.net/calibre/+bug/1901630) 2020-10-27 06:36:35 +05:30
Kovid Goyal cfce88ee79 Merge branch 'save-hidden-keyboard-shortcuts' of https://github.com/JimmXinu/calibre 2020-10-26 20:31:06 +05:30
Kovid Goyal 56709f4c47 Make the ToC Editor window freely resizable 2020-10-26 14:18:19 +05:30
Kovid Goyal c7a81cd379 Use the size hint for initial size 2020-10-26 14:01:39 +05:30
Kovid Goyal 0c6baca2d1 Simplify layout inheritance 2020-10-26 13:57:19 +05:30
Kovid Goyal 90d474dafe Ensure delay is respected after a failed feed 2020-10-26 11:42:10 +05:30
Kovid Goyal ffb187960f Remove HTML tags from feed titles 2020-10-26 11:38:07 +05:30
Kovid Goyal 02df6c77fa News download: Allow passing username/password in feed URLs. Fixes #1900874 [[Enhancement] Username password protected support for RSS Custom news source](https://bugs.launchpad.net/calibre/+bug/1900874) 2020-10-26 11:33:00 +05:30
Kovid Goyal 3c4dce3b95 string changes 2020-10-26 09:47:59 +05:30
Kovid Goyal ff06cbbae5 Viewer: Fix jumping to search result not always working in flow mode. Fixes #1900868 [Private bug](https://bugs.launchpad.net/calibre/+bug/1900868) 2020-10-26 09:09:42 +05:30
Kovid Goyal acd82a0bed DRYer 2020-10-26 08:50:31 +05:30
Kovid Goyal 3e9c653b8a Book details window: Double clicking on the cover now shows it in the default system image viewer. Fixes #1901379 [[Enhancement] Add ability to open cover by double clicking on it in the Book details window](https://bugs.launchpad.net/calibre/+bug/1901379) 2020-10-25 11:59:20 +05:30
Kovid Goyal ae222c64f3 Viewer: Fix keyboard shortcuts to shrink/grow selection not working. Fixes #1900942 [E-book viewer: the "Alter the current selection" feature doesn't seem to work](https://bugs.launchpad.net/calibre/+bug/1900942) 2020-10-25 11:47:50 +05:30
Kovid Goyal a6737d926d String changes 2020-10-25 11:43:22 +05:30
Kovid Goyal a16425b2ea Open with: Allow renaming Open with applications. Fixes #1900890 [Enhancement Request: Ability to rename Open With programs](https://bugs.launchpad.net/calibre/+bug/1900890) 2020-10-25 11:23:05 +05:30