Kovid Goyal
b4e6ceadd8
Fix generation of column coloring rules for date/time columns
2011-10-10 04:23:37 +05:30
Kovid Goyal
2b63af44ad
Economist, get larger cover
2011-10-10 04:21:05 +05:30
John Schember
6e120fe46d
Merge changes from lp:~cbhaley/calibre/charles_store.
2011-10-09 15:18:40 -04:00
Kolenka
ff7f90c2ec
Sony T1: Support for copying covers similar to the 505 driver.
...
Performs the copy during sync_booklists due to having access to the book's id/lpath at that point, and being able to detect new books. When upload_cover is normally called, this information is usually not accessible, and the book isn't actually in the database. It's less fragile this way.
Fixes an issue with setting floating point values in 'added_time' column.
Also removes Book from books.py (not needed at this point)
2011-10-09 09:28:02 -07:00
Charles Haley
dcd4e7a6b0
Formatting change to list_equals documentation
2011-10-09 18:02:33 +02:00
Charles Haley
18ed5671c6
Fix 'by' splitting in the UK plugin.
2011-10-09 17:48:40 +02:00
Charles Haley
9e114a9e1f
Clean up/fix code to strip leading "by " in German and French.
2011-10-09 17:39:25 +02:00
Charles Haley
81956ae4bd
Merge from John
2011-10-09 17:17:58 +02:00
John Schember
7003ae2aa9
Fix encoding issues when searching and displaying results for Amazon plugins.
2011-10-09 10:54:19 -04:00
John Schember
6e4792a284
Sync to lp:~cbhaley/calibre/charles_store.
2011-10-09 10:01:39 -04:00
John Schember
ed34dfa507
Sync to trunk.
2011-10-09 10:00:42 -04:00
Charles Haley
5507e72f45
Add Amazon.fr
2011-10-09 15:29:36 +02:00
Charles Haley
3ae196df74
Merge from trunk
2011-10-09 13:58:01 +02:00
Charles Haley
ac85376b2f
Fix coloring when using date fields in conditions.
2011-10-09 09:17:35 +02:00
Charles Haley
efb5dd33c7
Merge from trunk
2011-10-09 09:16:28 +02:00
Translators
fc55e32711
Launchpad automatic translations update.
2011-10-09 05:17:21 +00:00
Kolenka
a2f2c3355c
Sony T1: Fix caching behavior so detection of books in the library is more consistent.
...
Also fixes a minor bug with direct editing of collections on the device.
2011-10-08 18:17:33 -07:00
Kolenka
372cc73c13
Sony T1: Fix variables so configuration is a bit more appropriate.
2011-10-08 08:15:37 -07:00
Translators
ca714e5861
Launchpad automatic translations update.
2011-10-08 05:16:11 +00:00
Kolenka
951f3f6ee3
Sony T1: Polish handling of collections. Should be usable at this point.
2011-10-07 20:20:05 -07:00
Kovid Goyal
0d41c10f4d
Update Ming Pao
2011-10-08 08:00:19 +05:30
Kovid Goyal
211786644f
Revista Piaui by Eduardo Simoes
2011-10-08 07:56:03 +05:30
Kovid Goyal
b13a2a08a3
Improve Metro UK
2011-10-08 07:28:27 +05:30
Kolenka
ef9144577d
Sony T1: Alpha quality driver to support database/collections
2011-10-07 10:07:17 -07:00
Translators
f8b26b9905
Launchpad automatic translations update.
2011-10-07 04:35:55 +00:00
Translators
f22476e81a
Launchpad automatic translations update.
2011-10-06 04:35:55 +00:00
Kovid Goyal
90e250c032
...
2011-10-05 16:25:41 -06:00
Kovid Goyal
ec9414433b
SONY-T1 scan all dirs in main memory for ebooks
2011-10-05 11:26:59 -06:00
Kovid Goyal
c7854de342
Update heise online
2011-10-05 09:59:51 -06:00
Kovid Goyal
d1930a1ea0
Handle https proxies specified with a http:// URL
2011-10-05 09:58:56 -06:00
Kovid Goyal
ae4840a88c
Fix plugboard problem where customizations to formats accepted by a device were ignored.
2011-10-04 23:03:32 -06:00
Charles Haley
bcd5352be0
Merge from trunk
2011-10-05 06:50:32 +02:00
Charles Haley
2389b6fd78
Fix plugboard problem where customizations to formats accepted by a device were ignored.
2011-10-05 06:48:38 +02:00
Translators
c7a1a9d539
Launchpad automatic translations update.
2011-10-05 04:44:14 +00:00
Anthon
b8cff2585b
added ui where you can suppress searching for the djvutxt utility
...
(if it is not available the pure python txt extractor is used as fallback
anyway)
2011-10-04 23:53:15 +02:00
Kovid Goyal
1e9a8643eb
Fix #855055 ("Back" button on download metadata dialog box)
2011-10-04 11:21:32 -06:00
Kovid Goyal
cebaee7f23
...
2011-10-04 11:04:08 -06:00
Kovid Goyal
0b3488319e
...
2011-10-04 10:59:37 -06:00
Kovid Goyal
ef0036ce4f
Fix FAZ.net
2011-10-04 10:51:12 -06:00
Kovid Goyal
8c5195cbcc
Fix #865452 (Houston Chronicle news misses last section's stories)
2011-10-04 10:07:26 -06:00
Anthon
bfade8c911
splitted dump text and structure
2011-10-04 12:36:08 +02:00
Li Fanxi
a6a924fdee
[Sync] Sync with trunk, revision 10607
2011-10-04 17:23:18 +08:00
Anthon
e46e67949a
added DJVU Input converter support.
...
The djvu.py and djvubzzdec.py files will probably make it into
an installable library of their own, until then I will keep
them updated.
The DJVU files need to have the OCR-ed layer added (as per DJVU Spec rev 3)
This has been tested with files ocr-ed with LizardTech's Document Express
Editor. It uses ascii \037 and \035 to mark paragraphs.
Other OCR programs might need adapting.
2011-10-04 10:11:37 +02:00
Anthon
e02b1ace03
Added a check_call method that prints out the commandline handed to
...
subprocess.check_call if that call fails. This helps quickly locating
which external commands are missing (without having to look at the
source code). E.g. if you don't know that the qmc variable specifies
the qmake command.
2011-10-04 08:34:42 +02:00
Translators
74f53f8ba2
Launchpad automatic translations update.
2011-10-04 05:01:30 +00:00
Kovid Goyal
a7beccd294
Fix Slate
2011-10-03 22:18:28 -06:00
Kovid Goyal
5c14e6ea3b
Tablet Profile: Reduce screen size amount so SVG rasterization doesn't choke.
2011-10-03 18:59:41 -06:00
John Schember
4b262b3420
Tablet Profile: Reduce screen size amount so SVG rasterization doesn't choke.
2011-10-03 20:43:03 -04:00
John Schember
97c46ef41b
Sync to trunk.
2011-10-03 19:48:45 -04:00
Kovid Goyal
6d825af349
Enable adding of various actions to the toolbar when device is connected (they had been erroneously marked as being non-addable)
2011-10-03 11:59:35 -06:00