25551 Commits

Author SHA1 Message Date
Kovid Goyal
9c5d2646e3 pep8 2013-09-05 10:59:34 +05:30
Kovid Goyal
d7a206c563 Conversion: Add support for the CSS3 rem font size unit 2013-09-05 10:49:45 +05:30
Kovid Goyal
58ac84cb57 Fix set_custom legacy API for series fields with index in value
Fixes #1220914 [db.set_custom on custom series column ignores [number]](https://bugs.launchpad.net/calibre/+bug/1220914)
2013-09-05 10:07:30 +05:30
Kovid Goyal
ff18978f1c Delay eval column headers so that language change works 2013-09-05 09:53:51 +05:30
Kovid Goyal
e7bcf65c34 Fix changing language in welcome wizard
Fix changing the user interface language in the welcome wizard causing
some parts of the interface to remain in the old language until calibre
is restarted. Fixes #1220767 [Language mismatch on the welcome wizard e-mail page & throughout the rest of the program UI](https://bugs.launchpad.net/calibre/+bug/1220767)
2013-09-05 09:43:58 +05:30
Kovid Goyal
ffc0b5af73 pep8 2013-09-05 08:47:12 +05:30
David Forrester
a7bec029de Add device ids for new Kobo Aura
Fixes #1220693 [Add device id for new Kobo Aura](https://bugs.launchpad.net/calibre/+bug/1220693)
2013-09-04 18:50:03 +05:30
Kovid Goyal
d313792645 Possible fix for 1220468 2013-09-04 17:22:08 +05:30
Kovid Goyal
f0a5fd521b MTP driver: Allow ignoring any folder on the device
MTP driver: Allow ignoring any folder on the device, not just top level
folders. For newly connected devices, scan
/Android/data/com.amazon.kindle for books by default (newer versions of
the Kindle app place downloaded files there).
2013-09-04 15:56:02 +05:30
Kovid Goyal
36f595f5a8 ... 2013-09-04 12:29:21 +05:30
Kovid Goyal
5e55a83ea5 Update FAQ for change in calibre button 2013-09-04 11:05:31 +05:30
Kovid Goyal
f10a409a38 pep8 2013-09-04 09:03:08 +05:30
Kovid Goyal
db195e6b75 newdb: Fix setting author names with | in them
Fixes #1220348 [Vertical bar "|" in author name causes ConstraintError](https://bugs.launchpad.net/calibre/+bug/1220348)
2013-09-04 08:26:36 +05:30
Kovid Goyal
cca7c89f24 Line numbers for OOM exceptions in the unrar module 2013-09-03 13:21:47 +05:30
Kovid Goyal
a4f2d0d664 Content server: Ignore current VL in GUI when embedded
Content server: When running from inside the main calibre program, do not
restrict the books shown based on the current virtual library in the
main program. If you wish to restrict the books shown in the content
server, use Preferences->Sharing over the net.
2013-09-03 12:37:20 +05:30
Kovid Goyal
7905b2e4ef Serialize dates in local tz in csv/xml catalogs 2013-09-03 12:16:43 +05:30
Kovid Goyal
b1f17de41c pep8 2013-09-03 11:17:44 +05:30
Kovid Goyal
0fd842dd9a Expand ~ in content-server --with-library 2013-09-03 11:06:53 +05:30
Kovid Goyal
28b104d10d Nicer error message when virtual library has no books
Fixes #1220030 [Content Server No Books Error](https://bugs.launchpad.net/calibre/+bug/1220030)
2013-09-03 11:06:20 +05:30
Kovid Goyal
2023fb01d0 newdb: Replace dump and restore with vacuum
apsw has various issues with dump and restore, so replace it with
vacuum. Fixes #1217988 [Database integrity issue with V 1.0.0](https://bugs.launchpad.net/calibre/+bug/1217988)
2013-09-03 10:34:54 +05:30
Kovid Goyal
e687b24c1f Add speculative T3 device names to the driver 2013-09-03 10:05:17 +05:30
Kovid Goyal
7e54dff245 Merge pull request #75 from cbhaley/master
Increase timeout for detecting disconnected clients
2013-09-02 06:07:32 -07:00
Charles Haley
4dd983542e Increase timeout for detecting disconnected clients to avoid problems when there are many thousands of books on the device. 2013-09-02 14:58:42 +02:00
Kovid Goyal
e7c146d3cb Merge pull request #74 from cbhaley/master
Change quickview to not sort search results.
2013-09-02 04:39:08 -07:00
Charles Haley
b00e3b0a3e Change quickview to not sort search results. They are sorted in QV's table. 2013-09-02 13:29:44 +02:00
Kovid Goyal
9ec829f46c Speed up sorting when book list is showing a subset
Speed up sorting when the book list is showing a restricted set of
books, such as when the results of a search are displayed or a virtual
library is used. Fixes #1217622 [calculated column sorts update the entire database while inside a Virtual Library](https://bugs.launchpad.net/calibre/+bug/1217622)
2013-09-02 15:36:21 +05:30
Kovid Goyal
86564b27e9 Fix test breakage caused by code to remove rating=0 entries 2013-09-02 12:53:13 +05:30
Kovid Goyal
f6eb9b0ba5 PDF Output: Accept commas in custom paper size specification
Used in some European countries.
2013-09-02 11:24:02 +05:30
Kovid Goyal
42d6ffc249 ... 2013-09-02 10:31:50 +05:30
Kovid Goyal
f0de577d0d ... 2013-09-02 10:23:48 +05:30
Kovid Goyal
528a1617de Change thumbnail cache to use a LIFO queue
This should fix the problem of covers being rendered slowly at the end
when scrolling through a very large number of covers very quickly.
2013-09-02 09:33:25 +05:30
Kovid Goyal
9d848e14a7 Metadata editor: Fix adding an image to an empty comments block not working 2013-09-02 09:26:10 +05:30
Kovid Goyal
8d693050a5 Conversion: Handle invalid font-family when subsetting
Conversion: Fix font declarations with invalid font-family values
causing conversion to abort when subsetting is enabled.
2013-09-02 09:23:05 +05:30
Kovid Goyal
807213d5d0 Update Countryfile 2013-09-02 08:54:03 +05:30
Kovid Goyal
55b40e7e65 Fix chunking in libimobiledevice and remove obsolete logging code 2013-09-02 08:43:53 +05:30
Kovid Goyal
54a56df2f2 MOBI Output: Fix some sub/super scripts missing
MOBI Output: Fix conversion of some super/sub scripts failling if they
are the first or last element in a paragraph. Fixes #1218858 [Subscripted text is generated by chance (MOBI)](https://bugs.launchpad.net/calibre/+bug/1218858)
2013-09-01 13:46:18 +05:30
Kovid Goyal
e21957872e Edit metadata dialog: Add an undo option for the Trim cover button
See #1219227 (Enhancement and missing translation strings)
2013-09-01 12:52:26 +05:30
Kovid Goyal
da951ddee7 Various translation fixes
Fixes #1219227 [Enhancement and missing translation strings](https://bugs.launchpad.net/calibre/+bug/1219227)
2013-09-01 11:44:53 +05:30
Kovid Goyal
10d96d43ea ... 2013-09-01 11:25:25 +05:30
Kovid Goyal
dcc9c29431 Amazon metadata download: Update to handle website changes at amazon.com 2013-09-01 10:13:23 +05:30
Kovid Goyal
508c8ea6d1 Use approx_formats when creating the formats column
Have the template used for the formats column when clicking the Formats
shortcut in the create columns dialog use approximate_formats() instead
of formats.
2013-09-01 09:19:56 +05:30
Kovid Goyal
601f6e87db Update Instapaper 2013-09-01 08:31:39 +05:30
Kovid Goyal
fb8ab757f5 newdb: Automatically sanitize ratings tables that contain rating records 2013-08-30 21:21:19 +05:30
Kovid Goyal
6d667dbc8f newdb: Handle databases that have empty author records
Fixes #1218465 [Can not Edit Metadata](https://bugs.launchpad.net/calibre/+bug/1218465)
2013-08-30 17:25:59 +05:30
Kovid Goyal
5b1ba794b1 newdb: Automatically fix broken link tables
Fixes #1218783 [Beim Starten von Calibre bleibt das Startlogo bestehen und Pythons meldet einen Fehler.](https://bugs.launchpad.net/calibre/+bug/1218783)
2013-08-30 16:06:27 +05:30
Kovid Goyal
e35a7bd6fb ... 2013-08-30 15:06:29 +05:30
Kovid Goyal
ae439f110e Fix for broken file type plugins
Prevent file type plugins that spin the event loop by displaying a
dialog from causing locking errors. The lock is now acquired only after
the file type plugin has run on import.
2013-08-30 14:58:57 +05:30
Kovid Goyal
610f29d223 Use sanitize file name instead of ascii_filename when saving to disk from device 2013-08-30 11:18:33 +05:30
Kovid Goyal
9d73fd3750 Fix save to disk with books on an MTP device not working on windows. 2013-08-30 09:53:31 +05:30
Kovid Goyal
394ef2d785 version 1.1.0 v1.1.0 2013-08-30 08:51:38 +05:30