Async connect/disconnect. Moved everything to a new Async and Timeout which cleans...
authorEd Page <eopage@byu.net>
Fri, 12 Feb 2010 02:53:07 +0000 (20:53 -0600)
committerEd Page <eopage@byu.net>
Fri, 12 Feb 2010 02:53:07 +0000 (20:53 -0600)
commit1c892d1b9bf14b28eb54ce3590ed2ee29d5e3d25
treea5c929c58e127846aa1cf928043811a2a46a48d0
parent1b12decb4c375f88382cc2821c891dcc4d044c7e
Async connect/disconnect.  Moved everything to a new Async and Timeout which cleans up common idle/timeout handling.  Got rid of gtk_toolbox
23 files changed:
src/aliasing.py
src/autogv.py
src/capabilities.py
src/channel/call.py
src/channel/contact_list.py
src/channel/debug_log.py
src/channel/debug_prompt.py
src/channel/text.py
src/channel_manager.py
src/connection.py
src/connection_manager.py
src/contacts.py
src/gtk_toolbox.py [deleted file]
src/gvoice/addressbook.py
src/gvoice/conversations.py
src/gvoice/state_machine.py
src/handle.py
src/location.py
src/presence.py
src/simple_presence.py
src/util/go_utils.py
src/util/misc.py
src/util/tp_utils.py