31014 Commits

Author SHA1 Message Date
Kovid Goyal
b2d62da145 ... 2015-04-30 09:42:27 +05:30
Kovid Goyal
b6d496378b Remove no longer needed guards for outdated binary installs + updates source 2015-04-30 09:14:47 +05:30
Kovid Goyal
902aeaaa21 Fix typo causing double open of cover files when reading covers from the library 2015-04-30 09:10:33 +05:30
Kovid Goyal
5b1d5c5a81 Ensure there is never a blank page at the start of the generated docx file 2015-04-29 16:05:22 +05:30
Kovid Goyal
2160cbaecf DOCX Output: Implement hyperlinks 2015-04-29 16:04:28 +05:30
Kovid Goyal
7c65e3cd09 Fix too many open files errors on OS X, caused by overly conservative default limits 2015-04-29 12:14:33 +05:30
Kovid Goyal
0fc23f68f7 Get rid of useless check 2015-04-29 12:08:39 +05:30
Kovid Goyal
4b2d60348c ... 2015-04-29 07:04:21 +05:30
Kovid Goyal
c5906fa0b9 Do not allow user to hide all columns in book list via the context menu 2015-04-29 07:03:56 +05:30
Kovid Goyal
fd9ff327c7 DOCX Output: Finish up support for lists (except for image bullets) 2015-04-28 16:00:05 +05:30
Kovid Goyal
989c02023d Fix #1449076 [Mark books with embeded metadata](https://bugs.launchpad.net/calibre/+bug/1449076) 2015-04-28 12:52:36 +05:30
Kovid Goyal
2ce28d5f2a ... 2015-04-28 09:59:56 +05:30
Kovid Goyal
e198d427b5 AZW3 Input: Handle kindlegen produced azw3 files that do not use normal HTML anchors for linking. 2015-04-28 09:53:53 +05:30
Kovid Goyal
c617a95672 Add title of book to error message when failing to set PDF metadata 2015-04-28 08:49:45 +05:30
Kovid Goyal
1ee5f3aba9 ... 2015-04-27 09:53:40 +05:30
Kovid Goyal
4fc0f08da8 Edit metadata dialog: Add a clear button for the publisher 2015-04-27 09:36:50 +05:30
Kovid Goyal
3985652d44 Merge branch 'master' of https://github.com/cbhaley/calibre 2015-04-27 08:52:26 +05:30
Charles Haley
a4ea59b83b Two fixes:
1) The CC modified date is UTC not local time.
2) Thread switching can trigger 10ms accept timeout. Make it longer.
2015-04-26 20:58:20 +02:00
Kovid Goyal
124d946cfb Merge branch 'master' of https://github.com/cbhaley/calibre 2015-04-26 23:01:40 +05:30
Charles Haley
854bd17fdc Allow removing more than one icon/color/etc rule at a time 2015-04-26 14:55:08 +02:00
Charles Haley
19a780d385 Show the user a specific message if a condition for an color/icon rule has been made invalid because of column type changes. This is related to http://www.mobileread.com/forums/showthread.php?p=3089981 2015-04-26 11:57:35 +02:00
Kovid Goyal
5f12139615 Animate the main toolbar when a device is connected/disconnected
Useful to indicate that the toolbar contents have changed
2015-04-26 08:14:54 +05:30
Kovid Goyal
0cd908d93e ... 2015-04-26 05:58:37 +05:30
Kovid Goyal
98e8991655 Output languages as a JSON list 2015-04-25 20:57:42 +05:30
Kovid Goyal
84683803f1 ... 2015-04-25 19:18:57 +05:30
Kovid Goyal
0fc7ae64ca Make extraction of ebook from zip/rar archive a little smarter 2015-04-25 19:18:16 +05:30
Kovid Goyal
b0e51635f5 Fix #1448433 [New option for footnotes in docx input](https://bugs.launchpad.net/calibre/+bug/1448433) 2015-04-25 18:49:11 +05:30
m4mmon
be4d44c3d8 DOCX Input: Add option to not insert page breaks after endnotes 2015-04-25 18:39:09 +05:30
Kovid Goyal
b4a67e68ec Merge branch 'master' of https://github.com/cbhaley/calibre 2015-04-25 15:31:53 +05:30
Charles Haley
42aa293c8d Fix exception when using the formatter 'print' function 2015-04-25 10:52:14 +02:00
Eli Schwartz
afd774cc9f calibre-portable.sh: misc fixes.
- Fix temp dir.
- Migrate settings to configuration file.
- Use trap to exit and cleanup. umask was doing absolutely nothing.

