summaryrefslogtreecommitdiff
path: root/src/yuzu/applets
AgeCommit message (Expand)Author
2020-04-16General: Resolve warnings related to missing declarationsLioncash
2019-06-24web_browser: Rename OpenPage to OpenPageLocalZach Hilman
2019-06-07constants: Extract backup JPEG used by account servicesZach Hilman
2019-06-05Merge pull request #2527 from lioncash/indexZach Hilman
2019-05-30Merge pull request #1931 from DarkLordZach/mii-database-1bunnei
2019-05-29yuzu/software_keyboard: Remove unnecessary GetStatus() member functionLioncash
2019-05-29profile_select: Remove unnecessary GetStatus() member functionLioncash
2019-05-29profile_select: Return int instead of u32 for GetIndex()Lioncash
2019-05-24yuzu/applets/software_keyboard: Remove unused assert headerLioncash
2019-05-24yuzu/applets/software_keyboard: std::move argument in MainWindowFinishedText()Lioncash
2019-05-24yuzu/applets/software_keyboard: Resolve sign mismatch comparisonLioncash
2019-05-24yuzu/applets/software_keyboard: Specify string conversions explicitlyLioncash
2019-05-24yuzu/applets/error: Specify string conversions explicitlyLioncash
2019-05-19Merge pull request #2468 from lioncash/deductionHexagon12
2019-05-19yuzu/applets/profile_select: Mark header string as translatableLioncash
2019-05-14yuzu: Remove explicit types from locks where applicableLioncash
2019-04-25profile_select: Port Service::Account::UUID to Common::UUIDZach Hilman
2019-04-17web_browser: Make OpenPage non-constZach Hilman
2019-04-17qt: Add dialog implementation of Error appletZach Hilman
2019-04-17web_browser: Make OpenPage constZach Hilman
2019-04-09Merge pull request #2132 from FearlessTobi/port-4437bunnei
2019-04-03yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead...Lioncash
2019-04-03yuzu/applets/profile_select: Use QDialogButtonBox standard buttons instead of...Lioncash
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
2019-03-16yuzu: Make hotkeys configurable via the GUIAdityarup Laha
2019-03-04web_browser: Add shortcut to Enter key to exit appletZach Hilman
2019-01-17core/frontend/applets/web_browser: Make OpenPage() non-constLioncash
2019-01-17yuzu/web_browser: std::move std::function instances in OpenPage()Lioncash
2019-01-17yuzu/web_browser: Make slot functions privateLioncash
2018-12-28web_browser: Add bounds checking to applet interfaceZach Hilman
2018-12-28qt: Implement Qt frontend to web browserZach Hilman
2018-12-03applets: Correct event ResetTypes from OneShot to StickyZach Hilman
2018-12-03qt: Implement GUI dialog frontend for ProfileSelectorZach Hilman
2018-11-20yuzu/applets/software_keyboard: Override accept() and reject() instead of pro...Lioncash
2018-11-20yuzu/applets/software_keyboard: std::move std::function instances where appli...Lioncash
2018-11-20yuzu/applets/software_keyboard: Make slots private functionsLioncash
2018-11-18software_keyboard: Add max and current length display to dialogZach Hilman
2018-11-18applet: Add operation completed callbackZach Hilman
2018-11-18software_keyboard: Make GetText asynchronousZach Hilman
2018-11-18am: Allow applets to push multiple and different channels of dataZach Hilman
2018-11-18am: Deglobalize software keyboard appletZach Hilman
2018-11-18qt/main: Register Qt Software Keyboard frontend with AMZach Hilman
2018-11-18qt/applets: Provide Qt frontend implementation of software keyboardZach Hilman