Commit Graph

11508 Commits

Author SHA1 Message Date
Kovid Goyal 1f1128d5a4 Custom recipes: Store custom recipes in the calibre config directory instead of the library database. This allows scheduling of custom recipes to work with multiple libraries. Note that you may have to re-schedule any existing custom recipes 2011-03-06 00:08:02 -07:00
Kovid Goyal ca5813675d ... 2011-03-05 18:46:23 -07:00
Kovid Goyal f836abbc2a News download: More flexible news downlaod scheduling. You can now schedule by days of the week, days of the month and an interval, whcih can be as small as an hour for news sources that change rapidly 2011-03-05 18:34:27 -07:00
Kovid Goyal 5ab5327b2e Display a checkmark/cross next to 'true' and 'false' items in custom columns. Controlled via Preferences->Add a custom column 2011-03-05 15:13:35 -07:00
Kovid Goyal 9eb94d425b Content server: Fix regression that caused various emtadata to be missing in the book details view. Fixes #8929 (Improve Content Server usability) 2011-03-05 14:57:49 -07:00
Kovid Goyal 64fd29fa3e Apple driver: Ignore invalid EPUBs when sending to iTunes 2011-03-05 14:54:19 -07:00
Kovid Goyal 41c25e037b Catalog generation: Reuse cover from existing catalog, allows the use of a custom cover for catalogs 2011-03-05 14:52:19 -07:00
Charles Haley 342349ee0e Fix #8929 (reopened enhancement) Improve Content Server usability. 2011-03-05 21:03:46 +00:00
Charles Haley f4cc10dd42 Don't show decorations for is_multiple columns 2011-03-05 16:06:53 +00:00
Charles Haley 52209e7f58 Make decorating custom columns in the GUI a separate 'display' option from subtype. Add the UI to control it to preferences. 2011-03-05 15:43:24 +00:00
Kovid Goyal dec2f6aa14 Fix #9286 (Paste cover fails in 0.7.48) 2011-03-05 07:44:38 -07:00
Kovid Goyal 1bef93de39 When setting covers in calibre, resize to fit within a maximum size of (1200, 1600), to prevent slowdowns due to extra large covers. This size can be controlled via Preferences->Tweaks. Fixes #9277 (Restrict max cover size to 1000x1000) 2011-03-05 01:04:35 -07:00
Kovid Goyal 9abee8e6e6 Fix #9275 (fix a typo in src/calibre/ebooks/pdf/reflow.cpp) 2011-03-04 21:01:07 -07:00
Kovid Goyal ecb808768f Fix #9270 (error after update to 0.7.48) 2011-03-04 14:18:38 -07:00
Kovid Goyal cb2974fd13 IGN:Tag release 2011-03-04 13:43:59 -07:00
Kovid Goyal 89add87ce7 version 0.7.48 2011-03-04 12:40:17 -07:00
Kovid Goyal 4fd22ad62c Add a button to the Manage authors dialog to copy author sort values to author 2011-03-04 11:52:31 -07:00
Charles Haley dafd7b2746 Add 'copy author sort to author' button. Change faq. 2011-03-04 18:41:16 +00:00
Kovid Goyal 01cb32045f Updated translations 2011-03-04 11:38:48 -07:00
Kovid Goyal b04c5e7b43 Fix #8182 (Book cover problem when converting to epub for Nookcolor) 2011-03-04 11:32:48 -07:00
Kovid Goyal 56090917b8 oops 2011-03-04 10:54:56 -07:00
Kovid Goyal 134469568f ... 2011-03-04 10:32:49 -07:00
Kovid Goyal 736cd93e65 Ignore initials and connectives when geenrating tokens for author name lookup 2011-03-04 10:21:31 -07:00
Charles Haley 584e989537 Slight speedup by ensuring that original_name always exists as a Tag attribute 2011-03-04 17:18:47 +00:00
Kovid Goyal 71a9332dc5 Try harder to ensure that all temporary files are deleted on windows 2011-03-04 09:46:39 -07:00
Kovid Goyal 8b145422f7 Speedup startup times for large libraries with a faster string-to-date converter 2011-03-04 09:24:38 -07:00
Charles Haley 22081986c7 Replace parse_date with an field-extraction parser for date conversion in sqlite.py 2011-03-04 12:15:30 +00:00
Translators 680ea9f7d9 Launchpad automatic translations update. 2011-03-04 04:43:36 +00:00
Kovid Goyal 94cc7a0cbd ... 2011-03-03 19:34:25 -07:00
Kovid Goyal 448c405ef2 CHM Input: Handle CHM files that dont specify a topics file. Fixes #9253 (Failed to convert .chm file) 2011-03-03 12:39:29 -07:00
Kovid Goyal 5ade2ccc74 You can now right click on the cover in the book details panel to copy/paste a new cover. Fixes #9255 (Updating covers via the Book Details pane) 2011-03-03 12:25:56 -07:00
Kovid Goyal ec6c18137b Correctly map classifier to identifiers in json_codec (I think) 2011-03-03 11:58:41 -07:00
Kovid Goyal 27e95b8675 ... 2011-03-03 11:23:11 -07:00
Kovid Goyal a1b1fae333 Add identifiers to the Tag Browser 2011-03-03 11:21:40 -07:00
Charles Haley 26b0d3b907 Better fix for duplicate key problem 2011-03-03 18:19:22 +00:00
Charles Haley 9fe80ab4a6 Merge from trunk 2011-03-03 18:06:46 +00:00
Charles Haley f63e1973c6 Fix not detecting reuse of a column key 2011-03-03 18:06:08 +00:00
Kovid Goyal 105b7283b4 Implement last modified custom column 2011-03-03 11:01:44 -07:00
Kovid Goyal 6db379f550 ... 2011-03-03 09:42:05 -07:00
Charles Haley 84766698cb Add identifiers to get_categories 2011-03-03 14:52:51 +00:00
Charles Haley 701e553a5b Several changes:
1) make last_modified work by correcting the attribute name in get_metadata
2) add a display attribute to composite columns to give them a subtype (sorting, searching)
3) change sort and search to use the subtype
4) change models.py to display composite columns with boolean decorators if subtype is bool
2011-03-03 13:22:14 +00:00
Charles Haley 1bfcba90b6 Fix {isbn} 2011-03-03 09:01:11 +00:00
Translators a0d73dc6bc Launchpad automatic translations update. 2011-03-03 04:37:23 +00:00
Kovid Goyal b7bed6576b ... 2011-03-02 16:53:59 -07:00
Kovid Goyal 5a1d5af035 ... 2011-03-02 16:49:29 -07:00
Kovid Goyal 88c185aa67 ... 2011-03-02 16:37:47 -07:00
Kovid Goyal 546995553a ... 2011-03-02 16:28:52 -07:00
Kovid Goyal 9fe3d1a44b ... 2011-03-02 16:21:08 -07:00
Kovid Goyal 4ca767b9fc ... 2011-03-02 16:18:35 -07:00
Kovid Goyal dc5ccf1861 Add quick create links to easily create custom columns of commonly used types to the add column dialog 2011-03-02 16:11:37 -07:00