| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-26 | configure_input_simple: Make input profile array constexpr | Lioncash | |
| Calling tr() from a file-scope array isn't advisable, since it can be executed before the Qt libraries are even fully initialized, which can lead to crashes. Instead, the translatable strings should be annotated, and the tr() function should be called at the string's usage site. | |||
| 2018-12-05 | configure_input_simple: Properly signal docked mode change | Zach Hilman | |
| 2018-12-05 | configure_input: Add ConfigureInputSimple as default input UI config | Zach Hilman | |
| Greatly simplifies the current input UI, while still allowing power users to tweak advanced settings. Adds 'input profiles', which are easy autoconfigurations to make getting started easy and fast. Also has a custom option which brings up the current, full UI. | |||
