Commit Graph

8695 Commits

Author SHA1 Message Date
Charles Haley f2e0b50144 Fix search/replace 2010-09-29 21:48:40 +01:00
Kovid Goyal 2f6fa5c8a8 Fix reselect after bulk edit very slow 2010-09-29 12:49:52 -06:00
Kovid Goyal 462e670727 ... 2010-09-29 12:07:58 -06:00
Charles Haley f75f02a933 Fix typo in plugboard UI 2010-09-29 19:04:37 +01:00
Kovid Goyal 77019c66bf ... 2010-09-29 12:03:37 -06:00
Kovid Goyal e7efe45452 Exporting books: Add support for metadata 'plugboard'. Fix regression in bulk edit performance 2010-09-29 11:56:57 -06:00
Charles Haley 084b0cff49 Fix intro text a bit. 2010-09-29 15:21:02 +01:00
Charles Haley 1b41568d4c 1) Add validation to plugboard gui
2) allow plugboards to use metadata fields with no field metadata (e.g., language)
2010-09-29 15:12:01 +01:00
Charles Haley 5aadbb2dcd 1) change plugboards to templates (pass one)
2) fix recursion detection in base.py
3) fix lack of refresh in model when editing custom fields on the GUI
4) change the name of the plugboard eval function in base.py
5) move recursion detection base code to formatter
2010-09-29 14:33:11 +01:00
Charles Haley 700dbe7df7 1) add dirtied when renaming items
2) make bulk edit use the GUI thread
3) add a 'books remaiing' menu item
2010-09-29 12:51:18 +01:00
Charles Haley 9c3d85d4a5 merge from trunk 2010-09-29 07:42:23 +01:00
Kovid Goyal 3018b6ac7c ... 2010-09-28 19:07:08 -06:00
Kovid Goyal 1c9335aa5e Fix regression that caused the filename to not be set as the title when reading metadata fails 2010-09-28 19:03:54 -06:00
Kovid Goyal fce4ab97b6 ... 2010-09-28 18:50:02 -06:00
Kovid Goyal d3053b8a86 Support for the JetBook Mini 2010-09-28 18:45:41 -06:00
Kovid Goyal c8477338a6 Do not have the fetch news dialog close when the user presses Enter 2010-09-28 18:21:52 -06:00
Kovid Goyal ca0e8729d2 Handle formatting of recursive compisite templates 2010-09-28 18:15:31 -06:00
Kovid Goyal fef738c53b ... 2010-09-28 18:08:54 -06:00
Kovid Goyal 18d18c2fe2 Pull from trunk 2010-09-28 17:53:23 -06:00
Kovid Goyal 96bc9f6bec Stop metadata backup thread before bulk metadata edits to improve performance 2010-09-28 16:55:22 -06:00
Kovid Goyal f54ee65bcc Various improvements to preprocessing code. Also replace a couple of unicode punctuation characters that the SONY readers dont support when the Outpu profile is sony 2010-09-28 15:43:22 -06:00
Kovid Goyal 5fe81f0162 Welcome wizard: Prevent the user from choosing a non empty folder as her calibre library 2010-09-28 14:24:16 -06:00
Kovid Goyal fdc171a0ac Automatically enable the Douban metadata download plugins if the user choose chinese as the interface language in the welcome wizard 2010-09-28 13:55:02 -06:00
Charles Haley 8a94c2194e Fix mutually recursive fields in save_to_disk.
Fix mistake in any_format template handling in save_to_disk
2010-09-28 15:13:30 +01:00
Charles Haley cca39d2e73 Small cleanups for messages and name 2010-09-28 13:11:55 +01:00
Charles Haley e08da942ec Fix typo in faq.rst (too -> to) 2010-09-28 11:46:53 +01:00
Charles Haley 340ac6da5b Merge from trunk 2010-09-28 11:44:38 +01:00
Charles Haley 62f1edd848 Cleanups of plugboard code. Improvements to the gui. 2010-09-28 11:41:35 +01:00
ldolse 7653dfd082 switch string to unicode 2010-09-28 17:54:07 +08:00
ldolse 443d45c560 ... 2010-09-28 16:21:34 +08:00
ldolse b7f6d820a7 Fixed a UTF-8 decoding error which occurs on bad input while removing hyphens, cleaned up indents, regex tweaks 2010-09-28 16:07:43 +08:00
ldolse f5431765f4 moved line_length into DocAnalysis class, added line_histogram function 2010-09-28 11:50:39 +08:00
Kovid Goyal 0319a6c025 New plugin to download covers from douban.com. It is disabled by default and must be enabled via Preferences->Advanced->Plugins->Cover download plugins 2010-09-27 19:32:25 -06:00
ldolse 94d01f9885 merge from trunK 2010-09-28 07:05:44 +08:00
Kovid Goyal f71728110d Revert removal of inline toc from news downloaded in MOBI format 2010-09-27 14:20:03 -06:00
Kovid Goyal d45ee9ed9b Pull from trunk 2010-09-27 11:49:43 -06:00
Kovid Goyal 960151327d Fix #6981 (Updated AJC and Boortz Recipes) 2010-09-27 11:47:38 -06:00
Kovid Goyal c3dadbf304 ... 2010-09-27 11:43:06 -06:00
Kovid Goyal ee8af31f74 Add tutorial on using regexps to User Manual 2010-09-27 11:17:27 -06:00
Charles Haley c852a65922 Fix two null-plugboard problems 2010-09-27 17:40:27 +01:00
Charles Haley 95c9d5956f Remove print statements 2010-09-27 15:17:16 +01:00
Charles Haley 1dee223f14 First implementation of plugboards 2010-09-27 15:12:25 +01:00
ldolse 076ac87ad2 merge from trunk 2010-09-27 19:49:27 +08:00
ldolse 2f04d0b17c re-worked unsupported unicode chars Output profile option to use Unidecoder to do simple ascii conversion 2010-09-27 19:13:57 +08:00
Li Fanxi 04187001a6 Removed an unnecessary debug print 2010-09-27 18:56:09 +08:00
Li Fanxi 4baab972ab Add Douban.com cover plugin 2010-09-27 18:48:55 +08:00
ldolse 217a1716fa copied the fixes for 6976 over to html preprocess code 2010-09-27 18:17:35 +08:00
ldolse 2677a9296b String searches - avoid regex compilations entirely 2010-09-27 17:59:31 +08:00
ldolse 668ea97895 Added metacharacters to the rest of the dehyphenation patterns 2010-09-27 17:17:21 +08:00
ldolse 1055919806 regex tweaks, including fixes for http://bugs.calibre-ebook.com/ticket/6976 2010-09-27 17:00:04 +08:00