Commit Graph

43022 Commits

Author SHA1 Message Date
Kovid Goyal 7cd8f2ed56 Merge branch 'patch-1' of https://github.com/DerNuntius/calibre 2021-04-12 13:24:33 +05:30
Hugo Melder 80b3e646e3 Fix Guardian Recipe CSS: Images are distorted
Images were scaled to 100% height/width. Fixed by removing CSS.
2021-04-12 09:34:14 +02:00
Kovid Goyal 47b48e49e6 Fix indentation 2021-04-12 09:05:17 +05:30
Kovid Goyal 093a71089b Los Danieles – Columnas sin techo by CAVALENCIA 2021-04-12 08:58:33 +05:30
Kovid Goyal 1d0e4d07c5 Content server: Prevent Apple from zooming in when typing in text controls in the server interface in the Safari browser 2021-04-12 08:51:09 +05:30
Kovid Goyal 6e32092098 Merge branch 'install-fix' of https://github.com/eli-schwartz/calibre 2021-04-11 23:03:56 +05:30
Eli Schwartz b7cf508da4 setup: fix installing without develop mode + system plugins option
options for Develop() are not automatically added to Install(), so the
new option in commit 8fb6d5f37e8055ce720bd0b1d56587f88c0071f285966ba17e72b2b12672aa73
only worked for the former. And since consolidate_paths unconditionally
checked opts.system_plugins_location, trying to run an ordinary install
ended in:

  File "/build/calibre-git/src/calibre/setup/install.py", line 117, in consolidate_paths
    self.system_plugins_loc = opts.system_plugins_location
