This website requires JavaScript.
Explore
Help
Sign In
Cutlery
/
calibre
Watch
1
Star
0
Fork
0
You've already forked calibre
mirror of
https://github.com/kovidgoyal/calibre.git
synced
2026-05-28 17:52:34 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8a8835709482e037a088086d54624cce2c4bd2a0
calibre
/
libprs500
T
History
Kovid Goyal
5248fbbbeb
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
..
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