Module: deluge Branch: master Commit: 211d0bee5d8e352e1aa8d24a68ec2e5a6d7307ab
Author: Chase Sterling <[email protected]> Date: Thu Mar 25 12:03:36 2010 -0400 Added autoadd plugin --- deluge/plugins/autoadd/autoadd/__init__.py | 58 ++ deluge/plugins/autoadd/autoadd/common.py | 42 + deluge/plugins/autoadd/autoadd/core.py | 316 +++++++ deluge/plugins/autoadd/autoadd/data/autoadd.js | 50 + .../autoadd/autoadd/data/autoadd_options.glade | 986 ++++++++++++++++++++ deluge/plugins/autoadd/autoadd/data/config.glade | 116 +++ deluge/plugins/autoadd/autoadd/gtkui.py | 341 +++++++ deluge/plugins/autoadd/autoadd/webui.py | 55 ++ deluge/plugins/autoadd/setup.py | 73 ++ 9 files changed, 2037 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.
