Module: deluge Branch: multiuser Commit: 8d810e90287399f63fb60d9996cbf485fafb06cb
Author: Pedro Algarvio <[email protected]> Date: Thu Dec 23 13:46:32 2010 +0000 Now, when the authentication dialog appears, user fills in the password and hits ENTER, the authentication call will be made. Implement tooltips on treeview's headers when adding columns. Renamed the "public" state of a torrent to "shared", ie, shared among other deluge users. Allow changing shared state from clients and currently from the GtkUi. --- deluge/core/core.py | 7 ++ deluge/core/preferencesmanager.py | 7 ++- deluge/core/torrent.py | 4 +- deluge/core/torrentmanager.py | 12 ++-- deluge/ui/gtkui/details_tab.py | 8 +- deluge/ui/gtkui/dialogs.py | 4 + deluge/ui/gtkui/edittrackersdialog.py | 30 ++++++- deluge/ui/gtkui/glade/edit_trackers.glade | 129 +++++++++++++++++++---------- deluge/ui/gtkui/glade/main_window.glade | 61 ++++++++------ deluge/ui/gtkui/listview.py | 73 ++++++++--------- deluge/ui/gtkui/options_tab.py | 39 ++++++++-- deluge/ui/gtkui/torrentview.py | 4 +- 12 files changed, 246 insertions(+), 132 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.
