summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets/qt_profile_select.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-01-30am: re-namespace frontend applets to frontend directoryLiam1-2/+2
2023-12-10core: Use single instance of profile managergerman771-6/+8
2023-05-07yuzu/applets/qt_profile_select: connect double-click to accept()QGJ1-0/+1
2023-03-29service: am: Improve profile select appletNarr the Reg1-5/+80
2023-03-25qt: implement RequestExit for appletsLiam1-1/+10
2022-12-06applets/profile_select: Use aliases for callbacksLioncash1-2/+1
2022-08-05Controller bugfixes in profile select (#8716)Steve1-0/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-03-20yuzu: Reduce unused includesameerj1-0/+1
2022-02-05general: Rename NewUUID to UUID, and remove the previous UUID implMorph1-5/+5
2022-02-05profile: Migrate to the new UUID implementationMorph1-7/+7
2021-12-18core: hle: Remove global HLE lock.bunnei1-3/+0
2021-12-02yuzu: Implement basic controller navigationgerman771-2/+15
2021-07-14applets: Append qt_ prefix to Qt frontend appletsMorph1-1/+1
2021-05-26common: fs: Rework the Common Filesystem interface to make use of std::filesystem (#6270)Morph1-4/+5
2021-01-15core: Silence Wclass-memaccess warningsReinUsesLisp1-1/+1
2020-12-05applets: Resolve variable shadowingMorph1-2/+2
2020-10-25applets/profile_select: Resolve a warning in exec()Morph1-1/+1
2020-10-22Don't ask for profile when there's only one.Kewlan1-0/+9
2020-08-16common/fileutil: Convert namespace to Common::FSLioncash1-1/+1
2020-04-17General: Resolve warnings related to missing declarationsLioncash1-0/+2
2019-06-07constants: Extract backup JPEG used by account servicesZach Hilman1-12/+3
2019-05-29profile_select: Remove unnecessary GetStatus() member functionLioncash1-6/+0
2019-05-29profile_select: Return int instead of u32 for GetIndex()Lioncash1-1/+1
2019-05-19yuzu/applets/profile_select: Mark header string as translatableLioncash1-2/+2
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman1-5/+5
2019-04-03yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of custom buttonsLioncash1-4/+1
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash1-1/+1
2019-03-16yuzu: Make hotkeys configurable via the GUIAdityarup Laha1-0/+1
2018-12-03qt: Implement GUI dialog frontend for ProfileSelectorZach Hilman1-0/+168