Commit Graph

23024 Commits

Author SHA1 Message Date
Kovid Goyal 320d64194d Fix #1101034 (the economist news download doesn't work anymore.) 2013-01-18 08:49:55 +05:30
Kovid Goyal 705bea4e19 Content server: Fix custom icons for top level categories incorrect. Fixes #1095016 (User category icon mixup on webserver) 2013-01-18 08:44:16 +05:30
Kovid Goyal df1efd3fe8 Kobo driver: When resending a file to the device, update the filesize in the Kobo db to prevent the device from deleting the file. Fixes #1100607 (Update size when sending book to Kobo device) 2013-01-18 08:29:47 +05:30
davidfor e98ed60d2d Bug #1100607: Update size when sending book to Kobo device
- Incorrectly did check on on metadata management. Files size update and deleted row check needs to be done all the time.
2013-01-18 09:14:37 +11:00
Kovid Goyal 79823fbf61 CHM Input: Handle chm files that contain files with url unsafe filenames. Fixes #1100610 (Error in "Table of contents" when convert CHM to epub) 2013-01-17 17:46:32 +05:30
Kovid Goyal b9581e5905 ... 2013-01-17 16:47:06 +05:30
Kovid Goyal bab1675b83 ... 2013-01-17 16:46:05 +05:30
Kovid Goyal 826a27703d IGN:Updated translations 2013-01-17 16:27:38 +05:30
Kovid Goyal 30595b6bf0 E-book viewer: Add an option to hide the toolbars in the viewer window (Preferences->Miscellaneous->Show controls in the viewr preferences). You can unhide them by right clicking in the viewer window. 2013-01-17 16:25:47 +05:30
Kovid Goyal 81667b3253 ... 2013-01-17 13:12:59 +05:30
Kovid Goyal b0b1b8c7a3 MOBI Input: Do not choke on MOBI files with incorrectly encoded titles. Fixes #1100601 (Private bug) 2013-01-17 13:07:26 +05:30
Kovid Goyal 4650e8d633 Refactor handling of BMP table and add code to get reverse mapping from BMP table 2013-01-17 12:32:42 +05:30
Kovid Goyal 671ee036c6 ... 2013-01-17 12:25:59 +05:30
Kovid Goyal ffb202d93a Font subsetting: Fix a bug in the parsing of the GSUB table that could cause some ligatures to not be included in the subset font 2013-01-17 12:19:19 +05:30
davidfor 3b466e69e6 Update size when sending book to Kobo device.
Thiis is to prevent the book from being deleted by the device when it processes new books after the disconnect.
2013-01-17 16:19:48 +11:00
Translators eefe5b64f1 Launchpad automatic translations update. 2013-01-17 04:35:34 +00:00
Kovid Goyal fab5158a17 ... 2013-01-17 08:17:22 +05:30
Kovid Goyal 566a7ea392 ... 2013-01-17 08:09:20 +05:30
Charles Haley 6019f500c6 Merge from trunk 2013-01-16 23:37:42 +01:00
Charles Haley a3428ab201 Reinitialize internal metadata maps on each connect 2013-01-16 23:36:33 +01:00
Tomasz Długosz 9791b9844e Empik Affiliate programme is suspended 2013-01-16 19:31:29 +01:00
Tomasz Długosz e175aea27d sync with Kovid's branch 2013-01-16 19:08:55 +01:00
Kovid Goyal 7208c73480 E-book-viewer: Fix TOC links without anchors not scrolling to the top of the current flow 2013-01-16 16:12:43 +05:30
Kovid Goyal 992ceaa856 Asco de Vida by Krittika Goyal 2013-01-16 15:55:11 +05:30
Kovid Goyal 732545871c ... 2013-01-16 12:11:19 +05:30
Kovid Goyal 133ff65759 Kobo driver: Speedup initial connect by avoiding unneccesary update of series metadata in some situations. Fixes #1099190 (Updating metadata on startup can be very slow) 2013-01-16 12:09:02 +05:30
davidfor 39aa2072cb Bug #1099190: Updating metadata on startup can be very slow
The series_index is stored as a string in the Kobo database. Convert this to a float for comparison with the value in calibre. This will reduce the number of updates done to the database and reduce the time taken to sync.
2013-01-16 17:12:47 +11:00
Kovid Goyal f5094c211e Content server: Respect the restriction when picking a random book 2013-01-16 10:51:55 +05:30
Translators 63af67cc29 Launchpad automatic translations update. 2013-01-16 04:35:24 +00:00
Kovid Goyal 76582f2fe3 Get Books: Update the amazon, waterstones and libri.de plugins to account for website changes 2013-01-16 08:55:23 +05:30
John Schember 21700463ce Merge changes from lp:~cbhaley/calibre/charles_store. 2013-01-15 18:29:18 -05:00
John Schember d7b6237c93 Sync to trunk. 2013-01-15 18:24:38 -05:00
Kovid Goyal 190af68ca6 Fix #1099835 (description on plugin install dialog resizes dialogbox out of screen) 2013-01-15 21:33:40 +05:30
Kovid Goyal 440070ed94 ... 2013-01-15 16:13:00 +05:30
Charles Haley 8354ed8cf2 Merge from trunk 2013-01-15 11:35:59 +01:00
Charles Haley 6219e09655 Take extension into consideration when deciding to overwrite a book. 2013-01-15 11:35:19 +01:00
Kovid Goyal 2f3dde257e Wireless driver: Always replace file when resending a previously sent book to the device, even if the title/author have changed. 2013-01-15 15:31:30 +05:30
Charles Haley 41224d8ba0 1) Make amazon EU plugins self sufficient
2) Fix broken waterstores UK store.
2013-01-15 10:58:07 +01:00
Charles Haley ae34d84539 Merge from trunk 2013-01-15 10:01:33 +01:00
Charles Haley 5d62d81319 Merge from trunk 2013-01-15 09:48:57 +01:00
Charles Haley 58c0127a17 Add an option to the smart device driver (default: True) that tells the driver that when sending a book, overwrite a book on the device if it has the same UUID, ignoring the result of evaluating the template. This prevents accumulating multiple copies of books when metadata changes. 2013-01-15 09:47:50 +01:00
Kovid Goyal d2423bfe8b Restore subscription for nytime subscription recipe 2013-01-15 10:31:11 +05:30
Kovid Goyal 8de9017002 ... 2013-01-15 10:29:14 +05:30
Translators f41d709bbf Launchpad automatic translations update. 2013-01-15 04:47:23 +00:00
Kovid Goyal 1d5e7897db Dynamic loading for get books plugins 2013-01-15 10:01:21 +05:30
Kovid Goyal c1c0099354 LIT Input: Handle lit files that set an incorrect XML mimetype for their text. Fixes #1099621 (problem converting .lit files) 2013-01-15 09:16:09 +05:30
Kovid Goyal d9ae243f12 Add PocketBook Pro 912 driver. Fixes #1099571 (Patch for adding support for pocket book pro 912) 2013-01-15 08:51:19 +05:30
Kovid Goyal 7db6519471 Update The Chronicle of Higher Education 2013-01-15 08:40:18 +05:30
Kovid Goyal 0fa633503e Add uuid to MOBI headers as well 2013-01-15 08:30:50 +05:30
Daniele Pizzolli 4e2b9b895d Add support for Pocket Book Pro 912 2013-01-14 21:45:45 +01:00