Commit Graph

11924 Commits

Author SHA1 Message Date
Kovid Goyal 941d5dbda5 Updated Brand Eins 2011-01-01 10:45:27 -07:00
Kovid Goyal bac39367b5 Update Volksrant 2011-01-01 10:20:25 -07:00
Kovid Goyal ffecd51ad4 Fix #8142 (fb2 output without images) 2011-01-01 10:10:20 -07:00
Kovid Goyal 19fb9b4ed7 ... 2011-01-01 10:07:48 -07:00
John Schember 439bdc79c2 FB2 Output: Fix bug #8142, jpg image data not being written to file. 2011-01-01 10:20:33 -05:00
John Schember c17b189f56 Sync to trunk. 2011-01-01 10:04:34 -05:00
Kovid Goyal de06b05355 Fix #8078 (smithsonian recipe not working) 2010-12-31 19:34:42 -07:00
Kovid Goyal 883ede20e8 Fix #8063 (Tag Editor Remembers its last size) 2010-12-31 18:37:55 -07:00
Kovid Goyal 31c45aaf4e ... 2010-12-31 18:22:10 -07:00
Kovid Goyal 0276a30588 Fix #8066 (add ability to read covers from zip archives with properly formatted opf files) 2010-12-31 18:07:18 -07:00
Kovid Goyal 7bca2bc90c Fix #8050 (Error converting CBZ files with Japanese filenames to EPUB) 2010-12-31 16:28:16 -07:00
Kovid Goyal 21adeb65bd Fix #8135 (New device: Motorola Backflip) 2010-12-31 16:10:27 -07:00
Kovid Goyal 054da2de9a ... 2010-12-31 16:06:30 -07:00
Kovid Goyal 4cccb882ad Tag Browser: Add button to collapse all categories 2010-12-31 16:03:24 -07:00
Kovid Goyal 6ac59c747b Tag Browser: Show the category key in the tooltip for all categories 2010-12-31 15:57:25 -07:00
Charles Haley a9bb271e87 Add 'collapse_all' button 2010-12-31 22:53:13 +00:00
Charles Haley f6f49c6a9c Show the category key in the tooltip for all categories 2010-12-31 22:40:19 +00:00
Kovid Goyal d55fa2ff10 Fix #8052 (Mac Install - drag to applications folder in .dmg file) 2010-12-31 15:21:39 -07:00
Kovid Goyal ee97d92f30 Fix #7958 (Business World - Lead article missing) 2010-12-31 15:21:11 -07:00
Kovid Goyal 565085dc95 Comments editor: Reduce button size 2010-12-31 13:24:50 -07:00
Kovid Goyal 835994dccd ... 2010-12-31 12:52:53 -07:00
Charles Haley 04cf235146 Merge from trunk 2010-12-31 19:44:12 +00:00
Charles Haley ac38246909 Add another method to the custom data API. get_ids_for_custom_book_data('name') returns all books with data named 'name' 2010-12-31 19:43:47 +00:00
Kovid Goyal bd01630bb0 ... 2010-12-31 12:12:00 -07:00
Kovid Goyal 3caccf0955 Catalog generation: CSV/XML catalogs now support custom fields. Also write UTF-8 BOM to CSV output file. Fixes [8014]. EPUB/MOBI catalogs: Added a custom field/value for excluding books, OR'd with existing tag list. Added a thumbnail width hint, from 1.0 - 2.0 inches. Deprecated support for special note tag '*', added support for custom column containing note to be inserted in Description header. Added 'Merge with comments' feature, which non-destructively combines Comments with a custom field when generating Descriptions. Moved Description header into a user-editable template file. All fields except thumb and comments accessible to template. Fixes [7820, 5297, 6765] 2010-12-31 12:10:45 -07:00
Charles Haley 67028bd368 Merge from trunk 2010-12-31 18:43:10 +00:00
Kovid Goyal fdeaeaa26b ... 2010-12-31 11:13:59 -07:00
Charles Haley 5a1cf7d879 Try again with the width of the not found box 2010-12-31 18:13:58 +00:00
Charles Haley 4c5c7720d4 Resize not found message 2010-12-31 17:56:00 +00:00
Kovid Goyal b3027e6716 ... 2010-12-31 10:47:05 -07:00
Charles Haley d97fedac42 Merge from trunk 2010-12-31 17:42:46 +00:00
Kovid Goyal 0db9b9bd0e ... 2010-12-31 10:39:13 -07:00
Kovid Goyal 5c30dd001e SONY driver: Allow the creation of an All by Something category via the tweaks. Tweaks to Tab Browser search and subcategories 2010-12-31 10:36:51 -07:00
Kovid Goyal 54a2ab69e5 TCR Output: Fix TCR compression adding junk to the end of the text. Remove compression level option. 2010-12-31 09:31:46 -07:00
Charles Haley f551120364 More comment changes 2010-12-31 16:09:01 +00:00
Kovid Goyal 1ae29e94c9 ... 2010-12-31 09:03:08 -07:00
Charles Haley c58f3ff49b Change explanatory comment for find_node 2010-12-31 15:54:23 +00:00
Charles Haley e98f14292a Add the possibility to make an 'all by something' collection. Syntax: abs:collection_name. If there is an entry in the tweak sony_sort_collections_by, then that controls the sorting, otherwise the collection name is assumed to be a field. Sorts by title_sort within sort_field 2010-12-31 14:18:05 +00:00
John Schember c40d78a53f TCR Output: Completely rewrite TCR compression. Remove TCR compression level. Fix issue with TCR compression adding junk to the end of the the text. TCR compression now takes seconds to compress instead of tens of minutes. TCR compression now compresses to a smaller size than previous compression algorithm. 2010-12-31 08:59:44 -05:00
Charles Haley 47168fa3f3 Clean up search code. Add comments. Add shortcuts. Make history work better. 2010-12-31 11:43:13 +00:00
GRiker 8e4c90468b GwR catalog CLI fixes 2010-12-31 04:17:48 -07:00
Charles Haley 6f92a4c31d Merge from trunk 2010-12-31 08:02:33 +00:00
Charles Haley 08ad057691 Improvements to tag browser search. Correction to HistoryLineEdit (possibly wrong) to refresh the items in the combo box. 2010-12-31 07:58:27 +00:00
Charles Haley fb76838874 Fix display of names in partition mode 2010-12-31 06:48:44 +00:00
Kovid Goyal 82ffe9d107 Add a tweak to control the delay when sending mails using gmail or hotmail. Fixes #8064 (Email 5 Min. Added to Options) 2010-12-30 23:26:25 -07:00
Charles Haley 81900219a2 Merge from trunk 2010-12-31 06:13:06 +00:00
Kovid Goyal 5ff6540991 Updated El Universal. Fixes #8059 (Downloaded newspapers in device and E-book viewer have text and link problems) 2010-12-30 23:12:19 -07:00
Kovid Goyal 2e1d63816f ... 2010-12-30 22:58:42 -07:00
Kovid Goyal 373176c912 Fix #7929 (Samsung Galaxy tab) 2010-12-30 22:57:51 -07:00
Kovid Goyal 31a9f2369a Fix #8085 (Please add support for Samsung Tab) 2010-12-30 22:53:27 -07:00