Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-25 | sequence_dialog: Reorganize the constructor | Lioncash | |
The previous code was all "smushed" together wasn't really grouped together that well. This spaces things out and separates them by relation to one another, making it easier to visually parse the individual sections of code that make up the constructor. | |||
2019-05-25 | sequence_dialog: Remove unnecessary horizontal specifier | Lioncash | |
QDialogButtonBoxes are horizontal by default. | |||
2019-03-16 | yuzu: Make hotkeys configurable via the GUI | Adityarup Laha | |
* Adds a new Hotkeys tab in the Controls group. * Double-click a Hotkey to rebind it. |