summaryrefslogtreecommitdiffstats
path: root/src/yuzu/configuration/configure_profile_manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* configure_profile_manager: Cleanup reference/pointer usagelat9nq2022-11-161-4/+4
* configure_profile_manager: Use a custom dialog for deletionlat9nq2022-11-161-10/+57
* chore: make yuzu REUSE compliantAndrea Pappacoda2022-07-271-3/+2
* yuzu: Reduce unused includesameerj2022-03-201-2/+0
* general: Rename NewUUID to UUID, and remove the previous UUID implMorph2022-02-051-5/+5
* profile: Migrate to the new UUID implementationMorph2022-02-051-7/+7
* profile_manager: Resize any image bigger than 256pgerman772021-10-301-0/+11
* configuration: Use std::make_unique instead of operator new for uiMorph2021-10-151-1/+1
* configuration: Add const qualifier where ablelat9nq2021-10-071-1/+1
* yuzu qt: Remove global system instances from config, WaitTree, mainlat9nq2021-10-071-5/+3
* style: Remove extra space preceding the :: operatorMorph2021-09-291-1/+1
* general: Make most settings a BasicSettinglat9nq2021-06-281-4/+7
* common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph2021-05-261-6/+7
* common: Move settings to common from core.bunnei2021-04-151-2/+2
* Avoid overwritting usernamegerman2021-01-281-1/+1
* core: Silence Wclass-memaccess warningsReinUsesLisp2021-01-151-3/+3
* core: Eliminate remaining usages of the global system instanceLioncash2020-11-271-1/+1
* common/fileutil: Convert namespace to Common::FSLioncash2020-08-161-2/+2
* Qt: Fixed behaviour of buttons by connecting functors to correct signalsSilent2019-08-021-4/+4
* yuzu/configuration: Make all widgets and dialogs aware of language changesLioncash2019-06-061-5/+16
* yuzu/configuration: Make function naming consistentLioncash2019-06-051-4/+5
* Merge pull request #1931 from DarkLordZach/mii-database-1bunnei2019-05-301-6/+5
|\
| * profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman2019-04-251-6/+5
* | yuzu/configuration/configure_profile_manager: Mark UI string as translatableLioncash2019-05-191-1/+1
|/
* qt: Move profile manager to own UI tabZach Hilman2019-01-041-0/+300