Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-04 | qt: Move profile manager to own UI tab | Zach Hilman | |
2018-10-25 | configure_system: Make GetAccountUsername() an internal function | Lioncash | |
We can just make the function accept an arbitrary ProfileManager reference and operate on that instead of tying the function to the class itself. This allows us to keep the function internal to the cpp file and removes the need to forward declare the UUID struct. | |||
2018-10-25 | configure_system: Default initialize member variables | Lioncash | |
These should be initialized to deterministic values so it's easier to catch improper behavior, as it'll always be reproducable, instead of performing uninitialized reads. | |||
2018-10-25 | configure_system: Amend function casing | Lioncash | |
2018-10-25 | configure_system: Add missing override specifier on the destructor | Lioncash | |
2018-10-25 | configure_system: Make public slots private | Lioncash | |
These are only used within this class, so we can make them private to keep their use contained. This also gets rid of the pre-Qt5 'slot' identifier, since Qt 5's connection syntax doesn't require a function to be declared a slot anymore. | |||
2018-10-24 | configure_system: Clear current username before overwriting | Zach Hilman | |
Prevents bug where old username would remain if the new username was shorter in length. | |||
2018-10-23 | profile_manager: Create save data if it doesn't exist on use | Zach Hilman | |
2018-10-23 | profile_manager: Load user icons, names, and UUIDs from system save | Zach Hilman | |
2018-10-23 | qt: Add Profile Manager UI to system settings | Zach Hilman | |
2018-01-12 | Massive removal of unused modules | James Rowe | |