Commit Graph

40276 Commits

Author SHA1 Message Date
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
Kovid Goyal ecf9f837c8 Fix #1872506 [In bulk edit metadata, Scrolling down will hide the tabs](https://bugs.launchpad.net/calibre/+bug/1872506) 2020-04-20 09:43:19 +05:30
Kovid Goyal 4b7e24ec46 DOCX Output: Fix internal links not working when converted files contain URL unsafe characters in their filenames 2020-04-20 08:45:55 +05:30
Kovid Goyal 63eea9fa35 DOCX Output: Fix images that use URL unsafe characters in their filenames being dropped during conversion. Fixes #1873571 [remove pic when i chang ebook to docx](https://bugs.launchpad.net/calibre/+bug/1873571) 2020-04-20 08:41:34 +05:30
Kovid Goyal f27ca196d8 Merge branch 'master' of https://github.com/cbhaley/calibre 2020-04-19 08:25:30 +05:30
Charles Haley 2fc75178d8 Fix for bug #1873106: when bools are not tristate, undefined values don't show emblems/icons as if the value is false. The user must edit and save the rule to see the fix. Changing the tristate preference may require editing the rule to ensure that behavior is correct.
Add a new formatter function to test yes/no columns against a set of conditions, improving the performance of rules containing such conditions.
2020-04-18 18:42:02 +01:00
Charles Haley 5187d5dc02 Improve performance of rules templates by not calling the "and" function if there is only one condition. 2020-04-18 18:33:09 +01:00
Charles Haley 545ce0b6ce If bools are bistate, remove the "Clear" button from edit medata single 2020-04-18 18:32:06 +01:00
Kovid Goyal 363e64dae9 Remove not working recipe 2020-04-18 13:45:40 +05:30
Kovid Goyal b83c7be4d9 ... 2020-04-17 15:12:20 +05:30
Kovid Goyal 96c136ad0a Tr fixing google markup repeatedly 2020-04-17 12:32:25 +05:30
Kovid Goyal 016bd5458c DRYer 2020-04-16 19:47:33 +05:30
Kovid Goyal 244d0a2701 Fix #1872518 [[Enhancement] Hide shown pages when clicking in the viewer toolbar](https://bugs.launchpad.net/calibre/+bug/1872518) 2020-04-16 19:36:59 +05:30
Kovid Goyal b468f72ba7 Viewing annots should be triggered by double click/long tap not single click/tap 2020-04-16 15:34:03 +05:30
Kovid Goyal 1b6c6f420b Ensure Qt's context menu is never displayed for the viewer window 2020-04-16 14:53:28 +05:30
Kovid Goyal d9e6e8f290 Prevent default context menu on top level read books container 2020-04-16 14:49:30 +05:30
Kovid Goyal 9d2f05b516 Viewer: Allow double clicking or long tapping on images to view then in a new window. Fixes #1872759 [E-book viewer: double clicking on image to evoke "View image" window.](https://bugs.launchpad.net/calibre/+bug/1872759) 2020-04-16 13:25:56 +05:30
Kovid Goyal f1d94a6ee7 Only move defines to top if we are doing a define 2020-04-16 10:58:56 +05:30
Kovid Goyal 9c77006ce7 ... 2020-04-16 09:33:32 +05:30
Kovid Goyal d0c5d21661 Load lookup JS at document creation 2020-04-16 09:28:30 +05:30