Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-25 | configure_system: Make the file selector text translatable | Lioncash | |
This should be localizable, since it's user-facing text. | |||
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: Simplify UUID generation call in AddUser() | Lioncash | |
This is a static function so we can just perform an assignment directly. | |||
2018-10-25 | configure_system: Amend function casing | Lioncash | |
2018-10-24 | profile_manager: Use std::optional instead of boost::optional | Lioncash | |
Now that we can actually use std::optional on macOS, we don't need to continue using boost::optional here. | |||
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 | acc: Fix account UUID duplication error | Zach Hilman | |
2018-10-23 | configure_system: Clear selection after user delete | 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-08-06 | qt: Default destructors where applicable | Lioncash | |
Makes code consistent with our style of defaulting special member functions where applicable. | |||
2018-08-03 | Added ability to change username & language code in the settings ui. Added ↵ | David | |
IProfile::Get and SET::GetLanguageCode for libnx tests (#851) | |||
2018-01-20 | Format: Run the new clang format on everything | James Rowe | |
2018-01-17 | Fixed formatting | noah katz | |
2018-01-16 | Fix non translated string (same as Citra PR 2949) | noah katz | |
2018-01-13 | Minor cleanup | MerryMage | |
2018-01-12 | Remove gpu debugger and get yuzu qt to compile | James Rowe | |
2018-01-12 | Massive removal of unused modules | James Rowe | |