33913 Commits

Author SHA1 Message Date
Kovid Goyal
5c366c0201 Merge branch 'master' of https://github.com/cbhaley/calibre 2016-09-13 15:42:24 +05:30
Charles Haley
1fe6c8d9a5 Move unloading formatter functions to backend.close(). 2016-09-13 12:06:07 +02:00
Charles Haley
88edeb42ad Don't clear the user-defined function list until after the DB is actually closed. This order prevents problems in plugins that run just before closing the db, e.g., library closed plugins.
It is possible that a better fix is to move the two lines of code into db.cache.close(). I looked for unwanted side effects and didn't see any, but I didnt want to make the more invasive change.
2016-09-13 11:29:30 +02:00
Kovid Goyal
e44ca5f067 Edit Book: When unmarking marked text, automatically ensure the current search scope is not to search in marked text 2016-09-13 09:13:55 +05:30
Kovid Goyal
b0f808f2a0 Conversion: Handle corrupted JPEG files that have valid headers but invalid data. Fixes #1622416 [Private bug](https://bugs.launchpad.net/calibre/+bug/1622416) 2016-09-13 08:57:04 +05:30
Kovid Goyal
b13b1ea5aa Conversion: Improve detection of input documents that use uppercase tag/attribute names. Fixes #1622261 [Private bug](https://bugs.launchpad.net/calibre/+bug/1622261) 2016-09-13 08:27:38 +05:30
Kovid Goyal
df33ef6a3c Fix regression in previous release that caused incorrect display of ratings in the side panel of the metadata download dialog 2016-09-13 07:24:48 +05:30
Kovid Goyal
d38a6fa498 Update Punto Informatico 2016-09-13 07:06:18 +05:30
Kovid Goyal
d7b3be200a Get Books: Update publio and virtualo store plugins
Merge branch 'master' of https://github.com/t3d/calibre
2016-09-13 06:34:34 +05:30
Kovid Goyal
ec57188e52 Merge branch 'master' of https://github.com/cbhaley/calibre 2016-09-13 06:32:41 +05:30
Kovid Goyal
33fef93f59 ... 2016-09-13 06:24:17 +05:30
Kovid Goyal
b530a31cdd calibredb: Fix set_custom not notifying the GUI 2016-09-13 06:22:26 +05:30
Charles Haley
4ef1c42505 Remove a stray single quote. 2016-09-12 20:38:04 +02:00
Charles Haley
5f5b2d9b78 Fix example for using composite columns and lookup to switch paths in a save template by adding the # to the lookup name 2016-09-12 20:32:41 +02:00
Tomasz Długosz
d1cf35f279 publio plugin: fix title lookup 2016-09-12 20:32:35 +02:00
Tomasz Długosz
00edb22400 virtualo plugin: coma instead of dot in price 2016-09-12 20:11:05 +02:00
Kovid Goyal
6a5bf68148 Update El universal
Fixes #1622583 [Update recipe for Mexican El Universal](https://bugs.launchpad.net/calibre/+bug/1622583)
2016-09-12 17:36:00 +05:30
Kovid Goyal
9a2bbdbc5d ... 2016-09-12 17:34:27 +05:30
Kovid Goyal
063bad47b6 Content server: Fix a regression in the previous release that caused the OPDS feeds from the content server to break if there are no custom columns in the library. Fixes #1621642 [OPDS 500 internal server error](https://bugs.launchpad.net/calibre/+bug/1621642)
Merge branch 'master' of https://github.com/cbhaley/calibre
2016-09-09 13:24:17 +05:30
Charles Haley
eda8d512bf Fix OPDS feed blowing up if a library has no custom columns 2016-09-09 09:16:28 +02:00
Kovid Goyal
cc183114d6 ... 2016-09-08 21:20:58 +05:30
Kovid Goyal
cc2757ebd8 ... 2016-09-08 21:11:36 +05:30
Kovid Goyal
59e8070ef9 Fix reading metadata from PDF broken by poppler >= 0.47.0 2016-09-08 21:05:32 +05:30
Kovid Goyal
8f655cd610 Merge branch 'gh/pdf-metadata-fix' of https://github.com/aroig/calibre 2016-09-08 20:37:15 +05:30
Abdo Roig-Maranges
432aa7e21d metadata: Do not raise an exception if a PDF file has empty metadata
Check explicitly for `info is None`, since an empty dict also evaluates
to false. Otherwise it raises an exception when there is no metadata,
and prevents from generating the cover.

