Commit Graph

36867 Commits

Author SHA1 Message Date
Kovid Goyal 23e2dbae65 Allow importing calibre_plugins in the interactive debug shell 2018-08-29 09:21:24 +05:30
Kovid Goyal 8ccd911822 ... 2018-08-29 09:18:24 +05:30
Kovid Goyal 52cd03dd39 Merge branch 'unrar' of https://github.com/fturco/calibre 2018-08-29 07:55:19 +05:30
Francesco Turco ef2ab9c85f remove any reference to src/unrar 2018-08-28 18:19:28 +02:00
Kovid Goyal e6b5cc506d Merge branch 'master' of https://github.com/cbhaley/calibre 2018-08-27 07:06:56 +05:30
Charles Haley 263f832ec9 Remove broken affiliate links in beam.de store 2018-08-26 19:46:21 +02:00
Kovid Goyal e8958ac6e9 Make it easier to exit the simple REPL 2018-08-26 11:44:05 +05:30
Kovid Goyal 2a54e4b492 fetch-ebook-metadata.exe: Allow specifying identifiers other than just ISBN 2018-08-25 09:24:51 +05:30
Kovid Goyal d30efc39a9 version 3.30.0 v3.30.0 2018-08-24 07:13:47 +05:30
Kovid Goyal 1a3ed93de4 ToC Editor: When generating ToCs using headings/xpath ignore duplicate entries at the same level that have the same text. Fixes #1735799 [[Enhancement] Filter dupes in TOC editor](https://bugs.launchpad.net/calibre/+bug/1735799) 2018-08-22 13:30:17 +05:30
Kovid Goyal a6ef8f7efd ToC editor: Fix generating toc entries from links not working for links that start with # 2018-08-22 13:12:51 +05:30
Kovid Goyal b20be85375 Another place where My Documents was used on windows 2018-08-22 09:39:19 +05:30
Kovid Goyal c8d6a703c7 Windows: The default calibre library location is now not in My Documents but instead in the user home folder
This is because Microsoft now syncs My Documents to OneDrive and
calibre does not work well with multiple programs accessing its files
simultaneously on windows thanks to the mandatory file locking.

Fixes #1787488 [{Enhancement] Welcome Wizard](https://bugs.launchpad.net/calibre/+bug/1787488)
2018-08-22 09:36:43 +05:30
Kovid Goyal aae106cdf3 ... 2018-08-22 08:31:28 +05:30
Kovid Goyal 6a7c77c41c Merge branch 'master' of github.com:kovidgoyal/calibre 2018-08-21 22:44:23 +05:30
Kovid Goyal 085e813cbc HTML Input: Collapse multiple spaces in filenames when sanitizing them. Fixes #1788187 [When creating epub references with spaces in content.opf should be transformed in %20](https://bugs.launchpad.net/calibre/+bug/1788187) 2018-08-21 22:43:30 +05:30
Kovid Goyal 7f255f141d Edit book: Remove matching tag: Fix incorrect removal if the remove matching function is triggered in rapid succession 2018-08-21 22:33:04 +05:30
Kovid Goyal 594d89460b Edit book: Fix some links not being adjusted when splitting HTML files. Fixes #1787892 [Footnote not updating when file split used in editor](https://bugs.launchpad.net/calibre/+bug/1787892) 2018-08-21 13:39:17 +05:30
Kovid Goyal 7cb5118aba Merge branch 'master' of https://github.com/adrianf0/calibre 2018-08-21 07:24:03 +05:30
Adrian Fiergolski 2c94d47ffa Fix antyweb recipe. 2018-08-21 01:47:52 +02:00
Kovid Goyal ea8cf981d4 Make the create catalog dialog freely resizable
Fixes #1787523 [generate catalogue doesnt fit in 720](https://bugs.launchpad.net/calibre/+bug/1787523)
2018-08-20 13:06:26 +05:30
Kovid Goyal 3e0671ba17 Fix a crash when using some third party plugins and enabling the "two lines for text under icons" option
Fixes #1787700 [Calibre closes after remove toolbar actions](https://bugs.launchpad.net/calibre/+bug/1787700)
2018-08-20 11:47:54 +05:30
Kovid Goyal 19f83cde21 ... 2018-08-20 10:07:14 +05:30
Kovid Goyal 7128dd2abb Merge branch 'master' of https://github.com/davidfor/calibre 2018-08-16 18:35:23 +05:30
David 2058c795ce Bump supported Kobo firmware version
A new firmware version is coming. There are no changes needed except to
bump the supported firmware version.
2018-08-16 21:41:45 +10:00
Kovid Goyal 814bfc8afc Merge branch 'master' of https://github.com/nialldaley/calibre 2018-08-14 06:51:22 +05:30
Niall Daley 758c24f920 Add a tweak to allow skipping network check on news download.
The mechanism used for checking for available network connections
may not always be accurate, so allow it to be skipped. For instance
network manager may not be aware of all available connection and
so return a false negative.

