20653 Commits

Author SHA1 Message Date
Kovid Goyal
c8c4389a61 Fix #973336 (calibre, version 0.8.45 ERROR: Unhandled exception: <b>AttributeError</b>:'int' object has no attribute 'replace' Traceback (most recent call last): File "site-packages/calibre/gui2/cover_flow.py", line 74, in caption AttributeError: 'int' object has no attribute 'replace') 2012-04-04 21:41:39 +05:30
Kovid Goyal
3a758cc7d2 ... 2012-04-04 21:33:04 +05:30
Kovid Goyal
b2c03bde79 ... 2012-04-04 21:17:25 +05:30
Kovid Goyal
3704f54eb9 Make tag browser filtering work when capital letters are entered. 2012-04-04 16:08:46 +05:30
Charles Haley
20ec5de3f4 Merge from trunk 2012-04-04 11:20:25 +02:00
Charles Haley
6c505b1242 Make tag browser filtering work when capital letters are entered. 2012-04-04 11:15:43 +02:00
Kovid Goyal
60edd8c7b1 ... 2012-04-04 11:22:08 +05:30
Translators
96b9d3a244 Launchpad automatic translations update. 2012-04-04 04:39:58 +00:00
Kovid Goyal
5955aa775f ... 2012-04-03 18:45:35 +05:30
Kovid Goyal
734a0ba2e2 ... 2012-04-03 18:40:17 +05:30
Kovid Goyal
9bb9ad53f1 E-book viewer: When reading a MOBI file that is actually a KF8 book, show the format as being KF8 2012-04-03 17:40:03 +05:30
Kovid Goyal
3a986cfd43 ... 2012-04-03 17:11:15 +05:30
Kovid Goyal
fcbbd51cd5 ... 2012-04-03 16:55:58 +05:30
Kovid Goyal
1ed30fdcb5 Content server: Workaround for android stock browser not support HTTP AUTH. 2012-04-03 15:46:22 +05:30
Kovid Goyal
103854e242 Fix bugs in cherrypy auth_digest 2012-04-03 15:39:19 +05:30
Kovid Goyal
e278da9219 ... 2012-04-03 12:07:38 +05:30
Translators
9aa895f1bb Launchpad automatic translations update. 2012-04-03 04:53:30 +00:00
Kovid Goyal
42429dd12b The Southern Star by watou 2012-04-02 22:07:42 +05:30
Kovid Goyal
efc200f0b1 Buenos Aires Herald by Darko Miletic. Fixes #971517 (New recipe for Buenos Aires Herald) 2012-04-02 18:35:09 +05:30
Kovid Goyal
c27bebd6fa ... 2012-04-02 18:32:57 +05:30
Kovid Goyal
945a8e3ae8 More granular progress reporting during bulk metadata download 2012-04-02 18:24:15 +05:30
Kovid Goyal
e3873e4254 ... 2012-04-02 17:59:01 +05:30
Kovid Goyal
09122265fd ... 2012-04-02 17:31:45 +05:30
Kovid Goyal
d5ae96dc4c Fix non integer rating not read from OPF files 2012-04-02 16:30:11 +05:30
Kovid Goyal
ee808594ca EPUB metadata: Strip pointless urn:isbn: prefix from ISBN declaration when reading metadata 2012-04-02 16:25:58 +05:30
Kovid Goyal
fc6981d1d5 ... 2012-04-02 15:53:26 +05:30
GRiker
bf2850019e 0.8.45+ 2012-04-02 04:11:11 -06:00
GRiker
4eaf86efcc Revised connect/share description for 'Connect to iTunes' 2012-04-02 04:10:39 -06:00
Kovid Goyal
d24e8e842e Fix logging for the new bulk metadata download path 2012-04-02 15:25:46 +05:30
Kovid Goyal
bf06cebc2d ... 2012-04-02 10:39:59 +05:30
Kovid Goyal
927b7471b7 Run bulk metadata downloads in a separate process to workaround the problem of third party metadata download plugins with memory leaks. Also removes the need to batch metadata downloads into groups of 100 books at a time. 2012-04-02 10:31:40 +05:30
Kovid Goyal
310c5c17d2 Edit metadata dialog: Change the remove unused series button to a clear series button (as the remove unused series function is now automatic) 2012-04-02 10:24:26 +05:30
Translators
c2e6b80904 Launchpad automatic translations update. 2012-04-02 04:37:01 +00:00
Kovid Goyal
edd99987fa ... 2012-04-02 09:43:12 +05:30
Kovid Goyal
bb443d01f1 Updated OReilly Premium and Real Clear 2012-04-02 09:00:25 +05:30
Kovid Goyal
ee108790db Fix Soldier's Magazine 2012-04-02 08:46:41 +05:30
Kovid Goyal
e48a9d1e57 Edit metadata dialog: Change the remove unused series button to a clear series button (as the remove unused series function is now automatic) 2012-04-01 21:58:58 +05:30
Kovid Goyal
d7908b9f1f Update Qt to 4.8.1 in windows binary build 2012-04-01 17:26:58 +05:30
Charles Haley
39fd2fa859 Merge from trunk 2012-04-01 10:03:06 +02:00
Kovid Goyal
fa196cf1af Make parsing of HTML ToC in KF8 more robust 2012-04-01 10:43:12 +05:30
Kovid Goyal
3b72f160e0 ... 2012-04-01 10:39:42 +05:30
Translators
57f3f668c3 Launchpad automatic translations update. 2012-04-01 04:38:18 +00:00
Sengian
73db4b940a Merge 2012-03-31 22:02:12 +02:00
Kovid Goyal
924301c6a7 Get books: Fix feddbooks store not showing all available formats 2012-03-31 21:47:50 +05:30
John Schember
d3d50d6475 Store: Fix feedbooks not showing all formats. 2012-03-31 12:05:55 -04:00
John Schember
c26759b461 Sync to trunk. 2012-03-31 11:56:27 -04:00
Kovid Goyal
648637439f KF8 Input: When the KF8 book has no metadata ToC, try to extract the ToC from the HTML instead. Fixes #969238 (Private bug) 2012-03-31 18:24:53 +05:30
Kovid Goyal
6c563866c6 Driver for PocketBook 622. Fixes #969875 (No support for new Pocketbook 622 / Touch) 2012-03-31 17:46:23 +05:30
Kovid Goyal
78cb205f1b ... 2012-03-31 10:45:51 +05:30
Translators
50c6a93da4 Launchpad automatic translations update. 2012-03-31 05:08:19 +00:00