Mercurial > fife-parpg
log engine/python/fife/extensions/fife_settings.py @ 614:567d53c1c010
age | author | description |
---|---|---|
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. |
Fri, 18 Jun 2010 19:49:13 +0000 | nihathrael | Fixed a small bug introduced in the last commit |
Fri, 18 Jun 2010 19:45:52 +0000 | nihathrael | fife_settings: Make sure onApply is only called if the entry changed |