28 Commits (d449600f766af7c54b1d7c2716a94b4f941d0970)

Author SHA1 Message Date
german77 27d5b89fbd service: acc: Only save profiles when profiles have changed 2 years ago
german77 c2b2d7a903 core: Use single instance of profile manager 2 years ago
german77 65b1508d0d service: acc: Ensure proper profile size 2 years ago
lat9nq 348447abbb configure_profile_manager: Cleanup reference/pointer usage 3 years ago
lat9nq 0d4da0b260 configure_profile_manager: Use a custom dialog for deletion 3 years ago
Andrea Pappacoda 6a2efdda2f chore: make yuzu REUSE compliant 4 years ago
ameerj 012963c513 yuzu: Reduce unused includes 4 years ago
Morph e47b5e6a26 general: Rename NewUUID to UUID, and remove the previous UUID impl 4 years ago
Morph 26f74468c4 profile: Migrate to the new UUID implementation 4 years ago
german77 10ea818a4e profile_manager: Resize any image bigger than 256p 4 years ago
Morph e7364a0165 configuration: Use std::make_unique instead of operator new for ui 4 years ago
lat9nq 6405a2a989 configuration: Add const qualifier where able 4 years ago
lat9nq 3aec34df0a yuzu qt: Remove global system instances from config, WaitTree, main 4 years ago
Morph 203d8f7f60 style: Remove extra space preceding the :: operator 4 years ago
lat9nq 794c444285 general: Make most settings a BasicSetting 5 years ago
Morph e8f1d7145e common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270) 5 years ago
bunnei 7a76bc30fa common: Move settings to common from core. 5 years ago
german f4442c3456 Avoid overwritting username 5 years ago
ReinUsesLisp 4854f3291e core: Silence Wclass-memaccess warnings 5 years ago
Lioncash c06510376a core: Eliminate remaining usages of the global system instance 5 years ago
Lioncash a87209e09d common/fileutil: Convert namespace to Common::FS 5 years ago
Silent 70c839c55d Qt: Fixed behaviour of buttons by connecting functors to correct signals 7 years ago
Lioncash fb580dcda2 yuzu/configuration: Make all widgets and dialogs aware of language changes 7 years ago
Lioncash 5bcab18c77 yuzu/configuration: Make function naming consistent 7 years ago
Lioncash 24f3048353 yuzu/configuration/configure_profile_manager: Mark UI string as translatable 7 years ago
Zach Hilman ad5e497bff profile_select: Port Service::Account::UUID to Common::UUID 7 years ago
Zach Hilman fe91364e29 qt: Move profile manager to own UI tab 7 years ago
Zach Hilman deb5d6be60 svc: Use proper random entropy generation algorithm 7 years ago
Zach Hilman 4c0e453e08 svc: Return random seed for svcGetInfo RandomEntropy 7 years ago
Zach Hilman 6af690c2b8 settings: Add config option to set RNG seed 7 years ago
Frederic Laing c1e5c112c6 configure_system: Fix compiler warning 7 years ago
Lioncash eae8892b57 configure_system: Contrain profile usernames to 32 characters 7 years ago
Frederic L c76f4b6aec global: Use std::optional instead of boost::optional (#1578) 7 years ago
Frederic Laing d0eea8fc3a configure_system: Fix compiler warning 7 years ago
Lioncash f7d6c35085 configure_system: Make GetIcon() return the scaled 64x64 icon 7 years ago
Lioncash f4272e65b8 configure_system: Move entry formatting for the user account list entries to its own function 7 years ago
Lioncash 2099e41b17 configure_system: Display errors to the user if file operations fail when setting user images 7 years ago
Lioncash 062bf90622 configure_system: Make the file selector text translatable 7 years ago
Lioncash 73dea24300 configure_system: Make GetAccountUsername() an internal function 7 years ago
Lioncash 45c01544a6 configure_system: Simplify UUID generation call in AddUser() 7 years ago
Lioncash e39e875547 configure_system: Amend function casing 7 years ago
Lioncash 94daae2847 profile_manager: Use std::optional instead of boost::optional 7 years ago
Zach Hilman 5c294cdb5d configure_system: Clear current username before overwriting 7 years ago
Zach Hilman 1977ed3d9f profile_manager: Create save data if it doesn't exist on use 7 years ago
Zach Hilman da04134ce6 acc: Fix account UUID duplication error 7 years ago
Zach Hilman e1784822f2 configure_system: Clear selection after user delete 7 years ago
Zach Hilman 8bdf2fe7b7 profile_manager: Load user icons, names, and UUIDs from system save 7 years ago
Zach Hilman 22e74d049b qt: Add Profile Manager UI to system settings 7 years ago
Lioncash 5de7c31baa qt: Default destructors where applicable 7 years ago
David 4a4641a134 Added ability to change username & language code in the settings ui. Added IProfile::Get and SET::GetLanguageCode for libnx tests (#851) 7 years ago