Commit Graph

12418 Commits

Author SHA1 Message Date
John Schember bcc6ff8e07 ... 2011-04-21 21:46:17 -04:00
John Schember cc9a15e116 Store: use attrgetter 2011-04-21 21:42:29 -04:00
John Schember fd5bd49c74 Sync to trunk. 2011-04-21 21:39:21 -04:00
Kovid Goyal 79f2d3bd4d Bettwe cover thumbnails for the Amazon store plugin 2011-04-21 19:32:11 -06:00
John Schember 8c74aae44a Store: Don't add duplicate results to results. 2011-04-21 21:31:10 -04:00
John Schember 791e65fd00 Store: Use JSONConfig in more places. 2011-04-21 21:17:13 -04:00
Kovid Goyal 460cb932af ... 2011-04-21 19:11:25 -06:00
Kovid Goyal 23e63bd895 ... 2011-04-21 19:09:43 -06:00
John Schember 39db487bb4 Store: Use JSONConfig for search window. 2011-04-21 21:03:19 -04:00
John Schember 22c5947b40 Store: Put config files in store subdir. 2011-04-21 20:55:34 -04:00
John Schember f0a74d0677 Store: Info about ACSM. Change MobileRead to use SearchResult instead of BookRef. 2011-04-21 20:49:03 -04:00
Kovid Goyal 6982d2ec24 Various improvements to Get Books. Also accurate APNX generation now handles the case of MOBI files that use the <div> tag for paragraphs 2011-04-21 18:45:59 -06:00
John Schember 4c77213c9b APNX: Modify the accurate parser so it includes div tags a paragraph tags. This will throw off the output a little bit when dealing with things like del tags. 2011-04-21 18:51:42 -04:00
John Schember 88de42894e ... 2011-04-21 18:31:25 -04:00
John Schember 672fd2d6ec ... 2011-04-21 18:23:13 -04:00
John Schember cafd67924e Store: Add first run disclaimer. 2011-04-21 18:13:37 -04:00
Kovid Goyal bacd84c21d MOBI Input: Use the viasual formatting of the Table of Contents to try to automatically create a multi-level TOC when converting/viewing MOBI files. Fixes #763681 (Private bug) 2011-04-21 13:40:56 -06:00
Kovid Goyal 549b89c82f Edit metadata dialog: Have the cover view be a constant default size 2011-04-21 12:47:11 -06:00
Kovid Goyal a7dd8eb33c Fix #768332 (Drag/drop image does not resize in book details) 2011-04-21 11:37:31 -06:00
Kovid Goyal aaa9bcf645 ... 2011-04-21 11:06:58 -06:00
Kovid Goyal 643baeb330 ... 2011-04-21 10:57:13 -06:00
Kovid Goyal 510693d261 Change icon for identifiers 2011-04-21 10:37:01 -06:00
Kovid Goyal 60bbc8d002 Remove user plugins with name conflicts automatically 2011-04-21 10:05:22 -06:00
Kovid Goyal 17a6ff32f0 Ignore a plugin with the same name as a builting plugin 2011-04-21 09:58:53 -06:00
John Schember 364729d28f Store: more formats for searches. Wordwrap tooltips. 2011-04-21 11:43:01 -04:00
Kovid Goyal e910505e4e Fix search parsing broken on windows, though I have no idea why it broke 2011-04-21 09:31:19 -06:00
Kovid Goyal 1e2782c613 ... 2011-04-21 08:41:21 -06:00
John Schember b17ecef767 Store: Documentation. Return value for get_details. Formats for more stores. 2011-04-21 07:43:44 -04:00
John Schember 4695840b2c Store: ... 2011-04-21 06:43:52 -04:00
John Schember 94e4a48bba Store: Fix spacing on ebooks.com formats. 2011-04-21 06:43:09 -04:00
John Schember d6c7447e0a Store: Update drm check. 2011-04-21 06:41:37 -04:00
John Schember f8df019059 Store: Documentation, Tooltips, Ensure DRM status is set to unknown after extra details are donwloaded if DRM status is not set. 2011-04-21 06:39:19 -04:00
Kovid Goyal ac8df2f099 ... 2011-04-20 20:09:47 -06:00
Kovid Goyal f48de860fa ... 2011-04-20 20:05:41 -06:00
John Schember 7a466b2825 Store: Format support. 2011-04-20 21:51:49 -04:00
John Schember 2390a90e7b Store: Get DRM status for all stores. Load extra details in a separate thread. delay loading covers where the cover url is gotten via extra details. 2011-04-20 21:09:01 -04:00
Kovid Goyal f05d6d063f ... 2011-04-20 16:51:59 -06:00
Kovid Goyal 7b2ea64d43 ... 2011-04-20 14:11:48 -06:00
Kovid Goyal 7fc7478c97 Delay load calibre C extensions. Worker launch is now under 0.07 seconds (only about 3 times the time taken to launch bare python) 2011-04-20 14:06:56 -06:00
Kovid Goyal 303a7c6b5c ... 2011-04-20 13:51:42 -06:00
Kovid Goyal cdd47f4b10 And some more delay load optimizations 2011-04-20 13:14:19 -06:00
Kovid Goyal 2897f63a0f More delay load optimizations to reduce worker startup time 2011-04-20 12:48:22 -06:00
Kovid Goyal f9ed8adb44 Shave another 0.1 secs of worker launch time on non linux platforms 2011-04-20 11:20:08 -06:00
Kovid Goyal 271aedc7f4 ... 2011-04-20 10:46:41 -06:00
Kovid Goyal b09ae30279 Fix #764129 (Fetch Annotations (Toolbar) button not working.) 2011-04-20 10:43:08 -06:00
Kovid Goyal dae6dcaa38 Implement ignore_fields for individual plugins (I'd forgotten to do this earlier). 2011-04-20 10:01:11 -06:00
Kovid Goyal 1e246c89d3 ... 2011-04-20 09:51:10 -06:00
John Schember 08b8ef818c Store: SearchResult uses a different representation for DRM. Add Details download thread/pool. Change Amazon plugin to use details function instead of reading data in the search function. 2011-04-20 11:48:15 -04:00
Kovid Goyal cbe800e423 Enable Qt SSL in the calibre windows build and a couple of fixes for the overdrive plugin 2011-04-20 09:43:14 -06:00
John Schember b415c44cb6 Store: Filter in Matches model. 2011-04-20 07:46:27 -04:00