Commit Graph

12551 Commits

Author SHA1 Message Date
Charles Haley e8592b2f90 Make the new author_sort -> author try to split the author_sort into its individual authors, then handle them one by one. 2011-04-26 19:41:56 +01:00
Charles Haley 688c1a3f64 Make field_metadata put last_modified format tweak into the display dict so the template formatter will see it. 2011-04-26 19:11:30 +01:00
Kovid Goyal 4eba1acad2 Allow use of {last_modified} in save to disk templates 2011-04-26 12:03:16 -06:00
Kovid Goyal 15bc2500d1 Add a column that shows the date when the metadata of a book record was alst modified in calibre. To see the column, right click on the column headers in calibre and select Show column->Modified 2011-04-26 10:34:28 -06:00
Kovid Goyal e3de77792e ... 2011-04-26 09:07:16 -06:00
Kovid Goyal fec5dbe99b Fix 'count-of' searches (e.g., tags:#>3). Fixes #771175 (Undocumented cardinality search broken) 2011-04-26 08:40:11 -06:00
Kovid Goyal 6b4c0779d8 Fix #771164 (At start calibre ver 0757 connection error to ipad) 2011-04-26 08:37:03 -06:00
Charles Haley e765da76f6 Fix 'count-of' searches (e.g., tags:#>3). Add a small blurb to the manual. 2011-04-26 15:06:30 +01:00
GRiker ec4bd6d1b3 GwR patch for artist name split/windows 2011-04-26 06:06:08 -06:00
Kovid Goyal 80878bf7cf ... 2011-04-25 23:48:40 -06:00
Kovid Goyal 26f205f677 Fix #770534 (Problem converting pdf containing the string ******************/) 2011-04-25 19:40:32 -06:00
John Schember 50334bf1a5 Fix bug #770534: Problem converting pdf containing the string ******************/ 2011-04-25 21:27:52 -04:00
Kovid Goyal aced39619e Add OCLC identifier to URL and use the direct ISBN link instead of worldcat search of isbn->URL 2011-04-25 15:47:50 -06:00
Kovid Goyal b76159f31c CurrentDir context now ignores the case when the original working dir no longer exists 2011-04-25 15:06:06 -06:00
Kovid Goyal 1ec25e442b Spruce up the confirm delete dialog 2011-04-25 13:58:38 -06:00
Kovid Goyal 31341a16aa ... 2011-04-25 13:54:32 -06:00
Kovid Goyal e1c950b7bb Add support for DOI and arXiv identifiers 2011-04-25 11:42:56 -06:00
Kovid Goyal 262d1a9e93 Show identifiers in books details 2011-04-25 11:33:26 -06:00
Kovid Goyal 82922e2a44 ... 2011-04-25 11:19:38 -06:00
Kovid Goyal da05725612 Small change to the API for medata source plugins. get_book_url must now return a tuple 2011-04-25 11:12:47 -06:00
Kovid Goyal 90326b1baa ... 2011-04-25 11:01:21 -06:00
Charles Haley 1243bc0c2d Make getattr(mi, '#series_index') work, in addition to mi.get( '#series_index') which already worked. 2011-04-25 17:54:17 +01:00
Kovid Goyal d7a124178c ... 2011-04-25 10:49:07 -06:00
Kovid Goyal ebce952f7f ... 2011-04-25 10:40:22 -06:00
Kovid Goyal 3995b9386d ... 2011-04-25 10:16:21 -06:00
Kovid Goyal 2421195416 Windows strikes again 2011-04-25 10:14:22 -06:00
Kovid Goyal 10dd2f00d4 Fix #770306 (Next button does not update html source) 2011-04-25 09:55:49 -06:00
Kovid Goyal 0dadc113d9 ... 2011-04-25 09:09:51 -06:00
Kovid Goyal c8aedc1f17 Fix QToolBox on windows 2011-04-25 09:00:22 -06:00
Kovid Goyal c7f16d75f9 ... 2011-04-25 08:41:24 -06:00
Charles Haley 45c5a31cfe Merge from trunk 2011-04-25 11:10:38 +01:00
Charles Haley 3941dbac13 Add a popup options menu to the save-a-search button. 2011-04-25 11:10:14 +01:00
Kovid Goyal 4712d19c13 ... 2011-04-24 20:33:17 -06:00
Kovid Goyal f924c45de5 Implement preferences for Book Details 2011-04-24 20:28:59 -06:00
Kovid Goyal 978e1f826b Make the book details panel completely user configurable 2011-04-24 19:44:17 -06:00
John Schember 077ecd7d41 PDB - Plucker: Remove pure python PalmDoc decompression and use C module. 2011-04-24 21:15:26 -04:00
Kovid Goyal befa061c9d Fix #770037 (HTC Desire HD not recognised as device) 2011-04-24 17:11:56 -06:00
Kovid Goyal d162c690a0 Fix #769489 (pdb file can not be converted) 2011-04-24 16:55:50 -06:00
John Schember 3388d6ffd3 Fix bug #769489: eReader PDB not specifying all footnotes causes conversion to fail. 2011-04-24 18:45:12 -04:00
Kovid Goyal 9df06f761c Fix #769944 (Ebook Viewer: Make "Toogle Full Screen" button more accessible) 2011-04-24 11:18:49 -06:00
Kovid Goyal a9e1969712 Fix #769946 (linux.py script crashes with an OS error 39 (directory not empty)) 2011-04-24 11:06:49 -06:00
Kovid Goyal a65477fba2 ... 2011-04-24 10:04:20 -06:00
Kovid Goyal c1720a1447 ... 2011-04-24 10:00:37 -06:00
Kovid Goyal 6f255e0d11 Detect invalid boolean searches 2011-04-24 09:44:08 -06:00
Kovid Goyal 0a0ba36ee0 Initial support for reading metadata from and converting Plucker format PDB files 2011-04-24 08:55:41 -06:00
Kovid Goyal ea0deda6be Add a callback to apply_metadata 2011-04-24 08:41:25 -06:00
John Schember 27b2b3c31d Store: Remove unused API call. 2011-04-24 09:49:53 -04:00
John Schember 3d1e7fe162 Store: Fix Baen. Missed refactoring to JSON config. 2011-04-24 09:47:14 -04:00
John Schember e690e7196e Plucker metadata reader. 2011-04-24 09:44:50 -04:00
John Schember 8cb31c73df Sync to trunk. 2011-04-24 08:43:21 -04:00