28988 Commits

Author SHA1 Message Date
Kovid Goyal
cf248c225a Allow setting APP_UID in file dialog helper process 2017-02-01 18:12:22 +05:30
Kovid Goyal
ff3cc55f21 Windows: Make recently opened books show up in the jump lists for the viewer and the editor 2017-02-01 16:53:58 +05:30
Kovid Goyal
2353d5926e Centralize APP_UID definitions 2017-02-01 15:42:25 +05:30
Kovid Goyal
f8202dc3e3 pep8 2017-02-01 13:24:33 +05:30
Kovid Goyal
511bb93d4a Initial work on supporting haiku 2017-02-01 13:22:09 +05:30
Kovid Goyal
71e4857a47 Conversion: Log options different from defaults separately for convenient reference 2017-02-01 09:45:03 +05:30
Kovid Goyal
1428b0afda Conversion: Fix regression that broke conversion of some epub files when using the "Remove first image" option. Fixes #1660699 [Private bug](https://bugs.launchpad.net/calibre/+bug/1660699)
Conversion: Ensure that the "Remove first image" conversion option does not remove the new cover image specified as a conversion option.
2017-02-01 09:30:44 +05:30
Kovid Goyal
d2d3f8b67f Change mechanize link from sourceforge to github 2017-01-31 23:09:42 +05:30
Kovid Goyal
4e5287e923 Fix crash when generating covers with Qt 5.8 on linux 2017-01-30 22:16:38 +05:30
Kovid Goyal
1e7f04d391 Fix importing rules in the coloring/icon rules dialog not enabling the apply button 2017-01-29 09:05:11 +05:30
Kovid Goyal
9aede9fcde version 2.78.0 2017-01-27 09:16:08 +05:30
Zoltán Mizsei
c8e6aaa013 Revert "Haiku have libmtp and libusb, so use them!"
Dbus problems, maybe later.

This reverts commit 9901e4b05ec936a8722d4f43526e1ab5e1739114.
2017-01-26 17:21:55 +01:00
Zoltán Mizsei
bd5233da8d Hardwired locking mechanism, somebody should fix it 2017-01-26 14:52:08 +01:00
Zoltán Mizsei
9901e4b05e Haiku have libmtp and libusb, so use them! 2017-01-26 13:39:54 +01:00
Zoltán Mizsei
6979f7d0e9 Haiku OS detection support 2017-01-26 13:35:03 +01:00
Kovid Goyal
b447e85bf0 Edit Book: Do not condense CSS rules when saving AZW3 files regardless of the value of Preferences->Common Options->Look & Feel->Expand CSS 2017-01-26 08:45:12 +05:30
Jelle van der Waa
42391b3a9f Add conditional includes for Qt 5.8.0 2017-01-25 20:49:08 +01:00
Kovid Goyal
153f709836 ... 2017-01-25 20:53:49 +05:30
Kovid Goyal
c85a3167e0 EPUB Output: Fix a duplicate id created in rare circumstances when splitting on page breaks. Fixes #1658744 [Duplicate ID error after converting from DOCX to EPUB](https://bugs.launchpad.net/calibre/+bug/1658744) 2017-01-25 17:38:59 +05:30
Kovid Goyal
f8a2449d7f pep8 and code simplification 2017-01-25 17:28:45 +05:30
Kovid Goyal
05b97d86e0 DOCX Input: Fix error when converting documents that have images pointing to web resources. Fixes #1659142 [DocX to ePub conversion fault (Error Code: 1)](https://bugs.launchpad.net/calibre/+bug/1659142) 2017-01-25 08:48:48 +05:30
Kovid Goyal
d66bf44544 typo that suppressed error traceback when failing to load editor plugin tools 2017-01-23 20:24:54 +05:30
Kovid Goyal
1027a80786 E-book viewer: Fix a regression that caused an increase in load times when loading the individual HTML files inside an EPUB book. Fixes #1658578 [loading flow delay for every page](https://bugs.launchpad.net/calibre/+bug/1658578) 2017-01-23 12:41:08 +05:30
Kovid Goyal
5fde1b3ffb Fix setting a similar books search to use the formats field in Preferences->Searching resulting in an error. See #1658386 (FIND SIMILAR BOOKS (in series) >UNHANDLED EXCEPTION, ATTRIBUTE ERROR) 2017-01-22 09:31:35 +05:30
Kovid Goyal
0f82097181 pep8 2017-01-22 07:29:46 +05:30
Kovid Goyal
94c36e1d37 View button: Add an action to the right click menu that always opens the book with the calibre viewer, regardless of the preferences 2017-01-21 20:39:31 +05:30
Kovid Goyal
1d0d413f8f Kobo driver: Update for new firmware from Kobo
Also fix incorrect cover size being uploaded to the Glo HD

