20293 Commits

Author SHA1 Message Date
Kovid Goyal
1bb9b1cd4b MOBI Output: Handle background color specified on <td> and <tr> in addition to <table> tags. Fixes #980813 ([Enhancementt/bug] gray background in mobi) 2012-04-14 09:02:22 +05:30
Kovid Goyal
15aa3fb472 ... 2012-04-14 08:56:07 +05:30
Kovid Goyal
88397223fe Fix #981185 (HTC One X (Android 4) device not detected) 2012-04-14 08:37:38 +05:30
Kovid Goyal
a53bcfac61 ... 2012-04-13 21:35:04 +05:30
Kovid Goyal
78924aa790 ... 2012-04-13 21:31:54 +05:30
Kovid Goyal
9db407c2ec ... 2012-04-13 21:17:45 +05:30
Kovid Goyal
9226771fd3 ... 2012-04-13 20:54:02 +05:30
Kovid Goyal
ed55ce0852 Conversion: Allow specification of any number of search and replace expressions, instead of just three. 2012-04-13 20:53:43 +05:30
GRiker
fdd0a54f49 0.8.47 2012-04-13 04:13:06 -06:00
Kovid Goyal
a07b8ea289 IGN:Tag release 2012-04-13 11:53:18 +05:30
Translators
02cd54de8f Launchpad automatic translations update. 2012-04-13 05:26:05 +00:00
Eli Algranti
f0708f779e Added CLI support search_replace by changing serialization and deserialization of option. 2012-04-13 14:04:26 +10:00
Kovid Goyal
6aa3f77854 version 0.8.47 2012-04-13 09:24:19 +05:30
Kovid Goyal
78569c818c ... 2012-04-13 09:09:47 +05:30
Kovid Goyal
5f12af7e1d Fix #980221 ("Tags" field in advanced search does not obey regex setting) 2012-04-13 08:56:00 +05:30
Kovid Goyal
24925ddbf9 EPUB Input: Automatically extract cover image from simple HTML title page that consists of only a single <img> tag 2012-04-12 19:10:56 +05:30
Kovid Goyal
63d578f99b Start work on KF8 writer 2012-04-12 18:38:43 +05:30
Kovid Goyal
07634194d0 Actually fix firbes 2012-04-12 18:29:30 +05:30
Kovid Goyal
c4aad96ba8 ... 2012-04-12 17:38:10 +05:30
Kovid Goyal
ee04078de2 Fix Forbes 2012-04-12 17:37:33 +05:30
Kovid Goyal
5dbf55801e ... 2012-04-12 15:21:33 +05:30
Kovid Goyal
b7d0609ac8 Fix cover download failing on some non-english windows installs 2012-04-12 15:20:24 +05:30
Kovid Goyal
b24bde150d Updated Sun, Mirror Metro 2012-04-12 14:29:31 +05:30
Kovid Goyal
50e419efd2 Dump NCX index when debugging KF8 2012-04-12 13:15:53 +05:30
Kovid Goyal
b8a2716c35 IGN:Updated translations 2012-04-12 11:51:21 +05:30
Kovid Goyal
60d2c432fb IGN: Updated translations 2012-04-12 11:28:14 +05:30
Translators
44824e0a98 Launchpad automatic translations update. 2012-04-12 04:49:45 +00:00
Eli Algranti
7ea167eec1 Returned all the original options sr?_search and sr?_replace and added backward compatibility to search_and_replace.py 2012-04-12 13:18:43 +10:00
Eli Algranti
298654d9fa Added setup_help_handler to complement all the other handlers (set_value_handler, get_value_handler, connect_gui_obj_handler)
This allows adding options not tied to a widget without having to change Widget
2012-04-12 13:17:32 +10:00
Eli Algranti
051d7c71c2 Reverted Widget in __init__.py and moved functionality to search_and_replace.py by subclassing set_value_handler, get_value_handler and connect_gui_obj_handler 2012-04-12 09:35:09 +10:00
Kovid Goyal
94ff0c64d5 Mobi debug: Dump KF8 SKEL and SECT indices 2012-04-11 15:44:40 +05:30
Kovid Goyal
5fd415ea2d ... 2012-04-11 10:33:35 +05:30
Translators
e025323f4c Launchpad automatic translations update. 2012-04-11 04:38:15 +00:00
Eli Algranti
9fc6dc6878 Set column size 2012-04-11 09:55:02 +10:00
John Schember
60d942109e Sync to trunk. 2012-04-10 18:44:29 -04:00
Kovid Goyal
055690844a Prevent erros when both author and author_sort are used ina template for reading metadata from filenames for files on a device 2012-04-10 21:51:51 +05:30
Charles Haley
e24adc0e35 Prevent exceptions when 1) both author and author_sort are used in "add" templates, and 2) books are added from a device, and 3) read metadata from file contents is not checked. 2012-04-10 18:16:42 +02:00
Charles Haley
c843a1d7d0 Merge from trunk 2012-04-10 18:09:11 +02:00
Kovid Goyal
ad764f3cd9 ... 2012-04-10 19:22:27 +05:30
Kovid Goyal
396ad1c9dd ... 2012-04-10 18:09:54 +05:30
Kovid Goyal
681d33416b KF8: Fully decode FDST records 2012-04-10 18:06:20 +05:30
Kovid Goyal
5017ba10ca ... 2012-04-10 15:20:10 +05:30
Kovid Goyal
3ab5f75a98 ... 2012-04-10 15:18:43 +05:30
Eli Algranti
9bf3bcb75d Added load/save for search replace definitions and plumbing to get the search/replace to work during conversion 2012-04-10 16:19:23 +10:00
Translators
d14ab3d68d Launchpad automatic translations update. 2012-04-10 04:56:23 +00:00
Eli Algranti
07648f1ff3 Fixed syntax error in opt_sr_items declaration 2012-04-10 12:13:04 +10:00
Eli Algranti
2f2dce7c68 From calibre trunk 2012-04-10 12:08:09 +10:00
Eli Algranti
da91313aae UI changes only: Added list of search-replace items. 2012-04-10 11:35:39 +10:00
Kovid Goyal
2e6095de3a Update Caros Amogos 2012-04-10 00:03:56 +05:30
Kovid Goyal
c6265f4038 Fix #976813 ("Author Sort mismatch" error message dialog is too large) 2012-04-09 17:38:04 +05:30