12220 Commits

Author SHA1 Message Date
Kovid Goyal
65ddab2074 Template language: Add a list_item function for use with tags like columns. See User Manual for details 2011-01-07 12:23:18 -07:00
Kovid Goyal
5d6e4c8931 Fix regression causing the template formatter to intepret a missing format letter as ERROR instead of 's'. 2011-01-07 12:17:26 -07:00
Kovid Goyal
65d790ad59 Add another motorola droid 2011-01-07 12:16:07 -07:00
Kovid Goyal
3c289cdf09 Fix regression that broke conversion of PNG images in PDf files on OS X. Fixes #8215 (Images not extracted from PDF during conversion) 2011-01-07 12:09:49 -07:00
Kovid Goyal
5774429f78 Fix #8225 (Ampersands and Saved Searches) 2011-01-07 11:33:55 -07:00
GRiker
f19b7fb874 KG pre 0.7.38 updates 2011-01-07 11:16:40 -07:00
Kovid Goyal
868fa550ee When parsing XML if the XML starts with a UTF-8 BOM decode as UTF-8. FB2 Input: Handle entities 2011-01-07 10:58:20 -07:00
Kovid Goyal
d5848cdb2d Fix #8170 (Unable to convert book in Simplified Chinese UI in 0.7.37) 2011-01-07 10:36:45 -07:00
Charles Haley
b0a3912867 Optimized search, doing and/or/not shortcutting 2011-01-07 15:25:56 +00:00
John Schember
32604583f3 Sync to trunk. 2011-01-07 08:42:14 -05:00
Charles Haley
910a3f1acc Add the list_item function to the template processor, to avoid using complicated regexp to carve them out. Add it to the documentation. 2011-01-07 13:22:58 +00:00
Charles Haley
e1a5bef896 Fix scrolling to column zero when clicking on a column to sort. 2011-01-07 12:41:48 +00:00
Charles Haley
21392dc27c 1) add a special aggragate class to build the au_map.
2) remove the extra format column (should never have been added)
2011-01-07 10:45:06 +00:00
GRiker
28a4dfea9a KG pre-0.7.38 2011-01-07 02:20:43 -07:00
Charles Haley
9e82bd6f23 Fix problem with formatter intepreting a missing format letter as ERROR instead of 's'. 2011-01-07 08:25:21 +00:00
Charles Haley
cb55c9a4f9 Add another motorola droid... 2011-01-07 08:12:05 +00:00
ldolse
dd96c645f0 tied line histogram into txt paragraph structure detection 2011-01-07 14:19:12 +08:00
ldolse
ccd1a633ef merge from trunk 2011-01-07 13:17:11 +08:00
Translators
9ee7c1f0d2 Launchpad automatic translations update. 2011-01-07 04:59:33 +00:00
Kovid Goyal
aec2ebb9a2 Smarten punctuation: Convert double dashes to em dashes. Preprocessing: Various tweaks 2011-01-06 21:52:13 -07:00
Kovid Goyal
cff2e9b347 ... 2011-01-06 20:57:05 -07:00
Kovid Goyal
dcb425ebbf E-book viewer: When scrolling to a bookmark and the content is wider than the window, do not scroll in the horizontal direction 2011-01-06 20:56:32 -07:00
Kovid Goyal
32c1ef8ef6 E-book viewer: Fix next page skipping the bottom of chapters when the content is wider than the window. Fixes #8153 (Viewer in 0.7.36 cutting off end of chapters.) 2011-01-06 20:41:38 -07:00
Kovid Goyal
6a40732711 ... 2011-01-06 20:34:23 -07:00
ldolse
da679b885f chapter heading tweaks 2011-01-07 11:26:45 +08:00
Kovid Goyal
0e7eab2d1e ... 2011-01-06 19:25:52 -07:00
John Schember
c7332d3651 Fix indents. 2011-01-06 20:57:03 -05:00
John Schember
b5599f8ff2 Fix indents. 2011-01-06 20:51:28 -05:00
John Schember
1786820728 PDB PDF Input: Dynamically set options based on PDF plugin. 2011-01-06 20:07:09 -05:00
John Schember
7343d48a37 Remove PDB and TCR input options. TXT auto options are default and should suffice. 2011-01-06 20:04:11 -05:00
John Schember
a106ee9a89 Sync to trunk. 2011-01-06 19:36:07 -05:00
Kovid Goyal
332c80aa54 New London Day by Being 2011-01-06 17:35:00 -07:00
Kovid Goyal
df602343b4 Walla by marbs 2011-01-06 17:33:17 -07:00
Charles Haley
931ca450e6 Merge from trunk 2011-01-06 21:58:32 +00:00
Charles Haley
2cdbc5ea11 Use sort_concat instead of group_concat for the au_map meta2 field 2011-01-06 21:58:07 +00:00
Kovid Goyal
9af7ba996f If the user specifies an unknown encoding, automatically change it to None 2011-01-06 14:40:01 -07:00
Kovid Goyal
91ba0d2df4 TXT Input: Attempt to detect the input encoding when not specified. Auto detect paragraph structure and formatting markup. FB2 Output: Insert covers. Fixes #8172 (another fb2 problem in 0.7.37) 2011-01-06 14:32:31 -07:00
Kovid Goyal
97903bdcaf Updated translations 2011-01-06 13:01:48 -07:00
Kovid Goyal
db08883480 Fix #8214 (Detect 'senseless' user input) 2011-01-06 12:52:43 -07:00
Kovid Goyal
9cc4d3e0ea ... 2011-01-06 12:46:34 -07:00
Kovid Goyal
4f3424ab72 Fix The Atlantic 2011-01-06 12:43:01 -07:00
ldolse
439b8c0f21 delete microsoft smart tags during preprocess 2011-01-07 03:40:47 +08:00
Charles Haley
ae759ebd10 Fix ticket #8214 (Detect 'senseless' user input) 2011-01-06 19:35:04 +00:00
ldolse
fb893a7c37 expanded and re-prioritized the emphasized lines expression in chapter_markup 2011-01-07 02:53:14 +08:00
ldolse
482c15e16e removed debug statements 2011-01-07 02:34:52 +08:00
ldolse
93bd1df11a cleaned up comments 2011-01-07 01:57:00 +08:00
ldolse
760d4d2fd3 added preface to the list of common chapter headings 2011-01-07 01:48:23 +08:00
ldolse
057557a270 merge from trunk 2011-01-07 01:24:18 +08:00
Kovid Goyal
3e1a531444 Fix #8176 (Expose configuration dialog for a plugin via API) 2011-01-06 09:58:54 -07:00
Kovid Goyal
691838b2b2 Fix #8212 (Updated recipe for Danas) 2011-01-06 09:43:44 -07:00