summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/ios/qiosinputcontext.h
Commit message (Expand)AuthorAgeFilesLines
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* QFlags: remove deprecated constructorEdward Welbourne2020-10-031-4/+4
* Remove unnecessary ; after function implementationsLars Schmertmann2020-07-061-2/+2
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-11/+11
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-061-0/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-011-0/+1
| |\
| | * iOS: hide shortcuts bar on iPad when showing menusRichard Moe Gustavsen2016-09-301-0/+1
* | | Fix namespaced build on iOSJake Petroules2016-09-201-2/+2
|/ /
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-061-0/+5
|\|
| * iOS: Return correct QLocale from QIOSInputContextRichard Moe Gustavsen2016-05-271-0/+5
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* iOS: Don't scroll screen on changes to input item transformTor Arne Vestbø2014-12-111-1/+0
* iOS: Properly support QInputMethod's visible and animating propertiesTor Arne Vestbø2014-12-021-4/+22
* iOS: Simplify view management in QIOSKeyboardListenerTor Arne Vestbø2014-12-021-0/+2
* iOS: Refactor QIOSKeyboardListener implementation and usageTor Arne Vestbø2014-12-021-1/+5
* iOS: Clean up QPlatformInputContext subclass headerTor Arne Vestbø2014-11-251-10/+12
* iOS: close keyboard by resigning first responderRichard Moe Gustavsen2014-11-131-3/+0
* iOS: Allow virtual keyboard to be hidden by QInputMethod::hide()Tor Arne Vestbø2014-11-081-1/+2
* iOS: Detect when inputMethodAccepted() is out of sync with focus objectTor Arne Vestbø2014-11-061-0/+1
* iOS: Allow virtual keyboard returnKeyType to be set through IM platformDataTor Arne Vestbø2014-11-031-0/+1
* iOS: Make QIOSTextInputResponder a proper first-responder during text inputTor Arne Vestbø2014-11-031-1/+7
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* iOS: Allow settings custom input and accessory views through ImPlatformDataTor Arne Vestbø2014-09-201-0/+3
* iOS: Refactor text input handling to standalone responderTor Arne Vestbø2014-09-201-3/+16
* iOS: don't store reference to focus objectRichard Moe Gustavsen2014-02-141-1/+0
* iOS: implement support for input methodsRichard Moe Gustavsen2014-02-061-1/+7
* iOS: change logic for when to scroll screenRichard Moe Gustavsen2014-02-061-4/+4
* iOS: update keyboard layout upon focus transferRichard Moe Gustavsen2013-11-251-0/+1
* iOS: don't scroll after inputItem has movedRichard Moe Gustavsen2013-11-251-0/+3
* iOS: scroll screen when keyboard opensRichard Moe Gustavsen2013-11-251-0/+1
* iOS: decouple QIOSWindow and QIOSInputContextRichard Moe Gustavsen2013-11-241-2/+2
* iOS: post the code that closes the input panelRichard Moe Gustavsen2013-06-251-0/+1
* iOS: let first responder follow the view of the focus windowRichard Moe Gustavsen2013-02-271-0/+3
* iOS: report changes to keyboard rect back to QtRichard Moe Gustavsen2013-02-271-0/+1
* iOS: add class QIOSInputContext (to handle keyboard)Richard Moe Gustavsen2013-02-271-0/+69