31629 Commits

Author SHA1 Message Date
Kovid Goyal
e92b93ba80
Cover grid: Show text under books that have no cover as well. Fixes #1880558 [Calibre not showing rating when no picture of the book](https://bugs.launchpad.net/calibre/+bug/1880558) 2020-06-02 09:30:42 +05:30
Kovid Goyal
4b159dc9ef
Fix #1881519 [Private bug](https://bugs.launchpad.net/calibre/+bug/1881519) 2020-06-01 09:32:28 +05:30
Kovid Goyal
efc137db7b
Preserve the direction property, even though it likely wont work in Qt 2020-05-31 22:24:13 +05:30
Kovid Goyal
7af2031659
Book details: Fix extra margin to the right of the metadata fields. Fixes #1881488 [Book Details panel width wrong](https://bugs.launchpad.net/calibre/+bug/1881488)
This probably breaks RTL text, but I doubt Qt supports RTL anyway.
2020-05-31 21:59:42 +05:30
Kovid Goyal
76111e4805
Workaround for Firefox bug making download button dark after download. Fixes #1881385 [[Enhancement - Content server] Download button turns dark](https://bugs.launchpad.net/calibre/+bug/1881385) 2020-05-31 21:34:38 +05:30
Kovid Goyal
7fe0ef2363
String changes 2020-05-30 16:20:10 +05:30
Kovid Goyal
1e0901860b
Show tooltips with cover size in cover download selection dialog 2020-05-30 16:13:27 +05:30
Kovid Goyal
19de299830
Fix #1881396 [[Enhancement] In the Tag browser context menu ' is used as an](https://bugs.launchpad.net/calibre/+bug/1881396) 2020-05-30 14:52:11 +05:30
Charles Haley
3526bf3d45 Send the client a message when calibre ejects the device.
https://www.mobileread.com/forums/showthread.php?p=3993721
2020-05-28 19:45:59 +01:00
Charles Haley
30de930d7a D & D changes:
1) allow deletion of virtual hierarchical nodes
2) fix problem where couldn't drag twice without a mouse click intervening
3) separate the "Are you sure" dialogs for deletion so the user will the delete multiple question at least once.
2020-05-28 12:11:03 +01:00
Kovid Goyal
8bece73053
pep8 2020-05-28 07:25:54 +05:30
Kovid Goyal
0ec36b22b2
Tag browser: Improve handling of hierarchical tags
Renaming a tag now renames it and all its children. Drag and drop of
hierarchical tags alters their hierarchy. Deleting a tag now deletes all
its children.

Fixes #1880264 [[Enhancement] Additional functionality for tag hierarchies](https://bugs.launchpad.net/calibre/+bug/1880264)

Merge branch 'master' of https://github.com/cbhaley/calibre
2020-05-28 07:23:38 +05:30
Charles Haley
161fcbbb9d Enhancement #1880264: Additional functionality for tag hierarchies
Two additions:
1) right-click "rename" on an intermediate node renames that node and all the children.
2) Drag & Drop inside a hierarchical category moves the source to the target

