33789 Commits

Author SHA1 Message Date
Charles Haley
50e558d856 Bug #1924674: Column icon rules: no error if no column is selected 2021-04-17 11:25:07 +01:00
Kovid Goyal
389a44cc49
Viewer: Fix a regression that broke using the delete key to delete highlights 2021-04-17 15:03:36 +05:30
Kovid Goyal
e715c9e710
version 5.16.0 2021-04-17 10:41:09 +05:30
Kovid Goyal
8c0791e359
Fix #1924187 [Edit metadata: Text alignment on lists in WYSIWYG editor](https://bugs.launchpad.net/calibre/+bug/1924187) 2021-04-17 10:22:48 +05:30
Kovid Goyal
52adf96211
Add reference for claim that filenames in chm pgml blocks are utf-8 2021-04-17 09:37:28 +05:30
Kovid Goyal
1a5fa973ea
CHM Input: Fix handling of some CHM files that use non-ascii internal filenames and dont specify a character encoding in their metadata. Fixes #1924703 [E-book viewer: another error opening a *.chm file](https://bugs.launchpad.net/calibre/+bug/1924703) 2021-04-17 09:28:38 +05:30
Kovid Goyal
7a5d8b2632
Fix #1924703 [E-book viewer: another error opening a *.chm file](https://bugs.launchpad.net/calibre/+bug/1924703) 2021-04-17 07:13:45 +05:30
Kovid Goyal
8c30eba87c
Fix #1924824 [startup error affecting find duplicates action](https://bugs.launchpad.net/calibre/+bug/1924824) 2021-04-17 06:36:09 +05:30
Kovid Goyal
1518ee3c83
Content server viewer: Fix a regression in the previous that broke handling of URLs in stylesheets 2021-04-17 06:29:03 +05:30
Kovid Goyal
7cbbff57ca
Fix a regression in the previous release that broke changing sections in the convert single book dialog after changing the input or output formats. Fixes #1924767 [Convert dialog navigation stops woorking](https://bugs.launchpad.net/calibre/+bug/1924767) 2021-04-16 20:20:35 +05:30
Kovid Goyal
51d07cef5b
Viewer: Use the system time format for clock in control header as well 2021-04-16 18:52:44 +05:30
Charles Haley
1038b5124a Bug #1924675: Set/unset on 'rating' invalid 2021-04-16 08:54:57 +01:00
Kovid Goyal
38099ab36f
version 5.15.0 2021-04-16 07:50:00 +05:30
Kovid Goyal
a0460762ed
E-book viewer: Highlights panel: Dont expand all sections when adding/deleting/modifying highlights. Fixes #1924598 [Adding new highlight in ebook viewer expands all sections.](https://bugs.launchpad.net/calibre/+bug/1924598) 2021-04-16 07:47:51 +05:30
Charles Haley
8228daab7b Template language enhancement: add the 'inlist' operator 2021-04-15 14:56:16 +01:00
Kovid Goyal
75333c2b54
Allow auto scrolling through the list of books by pressing the X key. The speed of scrolling can be controlled in Preferences->Look & feel->Cover browser. Useful to have a "slideshow" of book covers
Fixes #1917634 [[Enhancement] Add slideshow capability to cover browser](https://bugs.launchpad.net/calibre/+bug/1917634)
2021-04-15 18:01:48 +05:30
Charles Haley
a6f4b77cfd Bug #1924247: Possible to create recursive VL that crashes Calibre
The actual fix is in cache.py line 2218. Another change added the virtual fields to vl:x searches. The rest are improvements to error messages.
2021-04-15 11:12:52 +01:00
Kovid Goyal
caca59de29
Merge branch 'master' of https://github.com/cbhaley/calibre
Fix #1923942 [Column icons: virtual_libraries(), saved searchs, and marked books](https://bugs.launchpad.net/calibre/+bug/1923942)
2021-04-15 14:58:54 +05:30
Charles Haley
184c6976b9 Bug #1923942: virtual_libraries() doesn't list libraries with search expressions containing "marked:..." 2021-04-15 10:17:15 +01:00
Kovid Goyal
1c24a53865
FB2 Output: Fix a regression in calibre 5 that caused paragraphs containing only non-breaking spaces to be removed. Fixes #1924232 [Empty lines missing after FB2 conversion](https://bugs.launchpad.net/calibre/+bug/1924232)
py3 compat
\s+ matches nbsp in python 3 but not python2
2021-04-15 13:16:53 +05:30
Kovid Goyal
3f2bc45368
Metadata comments editor: Fix setting block alignment destroying other block level properties. Fixes #1924187 [Edit metadata: Text alignment on lists in WYSIWYG editor](https://bugs.launchpad.net/calibre/+bug/1924187) 2021-04-15 09:57:52 +05:30
Kovid Goyal
745bbccd93
Add plugins to end of sys.path instead of start
This gives same semantics for frozen and non-frozen builds.
2021-04-15 08:07:32 +05:30
Kovid Goyal
fafcf3514e
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1923504 [Enhancement request Edit column dialog: Load template currently saved in tester](https://bugs.launchpad.net/calibre/+bug/1923504)
2021-04-13 18:00:25 +05:30
Kovid Goyal
d8f91959a7
Viewer preferences: Allow searching for keyboard shortcuts 2021-04-13 17:59:11 +05:30
Charles Haley
a8e83108d1 Enhancement #1923504: Edit column dialog: Load template currently saved in tester 2021-04-13 13:15:50 +01:00
Kovid Goyal
0e2e0ec55f
Fix #1923317 [Private bug](https://bugs.launchpad.net/calibre/+bug/1923317) 2021-04-13 12:10:08 +05:30
Kovid Goyal
10b20e55c1
Fix #1923340 [[Enhancement] Similar settings closer](https://bugs.launchpad.net/calibre/+bug/1923340) 2021-04-13 12:06:08 +05:30
Kovid Goyal
5765cd3007
E-book viewer: Fix margins not being adjusted immediately when preferences are changed 2021-04-13 10:14:36 +05:30
Kovid Goyal
1fd071971b
Fix font size for input elements in viewer UI 2021-04-13 09:42:53 +05:30
Kovid Goyal
c58c1e1a4c
string changes 2021-04-13 06:37:11 +05:30
Kovid Goyal
263427884e
Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1923365 [Enhancement Request: Tag browser: Delete identifiers in context menu](https://bugs.launchpad.net/calibre/+bug/1923365)
2021-04-12 21:47:28 +05:30
Charles Haley
e4e6d6053c Enhancement #1923365: Tag browser: Delete identifiers in context menu. 2021-04-12 17:12:39 +01:00
Charles Haley
fa6f0a48d4 Added "return expr" to the template language.
Improvements to parser error messages.
2021-04-12 15:34:05 +01:00
Kovid Goyal
47b48e49e6
Fix indentation 2021-04-12 09:05:17 +05:30
Kovid Goyal
1d0e4d07c5
Content server: Prevent Apple from zooming in when typing in text controls in the server interface in the Safari browser 2021-04-12 08:51:09 +05:30
Charles Haley
b3fc2fce21 Template dialog improvements:
- Better help text in the stored template editor
- Support hiding the help text in stored templates
- Clean up the grid layouts
-
2021-04-11 15:49:44 +01:00
Kovid Goyal
8cdd52cb3b
Fix #1922327 [Amazon.se launched in Sweden](https://bugs.launchpad.net/calibre/+bug/1922327) 2021-04-11 13:25:29 +05:30
Kovid Goyal
eb3bac259d
Fix mismatched tag 2021-04-10 08:42:04 +05:30
Kovid Goyal
921382bfe4
Cleanup the previous merge 2021-04-09 15:33:41 +05:30
Kovid Goyal
07912ec470
Merge branch 'system-wide-plugins' of https://github.com/t-8ch/calibre 2021-04-09 15:05:41 +05:30
Kovid Goyal
eb7f51de50
Fix #1923094 [[Enhancement - Viewer] Open path folder](https://bugs.launchpad.net/calibre/+bug/1923094) 2021-04-09 14:18:25 +05:30
Thomas Weißschuh
3981f79a34 load plugins from system-wide directory
https://www.mobileread.com/forums/showthread.php?t=333893
2021-04-08 19:08:03 +02:00
Kovid Goyal
f772957cd7
Fix #1923061 [ebook-viewer: Unchecking "restore open panels" resets panel locations on restart](https://bugs.launchpad.net/calibre/+bug/1923061) 2021-04-08 20:51:16 +05:30
Kovid Goyal
80364863a9
Edit book: Upgrade book internals: Fix skipping the NCX removal dialog not remembering the chosen option. Fixes #1921604 [Suggestion about update book internal](https://bugs.launchpad.net/calibre/+bug/1921604) 2021-04-08 14:29:59 +05:30
Kovid Goyal
61bf9e10ce
Edit book: Fix restoring confirmation dialogs not restoring question_dialog() based confirmations 2021-04-08 14:23:52 +05:30
Kovid Goyal
26431a36ea
Fix #1921645 [Add scrollbar to Merge books window](https://bugs.launchpad.net/calibre/+bug/1921645) 2021-04-08 14:01:21 +05:30
Kovid Goyal
157a26a270
Fix #1921704 [Custom identifiers: pasting in Edit Metadata fails if http/https is wrong one](https://bugs.launchpad.net/calibre/+bug/1921704) 2021-04-08 13:55:07 +05:30
Kovid Goyal
82f773f6b6
Fix #1922986 [[Enhancement] Navigate left panel in the Convert book window using the keyboard](https://bugs.launchpad.net/calibre/+bug/1922986) 2021-04-08 13:36:40 +05:30
Kovid Goyal
a3ec38342d
Cant customize left of controls footer so hide that control 2021-04-08 12:27:43 +05:30
Kovid Goyal
9102e671e7
E-book viewer: Show the current progress percentage in the bottom bar of the viewer controls. This can be customized in the viewer preferences under Headers and footers. Fixes #1921610 [[Enhancement - Viewer] Progress bar](https://bugs.launchpad.net/calibre/+bug/1921610) 2021-04-08 11:35:09 +05:30