Mercurial > fife-parpg
log clients/editor/scripts/editor.py @ 338:d266506ff4f9
age | author | description |
---|---|---|
Fri, 21 Aug 2009 14:39:54 +0000 | cheesesucker | * Split EventListener into several internal subclasses. This fixes issue with multiple inheritance where each BaseClass.__init__() call would overwrite the previous one. This meant that you could only add EventListener to one type of event managers. |
Sat, 15 Aug 2009 18:31:01 +0000 | cheesesucker | * Added tooltips and hotkey information for some buttons |
Sat, 13 Jun 2009 15:08:42 +0000 | cheesesucker | * _ListItem in HistoryManager will now return a string object in __str__ |
Mon, 08 Jun 2009 16:00:02 +0000 | cheesesucker | Merged editor_rewrite branch to trunk. |