Kovid Goyal
643cfb3c0f
E-book viewer: When exporting highlights as plain text include titles from chapters at all levels not just the first level
2022-11-23 17:14:58 +05:30
Kovid Goyal
528133d7db
Content server: Fix incorrect sorting of highlights in the same paragraph
2022-11-23 15:39:33 +05:30
Charles Haley
dbbb96fa05
Add more error checking.
2022-11-20 11:47:55 +00:00
Kovid Goyal
6c4f3d85ab
Nook driver: Put files in NOOK/Books instead of NOOK/My Files on recent nook devices so they are all listed in one place in the NOOK UI. See #1990730 (books saved in wrong directory on nook 4e)
2022-11-20 11:02:08 +05:30
Kovid Goyal
67bcfac6b7
Edit book: Reports: Show the number of words per file in the Files section of the report
2022-11-20 10:46:23 +05:30
Kovid Goyal
c0fce03703
Fix #1996431 [Sort By tool - Select sortable columns is one-at-a-time]( https://bugs.launchpad.net/calibre/+bug/1996431 )
2022-11-20 10:04:30 +05:30
Kovid Goyal
7dbdfd565d
Retry deleting since on windows something could have locked a file
2022-11-20 09:11:49 +05:30
Charles Haley
3bfb3ccf6f
Move the commit to after the error check
2022-11-19 15:17:56 +00:00
Charles Haley
301cd03cd4
Bug(s) #1997137 : Tag browser error.
...
There are two independent problems here.
1) The exception is caused by right-clicking in the white space of the tag browser. I can't make it happen right-clicking anywhere else. It has nothing to do with grouped searches.
2) The "creation of grouped search terms" problem has been there since forever. The search preferences didn't tell the tag browser to completely rebuild the tree. Restarting calibre fixed it.
2022-11-19 10:06:57 +00:00
Kovid Goyal
c984e6913a
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-11-17 19:41:46 +05:30
Charles Haley
155d18f84d
Small improvement on previous commit: only offer changing the search folder icon if search is hierarchical.
2022-11-17 13:33:49 +00:00
Charles Haley
1fc7cdd2f5
Bug 1996649: Enhancement: Tag Browser: Use search folder icon when appropriate
2022-11-16 10:47:17 +00:00
Kovid Goyal
414991fa00
Cleanup previous PR
2022-11-15 19:42:39 +05:30
Charles Haley
1ecb96d76a
Added the field "template" to calibredb list. It uses the compatibility technique you suggested.
...
More info in the PR.
2022-11-15 12:29:07 +00:00
Charles Haley
0d01c12bf4
Bug #1996551 : Possible bug: Similar books reassigned when grouped search renamed
...
Revert to the default if the field used in a similar search is removed (or renamed).
2022-11-15 12:10:53 +00:00
Charles Haley
088e9b1b47
Bug #1996559 : Saved Search: Renamed saved search oddities
...
Changed saved search nodes generated by walking a hierarchy to do nothing when clicked and to have an appropriate tooltip.
Also removed the search icon for these saved search nodes, since they aren't searches.
2022-11-15 11:22:29 +00:00
Kovid Goyal
524f70ccec
Content server viewer: When exporting highlights as text include chapter titles
2022-11-14 11:04:59 +05:30
Kovid Goyal
7947010d73
Edit book: Allow using ctrl+shift+t in addition to ctrl+alt+t for selecting the contents of a tag
2022-11-13 22:17:50 +05:30
Kovid Goyal
1e1c15e3fe
Alphabetically sort popup menu of user dictionaries when adding a word to them
2022-11-13 09:10:33 +05:30
Kovid Goyal
0b0070167d
Ensure there is some space between the separator handle dots and the separator edge
2022-11-13 09:01:39 +05:30
Kovid Goyal
87ca4d6fe2
Dont rely on shadow color for separator dots as it seems to vary between systems
...
Instead use text color + alpha
2022-11-13 07:48:55 +05:30
Kovid Goyal
4cb02b4d4d
Smooth the separator handle dots by antialiasing them
2022-11-13 07:44:39 +05:30
Kovid Goyal
e8f27b722c
Merge branch 'master' of https://github.com/cbhaley/calibre
2022-11-13 06:46:23 +05:30
Charles Haley
4045ae7d86
Add context menu action to tag browser to turn on/off sub-categorization for a category
2022-11-12 18:03:43 +00:00
Kovid Goyal
577e550a54
Edit book: Fix a rare error when running the Reports tool
...
py3 delights again
2022-11-12 13:17:57 +05:30
Charles Haley
c7a250a849
[Bug 1996020]: Bulk Metadata Editor: Inconsistency on 'Clear' button
...
Clicking clear on DateTime setting the apply box is wrong. Fixed.
2022-11-09 10:13:05 +00:00
Kovid Goyal
1211aef0bc
Fix #1996002 [[Bug] ebook edit subset embedded fonts fail]( https://bugs.launchpad.net/calibre/+bug/1996002 )
2022-11-09 14:29:43 +05:30
Kovid Goyal
d535259677
More idiomatic
2022-11-09 08:07:31 +05:30
Charles Haley
dbb5c414fc
Make the saved searches menu honor whether searches is hierarchical or not.
2022-11-08 14:31:34 +00:00
Kovid Goyal
0bc512bc06
Fix #1995867 [Crash in metadata's cover generator]( https://bugs.launchpad.net/calibre/+bug/1995867 )
2022-11-07 19:11:39 +05:30
Kovid Goyal
6ff213ff0c
Edit book: Fix regression in previous release causing applying any container update marking all open image editors as modified.
...
No choice but to implement only_if_different and hope that it is
accurate.
2022-11-07 15:28:14 +05:30
Kovid Goyal
9e008a62bc
Sending by email: When adding comments also add series
2022-11-07 10:23:29 +05:30
Kovid Goyal
b37a50336b
also recognize @free.kindle.com in addition to @kindle.com
2022-11-07 08:39:22 +05:30
Charles Haley
554ef89482
Fix for tag browser "AttributeError: 'NoneType' object has no attribute 'name'"
...
I found this by accident:
calibre 6.8* embedded-python: True
Windows-10-10.0.19044-SP0 Windows ('64bit', 'WindowsPE')
('Windows', '10', '10.0.19044')
Python 3.10.1
[...]
File "C:\CBH_Data\calibre.git\calibre_dev\src\calibre\gui2\tag_browser\view.py", line 981, in show_context_menu
AttributeError: 'NoneType' object has no attribute 'name'
2022-11-05 13:16:09 +00:00
Charles Haley
2260c22cac
Fix regression that removed the ability to set a shortcut for the 'Book list header menu' action
2022-11-04 12:23:27 +00:00
Kovid Goyal
fa19925f86
Fix a regression in the previous release that caused copying book details to clipboard to use unix line endings on windows
2022-11-04 11:05:27 +05:30
Kovid Goyal
c909952238
version 6.8.0
2022-11-04 07:45:26 +05:30
Kovid Goyal
a5f4b90e47
Update Amazon metadata download plugin for website changes
2022-11-03 22:23:53 +05:30
Kovid Goyal
58e506d0cd
EPUB Input: Fix empty adobe page number template file causing conversion to fail. Fixes #1995551 [[Bug] Convert EPUB Fail (TypeError: cannot convert 'NoneType' object to bytes)]( https://bugs.launchpad.net/calibre/+bug/1995551 )
2022-11-03 11:07:19 +05:30
Kovid Goyal
f77e2d693d
When emailling to kindle set the filename based on the post plugboard title
2022-11-01 08:30:57 +05:30
Kovid Goyal
4b05986bbd
Fix drop down showing tags instead of authors in the author mapper
2022-10-31 19:48:15 +05:30
Kovid Goyal
2819ff2c63
Full text search: Show an error when trying to select a book that is not currently visible in the calibre library. Fixes #1993044 [Enhancement Request: FTS: Notification when trying to select currently unavailable book]( https://bugs.launchpad.net/calibre/+bug/1993044 )
2022-10-31 13:12:41 +05:30
Kovid Goyal
fc8c0979d1
AZW3 Input: Generate mimetypes for fonts that match what the editor expects. Fixes #1993496 [problem converting EPUB to AZW3]( https://bugs.launchpad.net/calibre/+bug/1993496 )
2022-10-31 06:15:35 +05:30
Kovid Goyal
9aea6019e1
Book details: Improve plain text formatting when copying to clipboard. Fixes #1993753 [Copy Book Details puts column names and values on separate lines]( https://bugs.launchpad.net/calibre/+bug/1993753 )
2022-10-31 05:41:51 +05:30
Kovid Goyal
608b328f25
E-book viewer: Fix rendering of comments in metadata display when using a dark color scheme. Fixes #1995214 [Metadata comments in E-book viewer have white background in any dark color scheme]( https://bugs.launchpad.net/calibre/+bug/1995214 )
2022-10-31 05:11:21 +05:30
Kovid Goyal
f0ba30d7d3
Conversion pipeline: Fix CSS styles applied to SVG elements being discarded
2022-10-30 19:49:29 +05:30
Kovid Goyal
d4bc5a73fd
AZW3 Input: Fix svg images that use a prefix for the SVG namespace not being recognized. Fixes #1994988 [Pictures are missing when converting from Epub to Azw3]( https://bugs.launchpad.net/calibre/+bug/1994988 )
2022-10-30 19:27:12 +05:30
Kovid Goyal
73637baaa9
Edit book: Fix double clicking in the see what changed dialog not opening the file in the editor since calibre 6.0
...
PyQt6's enums strike again
2022-10-30 08:55:31 +05:30
Kovid Goyal
57a3641e54
Edit book: Fix modified indicator on images not working correctly when replacing the image
2022-10-30 08:50:11 +05:30
Charles Haley
7679ec5b1f
Improved Metadata deepcopy recursion fix.
...
It was possible for the recursion to occur if mi.deepcopy() was called after (un)safe_format(). Change the state save/restore mechanism to ensure all instance variables are restored to base settings.
2022-10-29 15:07:00 +01:00