Narr the Reg
668eb5b8da
service: am: Improve profile select applet
3 years ago
Liam
50a59487eb
qt: implement RequestExit for applets
3 years ago
Lioncash
a84676c2aa
applets/profile_select: Use aliases for callbacks
Deduplicates callback definitions and situates it in one place.
3 years ago
Morph
99ceb03a1c
general: Convert source file copyright comments over to SPDX
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.
4 years ago
ameerj
936829e873
yuzu: Reduce unused includes
4 years ago
Morph
25db62ce15
general: Rename NewUUID to UUID, and remove the previous UUID impl
This completes the removal of the old UUID implementation.
4 years ago
Morph
dfe11d72e3
profile: Migrate to the new UUID implementation
4 years ago
german77
5ba7b11ba4
yuzu: Implement basic controller navigation
4 years ago
Morph
9a48f252ae
applets: Append qt_ prefix to Qt frontend applets
5 years ago
Morph
f6d4a289d5
applets: Resolve variable shadowing
5 years ago
Kewlan
85b5b816cf
Don't ask for profile when there's only one.
5 years ago
Lioncash
802dd3cc95
profile_select: Remove unnecessary GetStatus() member function
This behavior is already provided by the built-in exec() function. We
just need to check the return value of it.
7 years ago
Lioncash
139301c5a1
profile_select: Return int instead of u32 for GetIndex()
Qt uses a signed value to represent indices. We should follow this
convention where applicable to avoid unnecessary sign-conversion
warnings, as well as making it easier to interoperate with other aspects
of Qt.
While we're at it, we can also make a sign-conversion explicit.
7 years ago
Zach Hilman
851c01c45e
profile_select: Port Service::Account::UUID to Common::UUID
7 years ago
Adityarup Laha
57a4a2ae0f
yuzu: Make hotkeys configurable via the GUI
* Adds a new Hotkeys tab in the Controls group.
* Double-click a Hotkey to rebind it.
7 years ago
Zach Hilman
e11e65b3d6
applets: Correct event ResetTypes from OneShot to Sticky
Fixes bugs relating to signalling in software keyboard.
7 years ago
Zach Hilman
bf90f2402d
qt: Implement GUI dialog frontend for ProfileSelector
Presents profiles in a list, similar to switch.
7 years ago