This has been added as a tweak to allow those who know what they're
doing to use the alternate behavior, without breaking the default
check mechanism.
2018-08-13 13:07:17 +01:00
Kovid Goyal aa4a177c04 E-book viewer: Fix clicking links in the footnote popup ignoring the anchor part of the link. Fixes #1786577 [Private bug](https://bugs.launchpad.net/calibre/+bug/1786577) 2018-08-12 08:22:50 +05:30
Kovid Goyal ae7a128126 Fix #1786592 [Clicking on the version link should open the What's new page in the languge of calibre](https://bugs.launchpad.net/calibre/+bug/1786592) 2018-08-12 06:03:38 +05:30
Kovid Goyal 6c40845e7a Downloaded metadata review dialog: Fix a regression in the last release that broke the revert buttons 2018-08-11 10:48:32 +05:30
Kovid Goyal ed6184f628 Edit metadata dialog: Show a confirmation dialog on cancel if some changes have been made. Fixes #1786544 [[Enhancement] Cancelling out of edit metadata dialog box should prompt user whether to save changes](https://bugs.launchpad.net/calibre/+bug/1786544) 2018-08-11 10:29:24 +05:30
Kovid Goyal f8e4062d9b ... 2018-08-10 12:02:21 +05:30
Kovid Goyal e973b575a5 DOCX Input: Fix an error when converting some DOCX files with inherited fonts. Fixes #1786414 [Python failure during conversion from .docx](https://bugs.launchpad.net/calibre/+bug/1786414) 2018-08-10 11:59:49 +05:30
Kovid Goyal aec315b9ff ... v3.29.0 2018-08-10 08:38:38 +05:30
Kovid Goyal 48cca3679c version 3.29.0 2018-08-10 08:24:17 +05:30
Kovid Goyal 0830a0d9a0 String changes 2018-08-10 08:22:50 +05:30
Kovid Goyal 668e208611 Edit book: Allow removing the currently highlighted tag (while keeping its contents) by pressing Ctrl+>. You can also add a tool to do it via Preferences->Toolbars 2018-08-08 13:21:49 +05:30
Kovid Goyal 81f1d44454 Fix #1785931 ["Alt-M" no longer opens the comments field](https://bugs.launchpad.net/calibre/+bug/1785931) 2018-08-08 07:01:52 +05:30
Kovid Goyal 7c4b39173b Update Boston Globe 2018-08-07 08:14:59 +05:30
Kovid Goyal 39e41aac6b Auto select custom when changing the custom link color 2018-08-06 18:27:34 +05:30
Kovid Goyal d18cf87693 Content server: When defining a color scheme for the in browser viewer allow specifying the link color as well as the foreground and background. Fixes #1735904 [Feature request: link color in schemes](https://bugs.launchpad.net/calibre/+bug/1735904) 2018-08-06 17:05:17 +05:30
Kovid Goyal ef14d73112 Edit book: Show a popup after a fix all html/beautify all files so the user can easily see what was changed, if needed.
See #1785482 ([enhancement] editor, Fix HTML all file verbose)
2018-08-06 10:31:24 +05:30
Kovid Goyal 1837438d85 Kindle driver: Create cover thumbnails on the device when transferring KFX format books
Merge branch 'master' of https://github.com/j-howell/calibre
2018-08-06 09:25:42 +05:30
j-howell 5a4e322ab2 Create thumbnail images on Kindle for KFX fomrat 2018-08-05 17:14:52 -04:00
Kovid Goyal 43242d4f1e Content server: Display custom comments field on the book details page in the same order as in the calibre GUI 2018-08-05 07:44:14 +05:30
Kovid Goyal 396af5fe81 Update Newsweek 2018-08-04 13:45:36 +05:30
Kovid Goyal 7588e4cacd pep8 2018-08-03 08:09:12 +05:30
Kovid Goyal 2d58cae342 Edit book: Fix open image editors not being updated when image file is replaced 2018-08-02 17:44:40 +05:30
Kovid Goyal 2d263573cb Update Ambito and Ambito Financiero
Fix #1784857 [Updated recipe for Ambito.com and Ambito financiero](https://bugs.launchpad.net/calibre/+bug/1784857)
2018-08-01 20:00:41 +05:30
Kovid Goyal bab192fa6c Update New York Times 2018-08-01 03:31:11 +05:30