log engine/extensions/pychan/widgets.py @ 241:99b36f59a5d5

age author description
Wed, 25 Mar 2009 08:04:07 +0000 phoku Made add/removeChildren also accept a single iterable as
Tue, 24 Mar 2009 16:06:02 +0000 phoku Removed HelpText from C++.
Tue, 24 Mar 2009 08:24:34 +0000 phoku Added removeAllChildren method. (untested)
Tue, 24 Mar 2009 08:09:57 +0000 phoku Added the 'position_techinque' attr, so it can be used from XML.
Mon, 23 Mar 2009 13:21:07 +0000 chewie - small fix for the TextField widget - it's setText() method lacked utf8 conversion via _text2gui()
Sat, 21 Mar 2009 10:38:11 +0000 phoku Merged unicode-support back into trunk.
Thu, 19 Mar 2009 17:14:56 +0000 phoku Added selection_color, and darkened the default for it a bit.
Sun, 15 Mar 2009 18:59:49 +0000 phoku Rejoice. PyChan debug messages removed.
Sat, 14 Mar 2009 12:13:29 +0000 phoku * PyChan event handling rework (part I)
Sun, 01 Mar 2009 10:59:17 +0000 nihathrael * Object selector can now be toggled to use either the old list format or show preview images.
Sun, 01 Mar 2009 00:04:58 +0000 nihathrael * Fixed the ImageButton. Messed it up in last commit
Sat, 28 Feb 2009 22:33:21 +0000 nihathrael * Redid the editor's ObjectSelector to display previews for all objects instead of only 1 preview + paths/filenames
Thu, 26 Feb 2009 11:26:01 +0000 nihathrael * Fixed some space and tab mixing
Sun, 25 Jan 2009 20:17:41 +0000 cheesesucker * Added ToggleButton widget
Sat, 18 Oct 2008 06:46:21 +0000 phoku Fixes for event handling.