Age | Commit message (Collapse) | Author |
|
|
|
Seemed like a good time to move these over.
Also remove usage of std::sto{l,ll,ul,f,d}
|
|
|
|
|
|
|
|
This gets rid of some repeated code and sets us up to send more
information to the new widget.
|
|
The shorter constructor enables us to specify some options without needing to
specify the default values of multiplier which wasn't always appropriate and
could be confusing.
|
|
|
|
|
|
Reduces code bloat a good bit by moving code specific to each sub widget
to their own functions.
|
|
Starting with combobox
Putting code specific to the sub-widget in their own function.
|
|
Makes comboboxes always correspond to the value of the setting they're
modifying.
|
|
Needs a considerable amount of management specific to some of
the comoboboxes due to the audio engine configuration.
general: Partial audio config implmentation
configure_audio: Implement ui generation
Needs a considerable amount of management specific to some of
the comoboboxes due to the audio engine configuration.
general: Partial audio config implmentation
settings: Make audio settings as enums
|
|
Makes checkbox creation an option as opposed to a label.
|
|
|
|
|
|
|
|
|
|
|
|
We were passing so many objects between the function and the caller that
it needed to be redesigned.
|