Charles Haley
7fb8f74c16
UUID fixes, plus some debugging information
2010-10-08 17:34:57 +01:00
Charles Haley
76cd695669
Add 'Library maintenance' to the library dropdown menu
...
1) move check integrity to here
2) move check library to here
3) move mark dirty to here
4) add a stub recover_database command
5) improve help message for cli calibredb restore_database, and add the --really-do-it option
2010-10-08 13:04:59 +01:00
Charles Haley
3ad46e0018
fix #7097 and #7079 - covers not being copied between libraries under some condition
2010-10-08 11:01:54 +01:00
Charles Haley
8203f53354
Finish list_categories (forgot to implement the -r option)
2010-10-08 09:58:17 +01:00
Charles Haley
2793c31ac7
Make rename_tags handle splitting tags (1 -> many)
2010-10-08 09:52:57 +01:00
Charles Haley
56f079a08e
Change add/delete to delete/add, just in case the add ends up creating another of what is being deleted.
2010-10-08 09:52:34 +01:00
Charles Haley
61ba29ab61
Fix regression that caused title_sort to stop working
2010-10-08 09:48:32 +01:00
Charles Haley
67ebd98cf1
Correct order of assignment in set_books_in_library.
2010-10-08 08:47:57 +01:00
Kovid Goyal
257a82f06b
...
2010-10-07 14:58:13 -06:00
Kovid Goyal
ea83fd852d
Remove cover_data from SERIALIZABLE_FIELDS
2010-10-07 14:51:38 -06:00
Kovid Goyal
fe6816282f
Fix #7071 (Download of metadata for multiple books has strange behaivour)
2010-10-07 14:29:32 -06:00
Kovid Goyal
c47cdad1fc
Sigh
2010-10-07 12:57:33 -06:00
Kovid Goyal
bfc753f794
Allow switching of library when device is connected
2010-10-07 11:49:43 -06:00
Charles Haley
c30059200c
Take saved searches out of the command line list_categories
2010-10-07 16:34:27 +01:00
Charles Haley
a9e01673fd
Fix template 'shorten' function to permit 0-length trailers.
2010-10-07 16:01:33 +01:00
Charles Haley
93c00c7beb
Allow the common field mispellings in composite columns
2010-10-07 15:27:24 +01:00
Charles Haley
1942e84378
BUg #7090 - Fix ISBN in save templates
2010-10-07 14:50:57 +01:00
Charles Haley
c145703c12
Merge from trunk
2010-10-07 13:20:07 +01:00
Charles Haley
1081633928
Add calibredb list_categories, a command that dumps the data shown in the tags pane.
2010-10-07 13:18:13 +01:00
Charles Haley
00b25125b1
Fix clearing custom series columns. They should be cleared to None, not the empty string
2010-10-07 11:58:09 +01:00
Kovid Goyal
217ea7a9a2
Implement #7082 (Enhance viewer "Remember Last Used Window Size")
2010-10-06 20:31:40 -06:00
Kovid Goyal
e3f6049cf6
Fix another regression in the isbndb plugin
2010-10-06 17:33:26 -06:00
Kovid Goyal
2dab246d4d
Implement #7075 (possibility to move a book to another library)
2010-10-06 16:21:29 -06:00
Kovid Goyal
585e5d63a3
...
2010-10-06 13:38:06 -06:00
Charles Haley
b757760180
Add set_plugboards to interface.py
2010-10-06 20:29:42 +01:00
GRiker
53135fa16b
KG updates
2010-10-06 11:13:49 -07:00
GRiker
e018b6eabb
GwR wip, KG updates
2010-10-06 11:10:45 -07:00
Kovid Goyal
abe8bd9a25
Drag and drop to Tag Browser. Fix #7078 (Book Details missing). Various minor bug fixes
2010-10-06 11:04:41 -06:00
Charles Haley
a24834d295
Fix typo in template faq
2010-10-06 16:13:37 +01:00
Charles Haley
9571e23b19
Better fix for #7078
2010-10-06 16:07:08 +01:00
Charles Haley
b40e5bba6e
Two robustness changes for formatting custom series indices
2010-10-06 09:28:05 +01:00
Charles Haley
780bd84d29
Fix indenting error in setData
2010-10-05 23:09:15 +01:00
Charles Haley
3ac7d9552a
Make editing standard columns on GUI refresh the ID so composites are refreshed.
2010-10-05 17:28:00 +01:00
Charles Haley
7f55930602
Fix custom series index right this time
2010-10-05 17:20:14 +01:00
Charles Haley
6c35aeec6e
Special case for apple and folder_Device mountables.
2010-10-05 13:06:53 +01:00
Charles Haley
a6a0de8ff4
Don't bother printing None plugboards in save-to-disk
2010-10-05 12:22:21 +01:00
GRiker
d8f64b400e
GwR wip apple driver updates
2010-10-05 03:53:38 -07:00
Charles Haley
effa69add2
Fix problem where the _new_book indication was being lost
2010-10-05 06:23:39 +01:00
Charles Haley
0b655b46fa
Fix series_index not working in non-save templates
2010-10-05 05:23:53 +01:00
Charles Haley
b281ba24e4
Merge from trunk
2010-10-05 03:46:56 +01:00
Kovid Goyal
e0e0b42f1f
Fix dragging to allow dragging of multiple items
2010-10-04 14:54:07 -06:00
Kovid Goyal
640eaa8bd8
Drag and drop: Put the mouse cursor in the upper left corner
2010-10-04 14:24:06 -06:00
Charles Haley
39bc676f86
Merge from trunk
2010-10-04 21:19:31 +01:00
Kovid Goyal
7f6996dcf6
Fix regression that broke setting of MOBI metadata
2010-10-04 14:16:46 -06:00
Kovid Goyal
588ce1adb8
Drag 'n drop: Dont start drag if any keyboard modifiers are pressed
2010-10-04 14:04:25 -06:00
Kovid Goyal
8854982f14
When saving cover images don't re-encode the image data unless absolutely neccessary. This prevents information loss due to JPEG re-compression
2010-10-04 13:17:51 -06:00
Kovid Goyal
f30860ff1d
Trim cover: Use a lossless intermediate format
2010-10-04 13:15:21 -06:00
Charles Haley
6f8197ecfa
Changes to device plugboard architecture
2010-10-04 20:00:10 +01:00
Charles Haley
ddcde43f2c
Speed up setting metadata for tag browser drag & drop. Add series columns.
2010-10-04 16:36:23 +01:00
Charles Haley
249ca16c4c
Add another device driver plugin call point for Apple devices
2010-10-04 15:45:47 +01:00