12423 Commits

Author SHA1 Message Date
ldolse
05730e1886 insert horizontal rules for softbreaks when option is enabled 2011-01-17 19:00:14 +08:00
ldolse
2ebf94812e started updating manuals, fix lit postprocess to handle content in pre tags correctly 2011-01-17 17:13:19 +08:00
ldolse
8e1dfbc6fd merged rexex wizard fix 2011-01-17 09:09:19 +08:00
John Schember
d18910510b Fix Regex builder in search and replace. 2011-01-16 11:42:43 -05:00
ldolse
f10e10f079 fix search and replace 2011-01-17 00:36:33 +08:00
ldolse
d3a5ad8a28 sync from user_none 2011-01-17 00:34:11 +08:00
John Schember
73e60f8c7e Fix search and replace. 2011-01-16 11:20:11 -05:00
John Schember
ade8f7a797 Simplify search and replace. 2011-01-16 10:42:36 -05:00
ldolse
f8971944fb made replace optional for users who just want equivalent of old feature, eliminate requirement to populate replace box 2011-01-16 23:22:17 +08:00
John Schember
9148320a8b Heuristic class use log.debug to reduce output during CLI conversion. 2011-01-16 10:00:23 -05:00
John Schember
f7650de369 TXT Output GUI widet: Disable markdown options when markdown is not enabled. 2011-01-16 09:51:03 -05:00
John Schember
d271747cff Simplify more GUI widgets. 2011-01-16 09:44:39 -05:00
ldolse
fa3d7e2d1f merge user_none's branch 2011-01-16 22:31:57 +08:00
John Schember
68587e8679 Fix GUI dialog errors preventing them from returning properly. 2011-01-16 09:16:05 -05:00
John Schember
b2626bace3 Fix search_and_replace option names. 2011-01-16 08:55:26 -05:00
John Schember
51e7a555e1 Sync to ldolse heuristics branch. 2011-01-16 08:54:31 -05:00
ldolse
e0d1de2ce8 removed hyphen removal from text input that's covered by the heuristics option 2011-01-16 20:54:17 +08:00
ldolse
e94b988255 merge from trunk 2011-01-16 20:38:16 +08:00
ldolse
89dd86056e ... 2011-01-16 20:26:52 +08:00
ldolse
1272988089 enabled hyphen removal across the entire document text, refactored logic to reduce false positives, added verbose debug output 2011-01-16 20:11:52 +08:00
Kovid Goyal
5d9f9325a2 Fix #8398 (Bug in FileDialog class) 2011-01-15 23:08:00 -07:00
Kovid Goyal
47f4df49b6 Fix #8400 (Not reading Nook) 2011-01-15 23:05:39 -07:00
ldolse
66e1b8a27e gui updates 2011-01-16 10:50:28 +08:00
John Schember
9134d51377 Clean up GUI option widgets. 2011-01-15 20:32:21 -05:00
Kovid Goyal
631ba316df ... 2011-01-15 16:58:57 -07:00
Kovid Goyal
f6d72fbe0b RTF Input: Fix regression in 0.7.40 that broke conversion of some old style RTF files 2011-01-15 15:46:19 -07:00
Kovid Goyal
4e93c30cd0 Nicer error message when catalog generation fails 2011-01-15 15:26:26 -07:00
Kovid Goyal
1005fd234f Don't use subdirs when sending files to the SNE 2011-01-15 15:19:59 -07:00
Kovid Goyal
c858e77414 ... 2011-01-15 15:11:00 -07:00
GRiker
46119745cb more informative catalog error message exit 2011-01-15 13:58:23 -07:00
Kovid Goyal
789747f869 Start work on refactoring the edit metadata dialog 2011-01-15 12:32:47 -07:00
John Schember
8f345212da Fix issue with disabling checkbox. 2011-01-15 14:32:20 -05:00
Kovid Goyal
627445c0ee Fix #8378 (bad author sort when diacritic is used). Fix generation of teplate-functions.json 2011-01-15 12:24:35 -07:00
John Schember
4d5384df49 Sync to ldolse heuristics branch. 2011-01-15 13:40:08 -05:00
Charles Haley
a719ed8fd9 Better exception handling in tag_view 2011-01-15 18:32:06 +00:00
Charles Haley
6b6b8c2eb7 1. Merge from trunk.
2. Improvement on first-letter partitioning fix
3. Code to build dict of source for formatter builtins
2011-01-15 18:25:05 +00:00
Charles Haley
cde186f1e4 Fix #8378 - bad author sort when diacritic is used. Should actually be bad partitioning by first letter. 2011-01-15 18:08:24 +00:00
ldolse
a8ebb35312 merged from user_none, enables heuristics for the entire conversion pipeline 2011-01-16 02:01:39 +08:00
ldolse
d354a085b8 ... 2011-01-16 01:53:49 +08:00
ldolse
60c50f3944 tied mobi into preprocess 2011-01-16 01:46:04 +08:00
John Schember
64796696ae Enable heuristic processing over the entire conversion pipe line when option is enabled. 2011-01-15 12:35:02 -05:00
Kovid Goyal
9e90f63214 template-functions.json skeleton 2011-01-15 10:14:31 -07:00
Kovid Goyal
a3ae3121eb Fix #8366 (Adding Capitalize option in Edit metadata individually) 2011-01-15 09:53:43 -07:00
John Schember
d6256ef452 Add renumber_headings option to GUI. 2011-01-15 11:06:43 -05:00
Kovid Goyal
ae81518389 South Africa Mail and Guardian by 77ja65. Fixes #8375 (South Africa Mail & Guardian Newspaper Recipe to add to official list) 2011-01-15 08:28:10 -07:00
Kovid Goyal
9ed0f6f805 Fix #8359 (Authors names are resolved incorrectly when converted in 0.7.40) 2011-01-15 08:19:25 -07:00
Kovid Goyal
163043de34 Fix #8365 (Capitalize not working) 2011-01-15 08:17:40 -07:00
John Schember
afb72b8a59 Sync to ldolse heuristics branch. 2011-01-15 10:05:36 -05:00
ldolse
0edf1e550e ... 2011-01-15 22:47:51 +08:00
ldolse
81c365b3a9 ... 2011-01-15 22:41:38 +08:00