40526 Commits

Author SHA1 Message Date
Kovid Goyal
2862b4cdd2
Update New York Times 2020-02-12 07:27:44 +05:30
Kovid Goyal
a370e028a3
Viewer: Add a control to quit the viewer useful on touchscreens. Fixes #1862441 [Feature request: dedicated 'quit' option in viewer menu](https://bugs.launchpad.net/calibre/+bug/1862441) 2020-02-11 20:20:12 +05:30
Kovid Goyal
1e07b48116
Checking of changelog needs python 3 now 2020-02-11 11:24:40 +05:30
Kovid Goyal
ad22288784
py3: Fix an error when downloading books via Get Books
Fixes #1862719 [TypeError: 'dict_keys' object does not support indexing](https://bugs.launchpad.net/calibre/+bug/1862719)
2020-02-11 10:16:29 +05:30
Kovid Goyal
449672bab1
Make plugins_mirror.py more polyglot 2020-02-10 20:41:23 +05:30
Kovid Goyal
0d90159795
Merge branch 'patch-17' of https://github.com/Sophist-UK/calibre 2020-02-10 15:16:19 +05:30
Kovid Goyal
d05ac8093c
Fix #1862591 [QResizeEvent error when changing libraries](https://bugs.launchpad.net/calibre/+bug/1862591) 2020-02-10 15:14:02 +05:30
Sophist
00f921490b Fix series sort after using clear_series
If you have books with series and series_index > 1, and use bulk metadata to clear_series, then sort by series puts these at the bottom of the list because the series_index has not been reset to 1.
2020-02-10 08:39:35 +00:00
Kovid Goyal
e10dc504cc
py3: Fix error in Kobo driver when sorting collections
Fixes #1098 (py3: Ignore TypeError when sorting device collections for kobo driver)
2020-02-10 07:19:06 +05:30
Kovid Goyal
c3e3bbc408
Merge branch 'fix-chapter-jump' of https://github.com/Siron777/calibre 2020-02-10 07:12:49 +05:30
simonvg
df58f715d8 Move the discarding of the loading flag later on the content loading process 2020-02-09 22:17:42 +01:00
Kovid Goyal
5bede4e364
Ensure shortcut action for context menus uses an updated icon
actions from third party plugins set their icons in genesis() so
the action will not have an icon
2020-02-09 22:10:13 +05:30
Kovid Goyal
15c6ee80de
Fix clicking on author name in book details panel to search in goodreads not working if author has more than two parts in his name
Fixes #1096 (Encode internet search URLs with spaces as %20 rather than +)
2020-02-09 19:35:57 +05:30
Kovid Goyal
d81c912b07
String changes 2020-02-09 19:16:15 +05:30
Kovid Goyal
16ac8d3b65
Merge branch 'master' of https://github.com/jony0008/calibre 2020-02-09 17:51:30 +05:30
Jony
bd903d8286
Adjust auto scroll speed by 0.05 instead of 0.1
Please marge this to make it possible to set auto scroll speed more accurately.
2020-02-09 13:15:56 +01:00
Jony
a66a2ea3f6
Merge pull request #1 from kovidgoyal/master
Update fork
2020-02-09 13:11:13 +01:00
Kovid Goyal
db0118f665
String changes 2020-02-09 13:41:46 +05:30
Kovid Goyal
d3cad64abf
... 2020-02-08 20:06:39 +05:30
Kovid Goyal
c9a82b4e18
Viewer: Add shortcut for showing metadata (Ctrl+n). Fixes #1862432 [[Enhancement] Keyboard shortcut for metadata in the viewer](https://bugs.launchpad.net/calibre/+bug/1862432) 2020-02-08 07:35:55 +05:30
Kovid Goyal
0fef4ecd55
Better error message from local unzip when name not in zip file 2020-02-08 07:10:12 +05:30
Kovid Goyal
8832ee100f
string changes 2020-02-07 13:17:53 +05:30
Kovid Goyal
3779f5c2d0
String changes 2020-02-07 13:10:09 +05:30
Kovid Goyal
1ac750869a
version 4.10.1 v4.10.1 2020-02-07 10:19:31 +05:30
Kovid Goyal
e0b74b5082
Fix a regression in 4.10 that prevented dark mode from working because of a change in Qt behavior 2020-02-07 10:19:03 +05:30
Kovid Goyal
69357d7a73
oops 2020-02-07 08:00:04 +05:30
Kovid Goyal
8ebde09b7d
... v4.10.0 2020-02-07 06:46:19 +05:30
Kovid Goyal
454afea399
Remove unused code 2020-02-07 06:41:01 +05:30
Kovid Goyal
fc019d1e78
version 4.10.0 2020-02-07 06:36:17 +05:30
Kovid Goyal
09ecff273f
Update add books entry in manual 2020-02-06 20:24:17 +05:30
Kovid Goyal
3e8adced66
Clean up the Add books menu 2020-02-06 20:19:02 +05:30
Kovid Goyal
4dc41f8929
DOCX Output: When a list item contains a nested listed but no text, it should be output as an empty list item. 2020-02-06 14:20:29 +05:30
Kovid Goyal
2031404384
Add a separator between remove some formats and remove all formats actions 2020-02-06 13:57:55 +05:30
Kovid Goyal
8a24db96f2
Mark overridden methods to suppress warnings from clang 2020-02-06 12:18:28 +05:30
Kovid Goyal
cea9c6cb93
Fix parsing of .po files on python2 2020-02-06 12:14:13 +05:30
Kovid Goyal
e94361e527
Linux: Fix a crash caused by broken/incompatible CUPS Qt system plugin. Fixes #1861741 [Linux Calibre 4.9.1 - Crash to desktop](https://bugs.launchpad.net/calibre/+bug/1861741)
Dont use QPrinter() to query the system for default paper size
2020-02-06 10:47:06 +05:30
Kovid Goyal
357762c70a
Viewer: Fix search shortcut button not focusing search input if the search panel is placed in a tab or a floating window 2020-02-06 08:25:28 +05:30
Kovid Goyal
cf65226e6b
Update Google Images cover download plugin for website markup changes
Fixes #1862034 [when editing metadata covers are not fully downloading](https://bugs.launchpad.net/calibre/+bug/1862034)
2020-02-06 07:53:15 +05:30
Kovid Goyal
5f3d3b2ef8
... 2020-02-06 06:37:34 +05:30
Kovid Goyal
982b3b20c9
Ensure headless QPA plugin uses fusion style 2020-02-05 18:45:12 +05:30
Kovid Goyal
652841175d
Ensure openUrl() and openDocument() are no-ops in the headless backend 2020-02-05 18:45:12 +05:30
Kovid Goyal
096fb0486f
Simplify ifdefs 2020-02-05 18:45:11 +05:30
Kovid Goyal
a539f24a0a
Catalog generation: Ignore invalid pubdates 2020-02-05 07:33:10 +05:30
Kovid Goyal
4a574c1a0f
Allow pressing F2 in the tags field of the edit metadata dialog to launch the tags editor 2020-02-04 18:39:31 +05:30
Kovid Goyal
871a3ec922
Better webengine render process crash handling 2020-02-04 11:26:29 +05:30
Kovid Goyal
72509e53e0
As of Qt 5.14 we need to bundle QmlModels as well 2020-02-04 09:00:47 +05:30
Kovid Goyal
83177dd270
Replace deprecated use of QTime 2020-02-04 08:50:03 +05:30
Kovid Goyal
fc1803a800
Remove obsolete workarounds for buggy distro Qt packages 2020-02-04 08:45:03 +05:30
Kovid Goyal
e2b730b3b2
Fix building of headless on macOS
Apparently we can link against both themesuport private and font
database private as they both contain the same symbol
2020-02-04 08:40:54 +05:30
Kovid Goyal
05a12c9b44
Update coretext font database to use the one from Qt 5.14 2020-02-04 08:24:50 +05:30