Module: deluge Branch: master Commit: 2f6283ea39b7d12f93530519b74f61b17ff0224b
Author: Nick <[email protected]> Date: Wed Jan 26 22:18:18 2011 +0100 initial checkin of new console ui pretty alpha code, but it works and gives an idea of the direction the ui might go --- deluge/ui/console/colors.py | 7 +- deluge/ui/console/main.py | 6 +- deluge/ui/console/modes/add_util.py | 71 ++++ deluge/ui/console/modes/alltorrents.py | 602 ++++++++++++++++++++++++++++++++ deluge/ui/console/modes/basemode.py | 224 ++++++++++++ deluge/ui/console/modes/input_popup.py | 244 +++++++++++++ deluge/ui/console/modes/popup.py | 254 ++++++++++++++ 7 files changed, 1405 insertions(+), 3 deletions(-) -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
