Module: deluge Branch: master Commit: 43e3fe2a1a366a0312e976a0b4133853ad385840
Author: Pedro Algarvio <[email protected]> Date: Sun Apr 24 17:38:35 2011 +0100 Account Management Implemented. Account management is now implemented for the GTK UI. Some changes to the core were required since the clients need to know which authentication levels exist, and, to expose account creation, update, and removal to the clients. The best effort is done to try not to compromise the auth file. --- deluge/core/authmanager.py | 128 ++++++++------ deluge/core/core.py | 63 +++++-- deluge/error.py | 18 ++- deluge/ui/client.py | 63 +++++-- deluge/ui/gtkui/dialogs.py | 86 +++++++++- deluge/ui/gtkui/glade/preferences_dialog.glade | 203 +++++++++++++++------- deluge/ui/gtkui/menubar.py | 62 +++++-- deluge/ui/gtkui/preferences.py | 220 +++++++++++++++++++++++- 8 files changed, 661 insertions(+), 182 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.
