11622 Commits

Author SHA1 Message Date
Kovid Goyal
286a1fc22e run in debug mode: Add a sleep 2010-12-17 09:12:11 -07:00
Kovid Goyal
3960f3d6f3 Add item to Preferences menu to restart calibre in debug mode. Fixes #7359 (Make debug mode accessible from within the GUI) 2010-12-16 23:57:10 -07:00
Kovid Goyal
29dd71b130 Fix #7690 (Problem with some Viewer images disappearing.) 2010-12-16 21:32:47 -07:00
Kovid Goyal
66221aefbb ... 2010-12-16 20:22:31 -07:00
Timothy Legge
f81cd1413e Fix issue with Kobo firmware 1.8.1 - it is apparently possible to have kepubs adn sqlite based books on the same device 2010-12-16 22:27:13 -04:00
Kovid Goyal
ec9de04409 Updated translations 2010-12-16 13:57:53 -07:00
Kovid Goyal
05ed274726 Disable the cover cache. This means that if you are running calibre on an underpowered machine, you might notice some slow down in the cover browser. On the other hand, calibre's memory consumption will be reduced. 2010-12-16 13:55:10 -07:00
Kovid Goyal
818c4249d2 function to time cover loading 2010-12-16 13:31:09 -07:00
Kovid Goyal
e7e8c340ad Apple driver: Set series number as track number on windows when sending books to iTunes 2010-12-16 12:16:37 -07:00
Kovid Goyal
8289d68454 Fix #7917 (New Scientist recipe update) 2010-12-16 12:13:40 -07:00
GRiker
7874838ea9 GwR map Series -> Track number (windows only) 2010-12-16 12:03:46 -07:00
GRiker
7432c5de6e GwR map Series -> Track number (windows only) 2010-12-16 12:00:35 -07:00
Kovid Goyal
5ce7afa6e2 ... 2010-12-16 10:57:15 -07:00
Kovid Goyal
6a6b2a6f58 ... 2010-12-16 10:05:42 -07:00
Kovid Goyal
a6bebd5d75 More robust flip animation 2010-12-16 09:57:00 -07:00
Kovid Goyal
9b7ebac28a E-book viewer: Page flip animation is used when transitioning between flows as well 2010-12-16 09:31:54 -07:00
Kovid Goyal
cf19068002 Driver for PocketBook 701 2010-12-16 09:07:29 -07:00
Kovid Goyal
6581a31d22 ... 2010-12-16 08:54:13 -07:00
Kovid Goyal
8e787097ac Fix #7919 (Conversion error) 2010-12-16 08:52:31 -07:00
GRiker
cd475b26a4 GwR update to get_device_information 2010-12-16 05:06:28 -07:00
Kovid Goyal
4b7705fbbe ... 2010-12-15 23:28:21 -07:00
Kovid Goyal
fc774a15ee E-book viewer: Add option to have the mouse wheel flip pages 2010-12-15 23:23:21 -07:00
Kovid Goyal
6d5f1fac3b E-book viewer: Disable page flip animation when a key is help down 2010-12-15 22:58:48 -07:00
Kovid Goyal
3f3abd41bb E-book viewer: Add page flip animations. Their duration can be controlled via the viewer Preferences 2010-12-15 22:39:04 -07:00
Translators
38b00ba16f Launchpad automatic translations update. 2010-12-16 04:33:29 +00:00
Kovid Goyal
a7e22ca871 EPUB metadata: If parsing of cover file as XHTML fails, retry parsing as plain HTML 2010-12-15 18:54:33 -07:00
Kovid Goyal
5cd412a7d5 EPUB metadata: When rendering the first page as cover, render it as XHTML. This means that if the EPUB is not valid XHTML the cover wont be rendered correctly. Necessary for rendering of SVG elements in the page when it does not have an .xhtml extension. Fixes #7909 (Issue with HarperCollins EPUB Covers) 2010-12-15 18:34:03 -07:00
Kovid Goyal
1140fb8f0c Fix #7911 (Updated recipe for Radikal) 2010-12-15 18:11:34 -07:00
Kovid Goyal
6f6db1b477 Fix #7914 (Details for adding Samsung E65 ereader to Calibre) 2010-12-15 18:08:59 -07:00
GRiker
da0a940f55 KG updates 2010-12-15 14:12:59 -07:00
Kovid Goyal
54336c2841 ... 2010-12-15 13:56:50 -07:00
Kovid Goyal
1e6ea48080 Fix various minor mem leaks 2010-12-15 13:21:00 -07:00
Kovid Goyal
5dacd76a4e Fix #7905 (calibre keeps on trying to connect to the plugged device even error happens) 2010-12-15 09:34:33 -07:00
Kovid Goyal
ed4709f9ac Refactor ZIP plugin resource loading for greater efficiency and add method to Plugin class as well for use in non GUI plugins 2010-12-15 09:02:35 -07:00
Kovid Goyal
0b57b1ae82 Add a load_resource method to the InterfaceAction class to facilitate loading of resources from plugin ZIP files 2010-12-15 08:36:20 -07:00
Kovid Goyal
dae4402949 ... 2010-12-15 07:55:41 -07:00
Charles Haley
fb73e74ff7 schema upgrade to remove commas from tags 2010-12-15 14:41:36 +00:00
Charles Haley
1617ffb510 Merge from trunk 2010-12-15 14:33:16 +00:00
Kovid Goyal
c221ce75e9 E-book viewer: Add option to not remember position in book when quitting. Fixes #7699 (Option to disable bookmarks in ebook viewer). Also disable multiple library support when the CALIBRE_OVERRIDE_DATABASE_PATH env var is set 2010-12-15 07:06:01 -07:00
Charles Haley
eaea0d2aa6 Implement a 'remember current page' option in the viewer. 2010-12-15 12:48:42 +00:00
Charles Haley
e655d8b77f Merge from trunk 2010-12-15 12:27:41 +00:00
Charles Haley
6c2ea46ce3 Disable multiple libraries while env var CALIBRE_OVERRIDE_DATABASE_PATH is set 2010-12-15 10:00:10 +00:00
Kovid Goyal
ec7bd86288 When sorting the book list, keep the current book visible after the sort completes. Fixes #7504 (Book List to Maintain book pointer when the list is sorted by another column) 2010-12-14 23:23:17 -07:00
Translators
9b14ed5172 Launchpad automatic translations update. 2010-12-15 04:37:19 +00:00
Kovid Goyal
ef23a7c8c4 Fix #7876 (Books excluded by saved search via tag are visible on server) 2010-12-14 21:22:30 -07:00
Kovid Goyal
a1c7d0615c Handle case of no metadata fetchers or fetcher returning None result 2010-12-14 20:33:00 -07:00
Kovid Goyal
4c947784ce Fix #7887 (The news fetch for "Times of India" and "The Economic Times" (ENGLISH_ INDIA) not working.) 2010-12-14 20:29:36 -07:00
Kovid Goyal
fd20c4ac7f Topaz metadata: Read metadata correctly from Topaz files that have MOBI file extensions 2010-12-14 19:18:14 -07:00
Kovid Goyal
61fb4f30e0 MOBI Input: Handle the (rare) MOBI files that do not specify per paragraph text indents correctly. Fixes #7869 (Converting mobipocket to mobipocket removes paragraph indentation) 2010-12-14 19:06:44 -07:00
Kovid Goyal
491d1a8954 MOBI metadata reader: Handle invalid PRC files with spurious image_offset headers 2010-12-14 18:57:04 -07:00