25389 Commits

Author SHA1 Message Date
Kovid Goyal
403865c914 Replace instead of ignoring 2013-08-24 11:22:59 +05:30
Kovid Goyal
14b348b391 newdb: Handle damaged one-one text tables
Ignore text records in the database that are damaged, instead of erroring
out. Lets the rest of the data be used. Fixes #1215981 [calibre 1.0 can't find database](https://bugs.launchpad.net/calibre/+bug/1215981)
2013-08-24 11:22:22 +05:30
Kovid Goyal
4daace5860 newdb: Allow sorting on ids
Fix regression that broke calibredb catalog when sorting on the id
field. Fixes #1216090 [calibredb catalog fails on sort_key - KeyError: 'id'](https://bugs.launchpad.net/calibre/+bug/1216090)
2013-08-24 08:28:48 +05:30
Kovid Goyal
c5472fe489 PocketBook driver: Scan for books files in the entire device not just in the 'books' folder 2013-08-23 22:01:32 +05:30
Kovid Goyal
47d0b6175e Details on how to add formats to an existing book 2013-08-23 22:00:48 +05:30
Kovid Goyal
4e090c09b8 OEB Reader: Properly serialize OPF using utf-8 when reading metadata
HTML Input: Handle malformed OPF files when converting.  Fixes #1215924 [Mobipocket conversion fail with error TypeError: Invalid input object: NoneType](https://bugs.launchpad.net/calibre/+bug/1215924)

When reading metadata from OPF files during conversion, the OPF was
serialized in ascii with no encoding declaration which could break for
some bad OPF files.
2013-08-23 20:53:53 +05:30
Kovid Goyal
f43f0bba89 Increase the max sleep time 2013-08-23 20:35:09 +05:30
Kovid Goyal
86d400d6e8 dump and restore: retry after some time if rename fails 2013-08-23 20:25:46 +05:30
Kovid Goyal
ef3e011d96 pep8 2013-08-23 20:01:38 +05:30
Kovid Goyal
7eb6bcaf39 Update formats composite column in GUI when conversion finishes
Ensure that the Formats custom column (if present) is updated when a new
format is created as a result of a conversion. Fixes #1215885 [calibre 0.9: strange display behavior for formats](https://bugs.launchpad.net/calibre/+bug/1215885)

Merge branch 'master' of https://github.com/cbhaley/calibre
2013-08-23 20:01:06 +05:30
Charles Haley
2015762650 Merge branch 'kovidgoyal/master' 2013-08-23 15:33:09 +02:00
Charles Haley
7bb70415bc Fix (I think) for bug #1215885 - refresh rows when convert finishes so composites can update. 2013-08-23 15:30:24 +02:00
Kovid Goyal
867a51daf2 newdb: Fix dump and restore on non-ascii locales
Fix a bug in the new backend that broke the Check Library function on computers
with non-English locales. Fixes #1215819 [version 1.0 vérification de la bibliothèque](https://bugs.launchpad.net/calibre/+bug/1215819)

Upstream bug: https://code.google.com/p/apsw/issues/detail?id=142
2013-08-23 18:10:49 +05:30
Kovid Goyal
9614b26137 Content server: Fix blank username causing error on startup
Fixes #1215893 [attempted to start server and recieved an error](https://bugs.launchpad.net/calibre/+bug/1215893)
2013-08-23 17:46:52 +05:30
Kovid Goyal
da8910bd90 pep8 2013-08-23 17:45:35 +05:30
Kovid Goyal
aa58f3a559 newdb: Fix sorting of is_multiple fields
Fix sorting of book list by multi-valued fields like tags not correct in
the new backend. Fixes #1215820 [different ordering by tags in the 1.0 version](https://bugs.launchpad.net/calibre/+bug/1215820)
2013-08-23 17:06:52 +05:30
Kovid Goyal
189a280bb7 Fix the virtual_libraries lazy getter
Merge branch 'master' of https://github.com/cbhaley/calibre
2013-08-23 14:44:14 +05:30
Charles Haley
c6948e9abd Fix the virtual_libraries lazy getter. 2013-08-23 10:56:25 +02:00
Kovid Goyal
cf699a8f2b Move the cover grid button to the center 2013-08-23 13:35:30 +05:30
Kovid Goyal
26b5f6a189 Add a button to restore default cover grid background 2013-08-23 13:29:18 +05:30
Kovid Goyal
5f3267d3eb Update Consumerist again 2013-08-23 12:19:33 +05:30
Kovid Goyal
cf7412fc0a version 1.0.0 v1.0.0 2013-08-23 08:59:07 +05:30
Kovid Goyal
eb0eb79801 Update Consumerist 2013-08-22 22:10:42 +05:30
Kovid Goyal
596f58bbcd pep8 2013-08-22 10:00:44 +05:30
Kovid Goyal
521230ac85 Merge branch 'master' of github.com:kovidgoyal/calibre 2013-08-22 06:12:02 +05:30
Kovid Goyal
6a9fe9043a Plugin mirror: Parse plugins that import metadata 2013-08-22 06:11:11 +05:30
Kovid Goyal
aff83ae7bb Merge pull request #66 from t3d/stores
use ads4books in virtualo plugin
2013-08-21 16:54:34 -07:00
Tomasz Długosz
883f4cab8e use ads4books in virtualo plugin 2013-08-21 20:15:41 +02:00
Kovid Goyal
d844b5cb6a Fix extra 'language' entry in metadata download config dialog 2013-08-21 10:31:42 +05:30
Kovid Goyal
d61e0b5be8 pep8 2013-08-21 10:30:05 +05:30
Kovid Goyal
8609f177f8 pep8 2013-08-21 10:25:15 +05:30
Kovid Goyal
f2c537ee55 ... 2013-08-20 21:28:31 +05:30
Kovid Goyal
9cb81a6984 Add note about VLs as tabs to manual 2013-08-20 21:23:29 +05:30
David Forrester
55e8c029e7 No device collections if shelves not maintained
Kobo driver: Display device collections even if the driver is configured
to not manage shelves on the device. Fixes #1214233 [Collections are empty when not maintaining shelves on Kobo devices](https://bugs.launchpad.net/calibre/+bug/1214233)