Important behavior changes:
1) deleting an item deletes that item and now in addition all its children.
2) renaming an item renames it and now in addition all its children.
2020-05-27 19:25:27 +01:00
Kovid Goyal
d9f2449ddc
Only return a dummy PNG to Qt if the resource being loaded has a raster image extension 2020-05-27 19:13:24 +05:30
Charles Haley
342036689a Oops 2020-05-27 13:18:40 +01:00
Charles Haley
42318c46b6 Put the image bytes directly in code 2020-05-27 13:16:43 +01:00
Charles Haley
912723e7e2 Fix for slowdown if a file URL refers to a missing drive. Might be a windows-only thing. 2020-05-27 12:33:23 +01:00
Kovid Goyal
989f06b0b5
Windows: Fix an error when changing title/author for books in a library whose name contains characters not encodeable in the current code page 2020-05-27 13:47:26 +05:30
Kovid Goyal
48190a117e
String changes 2020-05-27 09:26:40 +05:30
Antonio Rojas
db7007a25f Update fontconfig database for Qt 5.15 2020-05-26 20:10:48 +02:00
Kovid Goyal
5b9ac3082b
Fix a couple of compiler warnings with MSVC 2020-05-26 21:25:29 +05:30
Kovid Goyal
ca0949aa23
Code to get db info for book given its absolute path 2020-05-26 14:09:53 +05:30
Kovid Goyal
ba99cb7971
Show shortcut for add highlight button in tooltip 2020-05-26 13:26:21 +05:30
Kovid Goyal
1905a8e750
Display highlight notes 2020-05-26 11:51:21 +05:30
Kovid Goyal
2483c7c69b
Fix incorrect error when viewing DRMed books on some windows systems 2020-05-26 08:41:52 +05:30
Charles Haley
cc5be36e5a Add some device free space error handling 2020-05-25 15:01:04 +01:00
Kovid Goyal
bf025726f9
Comments editor: Fix shortcuts for bold/italic not working when toolbars are hidden 2020-05-25 16:02:42 +05:30
Charles Haley
b099122810 Bug #1880395: fix regression version 4.17 Manage Authors no longer copies from author sort to author 2020-05-25 09:55:45 +01:00
Charles Haley
1fa80c210c Rest of fix to make search work right when sorted by a different column 2020-05-24 13:41:55 +01:00
Charles Haley
25ed039ba8 Fix #1880379: Search in managing series has a bug 2020-05-24 13:36:24 +01:00
Kovid Goyal
534afd82db
String changes 2020-05-24 15:38:32 +05:30
Kovid Goyal
0f9d822b32
Merge branch 'master' of https://github.com/cbhaley/calibre 2020-05-24 14:47:19 +05:30
Kovid Goyal
1c1e2ddb6e
String changes 2020-05-24 14:45:39 +05:30
Charles Haley
1584a4751e Cosmetic changes to edit tags (edit items): use toolbuttons instead of pushbuttons. 2020-05-24 09:42:20 +01:00
Kovid Goyal
64d4b1c52d
Tag browser: Allow Manage Tags to open to a selected letter when clicking on a letter. Fixes #1880175 [[Enhancement] Allow Manage Tags to open to a selected letter vs selected tag](https://bugs.launchpad.net/calibre/+bug/1880175)
Merge branch 'master' of https://github.com/cbhaley/calibre
2020-05-23 20:00:48 +05:30
Charles Haley
97bc55ec80 Enhancement #1880175: Allow Manage Tags to open to a selected letter vs selected tag.
Works with manage authors and everywhere that uses the tag_list_editor
2020-05-23 13:47:57 +01:00
Charles Haley
ef63b9bff9 Enhancement #1880174: Delete tags in Tag Manager by pressing "delete" key 2020-05-23 10:28:47 +01:00
Kovid Goyal
c3622b2d58
version 4.17.0 2020-05-23 07:46:32 +05:30
Kovid Goyal
59e6c349f0
String changes 2020-05-23 07:35:25 +05:30
Kovid Goyal
e819b62e0b
Fix #1880195 [Amazon_de metadata: Problems with Umlauts or accents](https://bugs.launchpad.net/calibre/+bug/1880195) 2020-05-22 22:55:34 +05:30
Kovid Goyal
12f2a2f713
Prevent context menu when selecting location in ToC editor 2020-05-22 20:29:11 +05:30
Kovid Goyal
123dc2bb52
Fix Bookeen Diva HD not being detected. Fixes #1877965 [Add Bookeen Diva HD](https://bugs.launchpad.net/calibre/+bug/1877965) 2020-05-22 20:14:41 +05:30
Kovid Goyal
1c21bc8eb3
Kindle driver: Add a workaround for Amazon's latest attempt to sabotage side-loading
Now calibre will store a second copy of the thumbails on the Kindle and
auto-restore the on every connect, if the file sizes are different.
2020-05-22 10:53:38 +05:30
Kovid Goyal
94b2dfe8fc
Merge branch 'master' of https://github.com/cbhaley/calibre 2020-05-22 08:44:06 +05:30
Charles Haley
1e275fc669 Improve printed error message if a template function fails to compile. 2020-05-21 18:11:55 +01:00
Kovid Goyal
d33ac6795a
Viewer: Pressing Esc when in the search input field now closes the search panel 2020-05-21 21:19:20 +05:30
Kovid Goyal
557bdc6b7e
Hide hidden label when clearing search results 2020-05-21 21:14:29 +05:30
Kovid Goyal
d4b5fbeb28
Viewer: When the search results panel is expanded, show more context 2020-05-21 21:13:00 +05:30
Kovid Goyal
b0e427621a
Fix #1879834 [[Enhancement - Viewer] Clearing the search will not clear the search results](https://bugs.launchpad.net/calibre/+bug/1879834) 2020-05-21 12:30:58 +05:30
Kovid Goyal
5378316da0
Show a tooltip for the group headings in the search results list 2020-05-21 12:20:21 +05:30