10189 Commits

Author SHA1 Message Date
Charles Haley
7881286274 1) add the composite field custom datatype
2) clean up content server code so it uses the new formatting facilities
2010-09-18 11:08:33 +01:00
Kovid Goyal
d147775dc0 Launchpad automatic translations update. 2010-09-18 04:50:54 +00:00
John Schember
9c911e1d94 Fix problem 1 in #6826: Remove space before ą 2010-09-17 22:02:09 -04:00
Kovid Goyal
391c0a3576 Fix #6847 (Author Sort) 2010-09-17 17:34:44 -06:00
Charles Haley
5e88ef534e Merge from trunk 2010-09-17 23:24:13 +01:00
Charles Haley
6d2c0268da Fix sorting problems (author_sort) 2010-09-17 23:17:25 +01:00
Charles Haley
ade36c94fa Fix a comment. Sigh... 2010-09-17 23:03:00 +01:00
Charles Haley
122c2deffc Reset selection in bulk metadata edit 2010-09-17 23:00:29 +01:00
Kovid Goyal
4b8755fd6d IGN:Tag release 2010-09-17 14:50:53 -06:00
Kovid Goyal
d9a4eb3423 Pull from trunk 2010-09-17 14:48:39 -06:00
Kovid Goyal
7e2fe87485 version 0.7.19 2010-09-17 14:04:56 -06:00
Kovid Goyal
b46f658bec Updated translations 2010-09-17 13:28:42 -06:00
Kovid Goyal
f24caa4e12 ... 2010-09-17 13:12:13 -06:00
Kovid Goyal
f16250c60d ... 2010-09-17 13:10:18 -06:00
Kovid Goyal
228c648d5d Fix #6846 (Updated recipe for Harpers free content) and remove metadata.db backup for S&R dialog 2010-09-17 13:02:06 -06:00
Charles Haley
6b116a88d0 Remove backup feature because it is dangerous 2010-09-17 19:45:33 +01:00
Kovid Goyal
8f5842edd3 Cleanup bulk edit dialog layout 2010-09-17 12:45:18 -06:00
Kovid Goyal
be41f9c0dc Add search and replace feature to bulk metadata editor 2010-09-17 12:35:43 -06:00
Kovid Goyal
e76211e0a2 Fix possible race condition on windows when changing title/author during move of book files 2010-09-17 12:04:59 -06:00
Kovid Goyal
6566014a8b Fix #6757 (News Download of taz Digiabo fails) 2010-09-17 12:02:43 -06:00
Charles Haley
4d45950392 Fix problem with passing strings instead of lists for standard is_multiple fields 2010-09-17 18:23:23 +01:00
Kovid Goyal
ffe8fe5fd2 Fix use of UTF-8 raw string 2010-09-17 10:42:11 -06:00
Kovid Goyal
cc3082135b Pass through conversion settings to preprocess object correctly 2010-09-17 10:24:02 -06:00
Kovid Goyal
ded912be3f ... 2010-09-17 09:59:03 -06:00
ldolse
dbb35b5823 fixed option definition for lrf & html input plugins 2010-09-17 23:42:41 +08:00
ldolse
d0d1ff06dc ... 2010-09-17 22:16:27 +08:00
ldolse
58ce705090 ... 2010-09-17 22:14:16 +08:00
Charles Haley
5e2296e59e Fix size of fields pulldown 2010-09-17 14:59:05 +01:00
Charles Haley
4b4ed2cd59 Improved sr function setup 2010-09-17 14:42:29 +01:00
ldolse
2fc9cd28c9 Passing options to preprocess, other tweaks to preprocess code 2010-09-17 21:31:07 +08:00
Charles Haley
07c912166c Add search & replace to bulk edit 2010-09-17 14:20:37 +01:00
Kovid Goyal
ad935d7866 Launchpad automatic translations update. 2010-09-17 04:49:06 +00:00
Kovid Goyal
e77eafa751 Kobo driver: Add management of the I'm Reading list on Kobo via an Im_Reading tag in calibre 2010-09-16 18:56:50 -06:00
Kovid Goyal
2215d2b3b5 Add documentation for the preprocess option to the User Manual 2010-09-16 18:49:00 -06:00
Kovid Goyal
d4e8775e44 Conversion pipeline: Add option to control line unwrapping to preprocessing to handle input documents with hard line breaks. See Structure Detection in the conversion options 2010-09-16 18:44:07 -06:00
Timothy Legge
06d4d52fea Implement Kobo Im Reading list support 2010-09-16 21:12:36 -03:00
Kovid Goyal
40ee6a2140 Fix author sort tooltip handling 2010-09-16 15:49:23 -06:00
Kovid Goyal
307f90457d Modify author sort tooltip to explain the color. Fix #6836 (Updated recipe for Adventure Gamers) 2010-09-16 15:17:40 -06:00
Charles Haley
5ccc90ed0c Add tooltips for coloring author sort. 2010-09-16 21:00:13 +01:00
Charles Haley
524928c6bc Add coloring to author_sort box in edit metadata single 2010-09-16 19:34:17 +01:00
Charles Haley
d327ab8ae2 Remove double-call to sync_booklists 2010-09-16 17:25:25 +01:00
Kovid Goyal
c4cef6a76c Add option to specify timefmt when sending to device. Re-enable syntactic validation of save templates. 2010-09-16 09:17:53 -06:00
Kovid Goyal
4fe321e41e Pull from trunk 2010-09-16 09:09:44 -06:00
Charles Haley
4645138a67 1) Re-enable syntactic validation of save templates.
2) fix row numbering on send_to_device preferences ui template.
2010-09-16 16:03:07 +01:00
Charles Haley
e1dd08acef Several changes:
1) Add an option to specify the time format when sending to device. This is the analog of the same option that already exists for save to disk.
2) refactor the format_field code. Remove the special parameters on format_field. Add format_field_extended that returns a 4-element tuple (name, formatted val, original val, field metadata).
3) change (simplify) usbms collections management to use new format_field_extended method.
4) change device.py to not call sync_booklists twice.
5) add the fix for gui-not-updating, in hopes that we can avoid merge conflicts
2010-09-16 14:02:49 +01:00
Charles Haley
5602372270 Minor changes to OPF testing 2010-09-16 12:24:56 +01:00
Charles Haley
9f25063ad5 Fix problem with device views sometimes not updating after sync_booklists. 2010-09-16 11:19:25 +01:00
ldolse
8cac314ffe adding html_unwrap_factor 2010-09-16 16:48:59 +08:00
ldolse
569b84e1cb Revert previous changes, now looking for entities in unwrapping rule 2010-09-16 16:44:28 +08:00
Kovid Goyal
eb7406c1ae Launchpad automatic translations update. 2010-09-16 04:59:20 +00:00