Merge branch 'master' of https://github.com/davidfor/calibre
2017-01-21 17:57:49 +05:30
David
6658ccfcf1 Rework cover upload
Reworked the cover image generation for uploading. There was an error in
calculating the size, the Glo HD sizes needed to be diffrent, the cover
file was being read multiple times and the full size was not being
resized when it should have. Also, some refactoring was done at the
request of someone subclassing the driver.

Lastly, the firmware build version has been bumped to match the latest
release from Kobo.
2017-01-21 23:18:54 +11:00
Kovid Goyal
0073fbcc19 More http -> https 2017-01-21 15:02:36 +05:30
Kovid Goyal
9c793c7b1d http->https for many links in the manual 2017-01-21 14:53:26 +05:30
Kovid Goyal
0296d09733 E-book viewer: Fix "View Image" right click menu action not available for svg files included via <img> tags. Fixes #1657717 [Private bug](https://bugs.launchpad.net/calibre/+bug/1657717) 2017-01-21 14:18:13 +05:30
Kovid Goyal
04fb824def I must be unusually distracted today 2017-01-20 09:42:58 +05:30
Kovid Goyal
8b79484d3a pep8 2017-01-20 08:09:36 +05:30
Kovid Goyal
017c0bd962 Ensure only absolute paths are stored in the viewer history 2017-01-20 07:54:09 +05:30
Kovid Goyal
d85f985e9c Fix installed status for plugins that have a different name in the MR index than the name defined in the plugin index 2017-01-19 10:42:47 +05:30
Kovid Goyal
3caa7f86de A better error message when users attempt to open KFX books as MOBI files 2017-01-18 19:02:52 +05:30
Kovid Goyal
226f1032c9 E-book viewer: Allow opening a specific item from the Table of Contents via the --open-at command line parameter. Fixes #1656573 [[Enhancement] viewer command-line parameter to go to ePub TOC entry/bookmark](https://bugs.launchpad.net/calibre/+bug/1656573) 2017-01-17 18:33:16 +05:30
Kovid Goyal
7527773f07 Log when loading a font fails 2017-01-17 18:24:33 +05:30
Kovid Goyal
6f18070861 HTML Input: Remove the # character from input filesnames, for maximum compatibility. Fixes #1656833 [Ebook-convert creates unreadable epub if there's a hash in the filename](https://bugs.launchpad.net/calibre/+bug/1656833) 2017-01-17 18:08:33 +05:30
botmtl
ce37a58987 Amazon.CA amended with tests
- tests were sucessful
- series_test will fail beccause that information is not available on amazon.ca
- i did not see any region specific code in parse_series and that leads me to beleive that lack of series information is handled elsewhere
2017-01-16 10:21:57 -05:00
Kovid Goyal
871ce10865 ... 2017-01-16 10:37:44 +05:30
Eric Hamiter
894e00a796 Fix typo for upto => up to globally 2017-01-14 18:19:27 -06:00
Kovid Goyal
394726bca3 Fix tails being prepended instead of appended to child content 2017-01-15 00:34:09 +05:30
Kovid Goyal
3e8d9492a8 ... 2017-01-15 00:33:53 +05:30
Kovid Goyal
19a79f3585 Finish up viewer search 2017-01-14 20:28:24 +05:30
Kovid Goyal
f0be3b99a5 Set column-fill: auto in paged mode 2017-01-14 16:40:22 +05:30
Kovid Goyal
60f4031e1b Do not run the dictionaries test multiple times 2017-01-14 11:03:46 +05:30
Kovid Goyal
87982fcc36 Forgot to change test_dictionaries in one place 2017-01-14 10:34:40 +05:30
Kovid Goyal
2d185e8f9f Add the dictionary tests to the global test suite 2017-01-14 10:25:12 +05:30
Kovid Goyal
97a1a92e1b Edit Book: Fix spell check treating the unicode hyphen (U+2010) differently from the normal hyphen (U+002d). Fixes #1656319 [Problems with hyphen in spell checking](https://bugs.launchpad.net/calibre/+bug/1656319) 2017-01-14 10:10:44 +05:30