log

age author description
Mon, 24 Aug 2009 18:32:03 +0000 phoku Bug fix.
Mon, 24 Aug 2009 16:06:30 +0000 phoku VFS:
Mon, 24 Aug 2009 15:34:23 +0000 phoku PyChan fixes:
Mon, 24 Aug 2009 14:53:17 +0000 phoku PyChan fixes:
Mon, 24 Aug 2009 14:47:23 +0000 phoku PyChan fixes:
Mon, 24 Aug 2009 14:41:52 +0000 phoku * GuiImage now acts as Dummy Image if created without an argument.
Mon, 24 Aug 2009 13:23:03 +0000 phoku Working on the XXX_image attributes to force consistent
Mon, 24 Aug 2009 12:01:34 +0000 phoku Added Licence header to all pypthon modules in extension/
Mon, 24 Aug 2009 11:45:28 +0000 phoku * Added a new method Widget.getNamedChildren
Mon, 24 Aug 2009 10:01:06 +0000 phoku Added fast path for Widget.findChild(name=name). Roughly 10x faster.
Mon, 24 Aug 2009 09:20:28 +0000 phoku PyChan: adaptLayout performance fix.
Fri, 21 Aug 2009 23:54:39 +0000 cheesesucker Fixed docstring for Model::deleteMaps() (Really fixes #343)
Fri, 21 Aug 2009 23:36:50 +0000 cheesesucker Replaced dataset with Model in documentation for Object. Closes #343
Fri, 21 Aug 2009 20:34:26 +0000 cheesesucker * ObjectSelector will now select and scroll to selected object automatically
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:51:02 +0000 cheesesucker Forgot to add layereditor.xml ...
Sun, 16 Aug 2009 20:29:12 +0000 cheesesucker * Improved layertool: Ability to add, remove and edit layers
Sat, 15 Aug 2009 18:31:01 +0000 cheesesucker * Added tooltips and hotkey information for some buttons
Sat, 15 Aug 2009 18:10:51 +0000 cheesesucker Fixes crashes when attempting to draw/move when no layers are active
Sat, 15 Aug 2009 00:42:23 +0000 cheesesucker Disabled recursing for some adaptLayout calls. This will make the editor more responsive
Fri, 14 Aug 2009 22:15:47 +0000 cheesesucker Made panels only try to dock when the window has moved
Fri, 14 Aug 2009 21:40:38 +0000 cheesesucker * Modified status bar to use a simpler and more efficient way of displaying tool tips
Fri, 14 Aug 2009 00:59:54 +0000 wenlin_fife clean up the code
Fri, 14 Aug 2009 00:51:51 +0000 wenlin_fife updated
Fri, 14 Aug 2009 00:02:12 +0000 wenlin_fife fixed the test due to removing linearpather
Fri, 14 Aug 2009 00:00:58 +0000 wenlin_fife merged the pathfinding branch to trunk
Wed, 12 Aug 2009 22:36:29 +0000 mvbarracuda * TEST file for svn testing purposes