Skip getting the shelf collections if the Kobo driver is not configured
to maintain them. This was wiping out the device collections.
2013-08-20 11:29:43 +05:30
Kovid Goyal
c65f952f0f Update jeuxvideo 2013-08-20 08:19:25 +05:30
Kovid Goyal
04aa6d23fb Ask for confirmation when toggle search highlight is clicked 2013-08-19 11:27:47 +05:30
Kovid Goyal
239407d73b Switch to newdb
Remove the use_newdb_tweak and various bits of code used to support
dual use.
2013-08-19 11:16:15 +05:30
Kovid Goyal
6690397d1a pep8 2013-08-19 10:21:13 +05:30
Kovid Goyal
079c685f1a RTF Input: Add option to ignore WMF images
RTF Input: Add option to ignore WMF images iinstead of replacing them
with a placeholder. Fixes #1213599 [RTF input conversion creates too large an image when failing to convert .wmf file](https://bugs.launchpad.net/calibre/+bug/1213599)
2013-08-19 09:43:17 +05:30
Kovid Goyal
6c7ff4e4e6 Update Metro UK 2013-08-19 08:40:15 +05:30
Kovid Goyal
3690241ab1 Update El Tribuno
Fixes #1213759 [Updated recipes for El Tribuno de Salta and Jujuy](https://bugs.launchpad.net/calibre/+bug/1213759)
2013-08-19 08:21:57 +05:30
Kovid Goyal
8d87f72755 Fix #1213664 [desktop file has %F in the wrong place](https://bugs.launchpad.net/calibre/+bug/1213664) 2013-08-18 21:49:19 +05:30
Kovid Goyal
fdd9b43f51 Update High Country News 2013-08-18 21:32:37 +05:30
Kovid Goyal
c2a572faa7 newdb: Fix deleting empty records leaving behind a temp dir 2013-08-18 16:16:27 +05:30
Kovid Goyal
986f8b467e Edit metadata dialog: Disable OK button while results are being downloaded.
Fixes #1213397 [AttributeError](https://bugs.launchpad.net/calibre/+bug/1213397)
2013-08-18 12:27:04 +05:30
Kovid Goyal
c9867cd599 Report errors during UI initialization
Exceptions raised during UI initialization were not being reported to
the user, leaving a partially functioning UI with no apparent cause.
2013-08-18 11:17:53 +05:30
Kovid Goyal
0d860c43fb OS X build: Log stdout/stderr to Console.app
In OS X 10.8 Apple stopped redirecting stdout/stderr to Console.app for
applications launched by launch services. Re-enable the redirection,
useful for debugging.
2013-08-18 11:05:12 +05:30
Kovid Goyal
7991fb68ff Update Daily Express 2013-08-17 18:57:44 +05:30
Kovid Goyal
fd34b9dc1e Fix breakage on OS X machines with system style 2013-08-17 17:23:30 +05:30
Kovid Goyal
0777df1bdd Grid view: Show marked books with a star emblem 2013-08-17 16:14:18 +05:30