Commit Graph

42372 Commits

Author SHA1 Message Date
Kovid Goyal 2a66dfead0 Edit book: A new option to show a configurable number lines above the current line when syncing the position of the preview panel to the current position in the code editor (under Preview settings in the Editor preferences). Fixes #1908929 [Enhancement request for seeing code changes in file previewer.](https://bugs.launchpad.net/calibre/+bug/1908929) 2020-12-23 19:16:06 +05:30
Kovid Goyal a4907b5012 Fix #1908192 [Enhancement: "Add as new book" button when dragging onto details pane](https://bugs.launchpad.net/calibre/+bug/1908192) 2020-12-23 14:22:44 +05:30
Kovid Goyal 46aa4f2b2e Fix #1906198 [<0.0 kb file size in Device View](https://bugs.launchpad.net/calibre/+bug/1906198) 2020-12-23 13:00:10 +05:30
Kovid Goyal 3dc4a91572 Fix #1909071 [[Enhancement] Clear buttons in the Advanced search window](https://bugs.launchpad.net/calibre/+bug/1909071) 2020-12-23 12:15:38 +05:30
Kovid Goyal 657c427f86 Remove non-working recipe 2020-12-23 12:13:25 +05:30
Kovid Goyal f9efa3197d Update feed urls for miami herald 2020-12-23 12:12:45 +05:30
Kovid Goyal f8a3a780a8 Respect timeout when downloading RSS feeds 2020-12-23 12:09:58 +05:30
Kovid Goyal c614710354 Fix #1907940 [Enhancement Request: display column title in tooltip](https://bugs.launchpad.net/calibre/+bug/1907940)h 2020-12-23 11:35:24 +05:30
Kovid Goyal de07a03eb7 Update The Australian 2020-12-23 10:39:43 +05:30
Kovid Goyal c9193e3e53 Update The Atlantic 2020-12-23 10:19:28 +05:30
Kovid Goyal d4c2b82582 pep8 2020-12-22 20:25:49 +05:30
Kovid Goyal 9d8c8f7ad3 Merge branch 'master' of https://github.com/cbhaley/calibre 2020-12-22 20:25:37 +05:30
Kovid Goyal a086fab566 Book details panel: Move all copy and search actions into sub-menus. Fixes #1907990 [[Enhancement] Move actions in the Book details panel into context submenus](https://bugs.launchpad.net/calibre/+bug/1907990) 2020-12-22 20:24:16 +05:30
Charles Haley da52fa1655 Template language: add function connected_device_uuid 2020-12-22 14:44:17 +00:00
Kovid Goyal b2c5dfd158 SchwarzerPfeil by tastytea 2020-12-22 18:16:33 +05:30
Kovid Goyal e80a0db32a Merge branch 'bugfix_typo_special' of https://github.com/timgates42/calibre 2020-12-22 18:08:21 +05:30
tastytea fb718271ea Add recipe “SchwarzerPfeil”. 2020-12-22 13:08:31 +01:00
Tim Gates eeb55f8a91 docs: fix simple typo, specal -> special
There is a small typo in src/tinycss/tests/tokenizing.py.

