Kovid Goyal
39b3e36e20
Merge branch 'master' of https://github.com/cbhaley/calibre
...
Fixes #1924675 [Rules editors: Set/unset on 'rating' invalid](https://bugs.launchpad.net/calibre/+bug/1924675 )
2021-04-16 16:12:24 +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
v5.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
Kovid Goyal
391e9d3f39
Update New Scientist
2021-04-15 20:22:52 +05:30
Kovid Goyal
98c83d2dec
Update New Scientist feeds
2021-04-15 20:13:00 +05:30
Kovid Goyal
82df992abe
Merge branch 'master' of https://github.com/cbhaley/calibre
2021-04-15 19:53:48 +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
Kovid Goyal
095515b6e8
Merge branch 'master' of https://github.com/cbhaley/calibre
...
Fixes #1924247 [Possible to create recursive VL that crashes Calibre](https://bugs.launchpad.net/calibre/+bug/1924247 )
2021-04-15 15:58:25 +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
718d33bc2f
Fix Irish Times
2021-04-15 08:49:48 +05:30
Kovid Goyal
4158611deb
Fix #1924193 [1843 subscription no longer works]( https://bugs.launchpad.net/calibre/+bug/1924193 )
2021-04-15 08:11:29 +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
3dd9598139
Remove ASAN patch for bug in arch Qt. Thanks @eli-schwartz
2021-04-14 10:47:53 +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
Kovid Goyal
d6cda805de
Merge branch 'master' of https://github.com/cbhaley/calibre
2021-04-12 20:11:54 +05:30
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
7cd8f2ed56
Merge branch 'patch-1' of https://github.com/DerNuntius/calibre
2021-04-12 13:24:33 +05:30
Hugo Melder
80b3e646e3
Fix Guardian Recipe CSS: Images are distorted
...
Images were scaled to 100% height/width. Fixed by removing CSS.
2021-04-12 09:34:14 +02:00
Kovid Goyal
47b48e49e6
Fix indentation
2021-04-12 09:05:17 +05:30
Kovid Goyal
093a71089b
Los Danieles – Columnas sin techo by CAVALENCIA
2021-04-12 08:58:33 +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
Kovid Goyal
6e32092098
Merge branch 'install-fix' of https://github.com/eli-schwartz/calibre
2021-04-11 23:03:56 +05:30
Eli Schwartz
b7cf508da4
setup: fix installing without develop mode + system plugins option
...
options for Develop() are not automatically added to Install(), so the
new option in commit 8fb6d5f37e8055ce720bd0b1d56587f88c0071f285966ba17e72b2b12672aa73
only worked for the former. And since consolidate_paths unconditionally
checked opts.system_plugins_location, trying to run an ordinary install
ended in:
File "/build/calibre-git/src/calibre/setup/install.py", line 117, in consolidate_paths
self.system_plugins_loc = opts.system_plugins_location
AttributeError: 'Values' object has no attribute 'system_plugins_location'
2021-04-11 13:27:32 -04:00
Kovid Goyal
b74ca85fd6
Merge branch 'master' of https://github.com/cbhaley/calibre
2021-04-11 20:45:56 +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
52a79da4aa
string changes
2021-04-11 13:33:04 +05:30
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
ea74ad02e6
Add an option to ./setup.py install to set the system plugins location
2021-04-09 20:05:52 +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