Charles Haley
4e2c19e7e0
Remove other changes, leaving the fix for the formatter function.
2014-10-25 10:55:21 +02:00
Kovid Goyal
cbbfdee79c
Template language: New function user_categories() to return the list of User Categories for a given book (only works in the GUI).
...
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-10-25 09:44:13 +05:30
Kovid Goyal
a07788a74a
Confirmation dialog: Rewrite getting rid of the use of Qt Designer. Now works with any sized icon images.
2014-10-25 09:00:40 +05:30
Charles Haley
77abf61f8e
Alternate implementation that makes the decision about composite columns in user_categories_for_books().
2014-10-24 18:35:53 +02:00
Charles Haley
e90d22da9e
Revert "Add the ability to fetch the user categories for a book to proxy metadata. Add a formatter function to use it."
...
This reverts commit 29e29fdd3fb1d40fbb2398970b6be2360e52dc0e.
2014-10-24 18:00:10 +02:00
Kovid Goyal
efe5c0a650
...
2014-10-24 19:06:29 +05:30
Kovid Goyal
106d2cc2eb
Edit Book: Fix links that are absolute paths causing crashes in windows
2014-10-24 19:01:23 +05:30
Kovid Goyal
acb6b24e93
Fix the read metadata from format button in the edit metadata dialog not working for FB2 files. Fixes #1385237 [Crash when extracting metadata from fb2]( https://bugs.launchpad.net/calibre/+bug/1385237 )
2014-10-24 18:47:11 +05:30
Charles Haley
29e29fdd3f
Add the ability to fetch the user categories for a book to proxy metadata. Add a formatter function to use it.
2014-10-24 12:51:05 +02:00
Kovid Goyal
53cb56200d
E-book viewer: Add an option to prevent tapping on the page from turning pages.
2014-10-24 12:44:25 +05:30
Kovid Goyal
d72be4dfa2
version 2.7
2014-10-24 08:48:51 +05:30
Kovid Goyal
270b6f403f
Add context menu entries to clear metadata edit spinboxes for date and number fields
2014-10-23 22:00:09 +05:30
Kovid Goyal
ecce202556
Book details panel: Show custom column values for numeric columns even when the value is zero
...
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-10-23 19:38:57 +05:30
Charles Haley
d972b64770
Make CTRL-space clear numeric custom fields in metadata edit
2014-10-23 14:58:51 +02:00
Charles Haley
e63e7cca43
Zero is a valid non-None value for int and float custom columns
2014-10-23 13:16:08 +02:00
Charles Haley
275e19f852
Disable the auto-disconnect timer by default. Automatically disconnecting serves little purpose.
2014-10-23 08:11:06 +02:00
Kovid Goyal
d1a85e7b1e
...
2014-10-23 11:04:03 +05:30
Kovid Goyal
9c93a6e06b
Insert metadata as jacket page: Make the invisible tags used for searching across books format better, by giving them their own table row.
2014-10-23 10:51:55 +05:30
Kovid Goyal
9b5a4fd9fb
MOBI/AZW3 Output: When converting an EPUB document that specifies an SVG image as its cover image, convert the cover to JPEG as the Kindle cannot handle SVG cover images. See #1384375 (svg cover lost when converting ePub->AZW3)
2014-10-23 09:54:54 +05:30
Kovid Goyal
41ce07ea7a
AZW3 Input: Fix crash when processing AZW3 files that contain certain SVG images dies to a bug in ImageMagick. See #1384375 (svg cover lost when converting ePub->AZW3)
2014-10-23 09:08:09 +05:30
Kovid Goyal
4a5ac17482
Small right margin for proceed popup
2014-10-23 08:17:23 +05:30
Kovid Goyal
22281d6e6c
Merge branch 'master' of https://github.com/j-howell/calibre
2014-10-23 08:13:49 +05:30
Kovid Goyal
38bf9adba3
Fix book cover thumbnails too small when sending books to the new Kindle Voyage
2014-10-23 08:08:28 +05:30
j-howell
678531097b
Prevent completion dialog from being cut off if window not maximized
2014-10-22 12:21:46 -04:00
Kovid Goyal
95b884612e
Fix #1383844 [Little typo]( https://bugs.launchpad.net/calibre/+bug/1383844 )
2014-10-22 08:06:17 +05:30
Kovid Goyal
27788f7a78
Edit Book: Ensure all entries for optional views in the view menu are in alphabetical order
2014-10-21 21:44:21 +05:30
Kovid Goyal
2d244339ee
Prevent the proceed popup from being hidden if the main window is resized
2014-10-21 10:55:53 +05:30
Kovid Goyal
082b92614f
Make the max width on the proceed notification the width of the main window. Should help with plugins that create lots of buttons with lots of text.
2014-10-21 10:42:26 +05:30
Kovid Goyal
384054e2b9
Conversion: Ignore un-parseable links when trying to generate ToC from links, instead of aborting the conversion. Fixes #1383365 [Ipv6 error when converting PDF to MOBI]( https://bugs.launchpad.net/calibre/+bug/1383365 )
2014-10-21 08:56:03 +05:30
Kovid Goyal
d2df60ebce
...
2014-10-20 18:56:41 +05:30
Kovid Goyal
950a3a656c
Use a dedicated icon for metadata downloading
2014-10-20 15:33:25 +05:30
Kovid Goyal
594234cc4b
Allow the icon used in the proceed popups ot be customized
2014-10-20 15:18:24 +05:30
Kovid Goyal
b6c054b629
Flash the popup icon for twenty seconds after it is shown to attract the users attention
2014-10-20 15:08:09 +05:30
Kovid Goyal
2eea767506
Use a dedicated widget to draw the icon in the proceed popup
2014-10-20 14:45:08 +05:30
Kovid Goyal
2a4379c743
Animate the initial display of the proceed popup
2014-10-20 13:24:15 +05:30
Kovid Goyal
8dcf6268b2
Initial implementation of the proceed question as widget instead of a dialog
2014-10-20 12:24:03 +05:30
Kovid Goyal
a2172713f2
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-10-20 08:50:46 +05:30
Kovid Goyal
818423e9eb
Edit metadata dialog: Fix window title not changing when using the Next/previous buttons if the books being edited have the same title. Fixes #1383014 [location identifier in edit metadata individually stuck]( https://bugs.launchpad.net/calibre/+bug/1383014 )
2014-10-20 08:44:30 +05:30
Charles Haley
f6563e5845
Update the device file date in the booklist when sending a book.
2014-10-19 15:27:56 +02:00
Kovid Goyal
12838cfe84
Metadata downloaded dialog: Prevent pressing the Enter/Spacebar keys from closing the dialog. Fixes #1382795 [Feature Request - Metadata download without "Download complete" dialog]( https://bugs.launchpad.net/calibre/+bug/1382795 )
2014-10-19 09:57:27 +05:30
Kovid Goyal
bb4fe765b6
Start implementation of worker for completion
2014-10-19 08:40:49 +05:30
Kovid Goyal
21af1ee92c
Nicer event debugging
2014-10-18 11:33:32 +05:30
Kovid Goyal
6aa3d39e3b
Fix regression in previous release that prevented arrow keys/tab key from working in completion popups on OSX. Fixes #1382633 [Unable to use arrow buttons]( https://bugs.launchpad.net/calibre/+bug/1382633 )
2014-10-18 11:29:08 +05:30
Kovid Goyal
96dfd3d550
...
2014-10-18 10:18:28 +05:30
Kovid Goyal
048c26fdce
calibre-debug: support execution of a directory containing a __main__.py file
2014-10-17 12:50:08 +05:30
Kovid Goyal
42ca1149e5
Remove use of |app| placeholder in user manual, as it causes problems with translations
2014-10-17 08:19:48 +05:30
Kovid Goyal
bca48b4f2d
...
2014-10-17 08:08:34 +05:30
Kovid Goyal
c8f2a40bbd
version 2.6
2014-10-17 06:39:11 +05:30
David Forrester
9943fff0b4
Kobo driver: Update to support new firmware from Kobo. Fixes #1382051 [Kobo: Skip modifying epub if no valid CSS rules and bump firmware version]( https://bugs.launchpad.net/calibre/+bug/1382051 )
...
Skip modifying epub if no valid CSS rules and bump firmware version
While looking at a problem with the stylesheet on Kobo devices recently,
I realised that if the modify CSS option was set and the was no file, it
still modified the stylesheet. Now, will not do this if there are no
valid rules in the kobo_extra.css file.
Also bumping firmware version to 3.11.1. Kobo are about to release an
update. They big jump on version number is to match the desktop
application version.
2014-10-16 20:32:51 +05:30
Kovid Goyal
ee90f8579e
...
2014-10-16 20:31:44 +05:30