Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-13 | svc: Use proper random entropy generation algorithm | Zach Hilman | |
2018-11-12 | svc: Return random seed for svcGetInfo RandomEntropy | Zach Hilman | |
2018-11-11 | settings: Add config option to set RNG seed | Zach Hilman | |
2018-11-06 | configure_system: Fix compiler warning | Frederic Laing | |
2018-11-01 | Merge pull request #1615 from lioncash/input | bunnei | |
configure_system: Contrain profile usernames to 32 characters | |||
2018-10-31 | configure_system: Contrain profile usernames to 32 characters | Lioncash | |
Previously, we would let a user enter an unbounded name and then silently truncate away characters that went over the 32-character limit. This is kind of bad from the UX point of view, because we're essentially not doing what the user intended in certain scenarios. Instead, we clamp it to 32 characters and make that visually apparent in the dialog box to provide a name for a user. | |||
2018-10-30 | Merge pull request #1595 from FreddyFunk/cast | bunnei | |
configure_system: Fix compiler warning | |||
2018-10-30 | global: Use std::optional instead of boost::optional (#1578) | Frederic L | |
* get rid of boost::optional * Remove optional references * Use std::reference_wrapper for optional references * Fix clang format * Fix clang format part 2 * Adressed feedback * Fix clang format and MacOS build | |||
2018-10-28 | configure_system: Fix compiler warning | Frederic Laing | |
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 | |