Kovid Goyal
|
ab33f4eb29
|
Allow user to set text alignment for columns. Cleanup and fix default column alignment
|
2010-05-18 09:23:08 -06:00 |
|
Kovid Goyal
|
ee374cac13
|
...
|
2010-05-18 00:44:55 -06:00 |
|
Kovid Goyal
|
ff2fa666d4
|
Workaround bug in Qt that causes column header to not update when scrolling the view
|
2010-05-17 23:41:23 -06:00 |
|
Charles Haley
|
bcd5d792b2
|
Merge from custcol trunk
|
2010-05-18 06:24:21 +01:00 |
|
Charles Haley
|
98163086fc
|
First pass at winutil.c to associate usb vendor ids with drives
|
2010-05-18 06:23:38 +01:00 |
|
Kovid Goyal
|
e0e0093fe5
|
Link up save/restore column layout functionality
|
2010-05-17 23:08:30 -06:00 |
|
Kovid Goyal
|
428cebd365
|
Framework for saving/restoring state in the table views. Needs to be linked up fully.
|
2010-05-17 22:41:53 -06:00 |
|
Kovid Goyal
|
61e78b6a17
|
Right click menu for hiding/showing/sorting columns
|
2010-05-17 20:51:46 -06:00 |
|
Kovid Goyal
|
e4b0f51363
|
Fix the booklist delete algorithm
|
2010-05-17 19:33:00 -06:00 |
|
Kovid Goyal
|
7fa63195bd
|
(see merge comments)
|
2010-05-17 19:18:55 -06:00 |
|
Kovid Goyal
|
d600ef514b
|
Re-organize code in gui2.library module
|
2010-05-17 17:17:42 -06:00 |
|
Charles Haley
|
83c75cd864
|
Finish using booklist api correctly
|
2010-05-17 23:55:56 +01:00 |
|
Charles Haley
|
6f504a1009
|
Merge from custcol trunk
|
2010-05-17 23:35:40 +01:00 |
|
Charles Haley
|
3047defba9
|
Changes to usbms to use correct booklist.add_book api
|
2010-05-17 23:35:13 +01:00 |
|
Kovid Goyal
|
d393b430bd
|
Start to move column display logic into the view classes, where it belongs
|
2010-05-17 16:04:30 -06:00 |
|
Kovid Goyal
|
ce023e2c56
|
Ensure sort indicator is correct after a column is added or removed
|
2010-05-17 14:00:43 -06:00 |
|
Kovid Goyal
|
63e9296f3b
|
Ask for confirmation if the user tries to open the containing folder for more than 3 books at a time
|
2010-05-17 13:17:09 -06:00 |
|
Kovid Goyal
|
a5b4012059
|
Fix regression taht caused usbms based drivers to not get correct timestamp for files on device
|
2010-05-17 13:06:39 -06:00 |
|
Kovid Goyal
|
38b1f35ff7
|
Don't print out error messages when no cache is present on a device
|
2010-05-17 12:46:14 -06:00 |
|
Kovid Goyal
|
78bb3a2753
|
Add menu option to save only current output format to disk in a single directory
|
2010-05-17 12:31:42 -06:00 |
|
Kovid Goyal
|
7900d4dad6
|
Use a queue for folder connections requests to make it more thread safe
|
2010-05-17 12:06:07 -06:00 |
|
Kovid Goyal
|
7a9135c8e5
|
Support loading of device images from paths instead of keeping them in memory
|
2010-05-17 11:18:31 -06:00 |
|
Kovid Goyal
|
7aee85def8
|
Remove race condition if user tries to mount folder as device while a normal device is connecting. Minor cleanups (see merge log).
|
2010-05-17 11:12:44 -06:00 |
|
Kovid Goyal
|
58f81309f2
|
Pull from trunk
|
2010-05-17 09:52:44 -06:00 |
|
Kovid Goyal
|
e1b988598c
|
Fix Instapaper
|
2010-05-17 09:47:23 -06:00 |
|
Kovid Goyal
|
3b3a3d888b
|
Fix New York Review of Books
|
2010-05-17 09:46:15 -06:00 |
|
Kovid Goyal
|
74bcc915d4
|
Pull from trunk
|
2010-05-17 09:44:03 -06:00 |
|
Kovid Goyal
|
07eae119c7
|
EPUB Input: Handle malformed UUID in EPUB with obfuscated fonts. Fixes #5552 (cannot open or convert ebooks)
|
2010-05-17 09:43:33 -06:00 |
|
Charles Haley
|
f6f028ee5c
|
Remove race conditions when connecting folders and a device is present
|
2010-05-17 12:53:32 +01:00 |
|
Charles Haley
|
922121f726
|
Calculate author_sort for metadata cache, if it isn't already set
|
2010-05-17 11:09:27 +01:00 |
|
Charles Haley
|
4201dbeeac
|
1) Ensure that folder_device prefix (the path) end in os.sep
2) Fix regression causing sync of metadata cache on every connect
3) Report correct progress when adding books
|
2010-05-17 10:48:47 +01:00 |
|
Charles Haley
|
1eabbcfb9a
|
Merge from custcol trunk
|
2010-05-17 09:18:19 +01:00 |
|
Kovid Goyal
|
0d4506f9c1
|
Change line endings
|
2010-05-16 22:34:51 -06:00 |
|
Kovid Goyal
|
84e5059b11
|
More usbms.driver cleanups
|
2010-05-16 22:26:59 -06:00 |
|
Kovid Goyal
|
473ccd8a71
|
usbms.driver: Report progress as 50% not 5000%. Also remove spurious changed=True, since add_book now correctly reports changed
|
2010-05-16 22:07:23 -06:00 |
|
Kovid Goyal
|
feb5a6f059
|
USBMS: books emthod should always returna n object of type BookList
|
2010-05-16 21:55:09 -06:00 |
|
Kovid Goyal
|
f4a02e09d6
|
Cleanup BookList classes
|
2010-05-16 21:47:00 -06:00 |
|
Kovid Goyal
|
fcdcd68adf
|
Plugin customization GUI: Sort plugins by name
|
2010-05-16 21:21:21 -06:00 |
|
Kovid Goyal
|
66d2604458
|
Remove unnecessary method definitions from folder driver
|
2010-05-16 21:18:45 -06:00 |
|
Kovid Goyal
|
9ee1ca9d3c
|
Pull from trunk
|
2010-05-16 19:58:42 -06:00 |
|
Kovid Goyal
|
db60769702
|
Don't resort when editing columns in the main GUI
|
2010-05-16 19:57:01 -06:00 |
|
Kovid Goyal
|
86f56c4a85
|
Icons for connect/disconnect folder actions
|
2010-05-16 19:51:52 -06:00 |
|
Kovid Goyal
|
6eb25fe9e0
|
Pull from chaley custcols for metadata caching, connect to folder
|
2010-05-16 19:48:45 -06:00 |
|
Kovid Goyal
|
2047bfbe9b
|
Beginnings of add books wizard
|
2010-05-16 19:18:48 -06:00 |
|
Kovid Goyal
|
f21d1287e9
|
Fix #5550 (unicode error in libero.recipe)
|
2010-05-16 18:48:59 -06:00 |
|
Kovid Goyal
|
2bae16552c
|
Agro Gerilla by Darko Miletic. Fixes #5548 (New recipe for serbian Blog Agro gerila)
|
2010-05-16 15:51:40 -06:00 |
|
Charles Haley
|
92753c6f97
|
Add confirmation dialog to delete from device
|
2010-05-16 22:12:16 +01:00 |
|
Kovid Goyal
|
e02d86fe90
|
update NIN Online. Fixes #5547 (Updated recipe for NIN online)
|
2010-05-16 14:42:16 -06:00 |
|
Charles Haley
|
462ae5b9e2
|
Clean up eject_device
|
2010-05-16 21:13:34 +01:00 |
|
Kovid Goyal
|
d88067518e
|
Fix Kobo driver regression
|
2010-05-16 13:48:17 -06:00 |
|