aboutsummaryrefslogtreecommitdiff
path: root/src/yuzu/applets/qt_software_keyboard.cpp
AgeCommit message (Collapse)Author
2022-05-16qt_software_keyboard: Address review feedbacklat9nq
Use auto and a more descriptive variable name. Secondly, fix some C++ misconceptions or constructing too many objects. Co-authored-by: Morph <39850852+Morph1984@users.noreply.github.com> Co-authored-by: Lioncash <mathew1800@gmail.com>
2022-05-15qt_software_keyboard: Use Common::U16StringFromBufferlat9nq
See ffd3afcf2
2022-04-23general: Convert source file copyright comments over to SPDXMorph
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.
2021-12-13qt_software_keyboard: Fix out of bounds array accessMorph
We were unconditionally accessing the keyboard_buttons array, even if the bottom_osk_index was for the numberpad, leading to an out of bounds array access. Fix this by accessing the proper array for the current button when the index is for the numberpad.
2021-11-24core/hid: Rename NpadType to NpadStyleIndexgerman77
2021-11-24configuration: Migrate controller settings to emulated controllergerman77
2021-11-24Qt_applets: Use new inputgerman77
2021-11-08applets/swkbd: Skip text checking if the text has been confirmedMorph
Confirm means that the text has already been checked by the application to be correct, but is asking the user for confirmation. The confirmation text itself seems to be corrupted though, this needs to be investigated. Fixes the software keyboard in Famicom Detective Club: The Missing Heir
2021-08-19qt_software_keyboard: fix copy-paste errorValeri
2021-07-14applets: Append qt_ prefix to Qt frontend appletsMorph