Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-28 | Qt/Configure: Use sidebar to divide tabs into smaller groups | spycrab | |
2018-12-02 | yuzu/configuration: Make slots private where applicable | Lioncash | |
These slots are only ever attached to event handling mechanisms within the class itself, they're never used externally. Because of this, we can make the functions private. This also removes redundant usages of the private access specifier. | |||
2018-12-02 | yuzu/configuration: Add missing override specifiers to configuration-related ↵ | Lioncash | |
classes Resolves trivial compiler warnings. | |||
2018-08-07 | qt/hotkey: Get rid of global hotkey map instance | Lioncash | |
Instead, we make a proper registry class and house it within the main window, then pass it to whatever needs access to the loaded hotkeys. This way, we avoid a global variable, and don't need to initialize a std::map instance before the program can do anything. | |||
2018-01-12 | Massive removal of unused modules | James Rowe | |