Fixes #1426222 [Updated version of calibre-portable.sh](https://bugs.launchpad.net/calibre/+bug/1426222)
2015-04-25 14:12:05 +05:30
Kovid Goyal
0dd3fc7f2e calibredb list: Allow outputting the languages field as well. Fixes #1445853 [Calibredb list does not export languages](https://bugs.launchpad.net/calibre/+bug/1445853) 2015-04-25 13:55:02 +05:30
Kovid Goyal
13c5fdb2be E-book viewer: When printing, print to a PDF file instead of directly to the printer. This fixes printing not working on some systems. Fixes #1448330 [Ebook Viewer Print not working](https://bugs.launchpad.net/calibre/+bug/1448330) 2015-04-25 13:28:36 +05:30
Kovid Goyal
328f51c7ce ... 2015-04-25 12:16:24 +05:30
Kovid Goyal
b15a675540 ... 2015-04-24 17:53:40 +05:30
Kovid Goyal
7f27bac464 version 2.26.0 v2.26.0 2015-04-24 08:09:04 +05:30
Kovid Goyal
627981f349 DOCX Output: Start work on lists 2015-04-24 08:07:47 +05:30
Kovid Goyal
63a2f3c21e MOBI Ouput: Fix :first-letter applied to elements containing a comment causing conversion to fail 2015-04-24 07:44:10 +05:30
Kovid Goyal
4c5513f798 Remove un-maintained recipe 2015-04-24 07:32:50 +05:30
Kovid Goyal
c8aeef0290 Merge branch 'libchangeproceed' of https://github.com/JimmXinu/calibre 2015-04-23 23:39:03 +05:30
Jim Miller
95fcee3424 Block lib change when proceed_question has questions. 2015-04-23 10:16:11 -05:00
David Forrester
a58329b6c0 Add support for Kobo Glo HD and bump firmware
Kobo are releasing the Kobo Glo HD, so this adds the device id and
associated code. Also, a new firmware version, 3.15.0 is being released.
No changes that affect the driver have been found while testing the beta
versions. Fixes #1447548 [Add support for Kobo Glo HD and bump firmware](https://bugs.launchpad.net/calibre/+bug/1447548)
2015-04-23 17:40:42 +05:30
Kovid Goyal
795fdf8376 Properly display names of libraries containing the ampersand character. Fixes #1447188 [ampersand does not show in library name](https://bugs.launchpad.net/calibre/+bug/1447188) 2015-04-23 09:17:28 +05:30
Kovid Goyal
54c880fb2b ... 2015-04-23 08:24:15 +05:30
Kovid Goyal
c3aa3b241f When sorting filenames in comics treat the file extension as a secondary sort key. 2015-04-23 08:22:05 +05:30
Kovid Goyal
d7ee646be6 ... 2015-04-23 07:57:17 +05:30
Kovid Goyal
88bc38abc3 Some linux system raise EACCESS instead of EPREM on fchown despite what the manpage says. 2015-04-22 18:38:46 +05:30
Kovid Goyal
bc85aea160 ... 2015-04-22 08:47:49 +05:30
Kovid Goyal
be71fa747e Fix a regression in 2.25 that broke the search & replace wizard in the conversion dialog when converting a book with multiple formats 2015-04-22 08:11:14 +05:30
Kovid Goyal
2be2fb844d Content server: Fix errors when library contains enough virtual libraries to cause grouping. Fixes #1446282 [virtual libraries fail on web access](https://bugs.launchpad.net/calibre/+bug/1446282) 2015-04-21 08:52:59 +05:30