Commit Graph

13317 Commits

Author SHA1 Message Date
Kovid Goyal c4f06e39af When converting non english texts to english, use the users currect calibre interface language. This allows japanes/korean/vietnamese characters to be correctly converted. Previously they were assumed to be Chinese. Fixes #7622 (Calibre need to switch logic when converting Unicode filename into ASCII) 2011-02-14 10:50:28 -07:00
Kovid Goyal 99fffaef8a ... 2011-02-14 09:18:44 -07:00
Kovid Goyal 1677268ed1 Fix #8971 (books can be inadvertently deleted) 2011-02-14 08:43:53 -07:00
Kovid Goyal 75c4b89893 ... 2011-02-13 22:10:48 -07:00
Charles Haley a4fed6f917 Remove the 'refresh' in set_ondevice. 2011-02-14 04:39:42 +00:00
Kovid Goyal 25ee98ee3b Typo that removed the date format tweaks from the new style tweaks interface 2011-02-13 21:34:03 -07:00
Charles Haley c07699ce42 Merge from trunk 2011-02-14 04:21:05 +00:00
Charles Haley 3ff4a94287 Remove redundant call to reset_ondevice in gui2.library.models 2011-02-14 04:19:09 +00:00
Kovid Goyal 173bce9daa Fix LifeHacker 2011-02-13 20:13:20 -07:00
Kovid Goyal 95ee0429e0 ... 2011-02-13 18:44:23 -07:00
Kovid Goyal e609bd6003 MOBI Output: Partially support CSS vertical-align length values, converting them to <sup> or <sub> tags 2011-02-13 18:43:05 -07:00
Kovid Goyal c2aa2b56bc TXTZ Input: Fix image processing 2011-02-13 17:46:31 -07:00
Kovid Goyal a5cdad2705 ... 2011-02-13 16:58:15 -07:00
Kovid Goyal b000d470ed TXT Input: New paragraph-type option (off) to disable modifying the paragraph structure. TXT Input: Rename none formatting-type to plain to correspond to the output option. 2011-02-13 16:52:28 -07:00
Kovid Goyal 6ee8ffb9ff Kindle driver: Add an option to turn off sending page number information. Also add an option to use a more accurate but slower algorithm to calculate page numbers 2011-02-13 16:43:53 -07:00
Kovid Goyal 7873df5073 ... 2011-02-13 16:24:08 -07:00
Kovid Goyal 3a2daf39e3 Replace LibraryThing cover download plugin with a new plugin to download covers from Amazon 2011-02-13 15:47:28 -07:00
Ben Collier 6bc6e7c79f another minor fix to remove stray header text for "complete coverage" of topics 2011-02-13 17:21:17 -05:00
Kovid Goyal 73119e2597 Conversion pipeline: Correctly handle align attribute on img tags. MOBI Output: Support the vertical-align CSS property for images 2011-02-13 14:30:36 -07:00
Kovid Goyal 8f6255f87a LT covers plugin: has_cover now always returns False as LT is unreliable 2011-02-13 13:08:37 -07:00
Kovid Goyal 46a35f5d89 Fix regression that caused completion in authors/series/tags fields on OS X to return extra text. Fixes #8963 (In the Edit Dialog, PIcking from the Author's drop down list is broken) 2011-02-13 12:52:39 -07:00
Kovid Goyal c6aaa3b7b6 Heuristics processing: Fix bug in italicize regeps that could cuase a scenebreak consisting of multiple underscores to be prefixed by the word None. Fixes #8960 (Multiple hyphens in TXT input causing None to be inserted into text) 2011-02-13 12:38:18 -07:00
Kovid Goyal f1bd291140 Implement #8921 (last viewed book(s) history) 2011-02-13 12:34:20 -07:00
John Schember aed26584c1 Fix bug #8960: None inserted before ___ in text input. Tweak italicize common cases regex patterns. 2011-02-13 14:29:46 -05:00
John Schember ffaed91cdc TXT Input: Add _ to set of characters that can make up a hard scene break. 2011-02-13 14:23:03 -05:00
Kovid Goyal 247553badc Fix #8959 (in bulk edit, assigning series index numbers without entering a series name does nothing) 2011-02-13 10:21:29 -07:00
Kovid Goyal 93747dbe94 Fix #8961 (Device request: Kendo/Yifang M7) 2011-02-13 10:11:56 -07:00
Kovid Goyal 3cc6dc480a Add a button ot the search preferences to clear search history. Fixes #8953 (Clear search items) 2011-02-13 10:09:21 -07:00
Kovid Goyal e7ba694110 Workers World by usrlnx. Fixes #405 (New news feed) 2011-02-13 09:58:11 -07:00
Kovid Goyal 8c5dbd7641 Device driver customization: Allow user to tell calibre to send any ebook format to the device rather than just the list of formats that calibre thinks the device will support 2011-02-13 09:55:28 -07:00
Kovid Goyal f1348401c3 Fix #8924 (my wolder mibuklife is not detected by calibre) 2011-02-13 08:01:42 -07:00
Kovid Goyal 6f99e31f81 Plugin config: Allow config widget to indicate that configuration cannot be carried out 2011-02-13 07:43:16 -07:00
Kovid Goyal fa7f9fed9e Improve performance of device connection with huge libraries. Fix #8945 (Bulk edit dialog still offers tristate choice for custom Yes/No column) 2011-02-13 07:33:42 -07:00
Charles Haley ed363bd339 Improve performance of device connection with huge libraries 2011-02-13 12:14:52 +00:00
Charles Haley a1fc82d91c Merge from trunk 2011-02-13 10:08:22 +00:00
Charles Haley b2669d5ba4 1) #8945: Bulk edit dialog still offers tristate choice for custom Yes/No column
2) change sort to not distinguish between None and False when bools are not tristate.
3) make the check of the tristate tweak always check for 'no' instead of not 'yes'. Intent is to make the system more stable if the user enters garbage into the tweak.
2011-02-13 10:06:24 +00:00
Kovid Goyal cc2f6b8d5e Fix #405 (New news feed). Apple daily by MrLai 2011-02-12 22:08:38 -07:00
John Schember 04b80eb9ee TXTZ Input: Include images in manifest. They were not always being included by the HTML input plugin. 2011-02-12 17:34:29 -05:00
John Schember 95892f204b TXT Input: New paragraph-type option (off) to disable modifying the paragraph structure. 2011-02-12 14:38:55 -05:00
John Schember c5d6f9665b TXT Input: Rename none formatting-type to plain to correspond to the output option. 2011-02-12 14:33:32 -05:00
John Schember e0a0c08839 Kindle Interface: APNX add support for accurate generation. Add comments and descriptions to APNX file. Add interface options for controlling how and if the APNX file is generated. 2011-02-12 14:07:32 -05:00
Kovid Goyal 5ca7a4a884 Fix #8916 (Cybook Orizon connection) 2011-02-12 11:14:45 -07:00
Kovid Goyal 32108c29d5 Improve the page mapping algorithm in the Kindle driver 2011-02-12 10:13:33 -07:00
Kovid Goyal 9b656833c0 Fix regression that broke deleting items from the Manage X dialogs. Fix #8925 (Allow different libraries top display different items in the Tag Browser) 2011-02-12 09:58:52 -07:00
John Schember 527bce3e5e ... 2011-02-12 09:40:21 -05:00
John Schember 44ae9f85b0 Kindle Interface: Tweak APNX generation to estimage a page. 2011-02-12 09:37:59 -05:00
John Schember 9c247a8953 Sync to trunk. 2011-02-12 09:09:07 -05:00
Charles Haley 2ad44078ea Fix #8925: Allow different libraries top display different items in the Tag Browser 2011-02-12 13:02:44 +00:00
Charles Haley e66c42d05f Merge from trunk 2011-02-12 08:21:17 +00:00
Charles Haley c080351094 Fix deleting tags in tags_list_editor 2011-02-12 08:18:23 +00:00