calibre/libprs500
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
..
cli Changed the code for determining free/available space on device as the earlier code did not work. Now there are two functions, total_space and free_space instead of the earlier available_space. 2006-12-14 01:48:44 +00:00
gui 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. 2006-12-14 03:07:40 +00:00
lrf documentation fix 2006-12-12 05:08:14 +00:00
__init__.py 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. 2006-12-14 03:07:40 +00:00
books.py 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. 2006-12-14 03:07:40 +00:00
communicate.py 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. 2006-12-14 03:07:40 +00:00
errors.py Added detection of device busy condition 2006-12-09 07:30:15 +00:00
prstypes.py Changed the code for determining free/available space on device as the earlier code did not work. Now there are two functions, total_space and free_space instead of the earlier available_space. 2006-12-14 01:48:44 +00:00