28949 Commits

Author SHA1 Message Date
Kovid Goyal
38d9af3fe0 DOCX Input: Fix non-breaking hyphens being ignored 2014-09-02 10:37:53 +05:30
Kovid Goyal
fbddd0427d Small performance improvement 2014-09-02 10:36:23 +05:30
Kovid Goyal
6d1ccb0873 Fix #1363948 [Empty areas in window Create catalog dialog](https://bugs.launchpad.net/calibre/+bug/1363948) 2014-09-01 17:05:30 +05:30
Kovid Goyal
76fb7b2b74 ... 2014-09-01 15:10:54 +05:30
Kovid Goyal
d7eb664c7f ... 2014-09-01 13:11:14 +05:30
Kovid Goyal
57641e03dc Kindle driver: Add option to not overwrite existing page number (apnx) files on the device when sending books to the device
Kindle driver: Add option to allow customization of the page number (apnx) generation algorithm based on values in a custom column

Merge branch 'apnxfiles' of https://github.com/rpspringuel/calibre
2014-09-01 13:05:42 +05:30
Kovid Goyal
a579da463f Fix use of common GUI launcher script broke generation of command line documentation for GUI commands 2014-09-01 09:27:38 +05:30
Kovid Goyal
f24c20c3e7 Fix merging of book records not working correctly for custom columns of type text with fixed set of permitted values. Null values were incorrectly overwriting non-null values.
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-09-01 09:00:57 +05:30
Br. Samuel Springuel
9cf8c41b1c Removing superfluous code. 2014-08-31 15:43:02 -04:00
Br. Samuel Springuel
f293a76543 New option to override page count calculation method on book-by-book basis
A new option is provided which allows the user to create a custom column which specifies which apnx calculation method to use for a particular book.  The original method option is treated as a default which is overridden in cases where a valid method is given in the specified column.  This is useful, for example, in cases where the user has a small number of books which are setup for the pagebreak method and wants to use the accurate method most of the rest of the time.

Because this option was introduced into the option list before the overwrite option, I've also included code which should shift the options around accordingly in cases where the overwrite option has been implemented and used prior to applying this change.
2014-08-31 15:43:02 -04:00
Br. Samuel Springuel
1a7dc8973d New option to indicate whether an existing apnx file on the kindle should be overwritten.
This option makes explicit the existing behavior and allows for it to be turned off so that if a book being sent to the kindle already has an apnx file on the kindle, that apnx file is preserved instead of a new one being generated.
2014-08-31 15:43:02 -04:00
Charles Haley
fa0dbfecf3 Fix merging enumerated types problem described in http://www.mobileread.com/forums/showthread.php?t=245435 2014-08-31 20:29:00 +02:00
Kovid Goyal
607e920370 Mark some UM strings for translation 2014-08-31 22:44:22 +05:30
Kovid Goyal
1ce34a51af Finally able to reproduce the problem of ghost dialogs that stick around after being closed, with the add a custom new source dialog. Workaround of calling deleteLater() seems to do the trick. 2014-08-31 20:32:38 +05:30
Kovid Goyal
db3ab1d874 Creation of custom news sources failing. Fixes #1363666 [Can't add news recipe](https://bugs.launchpad.net/calibre/+bug/1363666) 2014-08-31 20:24:03 +05:30
Kovid Goyal
680f599f32 View specific format window: If a conversion finishes in the background making a new format available, update the window. Fixes #1363416 [[Feature Request] eBook conversion jobs should automatically update the book's "View specific format" window upon job completion](https://bugs.launchpad.net/calibre/+bug/1363416) 2014-08-31 14:01:05 +05:30
Kovid Goyal
69362feb1e ... 2014-08-31 13:11:43 +05:30
Kovid Goyal
b885936ee8 Workaround for Qt 5 on windows bug that makes the selected indication for items in any list/table disappear when the widget loses focus 2014-08-31 11:03:07 +05:30
Kovid Goyal
3c5acb5ed6 Fix regression in 2.1 that prevented the saved column layout from being applied. Fixes #1363470 [calibre 2.1 won't save column layout](https://bugs.launchpad.net/calibre/+bug/1363470) 2014-08-31 00:49:28 +05:30
Kovid Goyal
3d265ffdea Prevent the book details panel from taking input focus when clicking on links. Fixes #1363420 [Clicking link in book details pane causes loss of highlight of selected book in book list](https://bugs.launchpad.net/calibre/+bug/1363420) 2014-08-30 21:10:06 +05:30
Kovid Goyal
a86cb47480 The Hollywood Reporter by Darko Miletic 2014-08-30 20:56:46 +05:30
Kovid Goyal
837a83ec19 Table of Contents editor: When the user tries to use the buttons for moving a single item to move multiple items, popup a help message telling them to use drag and drop instead. 2014-08-30 17:18:56 +05:30
Kovid Goyal
2d65fde274 E-book viewer: Automatically hide the mouse cursor if the mouse has not been used for a few seconds. This prevents the mouse cursor from obscuring text underneath it. The cursor will reappear automatically when you move the mouse. 2014-08-30 16:53:03 +05:30
Kovid Goyal
e06eed5808 Update LA Times 2014-08-30 13:01:56 +05:30
Kovid Goyal
d18e1bdb4e ... 2014-08-30 11:14:17 +05:30
Kovid Goyal
77683fb88b Explicitly close ThreadPool from multiprocessing to ensure no leaked threads 2014-08-30 11:08:34 +05:30
Kovid Goyal
b9e7dc6190 Edit Book: Fix the Check Book tool leaking threads 2014-08-30 11:02:36 +05:30
Kovid Goyal
d758d88191 Decrease size of icns files in the OS X app bundle
By running the PNG images through a PNG optimizer. Also specify a
thumbnail image to use for files associated with calibre. Fixes #295 (Icon association for book files on Mac)
2014-08-30 10:49:00 +05:30
Kovid Goyal
057afd434c ... 2014-08-30 10:22:54 +05:30
Kovid Goyal
bc8026ed69 Update Spektrum der Wissenschaft 2014-08-30 09:40:22 +05:30
Kovid Goyal
2087283a4b Edit Book; Fix editor hanging when quitting during a background save operation and the save operation completes before the warning dialog is dismissed. Fixes #1363122 [Edit Book: Blocked when saving and exiting...](https://bugs.launchpad.net/calibre/+bug/1363122) 2014-08-29 20:35:36 +05:30
Kovid Goyal
1c971b2478 Driver for SurfPad 3. Fixes #1363025 [Device non detected](https://bugs.launchpad.net/calibre/+bug/1363025) 2014-08-29 20:32:11 +05:30
Kovid Goyal
ed8459397a Fix a regression in calibre 2.0 that caused setting the value of a custom number column to zero via the book list to clear the field instead. Fixes #1363076 [The number zero doesn't appear](https://bugs.launchpad.net/calibre/+bug/1363076) 2014-08-29 18:45:33 +05:30
Kovid Goyal
8f18290228 Check Book: Fix an error caused by empty style tags when auto-renaming mismatched font names. Fixes #1363028 [renaming incorrectly named fonts fails](https://bugs.launchpad.net/calibre/+bug/1363028) 2014-08-29 18:23:41 +05:30
Kovid Goyal
5f81108d5c Fix cracked.com 2014-08-29 16:57:30 +05:30
Kovid Goyal
632d348d1a ... 2014-08-29 13:33:38 +05:30
Kovid Goyal
2367342287 ... 2014-08-29 11:40:15 +05:30
Kovid Goyal
7d14f693fe version 2.1 v2.1.0 2014-08-29 09:29:29 +05:30
Kovid Goyal
cc8b5e70c2 Patch to Qt WebKit to fix rendering of soft hyphens in the viewer 2014-08-28 15:47:57 +05:30
David Forrester
cd44278fde Add support for new Kobo Aura H2O and firmware 3.8.0
Kobo have announced a new device. It uses the same firmware as their
other devices. This adds the device id and name.

