summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/applets/profile_select.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: am: Improve profile select appletNarr the Reg2023-03-291-1/+2
|
* qt: implement RequestExit for appletsLiam2023-03-251-0/+2
|
* applets/profile_select: Use aliases for callbacksLioncash2022-12-061-2/+1
| | | | Deduplicates callback definitions and situates it in one place.
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-2/+2
| | | | This completes the removal of the old UUID implementation.
* profile: Migrate to the new UUID implementationMorph2022-02-051-3/+2
|
* core/profile_select: Avoid uninitialized read in SelectProfile()Lioncash2021-09-231-1/+2
| | | | | The default constructor of UUID doesn't initialize its data members, so we need to directly initialize it to be invalid.
* general: Make most settings a BasicSettinglat9nq2021-06-281-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.
* common: Move settings to common from core.bunnei2021-04-151-1/+1
| | | | - Removes a dependency on core and input_common from common.
* Revert "core: Fix clang build"bunnei2020-10-211-2/+1
|
* core: Fix clang buildLioncash2020-10-181-1/+2
| | | | | | | Recent changes to the build system that made more warnings be flagged as errors caused building via clang to break. Fixes #4795
* profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-251-2/+3
|
* frontend: Add frontend applet for ProfileSelectZach Hilman2018-12-031-0/+19
Responsible for selecting a profile and firing callback upon completion.