Module: deluge Branch: master Commit: 20bd962e6a262bfdbcce7477ace8cf3e7c35b57a
Author: John Garland <[email protected]> Date: Fri Mar 5 21:05:20 2010 +1100 Add Toggle plugin --- deluge/plugins/toggle/setup.py | 73 +++++++++++++++++++++++++++ deluge/plugins/toggle/toggle/__init__.py | 58 +++++++++++++++++++++ deluge/plugins/toggle/toggle/common.py | 42 +++++++++++++++ deluge/plugins/toggle/toggle/core.py | 71 ++++++++++++++++++++++++++ deluge/plugins/toggle/toggle/data/toggle.js | 50 ++++++++++++++++++ deluge/plugins/toggle/toggle/gtkui.py | 72 ++++++++++++++++++++++++++ deluge/plugins/toggle/toggle/webui.py | 55 ++++++++++++++++++++ 7 files changed, 421 insertions(+), 0 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.
