aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Modify CPU extensions and effect options to be enabled when checkedChris Robinson2014-08-071-28/+28
| | | | | It looks nicer and more featured for options to be checked when they're allowed, rather than when disallowed.
* Filter for relative HRTF data paths and add Add/Remove label textsChris Robinson2014-08-051-2/+70
|
* Update alsoft-configChris Robinson2014-08-051-0/+6
| | | | | Adds Compressor effect and SSE 4.1 for exclusion, and alters the HRTF tables tooltip to refer the the default data sets instead of the built-in set.
* Disable HRTF remove button when no files selectedChris Robinson2013-06-281-0/+7
|
* Update the period size/count sliders when loadingChris Robinson2013-06-271-0/+6
|
* Add a configuration UI applicationChris Robinson2013-06-231-0/+573
Not complete, but it's a decent start. Some problems: * Only some otions are handled (backend-specific options in particular aren't handled). * Does not warn when quitting with unsaved changes. * Some options are missing tooltips.