Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-14 | applets: Append qt_ prefix to Qt frontend applets | Morph | |
2020-12-05 | applets: Resolve variable shadowing | Morph | |
2020-10-22 | Don't ask for profile when there's only one. | Kewlan | |
2019-06-05 | Merge pull request #2527 from lioncash/index | Zach Hilman | |
yuzu/{profile_select, software_keyboard}: Tidy up interface | |||
2019-05-29 | profile_select: Remove unnecessary GetStatus() member function | Lioncash | |
This behavior is already provided by the built-in exec() function. We just need to check the return value of it. | |||
2019-05-29 | profile_select: Return int instead of u32 for GetIndex() | Lioncash | |
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. | |||
2019-04-25 | profile_select: Port Service::Account::UUID to Common::UUID | Zach Hilman | |
2019-03-16 | yuzu: Make hotkeys configurable via the GUI | Adityarup Laha | |
* Adds a new Hotkeys tab in the Controls group. * Double-click a Hotkey to rebind it. | |||
2018-12-03 | applets: Correct event ResetTypes from OneShot to Sticky | Zach Hilman | |
Fixes bugs relating to signalling in software keyboard. | |||
2018-12-03 | qt: Implement GUI dialog frontend for ProfileSelector | Zach Hilman | |
Presents profiles in a list, similar to switch. |