20001 Commits

Author SHA1 Message Date
Kovid Goyal
86691f22a2 ... 2013-06-27 13:28:06 +05:30
Kovid Goyal
f8509fe826 Log the wait before sending email
When waiting before sending email, log the wait. Fixes #1195173 [Feature Request - Multiple books emailed to device](https://bugs.launchpad.net/calibre/+bug/1195173)
2013-06-27 13:27:31 +05:30
Kovid Goyal
c3009256c4 ToC Editor: Use filenames when generating from files
ToC Editor: When generating a ToC from files, if the file has no text,
do not skip it. Instead create an entry using the filename of the file.
2013-06-27 13:01:52 +05:30
Kovid Goyal
f63f142618 PDF Output: Fix add ToC option not being used
PDF Output: Fix Table of Contents being added tot he end of the PDF even
without the Add Table of Contents option being enabled. Fixes #1194836 [When convert to PDF, it always create TOC at the end](https://bugs.launchpad.net/calibre/+bug/1194836)
2013-06-26 16:55:12 +05:30
Kovid Goyal
63d133ea5c AZW3 Input: Add support for page-progression-direction
AZW3 Input: Add support for the page-progression-direction that is used
to indicate page turns should happen from right to left. The attribute
is passed into EPUB when converting. Fixes #1194766 [Incorrect conversion japanese MOBI](https://bugs.launchpad.net/calibre/+bug/1194766)
2013-06-26 15:46:41 +05:30
Kovid Goyal
03452d2a03 Conversion: Add option to embed all referenced fonts
Conversion: Add an option to embed all fonts that are referenced in the
input document but are not already embedded. This will search your
system for the referenced font, and if found, the font will be embedded.
Only works if the output format supports font embedding (for example:
EPUB or AZW3).
2013-06-26 14:59:46 +05:30
Kovid Goyal
30cea5df3a ... 2013-06-26 10:40:00 +05:30
Kovid Goyal
7b6a742f25 ... 2013-06-26 00:07:00 +05:30
Kovid Goyal
bb6b81e06a Merge branch 'merge-identifiers' of https://github.com/hakan42/calibre
When auto-merging books on add, also merge identifiers.
2013-06-26 00:03:58 +05:30
Hakan Tandogan
e4876b579e On book merge, merge identifiers as well. In case of conflict, the target wins. 2013-06-25 19:47:48 +02:00
Charles Haley
9f12bd5699 Merge branch 'kovidgoyal/master' 2013-06-25 08:25:30 +02:00
Charles Haley
230ef564ee Fix bug #1193763 - Save to device template generates exception for custom column names. 2013-06-25 08:20:07 +02:00
GRiker
8f30c17486 Fixed typo(?) in set_metadata() for touched files. 2013-06-24 14:14:08 -07:00
Kovid Goyal
7089c66a98 LRF Output: Fix " entities in attribute values causing problems 2013-06-24 18:45:05 +05:30
Kovid Goyal
3b0f7a90e4 News download: Respect more default conversion settings
News download: Apply the default page margin conversion settings. Also,
when converting to PDF, apply the pdf conversion defaults. Fixes #1193763 [Private bug](https://bugs.launchpad.net/calibre/+bug/1193763)
2013-06-24 10:18:24 +05:30
Kovid Goyal
db76b47c67 Merge branch 'master' of github.com:kovidgoyal/calibre 2013-06-23 09:10:55 +05:30
Kovid Goyal
4fe86065f9 Fix scanning for books on Aluratek Color
Fix a regression that broke scanning for books on all devices that used
the Aluratek Color driver. Fixes #1192940 [No longer seeing books on Odys Leon (Aluratek colour)](https://bugs.launchpad.net/calibre/+bug/1192940)
2013-06-23 09:09:45 +05:30
Kovid Goyal
c785607ca1 Merge pull request #17 from GRiker/master
Improved error handling in iDevice xml parsing
2013-06-22 11:42:55 -07:00
GRiker
8042ad136f Improved error handling for float values with non-period decimal points, bad datetime.datetime values. 2013-06-22 09:28:37 -07:00
Kovid Goyal
bf1055abd9 fetch-ebbok-metadata: Fix --opf argument requiring a value 2013-06-22 07:42:30 +05:30
Kovid Goyal
4a105ef459 ... 2013-06-21 16:40:47 +05:30
Kovid Goyal
27678a85c6 Add tests for set_metadata() 2013-06-21 16:33:43 +05:30
Kovid Goyal
b8753d0b95 version 0.9.36 2013-06-21 09:11:09 +05:30
Kovid Goyal
6aea840b3e Ebook-viewer: Show docx cover, if present 2013-06-20 12:03:45 +05:30
Kovid Goyal
c8b9d624cd Fix caching of images in docx to use filenames instead of possibly
non-unique relationship ids.
2013-06-20 12:02:12 +05:30
Kovid Goyal
59d1054cbf DOCX Input: Add support for images used as bullets 2013-06-20 11:50:19 +05:30
Kovid Goyal
b7d7a98fa6 HTMLZ Output: Fix handling of images with URL unsafe filenames
Fixes #1192687 [htmlz output not rewriting img and urls](https://bugs.launchpad.net/calibre/+bug/1192687)
2013-06-20 10:20:39 +05:30
Kovid Goyal
f964f512cf Fix unable to change case for search queries
Fix unable to change the case of a previously used search because of the
search history.
2013-06-20 10:11:38 +05:30
Kovid Goyal
2f37913801 Confirm when dropping files onto Book Details
When dropping files onto the Book Details panel, ask for confirmation
before adding the files to the book. The confirmation can be disabled.
2013-06-20 10:02:52 +05:30
Kovid Goyal
0f2d569f16 Add a test for uppercase locations 2013-06-20 09:19:16 +05:30
Kovid Goyal
91b9bc6f0d When searching allow use of uppercase locations
When searching allow use of uppercase location names, such as AUTHOR
instead of author, automatically lowercasing them. Fixes #1192785 [search errors are replicated automatically](https://bugs.launchpad.net/calibre/+bug/1192785)
2013-06-20 09:05:57 +05:30
GRiker
e533d7d218 Merge branch 'master' of https://github.com/kovidgoyal/calibre 2013-06-19 10:07:23 -06:00
Kovid Goyal
adcc1739a6 News download: "downloaded from" for touchscreens
News download: Add the "downloaded from" link at the bottom of every
article when using a touchscreen output profile (like the Tablet
profile).
2013-06-19 13:12:14 +05:30
Kovid Goyal
8020f489ca pep8 2013-06-19 12:39:20 +05:30
Kovid Goyal
8bd6cc840c DOCX metadata: Be more intelligent for covers
DOCX metadata: When reading covers from DOCX files use the first image
as specified in the actual markup instead of just the first image in the
container.
2013-06-19 11:36:33 +05:30
David Forrester
0e14d36438 SQL delete needs firmware check for older Kobo firmare
Kobo driver: Fix a regression when deleting empty shelves on Kobo devices with older firmware.
Fixes #1192441 [Private bug](https://bugs.launchpad.net/calibre/+bug/1192441)

