Commit graph

11711 commits

Author SHA1 Message Date
Kovid Goyal
2ea99bfdaf Content server: Add workaround for Internet Explorer not supporting the ' entity. Fixes #9413 (Internet Explorer 8, Apostrophes in Book Titles in http://myhostname:8080/browse become ') 2011-03-16 11:37:52 -06:00
Kovid Goyal
37466dcf6b Fix #9377 (Library Maintenance -> Check library -> Missing formats (followup on ticket 7700)) 2011-03-16 11:17:27 -06:00
Kovid Goyal
103d994f17 Fix #9418 (Calibre 0.7.49 not detecting Verizon Motorola Droid 2) 2011-03-16 10:52:06 -06:00
Kovid Goyal
1edc4f5a80 More work on the new Amazon metadata download plugin 2011-03-16 10:49:10 -06:00
Kovid Goyal
ca5703b250 ... 2011-03-16 10:44:56 -06:00
Charles Haley
f59bb9d2d4 Add 'fixed' to check_library 2011-03-16 14:08:54 +00:00
Translators
62954ba829 Launchpad automatic translations update. 2011-03-16 04:46:56 +00:00
Kovid Goyal
19581fbfc6 ... 2011-03-15 21:03:03 -06:00
Kovid Goyal
e937dccaa3 Disable automatic garbage collection, instead ensure garbage collection runs only in the GUI thread 2011-03-15 18:39:14 -06:00
Kovid Goyal
428ed899fc Conversion pipeline: When detecting chapters/toc links from HTML normalize spaces and increase maximum TOC title length to 1000 characters from 100 characters. Fixes #9363 (Shortening text on generating TOC.) 2011-03-15 14:51:22 -06:00
Kovid Goyal
2f4876f474 Beginning of the new amazon metadata download plugin 2011-03-15 14:39:03 -06:00
Kovid Goyal
b7a92e7e3e Fix #9407 (Metadata read failure from particular Kindle (Mobipocket) ebook) 2011-03-15 13:31:14 -06:00
Kovid Goyal
4511e1e178 Explicitly run a garbage collection after switching a library to ensure that it does not freeze the interface at a later time 2011-03-15 13:30:52 -06:00
Kovid Goyal
babce4fdd4 ... 2011-03-15 11:44:49 -06:00
Kovid Goyal
7f85ac4e03 Cover browser: Try harder to ensure that everything runs in the GUI thread 2011-03-15 11:38:43 -06:00
Charles Haley
6bdb3232cf Merge from trunk 2011-03-15 17:17:06 +00:00
Charles Haley
659ff4ec68 Quote search name in context menu, and limit their length. 2011-03-15 17:16:39 +00:00
Kovid Goyal
f2e1962902 Kobo driver: Add support for the 'Closed' collection 2011-03-15 10:47:43 -06:00
Timothy Legge
c89cb85f12 Add support for Closed Collection to Kobo 2011-03-15 11:39:22 -03:00
Charles Haley
d76a0e9c90 Add rename and delete search to tag browser context menu 2011-03-15 14:13:54 +00:00
Translators
c5206633bf Launchpad automatic translations update. 2011-03-15 04:54:04 +00:00
Kovid Goyal
4e777c6553 Fix #9397 (Search Replace error on custom field). 2011-03-14 10:14:45 -06:00
Kovid Goyal
dec0b534cf Fix #9395 (Ondevice status not updated, regenerated) 2011-03-14 10:13:04 -06:00
Kovid Goyal
b9744d6f26 ... 2011-03-14 10:12:01 -06:00
Kovid Goyal
4fa75a4b4a ... 2011-03-14 09:58:54 -06:00
Charles Haley
43fe7d047f ... 2011-03-14 13:02:05 +00:00
Charles Haley
028d2fc04b Currently searches for '..X' match only items exactly equal to '.X'. Change to make such a search match that and also any exactly-matching embedded hierarchical components, such as 'A.X' and 'A.X.Z'. This means that one cannot search for *only* '.X' if there is a hierarchical subitem with the name X, but I think this case will be exceedingly rare. 2011-03-14 12:19:57 +00:00
Charles Haley
4b7575252e #9397: Search Replace error on custom series_index field 2011-03-14 10:41:52 +00:00
Charles Haley
2f6a09e10e Fix #9395: Ondevice status not updated, regenerated 2011-03-14 10:07:07 +00:00
Translators
d8ade3f891 Launchpad automatic translations update. 2011-03-14 04:45:16 +00:00
Kovid Goyal
d4db55d524 Make searches in the tag browser a possible hierarchical field. 2011-03-13 10:38:09 -06:00
Charles Haley
85214e2263 Make searches in the tag browser a possible hierarchical field. 2011-03-13 13:28:01 +00:00
Charles Haley
4bfa19bbd7 Another try at set_metadata w/force_changes 2011-03-13 10:25:29 +00:00
Translators
5e22f3ad6a Launchpad automatic translations update. 2011-03-13 04:46:16 +00:00
Kovid Goyal
6e9108e9b3 ... 2011-03-12 16:46:39 -07:00
Charles Haley
438accabe3 Merge from trunk 2011-03-12 19:03:13 +00:00
Charles Haley
92ee6175a7 Change set_metadata to use is_null 2011-03-12 19:02:19 +00:00
Kovid Goyal
f38fecea88 Coversion S&R: Do not strip leading and trailing whitespace from the search and replace expressions in the GUI 2011-03-12 10:30:59 -07:00
John Schember
89bc79eddd Only prevent stripping of white space in S&R widget. 2011-03-12 12:21:19 -05:00
Kovid Goyal
8cf1726340 Fix #9195 (It is not possible to use an SMTP server without username and password) 2011-03-12 10:11:04 -07:00
John Schember
c82eebd09e Don't strip spaces when getting conversion option values in the GUI. 2011-03-12 11:59:32 -05:00
Kovid Goyal
41696f22bb ... 2011-03-12 09:55:41 -07:00
Kovid Goyal
6dcdd98ef4 Allow icons to be loaded in the toolbar preferences for external plugins 2011-03-12 09:49:46 -07:00
Charles Haley
af22656188 1) add force_changes to set_metadata
2) add a 'default=' parameter to Metadata.get_extra, preventing exceptions
2011-03-12 12:06:08 +00:00
Charles Haley
8bc2d8f8ac Merge from trunk 2011-03-12 09:30:22 +00:00
Charles Haley
690e68cf9d Small documentation updates 2011-03-12 09:29:57 +00:00
Translators
55d477e328 Launchpad automatic translations update. 2011-03-12 04:59:23 +00:00
Kovid Goyal
6b06c0606e ... 2011-03-11 19:44:00 -07:00
John Schember
8b6da29e92 Associate TXT icon with .text files. 2011-03-11 21:16:04 -05:00
John Schember
bcb47ac6b3 Include .text in TXTZ. 2011-03-11 21:13:38 -05:00
Kovid Goyal
b23abc0983 Driver for Droid 2 2011-03-11 18:52:27 -07:00
Kovid Goyal
cc0de1ed04 IGN:Tag release 2011-03-11 13:27:55 -07:00
Kovid Goyal
f542257b2b ... 2011-03-11 12:26:07 -07:00
Kovid Goyal
3566883e61 version 0.7.49 2011-03-11 12:03:51 -07:00
Kovid Goyal
ebd45c6393 ... 2011-03-11 11:37:53 -07:00
Kovid Goyal
3cf5c47a16 ... 2011-03-11 11:32:57 -07:00
Kovid Goyal
0d2287e4c5 Updated translations 2011-03-11 11:28:21 -07:00
Charles Haley
2ff56c1cf7 Merge from trunk 2011-03-11 18:26:03 +00:00
Charles Haley
e8eae6eeec 1) Change GUI documentation to use same words for identifier types (not keys) as bulk edit
2) Make save/restore queries in bulk edit work with identifiers
2011-03-11 18:25:41 +00:00
Kovid Goyal
b5464dd93e ... 2011-03-11 11:25:03 -07:00
Kovid Goyal
b259677d6f ... 2011-03-11 11:19:28 -07:00
Kovid Goyal
e705eb0f52 Remove Alt+N,P shortcuts since they apparently don't work on all machines 2011-03-11 09:57:53 -07:00
Kovid Goyal
8326e844c1 ... 2011-03-11 09:53:59 -07:00
Philipp
af9d22fa52 Allow empty username and password for SMTP server 2011-03-11 11:27:33 -05:00
Charles Haley
1c3a498fc2 1) Changes to the grouped items tutorial
2) Add a link to the grouped items tutorial in the GUI manual.
3) Change create custom column to accept a leading '#'
2011-03-11 12:10:14 +00:00
Kovid Goyal
e45fd25914 ... 2011-03-10 22:20:40 -07:00
Kovid Goyal
0781e43fa4 Add shortcuts of Alt+Left and Alt+Right for the next and previous buttons in the edit metadata dialog. Fixes #9360 (Change default button for Edit MetaData Individually screen) 2011-03-10 22:17:17 -07:00
Translators
707540368f Launchpad automatic translations update. 2011-03-11 04:44:55 +00:00
Kovid Goyal
0a418842fa Fix amazon metadata download plugin not working with ISBN-13 and social metadata not downloading if the supplied ISBN 10 is not for an edition available on Amazon 2011-03-10 21:44:38 -07:00
Kovid Goyal
1f9f03b096 Open library decided to start blocking the default calibre user agent as well, sigh 2011-03-10 20:53:31 -07:00
Kovid Goyal
aea809b61b ... 2011-03-10 20:42:45 -07:00
Kovid Goyal
3432e7010f FB2 Output: Add sequence to metadata. Fix bugs with author names. Fix bug where <empty-line/> elements were put inside <p> tags. 2011-03-10 20:24:20 -07:00
Kovid Goyal
4592a6ea15 ... 2011-03-10 20:21:21 -07:00
John Schember
ab8734c701 FB2 Output: Add sequence to metadata. Fix bugs with author names. 2011-03-10 21:28:53 -05:00
John Schember
6d0739ed1a FB2 Output: Fix bug where <empty-line/> elements were put inside <p> tags. 2011-03-10 20:44:36 -05:00
Kovid Goyal
f2d9d40146 Conversion pipeline: If the input HTML document uses uppercase tag and attribute names, convert them to lowercase 2011-03-10 10:48:40 -07:00
Kovid Goyal
04e8972d02 Tutorial for creating subgroups in the Tag Browser 2011-03-10 10:24:12 -07:00
Kovid Goyal
19868af24e Add a convenience formatter function to slice up hierarchical tag fields 2011-03-10 10:06:37 -07:00
Charles Haley
8831eb5443 ... 2011-03-10 13:56:37 +00:00
Charles Haley
2dc704a18c Documentation improvements 2011-03-10 13:52:14 +00:00
Charles Haley
0e1dcf9f06 Merge from trunk 2011-03-10 13:19:32 +00:00
Charles Haley
906eae2677 Add a convenience formatter function to slice up hierarchical tag fields. 2011-03-10 13:18:27 +00:00
Translators
bba6949680 Launchpad automatic translations update. 2011-03-10 04:44:19 +00:00
Kovid Goyal
c93547878c Fix #9343 (Convert from rtf - bug?) 2011-03-09 15:09:16 -07:00
Kovid Goyal
0710e436c9 ... 2011-03-09 12:41:02 -07:00
Kovid Goyal
dffe798a48 ... 2011-03-09 12:04:05 -07:00
Kovid Goyal
b66e308c27 When adding a GUI plugin, prompt the user for where the plugin should be displayed 2011-03-09 12:03:20 -07:00
Kovid Goyal
438c87e022 Conversion: When using the Level x Table of Contents options, support the case when the level 1,2,3 items are spread over multiple HTML files. 2011-03-09 11:11:13 -07:00
Kovid Goyal
24a23a8d7e ... 2011-03-09 09:36:30 -07:00
Kovid Goyal
c021ea827a Add .text extension as a synonym for .txt. Various Romanian recipe by Silviu Cotoara 2011-03-09 09:27:03 -07:00
Kovid Goyal
859e3caa53 Pass none for library_uuid when opening a device in contexts where no library is available 2011-03-09 09:20:47 -07:00
John Schember
3e149dac27 Add text extension to txt input. 2011-03-09 07:37:54 -05:00
Charles Haley
6482914216 Added the '_' to the non-translated values to prevent possible clashes with translations 2011-03-09 08:59:10 +00:00
Charles Haley
8f931ddb2f ... 2011-03-09 08:23:15 +00:00
Charles Haley
9638baa6ee Merge from trunk 2011-03-09 08:21:23 +00:00
Charles Haley
1a2950c2b2 Clean up true/false matching 2011-03-09 08:20:41 +00:00
Kovid Goyal
4c180ba4cf Fix #9283 (Custom column with integers accepts only negative values in 0.7.48) 2011-03-08 19:07:16 -07:00
Kovid Goyal
14717a5e92 ImageMagick wrapper: Add API to get and set stroke and fill colors on a drawing wand 2011-03-08 15:34:41 -07:00
Kovid Goyal
484caafc32 Fix ebook-devide not passing a library uuid in dev.open() 2011-03-08 14:03:46 -07:00
Kovid Goyal
6046ed793e Fix dev.open in debug device detection not passing a library uuid 2011-03-08 14:02:57 -07:00