calibre/libprs500
2006-12-17 02:26:21 +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 Moved device detection into a separate class. This will allow HAL based detection to be implemented easily and transparently to the rest of the application. See #3 2006-12-16 18:50:55 +00:00
lrf documentation fix 2006-12-12 05:08:14 +00:00
__init__.py Added check in setup.py to ensure that python version is >=2.5. Added direct download to dependency links for pyusb as otherwise easy_install picks the windows version on linux. This will break if a newer version of pyusb is released. Version bump to a2. See #5 2006-12-17 02:26:21 +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 Moved device detection into a separate class. This will allow HAL based detection to be implemented easily and transparently to the rest of the application. See #3 2006-12-16 18:50:55 +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