Commit Graph

40322 Commits

Author SHA1 Message Date
Kovid Goyal 450b64a6f8 Update Washington Post 2020-05-06 07:46:43 +05:30
Kovid Goyal 876623ab2e Merge branch 'master' of https://github.com/cbhaley/calibre
Fix #1876840 [[Enhancement - Quickview] Minimize Quickview](https://bugs.launchpad.net/calibre/+bug/1876840)
2020-05-06 07:11:37 +05:30
Charles Haley 4c48e548c7 Variation on enhancement request #1876840: make the Quickview window easier to open and close. When the QV window has the focus the "Toggle Quickview" shortcut will "press" the close button. 2020-05-05 21:10:08 +01:00
Kovid Goyal 6b9b298594 FB2 metadata: Add support for setting publisher and publish year 2020-05-05 20:33:47 +05:30
Kovid Goyal 2af560fe8a Viewer: Fix font size changes not applying to monospaced fonts. Fixes #1876580 [Re: calibre bug 1875021 (Viewer: Some font size cannot be influenced by A+ or A-)](https://bugs.launchpad.net/calibre/+bug/1876580) 2020-05-03 20:03:44 +05:30
Kovid Goyal 4c06764684 version 4.15.0 v4.15.0 2020-05-02 09:09:39 +05:30
Kovid Goyal 7b6416ac65 ... 2020-05-02 09:02:40 +05:30
Kovid Goyal 3318387ddb Fix #1876397 [Apply button doesn't activate when removing lines from Search & Replace](https://bugs.launchpad.net/calibre/+bug/1876397) 2020-05-02 08:53:01 +05:30
Kovid Goyal 1a60950510 BiBTeX Catalog: Dont output comment describing the catalog as Zotero fails to process it. Fixes #1876302 [Export bibtxt catalog to zotero](https://bugs.launchpad.net/calibre/+bug/1876302) 2020-05-01 19:58:19 +05:30
Kovid Goyal 7579431cce Fix #1876241 [Private bug](https://bugs.launchpad.net/calibre/+bug/1876241) 2020-05-01 15:46:08 +05:30
Kovid Goyal 1067bc3025 Fix #1876032 [Private bug](https://bugs.launchpad.net/calibre/+bug/1876032) 2020-05-01 14:38:16 +05:30
Kovid Goyal dd96653ca0 Fix #1876254 [[Enhancement - Status bar] Don't use bold text for the Jobs button](https://bugs.launchpad.net/calibre/+bug/1876254) 2020-05-01 13:33:01 +05:30
Kovid Goyal 2bd808fe86 Linux: Fix uninstaller not working on linux distros that have no python symlink. Fixes #1876164 [calibre-uninstall doesn't run on Ubuntu 20.04](https://bugs.launchpad.net/calibre/+bug/1876164) 2020-05-01 10:58:19 +05:30
Kovid Goyal 1200b85f50 String changes 2020-05-01 08:29:52 +05:30
Kovid Goyal 05c2b42726 No bold for virtual library tabs 2020-05-01 08:29:29 +05:30
Kovid Goyal f4a0c29198 Viewer: Improve the UI for changing font sizes 2020-04-30 21:45:40 +05:30
Kovid Goyal b3cd50806c Viewer: Fix zoom step size setting ignored. Fixes #1875840 [Viewer's font "zoom step size" preference dysfunctional](https://bugs.launchpad.net/calibre/+bug/1875840) 2020-04-30 14:07:39 +05:30
Kovid Goyal 7602c059b6 ... 2020-04-30 13:56:27 +05:30
Kovid Goyal e00b12ca70 Search for a highlight 2020-04-30 13:10:29 +05:30
Kovid Goyal b957e43faf Update bandwidth figures 2020-04-30 07:55:48 +05:30
Kovid Goyal e4a19c8808 Work on highlights panel 2020-04-29 14:53:35 +05:30
Kovid Goyal 9e88dfd3b4 py3 compat 2020-04-29 08:51:32 +05:30
Kovid Goyal 92c412996f Merge branch 'patch-1' of https://github.com/wm75/calibre 2020-04-29 08:36:47 +05:30
Kovid Goyal 55b503c5b5 Merge branch 'patch-1' of https://github.com/edent/calibre 2020-04-29 08:22:37 +05:30
Wolfgang Maier efee7be50d Bypass decoding errors during html detection
Decoding may fail on the header chunk if the file is utf-8 encoded and the chunk ends on a continuation byte.
2020-04-29 00:44:15 +02:00
Terence Eden 54f313f4e3 Fix for #1875758 - double space issue
PR to the correct branch this time!
2020-04-28 23:07:08 +01:00
Kovid Goyal 7abe0a61dc Re-layout on font size change in paged mode 2020-04-27 14:27:39 +05:30
Kovid Goyal 529119caad Viewer: Fix text that has font sizes specified using keywords not being scaleable by the viewer's font size controls. Fixes #1875021 [Private bug](https://bugs.launchpad.net/calibre/+bug/1875021) 2020-04-27 14:13:57 +05:30
Kovid Goyal da5359a617 Make the utility classes function available in calibre 2020-04-27 13:27:23 +05:30
Kovid Goyal 9d47c150cb Update The Nation 2020-04-27 13:25:05 +05:30
Kovid Goyal 1edc3a0fb9 String changes 2020-04-27 09:29:09 +05:30
Kovid Goyal 89b86799bf Fix #1875054 [[Enhancement - Viewer] Zoom from current image size](https://bugs.launchpad.net/calibre/+bug/1875054) 2020-04-26 17:16:07 +05:30
Kovid Goyal cb5f6c7f31 Fix #1875119 [[Enhancement - Viewer] Edit lookup sources](https://bugs.launchpad.net/calibre/+bug/1875119) 2020-04-26 16:37:18 +05:30
Kovid Goyal 03157763a5 Merge branch 'master' of https://github.com/cbhaley/calibre
Fix #1875030 [[Enhancement - Quickview] Make it possible to switch view when there is no value available](https://bugs.launchpad.net/calibre/+bug/1875030)
2020-04-26 16:33:13 +05:30
Charles Haley 0fd62344bb Fix for #1875030: QuickView didn't always change the selected item when moving between books.
Related enhancement: if in GridView, automatically switch to the authors column if the current item is empty in the selected book.
2020-04-26 11:32:34 +01:00
Kovid Goyal 7eecf4ec94 Fix #1136 (py3: correctly print results from fetch-ebook-metadata) 2020-04-26 14:30:13 +05:30
Kovid Goyal aad417b5d3 MOBI metadata: When reading author sort from MOBI files, construct the final value from all author fields 2020-04-26 09:59:24 +05:30
Kovid Goyal 0e46388e20 Bulk metadata edit: Fix scrollbars not working in Custom metadata tab. Fixes #1875090 [Bulk custom metadata window crowded and no scroll bar](https://bugs.launchpad.net/calibre/+bug/1875090) 2020-04-26 09:18:01 +05:30
Kovid Goyal 67ed07db66 Viewer: Fix a regression that broke searching in flow mode. Fixes #1874877 [In the viewer search when a value is found receive and Uncaught RangerError](https://bugs.launchpad.net/calibre/+bug/1874877) 2020-04-25 18:11:00 +05:30
Kovid Goyal d276e5be45 Do not update toc anchor map repeatedly 2020-04-25 18:04:42 +05:30
Kovid Goyal 6fffa70b2a ... 2020-04-25 17:43:46 +05:30
Kovid Goyal a663e0e52a Viewer: Fix LRF files not opening 2020-04-25 17:41:14 +05:30
Kovid Goyal 6cb1575cd8 ... 2020-04-25 17:26:06 +05:30
Kovid Goyal 391c7183ca Update Animal Politico 2020-04-25 14:48:43 +05:30
Kovid Goyal 27f626d325 Viewer: Add a keyboard shortcut (Ctrl+alt+b) for adding a bookmark 2020-04-25 14:46:02 +05:30
Kovid Goyal cac07c2f22 macOS: hide accelerator key underlines since they dont work anyway as Apple does not believe in them 2020-04-25 14:20:35 +05:30
Kovid Goyal bf3d7ad5b0 ... 2020-04-25 12:46:25 +05:30
Kovid Goyal 268a213659 macOS: Fix keyboard shortcuts for select all, copy and paste not working in file dialogs. Fixes #1874499 [Select-All Broken in Import Dialogue](https://bugs.launchpad.net/calibre/+bug/1874499) 2020-04-25 10:16:57 +05:30
Kovid Goyal cdc68da194 Merge branch 'master' of https://github.com/TheMageKing/calibre 2020-04-25 07:56:16 +05:30
Calum McConnell ffc0ff2889 Improve FAQ to emphasize issues with Android Devices 2020-04-24 14:28:04 -04:00