As reported here,
http://www.mobileread.com/forums/showthread.php?t=214760, if the Kobo
device is using firmware before 2.5.0, it doesn't have the Activity
table. The delete from this table when maintaining shelves needs a
version check around it.
2013-06-19 10:19:49 +05:30
Kovid Goyal
07c935b700 Do not show builtin plugins in the get new plugins dialog
If a builtin plugin with the same name as a third party plugin exists,
then the builtin plagin was displayed in the get new plugins dialog as
installed (happened with the new DOCX Input plugin).
2013-06-19 10:12:03 +05:30
Kovid Goyal
ccaa960edf pep8 2013-06-19 10:02:20 +05:30
GRiker
77baa05d3d When in synchronous mode (direct to iBooks), disable PDF transfers, as we can't update metadata in iTunes. Not sure when this started, but as of 11.0.4 it's broken. 2013-06-18 09:14:34 -06:00
Kovid Goyal
45704e36c5 Add Kobo Aura HD to Welcome Wizard 2013-06-18 09:00:46 +05:30
Kovid Goyal
752bd9e06e DOCX Input: Detect likely cover image
DOCX Input: If a large image that looks like a cover is present at the
start of the document, remove it and use it as the cover of the output
ebook. This can be turned off under the DOC Input section of the
conversion dialog.
2013-06-17 11:03:15 +05:30
Kovid Goyal
7a0675e59a Fix PIL import 2013-06-17 09:29:56 +05:30
Kovid Goyal
1bada2b35b Get Books: Fix error when using internal browser
Get Books: Fix error when using internal browser on some systems. I
cannot replicate this error so my fix is speculative, based on the idea
that not keeping explicit references to the python object is causing
them to be garbage collected. Fixes #1191199 [Python exception downloading books from Barnes & Noble](https://bugs.launchpad.net/calibre/+bug/1191199)
2013-06-16 09:49:50 +05:30
Kovid Goyal
b63e0df73f DOCX Input: Fix image name generation
DOCX Input: When converting docx files with large numbers of unnamed
images, do not crash on windows. Fixes #1191354 [Word docx conversion](https://bugs.launchpad.net/calibre/+bug/1191354)
2013-06-16 08:31:05 +05:30
Kovid Goyal
bf9263b007 Merge branch 'master' of https://github.com/GRiker/calibre
Fix #1066922 [Catalog shows content under symbols](https://bugs.launchpad.net/calibre/+bug/1066922) again.
2013-06-16 08:09:31 +05:30
GRiker
c958710e65 Corrected fix for lp:1066922, error processing sort letters in catalog under OS X 10.6.8, 10.7.5. 2013-06-15 11:04:14 -06:00
Kovid Goyal
ca3573b6cb E-book viewer: Make bookmark button instant popup
E-book viewer: Change the bookmark button to always popup a menu when
clicked, makes accessing existing bookmarks easier.
2013-06-15 21:13:32 +05:30
Kovid Goyal
8c261063b4 DOCX Input: Support for Word created ToC
DOCX Input: Support for Table of Contents created using the Word Table
of Contents tool. calibre now first looks for such a Table of Contents
and only if one is not found does it generate a ToC from headings.
2013-06-15 18:44:58 +05:30
Kovid Goyal
e444f27de8 Remove incorrect rendering of separator field chars
Unconditionally rendering the separator is wrong, for example, for the
TOC field it causes an extra space at the start of the first entry. In
any case, many common fields are webHidden, so they dont display anyway.
2013-06-15 17:15:16 +05:30
Kovid Goyal
e282364459 ... 2013-06-15 17:12:30 +05:30