Kovid Goyal
4c62ddb8d1
Add side margins and correct height calculation
2014-12-28 12:01:04 +05:30
Kovid Goyal
d7c1ab0c7c
Fix make_highlighted_text to work with XML unsafe text
2014-12-28 12:01:04 +05:30
Kovid Goyal
4fa1dcff15
Fix color of highlighted text item
2014-12-28 12:01:04 +05:30
Kovid Goyal
eec398a8c5
...
2014-12-28 12:01:04 +05:30
Kovid Goyal
8d69a8c26f
Line up the descriptions properly
2014-12-28 12:01:04 +05:30
Kovid Goyal
92acf895fe
...
2014-12-28 12:01:03 +05:30
Kovid Goyal
a3822b0fdf
Ensure that searching for completion data in HTML is not too slow inside large blocks of text
2014-12-28 12:01:03 +05:30
Kovid Goyal
ba6a257331
Proper escaping for filename completion candidates
2014-12-28 12:01:03 +05:30
Kovid Goyal
20bc198cb7
Display completion results
2014-12-28 12:01:03 +05:30
Kovid Goyal
8943e2883c
Wire up the completion worker into the editor widget
2014-12-28 12:01:03 +05:30
Kovid Goyal
dedd6c84aa
Fix detection of authors for amazon results
...
Now handles authors that are not linked as well
2014-12-28 12:00:47 +05:30
Kovid Goyal
b20dbb3c06
...
2014-12-28 10:46:13 +05:30
Kovid Goyal
ab47210ec6
...
2014-12-28 10:34:44 +05:30
Kovid Goyal
00f0b2373a
Get Books: Update the Amazon (US) plugin for website changes. Fixes #1406040 [Get Books does not return results from Amazon US]( https://bugs.launchpad.net/calibre/+bug/1406040 )
2014-12-28 10:33:16 +05:30
Kovid Goyal
1b7bb1f472
Give SearchResults a nice string representation
2014-12-28 10:33:07 +05:30
Kovid Goyal
3be1ab3d62
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-12-27 14:27:41 +05:30
Charles Haley
b8b3300061
Ensure encoding to JSON doesn't crash if a datetime is inserted into field_metadata
2014-12-27 09:28:45 +01:00
Kovid Goyal
e2912afe7d
Driver for Papyre 624 ml
...
Fixes #1405901 [calible don`t detect papyre 624 ml](https://bugs.launchpad.net/calibre/+bug/1405901 )
2014-12-27 11:38:25 +05:30
Kovid Goyal
5e1d6d1618
...
2014-12-27 10:20:06 +05:30
Kovid Goyal
9bb34dffa3
Conversion: Convert images encoded as data URIs in the input document into normal images, as some ebook reader software cannot handle data URIs. Fixes #1405803 [Can't see images in *.mobi in Kindle after convertation]( https://bugs.launchpad.net/calibre/+bug/1405803 )
2014-12-27 10:19:39 +05:30
Kovid Goyal
b055c70cb5
MOBI Input: Fix incorrect conversion of MOBI files that wrap their content inside <a> anchor tags. Fixes #1405858 [A mobi file will not display or convert properly]( https://bugs.launchpad.net/calibre/+bug/1405858 )
2014-12-27 09:34:39 +05:30
Kovid Goyal
8ec51ecae3
Simplify stage2 logic
2014-12-26 10:48:12 +05:30
Kovid Goyal
ea2816dc85
DRYer
v2.14.0
2014-12-26 10:11:21 +05:30
Kovid Goyal
e723ec4c47
Retry listing of running VMs to handle transitory failures
2014-12-26 09:41:44 +05:30
Kovid Goyal
84af615192
version 2.14.0
2014-12-26 09:31:27 +05:30
Kovid Goyal
4e355c9e48
Verify existence of installers after stage2
2014-12-26 09:30:52 +05:30
Kovid Goyal
eedd0a6dfb
Fix regression that broke error reporting for save to disk for books that contain no formats. Fixes #1405674 [Save to disk, ValueError too many values to unpack]( https://bugs.launchpad.net/calibre/+bug/1405674 )
2014-12-26 09:16:08 +05:30
Kovid Goyal
9106c49b49
Metadata download: Fix metadata download not working for titles that contain a apostrophes in languages other than English. Fixes #1403677 [Search metadata fails]( https://bugs.launchpad.net/calibre/+bug/1403677 )
2014-12-25 08:48:05 +05:30
Kovid Goyal
c33d682de7
Fix deleting a book from both the library and the device causing the next selected book to be incorrect, when the library is sorted by the On Device column. Fixes #1404629 [Deleting a book both in device and library makes cursor jump]( https://bugs.launchpad.net/calibre/+bug/1404629 )
2014-12-24 20:41:51 +05:30
Kovid Goyal
febd725abe
Make the text on the selection buttons in the get books dialog more clear
2014-12-24 17:44:45 +05:30
Kovid Goyal
f715fe8dd8
FB2 Output: Fix generation of FB2 sections based on a multi-level Table of Contents in the input document. Fixes #1393514 [Incorrect nesting of sections in FB2 output]( https://bugs.launchpad.net/calibre/+bug/1393514 )
2014-12-24 05:53:54 +05:30
Kovid Goyal
caf343b826
...
2014-12-24 05:49:23 +05:30
Kovid Goyal
a9a214b3ac
Merge branch 'rename-poche-to-wallabag' of https://github.com/nicosomb/calibre
2014-12-23 22:22:08 +05:30
Nicolas Loeuillet
48fec89c1c
change poche for wallabag
2014-12-23 15:21:45 +01:00
Kovid Goyal
7f0b0e281f
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-12-23 16:20:45 +05:30
Charles Haley
4a7f3f5717
Fix problem generating file names in send-to-device and possibly save-to-disk. The original code assumed that the last component always had an extension, which isn't true when evaluating templates to generate a file name. If the resulting string was too long and if last segment of the string contained a period then the remainder of the string after the period was assumed to be an extension. If that remainder was longer than permitted, shorten_components_to generated a path consisting of a single letter.
...
Example: if the template generated this string:
"Some of the Best From Tor.com, 2013 Edition_ A Tor.Com Original - A. B. C. Personn & Aa Angstrom & Anne McCaffrey & Banks, Iain M & Bruce Sterling & Cajkovskij, Petr Ilic & Chacko, David & Charlie Huston & Collins, Wilkie & D'Ansey, Leigh & Dahl, Roland & Edward Elmer _Doc_ Smith & Eric Flint & George Charon & Jules Verne (1422)"
then the "extension" was everything after the A. B. C., with a length that can easily exceed the max path len.
2014-12-23 11:31:17 +01:00
Kovid Goyal
010dcde552
Update FAQ entry on running calibre on a server
2014-12-23 09:46:26 +05:30
Kovid Goyal
fb178cbdd1
Merge branch 'master' of https://github.com/cbhaley/calibre
2014-12-23 08:50:49 +05:30
Kovid Goyal
52854113af
Merge branch 'article_fix_str' of https://github.com/spacekpe/calibre
2014-12-23 08:49:59 +05:30
Kovid Goyal
dc1199c110
Merge branch 'master' of https://github.com/t3d/calibre
2014-12-23 08:44:25 +05:30
Petr Spacek
310721ddc2
news: Fix Article.__str__ to print date and TOC thumbnail in the right order.
2014-12-22 23:25:27 +01:00
Charles Haley
86517c15a4
Wireless device driver: fix incorrect maximum file name length computation. The extensions in the dict supplied by the device do not have leading dots.
2014-12-22 18:11:59 +01:00
Kovid Goyal
556221fdf4
Update Nikkei News
2014-12-22 21:02:32 +05:30
Kovid Goyal
b86ebc076f
...
2014-12-22 21:00:44 +05:30
Kovid Goyal
a86fc43ed4
OSEL.cz by spacekpe
...
Merge branch 'recipe_osel_cz' of https://github.com/spacekpe/calibre
2014-12-22 20:43:54 +05:30
Petr Spacek
12e9fb1f34
recipes: osel_cz: add recipe for OSEL.cz
2014-12-22 15:55:01 +01:00
t3d
b245f5b03e
Allegro store is no more
2014-12-22 10:43:01 +01:00
Kovid Goyal
8ba9e10afa
Metadata review dialog: Automatically insert series number when selecting a series from the completion dropdown. Also if the user does not specify a series number, use 1 as the default, instead of not setting the series. See #1404692 (Allow to create new series via 'Review downloaded metadata' dialog)
2014-12-22 13:07:05 +05:30
Kovid Goyal
cd333e17dd
Tolino Shine driver: Fix option to swap main memory and SD card not working on OS X. Fixes #1404793 [Tolino Shine (Device Settings not recognized)]( https://bugs.launchpad.net/calibre/+bug/1404793 )
2014-12-22 12:46:25 +05:30
Kovid Goyal
83caa9d866
Workaround for bug in Qt that caused the marked book icon to not always appear immediately after marking a book. Fixes #1404697 [Mark icon appears only after you select another book]( https://bugs.launchpad.net/calibre/+bug/1404697 )
2014-12-22 11:57:08 +05:30