9603 Commits

Author SHA1 Message Date
Kovid Goyal
5b1d98aba9 Hide visible menus before clearing toolbar. Fixes #6706 (Clicking the Connect/Share button during startup crashes Calibre 0.7.17) 2010-09-08 16:59:59 -06:00
Kovid Goyal
f8541561f7 Implement #6724 (Add series info to "Generate cover") 2010-09-08 13:04:14 -06:00
Kovid Goyal
965413b392 Cover generation: Scale logo to fit in available space 2010-09-08 12:38:15 -06:00
Kovid Goyal
dd8e6229fc Save current field metadata to db.prefs on shutdown/cli alter for calibre2opds 2010-09-08 10:36:51 -06:00
Kovid Goyal
4f52525c92 Fix #6729 (Missing XPath statement during batch convesion) 2010-09-08 10:29:47 -06:00
Charles Haley
a7d1777bf3 Merge from trunk 2010-09-08 17:25:09 +01:00
Charles Haley
6f93adb2ac Leave the dynamic fields in when writing the field_metadata preference 2010-09-08 17:22:09 +01:00
Charles Haley
9242bc4f8a 1) Save field_metadata to preference on shutdown and in cli.py
2) refactor to use remove_dynamic_categories
2010-09-08 17:13:34 +01:00
Kovid Goyal
82877ca6f4 Fix #6701 (New e-Book reader / Gemei - GM2000) 2010-09-08 10:03:30 -06:00
Kovid Goyal
336db024ae Catalog generation: Fixed improper title display in catalog when title contains ':'. Added 'ondevice' field to CSV/XML catalog output (only with connected device|folder|iTunes). Added optional 'Series' section to generated catalogs with hyperlinks between books and series. Tweaks to catalog formatting 2010-09-08 09:37:42 -06:00
GRiker
1a6134ff7c KG updates 2010-09-08 06:58:27 -07:00
GRiker
4bdeb65696 GwR revisions 2010-09-08 06:49:35 -07:00
Charles Haley
61ea8ad894 Merge from trunk 2010-09-08 13:33:08 +01:00
Charles Haley
8ea09e65cc Save a copy of field_metadata into the preferences table for use by non-calibre applications. 2010-09-08 13:32:48 +01:00
Translators
7bb1a2c842 Launchpad automatic translations update. 2010-09-08 04:38:50 +00:00
Kovid Goyal
d156b38449 ... 2010-09-07 18:30:23 -06:00
GRiker
c79032285c GwR revisions supporting Series Section 2010-09-07 14:11:07 -07:00
Kovid Goyal
556ed59e96 ... 2010-09-07 14:13:12 -06:00
Charles Haley
5a4808bb91 Merge from trunk 2010-09-07 21:05:38 +01:00
Kovid Goyal
6bfd24c278 Add an action ot the context menu for the book list headers to add custom columns 2010-09-07 14:02:09 -06:00
Kovid Goyal
2236678e4d ... 2010-09-07 13:49:46 -06:00
Charles Haley
b6bd654948 Fix two custom column preferences editor problems:
1) cannot edit a just-edited column. Get a message that it is not a custom column.
2) cannot delete a newly-added column. It disappears from the list but is created anyway.
2010-09-07 20:41:45 +01:00
Charles Haley
fdc81f4dae Merge from trunk 2010-09-07 20:21:56 +01:00
Kovid Goyal
d9514e394e Nicer error message when reanming a library fails 2010-09-07 13:20:53 -06:00
Kovid Goyal
de298693ee Preferences dialog: Dont show close button in sub panels. Disallow further preference editing after modifying custom columns. Fix gui re-init code not running after dialg closed 2010-09-07 13:12:23 -06:00
GRiker
a98531a204 GwR Series Section revisions 2010-09-07 11:56:16 -07:00
Kovid Goyal
705a6e7d9d Update User Manual for new Preferences Dialog 2010-09-07 12:55:37 -06:00
Kovid Goyal
3433aa300f Warn user that changing tweaks needs a restart 2010-09-07 12:36:59 -06:00
Kovid Goyal
16b9abe24c Document the preferences plugins system 2010-09-07 12:34:52 -06:00
Charles Haley
f5be845169 Merge from trunk 2010-09-07 19:02:05 +01:00
Kovid Goyal
d02a9c49fc Add a count of how many books on the device matched a book in the library. 2010-09-07 11:59:14 -06:00
Kovid Goyal
6823d962f6 Use proper technique for displaying default message in status bars 2010-09-07 11:04:52 -06:00
Kovid Goyal
58ed4caf91 Fix #6733 (Updated recipe for Mexican newspaper La Jornada) 2010-09-07 09:47:46 -06:00
Kovid Goyal
a9dd65b819 Improved nrcnext 2010-09-07 09:20:26 -06:00
Kovid Goyal
800db18ff1 Add a close button to preferences window 2010-09-07 09:11:48 -06:00
Charles Haley
3db2373264 Merge from trunk 2010-09-07 14:29:06 +01:00
Charles Haley
d9d1981fbe Add a count of how many books on the device matched a particular copy in the library. Useful because books on the device can accumulate when sent after changing metadata used in the file path. The UUID doesn't change, so we can detect that they are copies of the same book.
searching for 'ondevice:books' will find instances of more than one copy.
2010-09-07 14:18:14 +01:00
Charles Haley
563b6d0b2e Fix problem where book matching did not record how books were matched, which prevented downstream matching such as 'delete matching books' 2010-09-07 13:04:45 +01:00
GRiker
3404b367b9 GwR changes via CHaley 2010-09-07 04:23:10 -07:00
Translators
0279fad3d9 Launchpad automatic translations update. 2010-09-07 04:47:16 +00:00
Kovid Goyal
1ab350b022 Cleaner connection to db when generating catalog 2010-09-06 16:54:18 -06:00
Kovid Goyal
6132923db6 Nicer close button on OSX in the preferencs window 2010-09-06 16:44:20 -06:00
Kovid Goyal
4aa06dae4d Add icon to bar in preferences window 2010-09-06 15:43:51 -06:00
Charles Haley
0894a616b8 Merge from trunk 2010-09-06 22:31:01 +01:00
GRiker
d823d4244a KG updates 2010-09-06 12:41:24 -07:00
GRiker
2501e40e43 GR changes supporting ondevice 2010-09-06 12:04:46 -07:00
Kovid Goyal
dadd3417f7 ... 2010-09-06 12:28:23 -06:00
Kovid Goyal
63bbb17dee ... 2010-09-06 12:02:30 -06:00
Charles Haley
f7321f2c57 Fix shutdown code 2010-09-06 19:01:07 +01:00
Charles Haley
28f62fd4dd 1) take db.clean out of metadata_single.py
2) add db.clean to shutdown func
3) add db.clean to 2 cli funcs that can delete an author
4) add db.ondevice() to return the ondevice string
2010-09-06 18:32:03 +01:00