There is also a new firmware version released. This is version 3.8.0,
but I am allowing 3.8.1. There are no changes needed to support the
firmware.

Fixes #1362435 [Add support for new Kobo Aura H2O and firmware 3.8.0](https://bugs.launchpad.net/calibre/+bug/1362435)
2014-08-28 11:42:00 +05:30
Kovid Goyal
3b2b7845de OS X: Workaround for Qt 5 bug that causes the popup menu on the author to author sort button in the edit metadata dialog to not respond if the mouse button if not released once before clicking menu entries. See #1362338 (Copy Author Sort to Author isn't working)
https://bugreports.qt-project.org/browse/QTBUG-41017
2014-08-28 11:14:12 +05:30
Kovid Goyal
2c4ffa1700 Workaround the broken hackery that the DOC Input plugin does, that causes it to break the Input Options Preferences in calibre 2.0 2014-08-28 09:47:42 +05:30
Kovid Goyal
24ae2e1d75 Fix odd selection mode for customize toolbars dialog 2014-08-27 21:01:34 +05:30
Kovid Goyal
5ace899bfb Book list: Fix Ctrl+Home/End not selecting the first/last book 2014-08-27 18:29:05 +05:30
Kovid Goyal
e8d2a6a02f Remove platform theme plugin as it causes crashes in Ubuntu 2014-08-27 13:34:18 +05:30
Kovid Goyal
deb085da7d Change help text for double click on library view tweak 2014-08-27 09:42:18 +05:30
Kovid Goyal
74fc0e6f3f Add some missing plugins to the Qt bundled with calibre on linux 2014-08-26 23:44:30 +05:30
Kovid Goyal
84ff9d957c Merge branch 'master' of https://github.com/cbhaley/calibre 2014-08-26 17:21:38 +05:30
Charles Haley
fa5f6d1220 Change the "emblem" preference stuff so that the template editor does not show the icon type fields. 2014-08-26 11:19:05 +02:00
Kovid Goyal
bad6acf8b3 Replace deprecated __defineGetter__ and __defineSetter___
__defineGetter__ was not working in Qt 5, this caused the following
regressions:

PDF Output: Header and footer templates not working in calibre 2.0.
Fixes #1361483 [Headers and footers don't appear EPUB to PDF](https://bugs.launchpad.net/calibre/+bug/1361483)

E-book viewer: The Table of Contents not displaying the currently viewed
section in bold if the section is a link to a location in the middle of
a file.
2014-08-26 13:08:47 +05:30