31101 Commits

Author SHA1 Message Date
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
Kovid Goyal
6121c05446 ... 2015-04-21 08:36:15 +05:30
Kovid Goyal
aea094214b ... 2015-04-21 08:28:57 +05:30
Kovid Goyal
dc95e13780 Manage tags dialog: Fix setting a tag to empty raises an unhandled error. Fixes #1446318 [Delete tag from Tag Browser](https://bugs.launchpad.net/calibre/+bug/1446318)
Merge branch 'master' of https://github.com/cbhaley/calibre
2015-04-21 08:13:27 +05:30
Charles Haley
ac9891cd41 Fix for bug #1446318. 2015-04-20 21:37:52 +02:00
Kovid Goyal
3c74a744ef E-book viewer: Fix a regression that caused the viewer to occasionally skip the last page in a chapter when displaying more than one pages per screen and scrolling by screen
Also use a custom tag name for the blank page elements, so that there is
less chance of CSS from elsewhere being applied to it
2015-04-20 19:16:12 +05:30
Kovid Goyal
60af0674f4 DOCX Output: Implement floating text boxes and dropcaps 2015-04-20 12:54:28 +05:30
Kovid Goyal
d2d8108e7c ... 2015-04-20 08:03:58 +05:30
Kovid Goyal
aaeddce186 Fix #1445868 [View menu's recently viewed does not truncate book's title](https://bugs.launchpad.net/calibre/+bug/1445868) 2015-04-19 18:36:10 +05:30
Kovid Goyal
c34fffe555 Do not show splash screen when starting in system tray 2015-04-19 10:29:15 +05:30
Kovid Goyal
35d62df8a7 Hide splash screen after UI init not before 2015-04-19 10:25:57 +05:30
Kovid Goyal
d4d0ccd970 Do not use a separate process to draw the splash screen
I've now had a couple of reports of calibre hanging randomly on windows
during startup with the splash screen enabled. And in any case with Qt
5.4.1 there is a simpler workaround for the splash screen not rendering
issue
2015-04-19 10:00:07 +05:30
Kovid Goyal
7f73fe505e Discover Magazine Monthly by Michael Marotta
Merge branch 'master' of https://github.com/truth1ness/calibre
2015-04-19 09:15:00 +05:30
truth1ness
7a3672fa01 New Discover Magazine Monthly/Print edition, different than current rss based discover_magazine.recipe 2015-04-18 23:29:36 -04:00