AttributeError: 'Values' object has no attribute 'system_plugins_location'
2021-04-11 13:27:32 -04:00
Kovid Goyal b74ca85fd6 Merge branch 'master' of https://github.com/cbhaley/calibre 2021-04-11 20:45:56 +05:30
Charles Haley b3fc2fce21 Template dialog improvements:
- Better help text in the stored template editor
- Support hiding the help text in stored templates
- Clean up the grid layouts
-
2021-04-11 15:49:44 +01:00
Kovid Goyal 52a79da4aa string changes 2021-04-11 13:33:04 +05:30
Kovid Goyal 8cdd52cb3b Fix #1922327 [Amazon.se launched in Sweden](https://bugs.launchpad.net/calibre/+bug/1922327) 2021-04-11 13:25:29 +05:30
Kovid Goyal eb3bac259d Fix mismatched tag 2021-04-10 08:42:04 +05:30
Kovid Goyal ea74ad02e6 Add an option to ./setup.py install to set the system plugins location 2021-04-09 20:05:52 +05:30
Kovid Goyal 921382bfe4 Cleanup the previous merge 2021-04-09 15:33:41 +05:30
Kovid Goyal 07912ec470 Merge branch 'system-wide-plugins' of https://github.com/t-8ch/calibre 2021-04-09 15:05:41 +05:30
Kovid Goyal eb7f51de50 Fix #1923094 [[Enhancement - Viewer] Open path folder](https://bugs.launchpad.net/calibre/+bug/1923094) 2021-04-09 14:18:25 +05:30
Thomas Weißschuh 3981f79a34 load plugins from system-wide directory
https://www.mobileread.com/forums/showthread.php?t=333893
2021-04-08 19:08:03 +02:00
Kovid Goyal f772957cd7 Fix #1923061 [ebook-viewer: Unchecking "restore open panels" resets panel locations on restart](https://bugs.launchpad.net/calibre/+bug/1923061) 2021-04-08 20:51:16 +05:30
Kovid Goyal 80364863a9 Edit book: Upgrade book internals: Fix skipping the NCX removal dialog not remembering the chosen option. Fixes #1921604 [Suggestion about update book internal](https://bugs.launchpad.net/calibre/+bug/1921604) 2021-04-08 14:29:59 +05:30
Kovid Goyal 61bf9e10ce Edit book: Fix restoring confirmation dialogs not restoring question_dialog() based confirmations 2021-04-08 14:23:52 +05:30
Kovid Goyal 26431a36ea Fix #1921645 [Add scrollbar to Merge books window](https://bugs.launchpad.net/calibre/+bug/1921645) 2021-04-08 14:01:21 +05:30
Kovid Goyal 157a26a270 Fix #1921704 [Custom identifiers: pasting in Edit Metadata fails if http/https is wrong one](https://bugs.launchpad.net/calibre/+bug/1921704) 2021-04-08 13:55:07 +05:30
Kovid Goyal 82f773f6b6 Fix #1922986 [[Enhancement] Navigate left panel in the Convert book window using the keyboard](https://bugs.launchpad.net/calibre/+bug/1922986) 2021-04-08 13:36:40 +05:30
Kovid Goyal 51983180dd Fix ASAN failure on Arch because they switched to some random patchset on top of base Qt 2021-04-08 13:16:55 +05:30
Kovid Goyal a3ec38342d Cant customize left of controls footer so hide that control 2021-04-08 12:27:43 +05:30
Kovid Goyal 9102e671e7 E-book viewer: Show the current progress percentage in the bottom bar of the viewer controls. This can be customized in the viewer preferences under Headers and footers. Fixes #1921610 [[Enhancement - Viewer] Progress bar](https://bugs.launchpad.net/calibre/+bug/1921610) 2021-04-08 11:35:09 +05:30
Kovid Goyal 7506342232 Better placement for restore_docks option 2021-04-08 10:23:01 +05:30
Kovid Goyal 636cdfc159 Fix #1921612 [[Enhancement] Don't show row numbers in the book list by right-clicking](https://bugs.launchpad.net/calibre/+bug/1921612) 2021-04-08 09:15:04 +05:30
Kovid Goyal aebc379845 string changes 2021-04-08 08:53:08 +05:30
Kovid Goyal d8b0c1bb1f E-book viewer: Add an option under Preferences->Miscellaneous to not restore open panels such as Search, Table of Contents etc on restart. Fixes #1921689 [Enhancement Request: ebook-viewer: Option to save panels on exit](https://bugs.launchpad.net/calibre/+bug/1921689) 2021-04-08 08:47:04 +05:30
Kovid Goyal d2a2faae0d use ctrl+arrow rather than alt+arrow 2021-04-07 21:20:06 +05:30
Kovid Goyal 03ef47c8a5 Merge branch 'master' of https://github.com/cbhaley/calibre 2021-04-06 20:38:41 +05:30
Charles Haley 0999e9726f Template documentation updates 2021-04-06 15:25:09 +01:00
Charles Haley 9273370150 Template language change: added 'break' and 'continue' 2021-04-06 14:33:49 +01:00
Kovid Goyal baad228936 Merge branch 'master' of https://github.com/cbhaley/calibre 2021-04-06 14:29:59 +05:30
Charles Haley f76423e704 Stored Template preference editor:
1) Add a 'Test' button that opens a subsidiary template tester, permitting testing a stored template.
2) Fix some bugs triggered when editing a stored template.
2021-04-06 09:53:26 +01:00
Kovid Goyal d7c9b88286 Micro-optimization 2021-04-06 13:57:33 +05:30
Kovid Goyal a62bd36fe4 E-book viewer: Speed up first time open for EPUB files with lots of styling
The transformation of CSS is now in native code and an order of
magnitude faster. For typical novel length books the total time
for first load processing has been halved.
2021-04-06 13:20:15 +05:30
Kovid Goyal ac68f4550c Conversion: When specifying a line-height dont apply it to the <html> tag, as it is pointless and causes the execrable epubcheck to complain. Fixes #1922570 [EPub from ebook-convert is accepted by Amazon KDP, but not Google Play](https://bugs.launchpad.net/calibre/+bug/1922570) 2021-04-06 09:36:31 +05:30
Kovid Goyal f6e55966f5 E-book viewer: Improve scrolling behavior when extending the selection using keyboard shortcuts 2021-04-06 09:32:25 +05:30
Kovid Goyal 0219746e92 Preferences->Tweaks: Allow specifying that calibre should open the book details window when double clicking on a book
Fixes #1922591 [Enhancement Request: Additional option for doubleclick_on_library_view](https://bugs.launchpad.net/calibre/+bug/1922591)
2021-04-06 09:05:53 +05:30
Kovid Goyal f009b8c64b ... 2021-04-06 08:05:18 +05:30
Charles Haley 2086358ec0 Fix error message. 2021-04-05 19:41:33 +01:00
Kovid Goyal 09f3dd67b0 Use repr when reporting htmlfile names as they can have ansi control codes 2021-04-05 22:18:40 +05:30
Kovid Goyal a031f07214 CHM Input: Fix a regression in calibre 5.0 that broke opening of some files that dont specify a character encoding. Fixes #1922503 [E-book viewer: error opening a *.chm file](https://bugs.launchpad.net/calibre/+bug/1922503)
py3 compat
2021-04-05 22:09:46 +05:30
Charles Haley 994e8827cd Fix regression in calling stored templates from TPM templates 2021-04-05 17:01:39 +01:00
Kovid Goyal 30f6fc5262 Merge branch 'master' of https://github.com/cbhaley/calibre
Fixes #1922526 [Template editor: Toggle word-wrap](https://bugs.launchpad.net/calibre/+bug/1922526)
2021-04-05 18:23:22 +05:30
Charles Haley 9651cd07e3 Enhancement #1922526: Template editor: Toggle word-wrap.
Also fixed a few other problems such as the placeholder text being hidden by the line highlight.
2021-04-05 12:46:48 +01:00
Kovid Goyal 2ff60e1bc7 Fix #1775991 [Update the Quick Start Guide in Swedish](https://bugs.launchpad.net/calibre/+bug/1775991) 2021-04-05 08:25:15 +05:30
Kovid Goyal 71813158ee Fix #1922502 [E-book and LRF viewer's .desktop files with incorrect category](https://bugs.launchpad.net/calibre/+bug/1922502) 2021-04-05 07:57:04 +05:30