12914 Commits

Author SHA1 Message Date
Translators
49594aeb5f Launchpad automatic translations update. 2011-01-17 04:47:58 +00:00
Kovid Goyal
899263f3b3 Updated Nature News 2011-01-16 20:37:04 -07:00
Kovid Goyal
b4559ffc2c Fix #8381 (Body Indent issue) 2011-01-16 20:34:00 -07:00
John Schember
34da8b73cc Fix bug #8381: reference \t and \T PML indents properly. 2011-01-16 21:35:53 -05:00
Kovid Goyal
b6c84581a4 Fix #8414 (make use_embedded_content settable per feed) 2011-01-16 19:32:58 -07:00
Shixin Zeng
7a79f8d98d make use_embedded_content settable per feed 2011-01-16 19:43:13 -06:00
Kovid Goyal
7d4b0e2215 ... 2011-01-16 18:36:41 -07:00
ldolse
8e1dfbc6fd merged rexex wizard fix 2011-01-17 09:09:19 +08:00
Kovid Goyal
ca0e545253 E-book viewer: Display cover when viewing FB2 files 2011-01-16 16:51:26 -07:00
Kovid Goyal
799b0f6033 Fix #8405 (Completion on multiple authors) 2011-01-16 16:27:44 -07:00
John Schember
cfa57f63df GUI: Have Authors combo boxes use completion using & just like tags use completion with , 2011-01-16 17:14:26 -05:00
John Schember
188a96caeb Make TagsLineEdit into a generic CompleteLineEdit class. Use CompleteLineEdit for Author completion in the main GUI window. 2011-01-16 16:40:27 -05:00
Kovid Goyal
69c6ad0211 ... 2011-01-16 12:49:46 -07:00
Kovid Goyal
497b381bfa The update found link now opens the update notification dialog instead of going straight to the download page 2011-01-16 12:45:11 -07:00
John Schember
2693c2d3c3 Sync to trunk. 2011-01-16 14:42:09 -05:00
Kovid Goyal
4d428dfa9a Bulk metadata edit: Check apply date automatically whenever user changes the date in the pubdate field 2011-01-16 12:34:49 -07:00
Kovid Goyal
91ccd9ad74 Add AZW to the default list of internall viewed formats 2011-01-16 12:31:19 -07:00
Kovid Goyal
4e5d5bbce0 MOBI Input: SPecial case handling of emptu div tags with a defined height used as paragraph separators. Fixes #8391 (formatting issues when converting from .azw to .mobi. Not duplicating space between paragraphs.) 2011-01-16 11:45:18 -07:00
ldolse
49739cbb87 merge from trunk 2011-01-17 02:02:19 +08:00
Charles Haley
4db9e77ef9 Merge from trunk 2011-01-16 17:33:33 +00:00
Kovid Goyal
b83b89ce74 Fix #7568 (Allow bulk editing of Published date) 2011-01-16 10:09:14 -07: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
Kovid Goyal
e131f99db8 Cleanup layout of bulk metadata edit dialog 2011-01-16 09:18:37 -07:00
John Schember
ade8f7a797 Simplify search and replace. 2011-01-16 10:42:36 -05:00
Charles Haley
ed1d94dda9 Merge from trunk 2011-01-16 15:31:14 +00:00
Kovid Goyal
f1edff8065 Ensure a blank date in the GUI shows up as blank in the custom columns and templates. 2011-01-16 08:28:16 -07: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
0ad7d26aa2 Sync to trunk. 2011-01-16 09:00:58 -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
Charles Haley
5c4154bb0d Make date.format_date render UNDEFINED_DATE as ''. This makes composite columns and templates behave in the same fashion as the GUI has for some time. 2011-01-16 11:26:34 +00:00
Charles Haley
4a9e8bcb2f Remove some print statements. 2011-01-16 10:48:43 +00:00
Charles Haley
04869f7f5d Merge from trunk 2011-01-16 10:40:42 +00:00
Charles Haley
e0b2d0b62a Add function documentation to template editing dialog (F2 on a composite column) 2011-01-16 10:34:05 +00:00
Charles Haley
a21bf30ff8 1) finish JSON-storage of template function source code
2) fix for #8388. This fix was chosen because it emulates the behavior in 0.7.38, where get_metadata returned empty author lists
2011-01-16 08:41:16 +00: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
Translators
aefd600265 Launchpad automatic translations update. 2011-01-16 05:00:39 +00:00