41095 Commits

Author SHA1 Message Date
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
Kovid Goyal
dc11e7e6d2
version 4.14.0 v4.14.0 2020-04-24 07:47:19 +05:30
Kovid Goyal
92eb7a1804
Viewer: Fix incorrect rendering of ToC current item on some systems 2020-04-23 17:06:16 +05:30
Kovid Goyal
0563676263
Fix printing of CSV to stdout in py3 2020-04-23 16:55:58 +05:30
Kovid Goyal
7f7d7efe6d
Fix #1874399 [calibredb list_categories fails when using csv using python3.6 output](https://bugs.launchpad.net/calibre/+bug/1874399) 2020-04-23 16:44:47 +05:30
Kovid Goyal
34d59bc672
pep8 2020-04-23 13:21:53 +05:30
Kovid Goyal
0d033196fc
Windows: Fix error when applying hyphenation in bulk with Polish books. Fixes #1873949 [Bulk Polishing fails with 'Access Denied'](https://bugs.launchpad.net/calibre/+bug/1873949) 2020-04-23 09:13:23 +05:30
Kovid Goyal
3d6c8dd286
Remove non-working recipe 2020-04-22 20:53:37 +05:30
Kovid Goyal
0872338ae7
Viewer: Add an option to have taps turn by screenfulls instead of pages, under Scrolling behavior 2020-04-22 20:37:45 +05:30
Kovid Goyal
7141ebfafc
Clarify default behavior for listen_on 2020-04-22 19:48:27 +05:30
Kovid Goyal
204e17dd4f
Handle touch based interaction with the highlight handles 2020-04-22 19:48:10 +05:30
Kovid Goyal
ff1670794e
String changes 2020-04-22 17:56:59 +05:30
Kovid Goyal
ac5b5c9957
Dont put biplist in backports 2020-04-21 22:49:45 +05:30
Kovid Goyal
58b35f1aab
Have the develop mode env var work for the server as well 2020-04-21 22:25:50 +05:30
Kovid Goyal
b9082d95dc
macOS: Fix selecting applications that use binary plist files such as Kindle.app with Open With not working. Fixes #1873972 [Callibre not letting me open mobi file in Kindle](https://bugs.launchpad.net/calibre/+bug/1873972) 2020-04-21 21:12:33 +05:30
Kovid Goyal
0c226161f2
Open with macOS: Fix error when trying to select executable instead of bundle 2020-04-21 20:43:24 +05:30
Kovid Goyal
2f2b246d71
Book details panel: Fix copy path to file not copying full path to file when right clicking on a format entry 2020-04-21 20:14:52 +05:30
Kovid Goyal
5e69f54113
String changes 2020-04-21 19:53:31 +05:30
Kovid Goyal
4db135e6b2
Update London Review of Books 2020-04-21 14:08:09 +05:30
Kovid Goyal
96a77a59c4
Use move rather than rename for trashing files on Linux
Move defaults to using rename under the hood but is more robust on
borked systems where trash is not on the same filesystem
2020-04-21 09:39:59 +05:30
Kovid Goyal
1e905098be
... 2020-04-21 08:40:01 +05:30
Kovid Goyal
f0db9b8a2b
Remove obsolete text about non-MTP android devices since these dont exist anymore 2020-04-20 12:14:58 +05:30
Kovid Goyal
edecc049bc
String changes 2020-04-20 11:21:34 +05:30
Kovid Goyal
d3cdff0d68
Remove warning to user about missing ApplicationCache 2020-04-20 10:31:26 +05:30
Kovid Goyal
65236a3ab6
No frame for bulk metadata edit scroll area 2020-04-20 10:11:19 +05:30
Kovid Goyal
89fc955323
Remove reference to appcache in mime.types 2020-04-20 10:08:58 +05:30
Kovid Goyal
15cb63c7b9
Remove reference to appcache in gitignore 2020-04-20 10:08:15 +05:30
Kovid Goyal
0b8e39ffef
Content server: Remove appcache since it has now been completely removed from both Chrome and Firefox 2020-04-20 10:06:14 +05:30