31298 Commits

Author SHA1 Message Date
Kovid Goyal
42d055e511
Clicking on the current Virtual library in the dropdown menu now closes the virtual library. Fixes #1864229 [[Enhancement] Close VL when clicking on the VL in the VL menu](https://bugs.launchpad.net/calibre/+bug/1864229) 2020-03-05 08:58:47 +05:30
Kovid Goyal
fcc0624b74
Fix #1863438 [After adjusting the auto scroll speed I am jumped back in the book](https://bugs.launchpad.net/calibre/+bug/1863438) 2020-03-05 07:13:19 +05:30
Lewix Liu
b94b60ac06 Fix the Douban metadata download plugin 2020-03-03 05:31:18 -08:00
Kovid Goyal
6c9d97f2bf
pep8 2020-03-03 17:47:26 +05:30
David
449182d7bd Update for Kobo firmware and the Series Tab
The new firmware has a Series Tab which uses the seriesId in the database to group the books.
2020-03-03 21:35:41 +11:00
Kovid Goyal
9e57c0a5cd
Fix #1863487 [Clicking "Stop auto scroll" doesn't work when about to change chapter](https://bugs.launchpad.net/calibre/+bug/1863487) 2020-03-03 10:55:57 +05:30
Kovid Goyal
c2f3bc2dbb
... 2020-03-03 09:27:55 +05:30
Kovid Goyal
74fa1b7504
PDF Output: Add a hangcheck for loading HTML if there is no progress for sixty seconds abort
See #1865380 (Private bug)
2020-03-03 09:14:48 +05:30
Kovid Goyal
5409b692ab
Fix the Douban metadata download plugin
Fixes #1853091 [Meta source Douban Books can't work any more](https://bugs.launchpad.net/calibre/+bug/1853091)
Fixes #1865507 [Remove Chinese special characters in titles when searching](https://bugs.launchpad.net/calibre/+bug/1865507)

