31920 Commits

Author SHA1 Message Date
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
Kovid Goyal
1a39df6e83
Viewer: Show search results grouped by section 2020-05-21 12:10:36 +05:30
Kovid Goyal
3f739922b1
Make th eexternal API of the Results widget Qt independent 2020-05-21 09:08:12 +05:30
Kovid Goyal
a11ef94a60
Viewer: Show ToC section in tooltips for search results 2020-05-21 08:50:56 +05:30
Kovid Goyal
510bcb7c85
Edit Book: Fix default CSS template not quoting the charset, causing check book to complain about th eCSS sheet. Fixes #1879618 [Editor generates styjesheet with fatal error](https://bugs.launchpad.net/calibre/+bug/1879618) 2020-05-21 07:47:13 +05:30
Kovid Goyal
24645ef1d7
String changes 2020-05-20 20:13:24 +05:30
Charles Haley
80b260496b Enhancement 1879446: Change name of Tag editor 2020-05-19 18:23:38 +01:00
Kovid Goyal
dd29c1d4c8
Viewer search results: Show internal file name in which each result is found as a tooltip 2020-05-19 20:19:34 +05:30
Kovid Goyal
5f6e4d08ed
Fix #1879313 [Problem with image name containing capitalization when compressing](https://bugs.launchpad.net/calibre/+bug/1879313) 2020-05-19 08:37:37 +05:30
Charles Haley
81a2ac002b Enhancement #1879086: User categories editor: make the default size for the category box larger 2020-05-18 12:09:30 +01:00