aboutsummaryrefslogtreecommitdiffstats
path: root/utils/alsoft-config/mainwindow.ui
Commit message (Collapse)AuthorAgeFilesLines
* Handle ambi-format with alsoft-configChris Robinson2016-07-311-0/+23
|
* Update alsoft-config for the ambisonic output configurationsChris Robinson2016-07-301-8/+8
|
* Put the decoder options in a group boxChris Robinson2016-04-101-186/+202
|
* Add a config dialog tab for decoder optionsChris Robinson2016-03-281-5/+259
|
* Add a simple About page that shows the library build versionChris Robinson2016-03-061-0/+12
|
* Handle the stereo panning option dynamicallyChris Robinson2016-03-051-15/+0
|
* Add a backend tab page for JACK optionsChris Robinson2016-03-021-0/+82
|
* Add a Wave Writer backend config pageChris Robinson2016-03-021-0/+72
|
* Add OSS and Solaris config pagesChris Robinson2016-03-021-0/+140
|
* Add an option to select between UHJ and pair-wise mixing.Chris Robinson2016-02-281-0/+48
|
* Add an ALSA backend tabChris Robinson2016-02-281-1/+106
|
* Reorganize the Backends tab and add a PulseAudio sectionChris Robinson2016-02-271-62/+174
|
* Move the Backends tab overChris Robinson2016-02-271-80/+80
|
* Update and add some tooltipsChris Robinson2016-02-241-9/+12
|
* Add speed and quality labels for the resampler sliderChris Robinson2016-02-231-8/+37
| | | | And space out the buffer metric sliders from the edit boxes
* Replace the hrtf_tables option with hrtf-pathsChris Robinson2016-02-231-1/+1
|
* Don't bother with a maximum size for the windowChris Robinson2016-02-231-6/+0
|
* Add a warning if closing alsoft-config with unsaved changesChris Robinson2016-02-221-0/+16
|
* Restructure alsoft-config UIChris Robinson2016-02-221-263/+382
| | | | | | The HRTF stuff is moved to its own tab, and a Preferred HRTF combo box is added for future use. The resampler option is moved to the main Playback tab, and some options are moved to an Advanced Settings section on the tab.
* 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.