aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/applets/software_keyboard.cpp
AgeCommit message (Expand)Author
2021-07-14applets: Append qt_ prefix to Qt frontend appletsMorph
2021-05-27applets/swkbd: Make use of std::move where applicableMorph
2021-05-22applets/swkbd: Make use of QueuedConnection in returnPressed signalMorph
2021-05-19applets/swkbd: Send the correct text string on TextCheck::ConfirmMorph
2021-04-24applets/swkbd: Fix software keyboard button hint scalingIts-Rei
2021-04-15applets/swkbd: Implement the Qt Software Keyboard frontendMorph
2021-04-15applets: Remove the previous software keyboard applet implementationMorph
2020-12-05applets: Resolve variable shadowingMorph
2019-05-29yuzu/software_keyboard: Remove unnecessary GetStatus() member functionLioncash
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-04-03yuzu/applets/software_keyboard: Use QDialogButtonBox standard buttons instead...Lioncash
2019-04-01general: Use deducation guides for std::lock_guard and std::unique_lockLioncash
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-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