Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-10-27 | configure_system: Make GetIcon() return the scaled 64x64 icon | Lioncash | |
Avoids the need to put the scaling parameters all over the place for the common case. The only other time scaling is done is to generate the smaller 48x48 image, so this is fine. | |||
2018-10-27 | configure_system: Move entry formatting for the user account list entries to ↵ | Lioncash | |
its own function Avoids the need to duplicate this all over the place, and makes it translator-friendly across the board. | |||
2018-10-27 | configure_system: Display errors to the user if file operations fail when ↵ | Lioncash | |
setting user images We should display an error to the user if setting a user image for an account fails, rather than continuing onwards. | |||
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 | |