Module: deluge
Branch: master
Commit: 67ea05921cb904cb2ddf5811cd96534321bfeefa

Author: Pedro Algarvio <[email protected]>
Date:   Sat Dec 11 05:11:18 2010 +0000

Implemented passing a copy of an event instead of it's arguments to event 
handlers. Necessary changes to the event handlers on deluge's code were made, 
plugins still need to be ported to this new style.

---

 ChangeLog                        |    2 +
 deluge/core/eventmanager.py      |    2 +-
 deluge/core/rpcserver.py         |    3 +-
 deluge/event.py                  |   84 ++++++++++++++++++++++++++-----------
 deluge/ui/client.py              |   10 +++--
 deluge/ui/console/eventlog.py    |   50 +++++++++++-----------
 deluge/ui/console/main.py        |   10 ++--
 deluge/ui/coreconfig.py          |    4 +-
 deluge/ui/gtkui/files_tab.py     |   64 ++++++++++++++--------------
 deluge/ui/gtkui/mainwindow.py    |    8 ++--
 deluge/ui/gtkui/menubar.py       |    6 +-
 deluge/ui/gtkui/pluginmanager.py |    8 ++--
 deluge/ui/gtkui/statusbar.py     |    6 +-
 deluge/ui/gtkui/systemtray.py    |    6 +-
 deluge/ui/gtkui/torrentview.py   |   24 +++++-----
 deluge/ui/sessionproxy.py        |   28 ++++++------
 deluge/ui/web/pluginmanager.py   |   38 +++++++++---------
 17 files changed, 196 insertions(+), 157 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.

Reply via email to