This has started to happen recently with some arxiv PDF's, like this
one: https://arxiv.org/pdf/1605.02391v2
2016-09-08 16:49:27 +02:00
Kovid Goyal
62a5d9c4d2 Fix layout of preferences panel for editor toolbars messed up 2016-09-08 19:52:40 +05:30
Kovid Goyal
55fe0f86b2 ... 2016-09-08 19:32:46 +05:30
Kovid Goyal
a41399f2e3 ... v2.67.0 2016-09-08 08:25:18 +05:30
Kovid Goyal
2083970477 version 2.67.0 2016-09-08 08:20:59 +05:30
Kovid Goyal
2a5a9d54f7 Merge branch 'master' of https://github.com/davidfor/calibre 2016-09-07 19:29:53 +05:30
David
28f65e237e Add device names for the two new Kobo Devices
I don't know how I missed these before.
2016-09-07 23:38:15 +10:00
Kovid Goyal
d48e15556f ODT Input: Add support for continued lists. Fixes #1620581 [Numeration lost](https://bugs.launchpad.net/calibre/+bug/1620581) 2016-09-07 14:43:29 +05:30
Kovid Goyal
8d38de825e Fix undo not working with sort css 2016-09-07 12:55:05 +05:30
Kovid Goyal
d28114bde1 Edit Book: A new tool to sort the rules in a CSS stylesheet. To use it add it to the toolbar for CSS editors 2016-09-07 12:46:06 +05:30
Kovid Goyal
d23532e499 Edit Book: Fix high-dpi rendering of emblems in the File Browser 2016-09-07 10:57:54 +05:30
Kovid Goyal
95f62fcad2 More work on the prefs panel 2016-09-07 10:26:14 +05:30
Kovid Goyal
4224233eca Make the item list code re-useable 2016-09-07 10:08:44 +05:30
Kovid Goyal
3172744e22 Add warning about merging 2016-09-07 09:47:27 +05:30
Kovid Goyal
3318f376d9 Edit Book: The Remove Unused CSS tool now has an option to also merge CSS rules that have identical selectors 2016-09-07 09:25:41 +05:30
Kovid Goyal
3c05bf2ec2 Increase email send timeout to 25min. See #1620732 (Feature: Reconfigurable Email Timeout) 2016-09-06 22:54:13 +05:30
Kovid Goyal
fab8eb07ab ... 2016-09-06 21:17:40 +05:30
Kovid Goyal
2dfd24f04c ... 2016-09-06 20:35:23 +05:30
Kovid Goyal
94b72873ec Micro-optimization 2016-09-06 20:34:06 +05:30
Kovid Goyal
7d6c68c079 Fix sorting by name of half stars in the Tag Browser 2016-09-06 20:22:28 +05:30
Kovid Goyal
e3a77bf17f Tag Browser: Add an option in Preferences->Look & Feel->Tag Browser to turn off the display of counts in the Tag Browser 2016-09-06 17:46:12 +05:30
Kovid Goyal
88eabfc7d0 ... 2016-09-06 17:32:42 +05:30
Kovid Goyal
9ce4ce354f Start working on Preferences UI for the viewer 2016-09-06 15:00:03 +05:30
Kovid Goyal
bb3e2d6a29 ... 2016-09-06 14:35:02 +05:30
Kovid Goyal
a2d58d639b Color scheme support for the viewer 2016-09-06 11:47:48 +05:30
Kovid Goyal
f479aaef53 Update RapydScript 2016-09-06 11:47:34 +05:30