Module: deluge Branch: chunked-sessionproxy-and-gtkui-speedups Commit: dd3f78bd368b8821590c73dd36796b4e3508a50b
Author: Pedro Algarvio <[email protected]> Date: Sat Apr 30 07:42:06 2011 +0100 More changes related to automatic connections. Auto-connecting on start of the gtk ui is now fully working. Auto-staring localhost if needed is now also working. Authentication failures now get passed correctly to the client implementation which will allow the user to enter username and/or password to complete authentication. It's now possible to shutdown the daemon from the connection manager even if not on localhost, it just needs all required information to be present on the liststore. --- deluge/core/rpcserver.py | 4 +- deluge/core/torrentmanager.py | 4 +- deluge/error.py | 32 +- deluge/ui/client.py | 52 ++-- deluge/ui/gtkui/connectionmanager.py | 87 ++---- deluge/ui/gtkui/glade/connection_manager.glade | 379 +++++++++++++++--------- deluge/ui/gtkui/gtkui.py | 105 ++++--- 7 files changed, 371 insertions(+), 292 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.
