Module: deluge Branch: master Commit: 63d0d0c69bbc77f151c2bf38b806895b603e039f
Author: Pedro Algarvio <[email protected]> Date: Thu Apr 28 16:53:20 2011 +0100 GTK UI connection manager fixes. Auto-connecting to daemon now works. Fixes #1815. Auto-starting a `localhost` daemon now also works, the reconnecting attempts were not being "triggered". When not connected to a daemon, "Quit & Shutdown Daemon" is not present. So #1818 is also fixed. Some more work regarding #1819 was done. Client now disconnects before shutting down the GTK UI. --- deluge/ui/client.py | 4 +- deluge/ui/gtkui/connectionmanager.py | 78 +++++++++++++++++++---- deluge/ui/gtkui/glade/connection_manager.glade | 29 +++++---- deluge/ui/gtkui/gtkui.py | 46 +++++++++++++- deluge/ui/gtkui/mainwindow.py | 16 ++++- 5 files changed, 140 insertions(+), 33 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.
