Kovid Goyal
9f7f74c952
Comments editor: Use <p> </p> for empty paragraphs instead
2020-01-16 16:07:48 +05:30
Kovid Goyal
3236f5da9e
Viewer toolbar: Add a button to easily change color schemes
...
Fixes #1859547 [[Enhancement] Toggle between color schemes](https://bugs.launchpad.net/calibre/+bug/1859547 )
2020-01-16 15:53:15 +05:30
Kovid Goyal
785c4ae4df
Nicer tab close icon
2020-01-16 11:19:25 +05:30
Kovid Goyal
d70363d408
Comments editor: Fix inserted blank paragraph being rendered as two lines.
...
Qt uses an awful hack of inserting style="-qt-paragraph-type:empty" for
blank paragraphs. Preserve this, so that blank paragraphs survive
round tripping as HTML, at the cost of uglier markup.
2020-01-16 09:56:35 +05:30
Kovid Goyal
9df4be4015
Also use paper sizes widget in PDF output settings
2020-01-16 09:31:30 +05:30
Kovid Goyal
aef66816a3
Make paper size combo box re-useable
2020-01-16 09:26:39 +05:30
Kovid Goyal
13a8f4f895
Fix #1859550 [[Enhancement] Show paper size width and height reference]( https://bugs.launchpad.net/calibre/+bug/1859550 )
2020-01-16 08:58:27 +05:30
Kovid Goyal
015d0b9c38
Fix #1859552 [[Enhancement] Remove unnecessary space at the bottom of Print to PDF screen]( https://bugs.launchpad.net/calibre/+bug/1859552 )
2020-01-16 08:34:28 +05:30
Kovid Goyal
0f54548fd8
...
2020-01-16 07:11:22 +05:30
Kovid Goyal
87a2081816
Update Liberty Times
...
Merge branch 'update-urls-of-liberty-times' of https://github.com/gugod/calibre
2020-01-16 07:01:30 +05:30
Kang-min Liu
aa4f53b76a
Update feed URLs of Liberty Times.
...
1. Use https:// now as that becomes their default.
(http:// urls are all redirected to https://)
2. Several URL were replace, the current list can be found at: https://service.ltn.com.tw/RSS
The URLs for logo and cover images were also replaced because the old
one can no longer be found.
2020-01-16 08:35:14 +09:00
Kovid Goyal
626c949c30
String changes
2020-01-14 11:23:25 +05:30
Kovid Goyal
80d91a90ad
Merge branch 'fix-warning' of https://github.com/eli-schwartz/calibre
2020-01-14 07:42:36 +05:30
Eli Schwartz
c891963f68
remove unused header code
...
In commit ecd57f36397232539e9751bceddae71157600497 the function it goes
to was removed, now it just shows "unused variable" warnings.
2020-01-13 20:45:49 -05:00
Kovid Goyal
b6c95290cb
Show shortcuts in top level context menu
2020-01-13 07:22:54 +05:30
Kovid Goyal
3247c8b6ae
Make text in current tab italic throughout
2020-01-12 08:04:26 +05:30
Kovid Goyal
6b5b742cda
Fix #1859209 [[Enhancement] Remove separator and add shortcut to menu]( https://bugs.launchpad.net/calibre/+bug/1859209 )
2020-01-11 08:29:03 +05:30
Kovid Goyal
29a4596270
...
2020-01-09 22:06:32 +05:30
Kovid Goyal
9a43af3f78
PDF Output: Fix conversion of files containing <canvas> elements failing. Fixes #1859040 [Private bug]( https://bugs.launchpad.net/calibre/+bug/1859040 )
2020-01-09 21:56:38 +05:30
Kovid Goyal
3e838ccd5c
Update resources path under windows to reflect current app layout
2020-01-09 18:50:41 +05:30
Kovid Goyal
09eaa46360
Dark mode: Fix colors in remove all formats except dialog
2020-01-09 10:49:52 +05:30
Kovid Goyal
52dff55b41
Fix #1858962 [Preferred output format's tooltip should mention device plugins]( https://bugs.launchpad.net/calibre/+bug/1858962 )
2020-01-09 07:27:08 +05:30
Kovid Goyal
dffc39cf0c
Viewer: Fix failure to open some books that contain unparseable URLs. Fixes #1858836 [Viewer Crashes on "Invalid IPv6 URL"]( https://bugs.launchpad.net/calibre/+bug/1858836 )
2020-01-09 07:17:33 +05:30
Kovid Goyal
39a9c123a2
formatting
2020-01-08 22:33:00 +05:30
Kovid Goyal
6a5cc61adc
Possible fix for weird failure on CI
2020-01-08 22:32:26 +05:30
Kovid Goyal
231664e7ca
Move test location
2020-01-08 22:25:38 +05:30
Kovid Goyal
5784d989f5
Use proper separators on windows
2020-01-08 22:11:06 +05:30
Kovid Goyal
f0e6ead4c7
Better workaround for XXE in lxml
...
Instead of disabling resolution of all entities, only disable resolution
of entities from files
2020-01-08 22:03:38 +05:30
Kovid Goyal
f686647286
Command to vendor csslint
2020-01-08 21:01:59 +05:30
Kovid Goyal
c842e34589
Move borwsers check to ruleset creation
2020-01-08 20:06:49 +05:30
Kovid Goyal
86d75fcc83
Make URLs in check book help text clickable
2020-01-08 19:04:10 +05:30
Kovid Goyal
850b2b8a9d
Edit book: Check book: Improved checking of CSS, with support for CSS 3
2020-01-08 18:53:57 +05:30
Kovid Goyal
7a16568127
Fix #1858779 [Fails to load KIPEO plugin]( https://bugs.launchpad.net/calibre/+bug/1858779 )
2020-01-08 16:23:17 +05:30
Kovid Goyal
7474547bd2
py3: Fix decoding of CFF font tables
2020-01-08 08:23:36 +05:30
Kovid Goyal
09aae8b299
String changes
2020-01-08 08:01:33 +05:30
Kovid Goyal
e307caafe8
Generate locales.zip parent dir if needed
2020-01-07 21:33:17 +05:30
Kovid Goyal
38d463220c
Merge branch 'py3' of https://github.com/eli-schwartz/calibre
2020-01-07 21:29:54 +05:30
Eli Schwartz
cc2eefbb17
py3: fix creation of empty record with .txt format
...
Metadata objects are unicode strings, but we tried to write the content
directly to a .txt file opened in binary mode.
2020-01-07 10:53:44 -05:00
Kovid Goyal
788278b97e
Fix #1858606 [Smooth scrolling settings doesn't fit on small screens]( https://bugs.launchpad.net/calibre/+bug/1858606 )
2020-01-07 15:02:26 +05:30
Kovid Goyal
464fafd047
String changes
2020-01-06 18:37:01 +05:30
Kovid Goyal
aa9bfb5c59
Viewer: Forgot to add shift+space as default shortcut for pageup
2020-01-06 18:13:07 +05:30
Kovid Goyal
1eba328f26
DRYer
2020-01-06 17:52:29 +05:30
Kovid Goyal
15a0112b47
Use an id selector
2020-01-06 17:23:39 +05:30
Kovid Goyal
f5abd0e252
...
2020-01-06 15:53:07 +05:30
Kovid Goyal
6f1e8c863f
Avoid unnecessary python object creation/destruction in count_words()
2020-01-06 15:47:39 +05:30
Kovid Goyal
3cc55b16fe
Change O(n^2) algorithm to O(n) when splitting using the ICU break iterator
2020-01-06 15:24:33 +05:30
Kovid Goyal
f3a877f404
Viewer: Fix data displayed in side margins getting moved out of position when mouse hovers over side margin. Fixes #1858263 [Top, middle and bottom margin data shown in the middle margin when mouse hovers]( https://bugs.launchpad.net/calibre/+bug/1858263 )
2020-01-06 14:36:13 +05:30
Kovid Goyal
b2c4abd9b0
Fix #1858284 [Automatic adding dialog has an unnecessary scrollbar]( https://bugs.launchpad.net/calibre/+bug/1858284 )
2020-01-06 14:16:45 +05:30
Kovid Goyal
9a452f67b8
Book details panel: When right clicking to save the cover, replace invalid characters in the suggested filename
2020-01-06 11:52:11 +05:30
Kovid Goyal
994fae5f94
Fix #1858198 [Error adding SSL certificate and private key files for the Content server]( https://bugs.launchpad.net/calibre/+bug/1858198 )
2020-01-04 09:40:04 +05:30