Code

Filter effects dialog:
authornicholasbishop <nicholasbishop@users.sourceforge.net>
Thu, 26 Jul 2007 07:06:41 +0000 (07:06 +0000)
committernicholasbishop <nicholasbishop@users.sourceforge.net>
Thu, 26 Jul 2007 07:06:41 +0000 (07:06 +0000)
commitd297097bc1b9d4e074089ea5d649c2a0d270ff42
treeb3cae5431cad506abb6eb4b89aab7d65457cda32
parentcf6e0667cc7c7ddc2ead3c153096da45287f03a7
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.
src/ui/dialog/filter-effects-dialog.cpp
src/ui/dialog/filter-effects-dialog.h
src/ui/widget/combo-enums.h
src/ui/widget/spin-slider.cpp
src/ui/widget/spin-slider.h