40543 Commits

Author SHA1 Message Date
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
Kovid Goyal
513f9a3a30
Avoid stack overflow due to unbounded recursion in safe_walk 2020-01-04 09:03:50 +05:30
Kovid Goyal
e6657d999a
Viewer: Fix Ctrl+Shift shortcuts not being displayed properly on windows 2020-01-04 08:58:44 +05:30
Kovid Goyal
d327cedc82
Fix #1858180 [Error when enabling auto scroll on server in paged mode](https://bugs.launchpad.net/calibre/+bug/1858180) 2020-01-03 14:12:42 +05:30
Kovid Goyal
75bf8b69c3
version 4.8.0 v4.8.0 2020-01-03 06:59:53 +05:30
Kovid Goyal
fc8659e07a
Viewer: Fix error when trying to change more than a single keyboard shortcut at once. Fixes #1858117 [ERROR: Unhandled error: Uncaught TypeError when setting custom keyboard shortcut in viewer](https://bugs.launchpad.net/calibre/+bug/1858117) 2020-01-02 22:13:36 +05:30
Kovid Goyal
ecdf7f74e0
Merge branch 'patch-1' of https://github.com/jony0008/calibre 2020-01-02 18:02:03 +05:30
Jony
c11d1cd77f
Update COPYRIGHT 2020-01-02 12:37:26 +01:00
Kovid Goyal
ff4316bc93
Make it easier to set calibre environment variables on macOS 2020-01-02 09:52:25 +05:30
Kovid Goyal
dcc5757a24
Make font italic for current tab in editor 2020-01-02 00:12:54 +05:30
Kovid Goyal
ad4d1f882a
No need to subclass 2020-01-01 14:10:57 +05:30
Kovid Goyal
fbfebda03f
Dont use a recovering XML parser in a few places where we are expected to fail on invalid XML 2020-01-01 14:00:36 +05:30
Kovid Goyal
3eb28b395e
Ignore double removes 2020-01-01 13:25:03 +05:30
Kovid Goyal
6b348a0940
PDF Output: Fix extracting text from generated PDFs not working if more than 100 characters per font are used in the text. Fixes #1857886 [Convert epub to pdf, pdf appearance looks correct, but some of the copied text is incorrect](https://bugs.launchpad.net/calibre/+bug/1857886) 2020-01-01 12:45:20 +05:30