13 Commits

Author SHA1 Message Date
Kovid Goyal
599543800c Various minor bug fixes. Fixed dragging from library to device that had been broken by a previous commit. Improved device detection code. Improved rendering of titles/authors. Version bump as there were a lot og bug fixes 2006-12-24 19:01:17 +00:00
Kovid Goyal
f9e3b0a422 Fix #9 2006-12-22 20:27:02 +00:00
Kovid Goyal
567017f238 Added tooltips to the library list and used a scaled down version of the cover for drag and drop 2006-12-22 02:08:43 +00:00
Kovid Goyal
ca54c6f3b1 Fix #4. Also fix bug in dragging cover image that was introduced by r154 2006-12-22 01:42:06 +00:00
Kovid Goyal
77eeb1fe7a Fix overflow errors in LRFMetaFile when setting thumbnails
Fix #1
2006-12-22 01:08:30 +00:00
Kovid Goyal
8bd8bfb39c Added preliminary support for unicode (utf8) to the library 2006-12-21 07:26:48 +00:00
Kovid Goyal
18111d2d50 Raising the pylint score of libprs500/gui/*.py 2006-12-20 02:08:57 +00:00
Kovid Goyal
3c2d4561fc trivialities 2006-12-14 20:35:53 +00:00
Kovid Goyal
2f0de66c96 The basic workflow using drag and drop is in place. You can now drop files from your file manager into the library and drop files from the library into either the main memory or the card.
I've lowered the version number from 0.3.0 to 0.3.0a1 as the GUI still has many bugs, so you need to do a python setup.py develop --uninstall and then re-issue the develop command.
2006-12-14 03:07:40 +00:00
Kovid Goyal
9962f95b31 Added detection of device busy condition
Added a lock file to ensure that only one instance of the GUI runs
2006-12-09 07:30:15 +00:00
Kovid Goyal
876f994a4a Changed GUI to only show devices. No subsets.
Added a warning about PyQt4 too setup script
Added initial code for Dropping on reader (not tested)
2006-12-09 05:55:36 +00:00
Kovid Goyal
8e4010e0f3 Added Drag'nDrop support to library book list 2006-12-07 08:19:35 +00:00
Kovid Goyal
1fba894a89 Reorganized GUI code. Split widget specific code into widgets.py.
Added infrastructure for Drag'nDrop support. Implemented DnD for the cover.
Added initial support for updating metadata in LRF files when it is updated for a logical file. This needs testing. Especially worrying are the deprecation warnings about integer overflow in struct.pack when updating the thumbnail
2006-12-07 00:38:43 +00:00