14665 Commits

Author SHA1 Message Date
Charles Haley
aceb4655f2 Commit to merge from trunk 2011-06-28 19:43:14 +01:00
Kovid Goyal
d3a93c500b Fix #802288 (ISBN ID not recognized when not lower case) 2011-06-28 12:06:24 -06:00
Kovid Goyal
fc02b538f5 ... 2011-06-28 11:05:44 -06:00
Kovid Goyal
448196eff3 Add proxy info to FAQ 2011-06-28 10:11:54 -06:00
Translators
367f36c4e4 Launchpad automatic translations update. 2011-06-28 04:38:40 +00:00
Kovid Goyal
d7b68a12d3 ... 2011-06-27 15:53:16 -06:00
Kovid Goyal
7d5fd85c53 Fix a regression in 0.8.7 that broke reading metadata from MOBI files in the Edit metadata dialog. Fixes #801981 (Private bug) 2011-06-27 15:45:00 -06:00
Kovid Goyal
64426fb0ea Fix handling of filenames that have an even number of periods before the file extension. Fixes #801939 (If html name ends with 3 periods, calibre will crash on conversion) 2011-06-27 15:34:52 -06:00
Kovid Goyal
fe1695b742 Support for detecting and mounting reader devices on FreeBSD. Fixes #802708 (Patches for Devices on FreeBSD) 2011-06-27 14:59:32 -06:00
Kovid Goyal
f87375c45e TB: When showing item at index, expand parent, not item 2011-06-27 14:39:54 -06:00
Kovid Goyal
ccfff7f456 ... 2011-06-27 13:33:22 -06:00
Kovid Goyal
2395ef8112 Fix another crash in the Tag Browser 2011-06-27 13:28:40 -06:00
Kovid Goyal
cc0aee27f5 Revert thread check from Tag Browser since it doesn't prevent the crash 2011-06-27 12:53:40 -06:00
Kovid Goyal
ef13b74d1a Tag Browser: Do not allow methods to be called in a non GUI thread 2011-06-27 12:48:01 -06:00
Kovid Goyal
d1d5ee7a3e ... 2011-06-27 12:13:30 -06:00
Charles Haley
7f1905b779 Make quickview survive changing the library. 2011-06-27 18:18:01 +01:00
Charles Haley
2930304cd8 tag_view: Fix uses of py_name that should be category_key. 2011-06-27 18:00:38 +01:00
Charles Haley
4c3473d82c Merge from trunk 2011-06-27 17:22:51 +01:00
Charles Haley
1441bce41c Remove spacer that shouldn't be there. Add 2-criteria sorting for series. 2011-06-27 17:19:31 +01:00
Charles Haley
2ae0cc048d Make get_categories respect a search restriction that finds no books. This is an incompatible change, as [] used to mean no restriction and now it means no books. Tested with tag browser and content server. 2011-06-27 17:18:51 +01:00
Kovid Goyal
c33d763827 ... 2011-06-27 08:16:42 -06:00
Kovid Goyal
900718355c Sanity check 2011-06-27 08:11:46 -06:00
Kovid Goyal
60c877ff20 ... 2011-06-27 07:43:02 -06:00
Kovid Goyal
4ce3217a2e ... 2011-06-27 07:27:46 -06:00
Kovid Goyal
8c7c3acf99 ... 2011-06-27 07:14:50 -06:00
Kovid Goyal
92459af5d8 Connect to iTunes: Add an option to control how the driver works depending on whther you have iTunes setup to copy files to its media directory or not. Set this option by customizing the Apple driver in Preferences->Plugins. Fixes #802325 (Traceback on Kindle DX Connection) 2011-06-27 07:01:36 -06:00
Kovid Goyal
02a69476e1 ... 2011-06-27 06:41:54 -06:00
GRiker
0842d07a67 KG updates 2011-06-27 06:39:12 -06:00
GRiker
f0b58870f6 Revised Apple customization dialog adding option specifying corresponding iTunes setting re: storage. Added code to store local copies to 'iTunes storage' subfolder within config_dir. Improved robustness in _discover_manual_sync_mode() responding to #802325 2011-06-27 06:30:16 -06:00
Translators
acb1e0ddc7 Launchpad automatic translations update. 2011-06-27 04:33:49 +00:00
Kovid Goyal
5cbba547f8 ... 2011-06-26 19:27:14 -06:00
John Schember
075468484d ... 2011-06-26 21:07:31 -04:00
John Schember
e4adfb0440 Store: opensearch fix showing price. 2011-06-26 21:05:54 -04:00
John Schember
38364443a7 OpenSearch: rewrite module to use lxml and remove the modified feed parser as it causes all avaliable file descriptors to be used. Store: Rework opensearch class to use the changes to the opensearch module. 2011-06-26 20:56:43 -04:00
Charles Haley
3728b83b07 Merge from trunk 2011-06-27 00:58:35 +01:00
Kovid Goyal
6747188703 Get Books: When a free download is available for a search result, for example, for public domain books, allow direct download of the book into your calibre library. 2011-06-26 14:26:46 -06:00
Kovid Goyal
070ff2198e Fix #802244 (Add support for iRiver Story HD reader) 2011-06-26 13:34:39 -06:00
John Schember
3c83b7873a Store: Allow for direct downloading of ebooks in the Get Books search dialog. Allow the user to right click and choose between downloading or opening in the store. 2011-06-26 12:29:58 -04:00
Kovid Goyal
9540ad9528 Try to get Qt to use the calibre config dir as well 2011-06-26 09:40:00 -06:00
Kovid Goyal
cde0352623 Fix lack of thread saefty in template format system, that could lead to incorrect template evaluation in some cases. Fixes #801944 (Problem with metadata synch on Sony) 2011-06-26 09:22:48 -06:00
John Schember
12e9b6194e Store: Organize store plugins into their own module. 2011-06-26 11:15:19 -04:00
John Schember
08e263e297 OpenSearch: Fix a few bugs. Store: Use Feedbooks OpenSearch. 2011-06-26 10:58:49 -04:00
John Schember
85a4cca822 Store: Convert EpubBud to use new OpenSearchStore class. 2011-06-26 10:41:43 -04:00
John Schember
5570a17ee0 Store: OpenSearchStore fix opening store directly. 2011-06-26 10:33:22 -04:00
John Schember
8ae7d310e8 Store: OpenSearch based store base class. OpenSearch module added. Make some OPDS store use the new OpenSearchStore class. 2011-06-26 10:32:17 -04:00
Charles Haley
2ad45afdb2 Remove references to eval_formatter. Note that the tag browser uses it, but has not been changed because it is in the middle of re-architecture. 2011-06-26 14:51:58 +01:00
Charles Haley
365592d066 Merge from trunk 2011-06-26 13:52:26 +01:00
Charles Haley
5fa86372e2 Fix threading problem with formatter in ebooks.metadata.book.base.py. 2011-06-26 13:51:23 +01:00
Translators
ccf64e5636 Launchpad automatic translations update. 2011-06-26 04:34:44 +00:00
Kovid Goyal
34b501a0f3 ... 2011-06-25 19:54:55 -06:00