log clients/editor/plugins/LayerTool.py @ 367:598547404022

age author description
Thu, 29 Oct 2009 22:11:48 +0000 cheesesucker * Initial support for closing maps:
Sat, 26 Sep 2009 10:38:24 +0000 cheesesucker * Some cleanups for Editor class to match new coding standards
Sat, 26 Sep 2009 09:51:11 +0000 cheesesucker * Cleaned up LayerTool so it follows the new python coding standards
Tue, 25 Aug 2009 01:21:00 +0000 cheesesucker Several changes to layer, camera and map dialogs:
Mon, 24 Aug 2009 23:08:53 +0000 cheesesucker * Added setId to Layer, Map, Object and Camera
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.
Tue, 18 Aug 2009 18:03:54 +0000 cheesesucker LayerTool:
Mon, 17 Aug 2009 08:16:30 +0000 chewie - small changes to code layout to make it more readable
Sun, 16 Aug 2009 21:35:15 +0000 cheesesucker Fixed a crash when removing the layer which the editor camera uses
Sun, 16 Aug 2009 20:29:12 +0000 cheesesucker * Improved layertool: Ability to add, remove and edit layers
Sat, 15 Aug 2009 00:42:23 +0000 cheesesucker Disabled recursing for some adaptLayout calls. This will make the editor more responsive
Sat, 11 Jul 2009 07:17:24 +0000 chewie - eliminated magic number
Sun, 05 Jul 2009 19:11:53 +0000 LinuxDonald *hope i fixed script-without-shebang part 3 the last one
Mon, 08 Jun 2009 16:00:02 +0000 cheesesucker Merged editor_rewrite branch to trunk.