summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/profile_select.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-03-29service: am: Improve profile select appletNarr the Reg1-1/+2
2023-03-25qt: implement RequestExit for appletsLiam1-0/+2
2022-12-06applets/profile_select: Use aliases for callbacksLioncash1-2/+1
Deduplicates callback definitions and situates it in one place.
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-2/+2
This completes the removal of the old UUID implementation.
2022-02-05profile: Migrate to the new UUID implementationMorph1-3/+2
2021-09-23core/profile_select: Avoid uninitialized read in SelectProfile()Lioncash1-1/+2
The default constructor of UUID doesn't initialize its data members, so we need to directly initialize it to be invalid.
2021-06-28general: Make most settings a BasicSettinglat9nq1-1/+1
Creates a new BasicSettings class in common/settings, and forces setting a default and label for each setting that uses it in common/settings. Moves defaults and labels from both frontends into common settings. Creates a helper function in each frontend to facillitate reading the settings now with the new default and label properties. Settings::Setting is also now a subclass of Settings::BasicSetting. Also adds documentation for both Setting and BasicSetting.
2021-04-15common: Move settings to common from core.bunnei1-1/+1
- Removes a dependency on core and input_common from common.
2020-10-21Revert "core: Fix clang build"bunnei1-2/+1
2020-10-18core: Fix clang buildLioncash1-1/+2
Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman1-2/+3
2018-12-03frontend: Add frontend applet for ProfileSelectZach Hilman1-0/+19
Responsible for selecting a profile and firing callback upon completion.