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
59d39cca4c
Clean up recipe
2021-04-17 08:56:47 +05:30
Kovid Goyal
2f998e0e8e
The Saturday paper by Alistair Francis
...
Merge branch 'alistair/saturdaypaper' of https://github.com/alistair23/calibre
2021-04-17 08:55:24 +05:30
Alistair Francis
66487f9881
recipes: Initial commit of The Saturday Paper
...
Signed-off-by: Alistair Francis <alistair@alistair23.me>
2021-04-17 13:12:53 +10:00
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
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