Should read `special` rather than `specal`.
2020-12-22 22:52:59 +11:00
Kovid Goyal c6d9bce9e8 Merge branch 'patch-1' of https://github.com/shinozukayohei/calibre 2020-12-22 14:08:50 +05:30
Kovid Goyal 4daf63fca1 String changes 2020-12-22 12:47:40 +05:30
Kovid Goyal 70424872de Apparently using transform change scrollWidth
Account for that as well, which further fixes scrolling on iOS
2020-12-22 10:40:26 +05:30
Kovid Goyal ecea8435e6 Browser viewer: Fix regression in 5.0 that broke scrolling on iOS
viewport_to_document() cannot reset transforms, as transforms are used
for scrolling on iOS
2020-12-22 09:46:45 +05:30
Kovid Goyal 38aec680fc String changes 2020-12-22 08:07:13 +05:30
shinozukayohei 7567ced528 Replace urllib with self.index_to_soup()
urllib is no longer used to make requests. Instead self.index_to_soup() is called, with raw=True.
2020-12-21 12:18:27 -08:00
Kovid Goyal b4544de5f3 Merge branch 'master' of https://github.com/cbhaley/calibre 2020-12-21 17:19:35 +05:30
Charles Haley ad95233e64 Support passing the new global_vars dict into the template editor/tester 2020-12-21 11:30:09 +00:00
Kovid Goyal 508936d721 DRYer 2020-12-21 11:33:06 +05:30
Kovid Goyal 47b4530a56 Viewer: Fix error when scrolling to some search results in flow mode. Fixes #1908000 [calibre viewer shows "Unhandled error: Uncaught InvalidStateError: Failed to execute 'surroundContents' on 'Range'" after RegExp searching in epub-file](https://bugs.launchpad.net/calibre/+bug/1908000) 2020-12-21 11:27:16 +05:30
Kovid Goyal 26998b0a59 AZW3 Input: Fix rare AID based links not working. Fixes #1898394 [Error generating TOC on AZW3 format](https://bugs.launchpad.net/calibre/+bug/1898394) 2020-12-21 10:58:14 +05:30
Kovid Goyal 6b10773c24 ... 2020-12-21 09:26:59 +05:30
shinozukayohei 526969213c Get a past edition (e.g., date='2020-11-28').
A new function edition(date) allows the user to specify a past edition. The default, date='', takes the current edition. The proper cover URL appears in the Calibre desktop app, though not on Kindle Oasis -  a minor remaining issue. Much respect and admiration for Kovid Goyal's work.
2020-12-20 15:17:03 -08:00
Kovid Goyal 744278b819 Add the directory where I store the scripts to deal with PyQt's enum nonsense to gitignore 2020-12-20 16:21:33 +05:30
Kovid Goyal a098cbb38d More stupid PyQt enums 2020-12-20 12:43:51 +05:30
Kovid Goyal 867dafa244 More stupid PyQt enums 2020-12-20 12:40:28 +05:30
Kovid Goyal 45b534d6d7 More stupid PyQt enums 2020-12-20 12:37:02 +05:30
Kovid Goyal b3e16c88c2 More stupid PyQt enums 2020-12-20 12:35:38 +05:30
Kovid Goyal d72a17d03b More stupid PyQt enums 2020-12-20 12:33:41 +05:30
Kovid Goyal 650c7841b4 More stupid PyQt enums 2020-12-20 12:28:30 +05:30
Kovid Goyal 02266717ed More stupid PyQt enums 2020-12-20 12:25:13 +05:30
Kovid Goyal 252431b903 More stupid PyQt enums 2020-12-20 12:12:49 +05:30
Kovid Goyal 7709deb8d5 More stupid PyQt enums 2020-12-20 12:01:38 +05:30
Kovid Goyal 15407e24ab More stupid PyQt enums 2020-12-20 11:58:35 +05:30
Kovid Goyal 3cba0dcec8 More stupid PyQt enums 2020-12-20 11:51:57 +05:30
Kovid Goyal 98d34f057a More stupid PyQt enums 2020-12-20 11:49:24 +05:30
Kovid Goyal 2bb1f38fd6 More stupid PyQt enums 2020-12-20 11:45:02 +05:30
Kovid Goyal 8a380d3496 More stupid PyQt enums 2020-12-20 11:43:30 +05:30
Kovid Goyal 49a38d23d1 More stupid PyQt enums 2020-12-20 11:40:10 +05:30
Kovid Goyal 3533f2f250 More stupid PyQt enums 2020-12-20 11:37:31 +05:30
Kovid Goyal e78c388315 More stupid PyQt enums 2020-12-20 11:35:41 +05:30
Kovid Goyal b53d0d5dab More stupid PyQt enums 2020-12-20 11:33:36 +05:30