log engine/python/fife/extensions/fife_settings.py @ 664:61a5f86a0db3

age author description
Fri, 05 Nov 2010 15:21:10 +0000 helios2000 * Merged the light branch back into trunk.
Mon, 04 Oct 2010 14:55:57 +0000 prock * Applied GreyGhosts patch to fife_settings. Allows the user to load the gui XML whenever they want. Also returns a reference to the dialog so it can be worked with outside of fife_settings.
Mon, 27 Sep 2010 14:22:07 +0000 prock Fixed a small bug where the widgets were not being updated with new data when the default settings were loaded.
Mon, 27 Sep 2010 14:02:59 +0000 prock Added the ability to specify the default settings filename. Also added the serializer get property.
Wed, 22 Sep 2010 14:05:33 +0000 prock Added the ability to use a custom serializer with the fife.Setting class.
Mon, 28 Jun 2010 19:28:53 +0000 prock Some small code cleanups in the extensions.
Mon, 28 Jun 2010 18:41:23 +0000 prock Created SimpleXMLSerializer which makes loading and saving variables to an XML file simple. In the process I removed the the XML code from the Settings class. It now uses SimpleXMLSerializer to load and save settings.