author | nicholasbishop <nicholasbishop@users.sourceforge.net> | |
Thu, 26 Jul 2007 07:06:41 +0000 (07:06 +0000) | ||
committer | nicholasbishop <nicholasbishop@users.sourceforge.net> | |
Thu, 26 Jul 2007 07:06:41 +0000 (07:06 +0000) | ||
commit | d297097bc1b9d4e074089ea5d649c2a0d270ff42 | |
tree | b3cae5431cad506abb6eb4b89aab7d65457cda32 | tree | snapshot |
parent | cf6e0667cc7c7ddc2ead3c153096da45287f03a7 | commit | diff |
Filter effects dialog:
This is a large commit that greatly simplifies the creation and use of all the filter settings in the dialog.
* Added AttrWidget class to provide an interface for the settings widgets. Allows the widget to read and write to an attribute.
* Modified the ComboBoxEnum, SpinSlider, and ConvolveMatrix widgets to use AttrWidget, more to follow.
* Removed lots of specific filter settings code in favor of the more generic system.
This is a large commit that greatly simplifies the creation and use of all the filter settings in the dialog.
* Added AttrWidget class to provide an interface for the settings widgets. Allows the widget to read and write to an attribute.
* Modified the ComboBoxEnum, SpinSlider, and ConvolveMatrix widgets to use AttrWidget, more to follow.
* Removed lots of specific filter settings code in favor of the more generic system.