Merge branch 'master' of https://github.com/xcffl/calibre
2020-03-03 08:46:57 +05:30
xcffl
3b4f584a91
Improve tokenization of CJK author names 2020-03-03 09:51:36 +08:00
xcffl
348338f75c
Remove Chinese special chars in titles 2020-03-02 22:48:17 +08:00
xcffl
78f858a875
Fix & update Douban API 2020-03-02 22:08:38 +08:00
Kovid Goyal
6bdbc6f07d
Viewer: Fix Ctrl+i shortcut not working on Windows 2020-03-02 11:17:39 +05:30
Kovid Goyal
b41b0a99af
Use a label rather than a tooltip for hidden text 2020-03-02 10:36:12 +05:30
Kovid Goyal
6c29207c87
Rather than remove matches for hidden text, simply mark them as not visible 2020-03-02 10:21:03 +05:30
Kovid Goyal
ae109d8f91
Fix delete all handling 2020-03-02 09:29:39 +05:30
Kovid Goyal
59efc39317
Content server: Add a button to delete all locally cached books. Fixes #1864305 [[Enhancement] Add a remove all books option in the downloaded books page on the Server](https://bugs.launchpad.net/calibre/+bug/1864305) 2020-03-02 09:16:34 +05:30
Kovid Goyal
2c19714c40
Automatically extract the source DOCX file from Kindle Create KPF files when adding them to calibre. If you prefer to preserve the KPF file you can disable the KPF Extract plugin in Preferences->Plugins 2020-03-02 08:21:55 +05:30
Kovid Goyal
c3f906ea84
Fix #1864350 [Copy all in the Book details window doesn't copy all](https://bugs.launchpad.net/calibre/+bug/1864350) 2020-03-02 07:46:29 +05:30
Kovid Goyal
a533694b65
Viewer: When starting without a book allowing quitting the viewer by clicking the close button on the "Open book" page
Fixes #1864343 [Can't close window when E-book viewer is opened in full screen mode](https://bugs.launchpad.net/calibre/+bug/1864343)
2020-02-29 11:48:31 +05:30
Kovid Goyal
eddc3254bd
Fix #1865213 [[Enhancement] Configure Tag browser on Content server](https://bugs.launchpad.net/calibre/+bug/1865213) 2020-02-29 11:12:01 +05:30
Kovid Goyal
3453380fe0
Fix incorrect titles on book list prefs panels 2020-02-29 11:10:27 +05:30
Kovid Goyal
2c794839db
Forgot to report hidden search results 2020-02-28 18:27:56 +05:30
Kovid Goyal
9924018740
Fix #1865126 [[Enhancement] Remove empty space](https://bugs.launchpad.net/calibre/+bug/1865126) 2020-02-28 18:19:46 +05:30
Kovid Goyal
2f701318d2
Viewer: Fix searching in Regex and Whole words mode not working well.
Viewer: Fix searching for multiple words in fixed layout books not
working. Fixes #1863464 [Private bug](https://bugs.launchpad.net/calibre/+bug/1863464)
2020-02-28 14:45:07 +05:30
Kovid Goyal
90aba42b2a
... 2020-02-27 15:30:02 +05:30
Kovid Goyal
af3be6ddd9
Viewer: Save current position after 3 seconds of last position change
Useful if the viewer crashes on resume from sleep.
2020-02-27 15:28:15 +05:30
Kovid Goyal
6a71dd647b
... 2020-02-27 07:38:03 +05:30
Kovid Goyal
da1b823e07
String changes 2020-02-27 07:37:01 +05:30
Kovid Goyal
45418c3ebe
... 2020-02-26 15:32:35 +05:30
Kovid Goyal
cc18d6dab4
Widen more limits
Fixes #1864789 [[Enhancement] Increase pause time before switching chapter with auto-scrolling](https://bugs.launchpad.net/calibre/+bug/1864789)
2020-02-26 11:09:44 +05:30
Kovid Goyal
6ac6071167
Error message when trying to change number of columns in flow mode 2020-02-26 09:10:54 +05:30
Kovid Goyal
edcdafe536
Viewer: Keyboard shortcuts to change number of columns (Ctrl+[ and Ctrl+]) 2020-02-26 09:08:45 +05:30
Kovid Goyal
afcb54df1e
RTF Input: Fix handling of RTF files with invalid encoded text. Fixes #1864719 [RTF conversion error: argument 1 must be unicode, not str](https://bugs.launchpad.net/calibre/+bug/1864719) 2020-02-26 07:04:59 +05:30
Kovid Goyal
17b09210ee
String changes 2020-02-25 19:42:58 +05:30
Kovid Goyal
b0cd380556
Merge branch 'fix-encode' of https://github.com/erayd/calibre 2020-02-25 19:41:44 +05:30
Steve Gilberd
ae67bb3517
More encoding fixes 2020-02-26 03:04:50 +13:00
Kovid Goyal
66ebe3689e
py3: Fix smart device driver
Merge branch 'fix-encode' of https://github.com/erayd/calibre
2020-02-25 19:28:36 +05:30
Steve Gilberd
d53a981dd1
Should be byte string 2020-02-26 02:52:12 +13:00
Kovid Goyal
43094dc2e4
Tweak settings limits 2020-02-25 07:27:56 +05:30
Kovid Goyal
ffe4e65ef2
Better __str__ for search objects 2020-02-24 07:55:49 +05:30
Kovid Goyal
9e640df255
Edit Book: Allow selecting the contents of a tag with Ctrl+Alt+t 2020-02-24 07:37:11 +05:30
Kovid Goyal
a9c8b0c807
Viewer: Add a keyboard shortcut (Ctrl+w) to toggle the scrollbar. Fixes #1864356 [[Enhancement] Hide scrollbar by right clicking on it](https://bugs.launchpad.net/calibre/+bug/1864356) 2020-02-23 19:38:16 +05:30
Kovid Goyal
df0dfd04de
Fix #1864341 [Python error when trying to select several books](https://bugs.launchpad.net/calibre/+bug/1864341) 2020-02-23 11:42:32 +05:30
Kovid Goyal
8439a6b09c
... 2020-02-23 11:01:28 +05:30
Kovid Goyal
d3eb47e86f
Use platform dependant line separator for calibredb list 2020-02-23 08:44:17 +05:30
Kovid Goyal
a41fcfd3db
Fix #1864340 [calibredb list output to file is broken](https://bugs.launchpad.net/calibre/+bug/1864340)
py3 apparently cant print newlines correctly when stdout is redirected
to a file. Sigh.
2020-02-23 08:40:11 +05:30
Kovid Goyal
6290903cbf
Fix #1864311 [[Enhancement] Make the symbols better aligned with the search field on the Content server](https://bugs.launchpad.net/calibre/+bug/1864311) 2020-02-23 08:12:49 +05:30
Kovid Goyal
18071ad9f5
String changes 2020-02-23 07:37:38 +05:30
Kovid Goyal
9112f967a0
py3 compat 2020-02-23 07:32:02 +05:30