aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.ui
Commit message (Collapse)AuthorAgeFilesLines
* Update alsoft-config tooltip for HRTF tablesChris Robinson2015-12-101-0/+1
|
* Right-align the HRTF Mode labelChris Robinson2015-10-281-0/+3
|
* Remove the Reverb Bost option from alsoft-configChris Robinson2015-10-281-77/+1
| | | | | It's not really an appropriate setting for most users to play with. The option still exists, but it's no longer editable in the GUI.
* Rename a couple HRTF Mode combo box entriesChris Robinson2015-10-131-2/+2
|
* Fix HRTF group box sizeChris Robinson2015-10-121-1/+1
|
* Remove 96khz from the combo boxChris Robinson2015-10-121-5/+0
| | | | | | It can still be entered in manually, as can any value between 8khz and 192khz, but having it selectable can create the mistaken idea that selecting it is better than picking 44.1khz or 48khz.
* Reorganize the HRTF group boxChris Robinson2015-10-121-59/+46
| | | | | The three radio buttons are moved to a combo box, which gives a bit more width for the file list contents.
* Only show certain options that are available at build-timeChris Robinson2015-10-111-2/+15
|
* Reformat the CPU Extensions' checkboxesChris Robinson2015-10-111-6/+6
|
* Move the FIR4 from SSE2 to SSE3Chris Robinson2015-10-111-3/+19
| | | | | SSE3 can avoid the slow _MM_TRANSPOSE_PS4 call thanks to the inclusion of horizontal adds.
* Reorganize some HRTF config optionsChris Robinson2015-09-041-5/+6
|
* Handle the stereo-mode config option with alsoft-configChris Robinson2015-08-281-17/+48
|
* Use better GUI item names for the resampler optionChris Robinson2014-09-261-21/+1
|
* Show prettier names in the alsoft-config sample format combo boxesChris Robinson2014-09-131-83/+8
|
* Modify CPU extensions and effect options to be enabled when checkedChris Robinson2014-08-071-35/+77
| | | | | 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-10/+9
|
* Update alsoft-configChris Robinson2014-08-051-23/+49
| | | | | 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.
* Some .ui changes that Qt Designer insists onChris Robinson2013-07-101-5/+15
|
* Remove the unused menu bar and status bar from alsoft-configChris Robinson2013-06-271-10/+1
|
* Add a configuration UI applicationChris Robinson2013-06-231-0/+1396
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.