21715 Commits

Author SHA1 Message Date
Kovid Goyal
667d2c6a19 ... 2012-08-16 09:34:10 +05:30
Kovid Goyal
96cdbe105e Legimi Store, add affiliate links 2012-08-16 09:02:58 +05:30
Tomasz Długosz
8dc3c45631 update Legimi Store, add affiliate links 2012-08-15 22:09:42 +02:00
Tomasz Długosz
49ee49f00f sync with John's branch 2012-08-15 21:02:20 +02:00
Florent FAYOLLE
0780b49eac add the store ebooksgratuits.com; add mimetypes epub, mobi and pdb(eReader) 2012-08-15 20:39:28 +02:00
Translators
8ac86f335d Launchpad automatic translations update. 2012-08-15 04:39:44 +00:00
Kovid Goyal
218a92de0e Updated various Canadian newspapers 2012-08-15 09:24:48 +05:30
Kovid Goyal
2f2787d0fa ... 2012-08-14 23:11:32 +05:30
GRiker
31af65d019 0.8.64+ 2012-08-14 11:16:06 -06:00
Kovid Goyal
da875a3d15 ... 2012-08-14 21:50:08 +05:30
Kovid Goyal
5c48090212 ... 2012-08-14 21:45:40 +05:30
GRiker
19eccdcc6f Better fix for fast-clicking, revised delete row dialog 2012-08-14 09:36:07 -06:00
GRiker
4184c62358 Fixed move_row_down and move_row_up for fast clickers 2012-08-14 09:16:14 -06:00
GRiker
82ec6c18af Housecleaning 2012-08-14 08:22:31 -06:00
GRiker
bfa49f0fd9 Fixed comparison of translated string to literal that would have caused minor problems with other locales. Refactored code extracting catalog opts. Streamlined GenericRulesTable. 2012-08-14 08:10:53 -06:00
Kovid Goyal
d87a8756f3 ... 2012-08-14 18:21:26 +05:30
Kovid Goyal
e0308df2b1 Improve detection of ssytem language on first run of calibre 2012-08-14 18:18:34 +05:30
Kovid Goyal
b03e1c3a6e When finding the next series index and the last series index is a fractional number, use the next larget integer, instead of just adding 1 2012-08-14 17:39:55 +05:30
Kovid Goyal
28473afea5 ... 2012-08-14 17:28:45 +05:30
Kovid Goyal
9260dc8f95 Fix #1036354 (Wrong language first run wizard) 2012-08-14 17:23:37 +05:30
Kovid Goyal
e06120bdb7 ... 2012-08-14 17:13:07 +05:30
Kovid Goyal
585b9a5fea WPD: Implement opening device and getting basic device info. 2012-08-14 17:08:56 +05:30
Kovid Goyal
ba22a7a5ca Fix Business Spectator 2012-08-14 13:13:36 +05:30
Kovid Goyal
b232ce0bae Fix #1036082 (Confusing tab order on Meta Search and Replace) 2012-08-14 13:12:55 +05:30
Kovid Goyal
a2776cd219 Fix #1036464 (Bulk Edit Search Saving broken). exception when saving a search/replace when no saved search/replace had been opened previously 2012-08-14 13:12:05 +05:30
Kovid Goyal
5504dfbb19 ... 2012-08-14 13:11:05 +05:30
Charles Haley
e64f93843a Fix 1036082, or at least as much of a fix as I have patience to do. 2012-08-14 09:27:26 +02:00
Kovid Goyal
38d3c593c4 MOBI Output: Add an option to control the type of MOBI file produced to the MOBI Output conversion options. You can now generate an old MOBI6, a new KF8 or a joint MOBI6/KF8 file. By default, MOBI6 files are generated. 2012-08-14 12:55:11 +05:30
Charles Haley
8710712b3d Fix 1036464 - exception when saving a search/replace when no saved search/replace had been opened previously 2012-08-14 09:14:24 +02:00
Charles Haley
5b24605eba Prevent the smartdevice driver from hammering on MacOS when sending files. 2012-08-14 09:13:25 +02:00
Kovid Goyal
4200099915 Update version of poppler bundled with calibre to fix crashes when reading metadata from some PDF files 2012-08-14 12:34:15 +05:30
Charles Haley
7eddccd15f Merge from trunk 2012-08-14 08:57:39 +02:00
Kovid Goyal
e75958a1f1 ... 2012-08-14 12:11:18 +05:30
Kovid Goyal
09495f1840 Nicer error message when attempting to set cover froma file open in another program on windows 2012-08-14 12:10:45 +05:30
Kovid Goyal
666335ecbc E-book viewer: Make paged mode the default. You can go back to the old flow mode by clicking the button witht e yellow scroll in the top right corner of the viewer. 2012-08-14 10:21:20 +05:30
Kovid Goyal
9631fc0ca9 Fix restore database not restoring entries for the original_* formats 2012-08-14 10:16:15 +05:30
Translators
37e4be6f1d Launchpad automatic translations update. 2012-08-14 04:43:49 +00:00
Kovid Goyal
4f117c0fb7 Fix #1036358 (Validation bug in First Run Wizzard) 2012-08-14 09:57:52 +05:30
Kovid Goyal
a4f6bd6c13 Tweaks to catalog css 2012-08-14 09:41:22 +05:30
GRiker
205e79c30e Fine tuning layout, added special case CSS for MOBI 2012-08-13 17:07:34 -06:00
Kovid Goyal
b71829038e Wireless device driver: Fix errors on some OS X machines caused by network resource exhaustion. 2012-08-13 22:03:02 +05:30
Kovid Goyal
ee45978cd0 ... 2012-08-13 21:58:54 +05:30
Charles Haley
fd87316245 Change smartdevice driver to tolerate EAGAIN and EINTR on blocking sockets. 2012-08-13 18:18:53 +02:00
Charles Haley
995010b067 Merge from trunk 2012-08-13 15:23:39 +02:00
Charles Haley
39559867ae SmartDevice: better handling of very long strings (e.g., book data) in debug logs. Log the CC version build number if the client reports it. 2012-08-13 14:32:46 +02:00
Kovid Goyal
6c94cdb03c WPD: Device detection 2012-08-13 17:11:44 +05:30
Kovid Goyal
48b43b555c Catalogs: Fix some cross-referencing bugs in HTML and make anchors XHTML compliant 2012-08-13 16:05:02 +05:30
GRiker
a7cbda6f66 Improved behavior of GenericRulesTable when focus is lost, fixed some cross-referencing bugs in HTML, made anchors XHTML compliant. 2012-08-13 04:21:46 -06:00
Kovid Goyal
3ecdd2d269 ... 2012-08-13 12:26:17 +05:30
Kovid Goyal
20774544ac ... 2012-08-13 11:19:21 +05:30