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-03-26 11:27:50 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
calibre
/
libprs500
History
Kovid Goyal
3d7d6a862a
Version bump for pyusb dependency processing
2006-12-17 18:29: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
Version bump for pyusb dependency processing
2006-12-17 18:29: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