Commit Graph

39867 Commits

Author SHA1 Message Date
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
Kovid Goyal ebea435ad5 Viewer: When searching have single and double quotes match their curly variants as well. Fixes #1861715 [searching for contractions doesn't recognize typewriter apostrophes](https://bugs.launchpad.net/calibre/+bug/1861715) 2020-02-04 07:52:03 +05:30
Kovid Goyal 49defc9a13 Bump sqlite needed for upgraded apsw on unix 2020-02-04 07:20:48 +05:30
Kovid Goyal e53c9868a5 Bump apsw version 2020-02-03 17:57:41 +05:30
Kovid Goyal 8c5810f8c3 Viewer: Stop autoscroll when changing page layout mode. Fixes #1861621 [Sudden position change when reading](https://bugs.launchpad.net/calibre/+bug/1861621) 2020-02-03 08:42:06 +05:30
Kovid Goyal 38950aa52c ... 2020-02-03 08:10:08 +05:30
Kovid Goyal 36a7af3b0b Bump unrar version again 2020-02-03 06:14:13 +05:30
Kovid Goyal 910d384d19 Bump version of unrar 2020-02-02 15:55:10 +05:30
Kovid Goyal d370c9bff5 Needed newer windows sdk for webengine 14.1 2020-02-02 15:39:06 +05:30
Kovid Goyal 86739db534 Update bundled Qt to 5.14.1 2020-02-02 07:49:51 +05:30