27464 Commits

Author SHA1 Message Date
Kovid Goyal
350e93f096 ... 2011-02-15 11:34:28 -07:00
Charles Haley
46a5105fb4 Alter tooltips and help docs for grouped search terms to (one hopes) make it clearer. 2011-02-15 18:26:21 +00:00
Kovid Goyal
73a5003a4c Catalog generation: Do not abort on author sort mismatches when generating an EPUB catalog 2011-02-15 10:52:18 -07:00
Kovid Goyal
0917f81537 Dragging from book list: Only start drag if user clicks on an already selected item. Move the grouped search terms option from tweaks to the search preferences dialog 2011-02-15 10:47:31 -07:00
GRiker
0bf3e3db12 KG updates 2011-02-15 09:43:17 -07:00
GRiker
eea052b5d2 catalog author_sort error handling improved, improved OPF search for <metadata> 2011-02-15 09:32:02 -07:00
Kovid Goyal
f30fa82cf9 When adding .txt files, if they reference images, autoconvert them to a txtz file containing all referenced images 2011-02-15 08:48:13 -07:00
Kovid Goyal
f62a2e1a28 Fix #8993 (Trim trailing spaces from titles after editing titles) 2011-02-15 08:12:39 -07:00
Charles Haley
4dbf65009c Merge from trunk 2011-02-15 14:28:06 +00:00
Charles Haley
1c72ea27b3 Add user categories from grouped search terms. Move the group_search_term tweak to the search preferences dialog. 2011-02-15 14:27:47 +00:00
Charles Haley
eabbe6bc46 Make selection and dragging behave more like other grid apps: drag only if already selected 2011-02-15 08:55:11 +00:00
Translators
04ead7d9cc Launchpad automatic translations update. 2011-02-15 04:36:47 +00:00
John Schember
647c24b706 TXTZ Import plugin. 2011-02-14 20:24:21 -05:00
John Schember
13f9cb5ea7 unihandecode: Include full information in altered copyright header. 2011-02-14 17:55:53 -05:00
John Schember
bb148ef0c1 Revert last change. URL was wrong. 2011-02-14 17:54:46 -05:00
John Schember
0d12978c94 unihandecode: Include full information in altered copyright header. 2011-02-14 17:51:40 -05:00
Kovid Goyal
8e88a41d3e Fix #8982 (Issue with Checking Database Integrity) 2011-02-14 12:08:00 -07:00
Charles Haley
3b1a1bace2 Ticket #8982: Issue with Checking Database Integrity 2011-02-14 18:56:18 +00:00
Kovid Goyal
ecbcb38ead MOBI Output: Normalize unicode strings when writing metadata to MOBI files as the Kindle cannot handle non-normalized unicode. Fixes #8229 (Diacritical mark in MOBI title) 2011-02-14 11:23:22 -07:00
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
Translators
50fc09c13f Launchpad automatic translations update. 2011-02-14 04:51:14 +00:00
Charles Haley
a4fed6f917 Remove the 'refresh' in set_ondevice. 2011-02-14 04:39:42 +00: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
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
3a2daf39e3 Replace LibraryThing cover download plugin with a new plugin to download covers from Amazon 2011-02-13 15:47:28 -07: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
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
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