summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/android/qandroidinputcontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Android: Place cursor correctly on screen when editing"Rami Potinkara2021-10-261-44/+6
* Android: Fix handling of cursor position when stop composingAndreas Buhr2021-10-141-7/+15
* Revert "[Android] Remove signal and slot mechanism to listen states in editor's"Andreas Buhr2021-10-131-36/+7
* Android: Fix select handles misplacement on QDialogPekka Gehör2021-05-251-8/+37
* [Android] Remove signal and slot mechanism to listen states in editor'sTapio Oksa2021-04-221-7/+36
* Android: Add select and copy capability to read-only text widgetsPiotr Mikolajczyk2021-03-301-14/+17
* Android: Fix constant resize of a large TextEdit on clickPiotr Mikolajczyk2021-03-101-4/+5
* Android: Place cursor correctly on screen when editingPiotr Mikolajczyk2021-03-051-3/+41
* Android: Use new QPlatformInputContext geometry APIMorten Sørvig2021-02-041-51/+17
* Android: fix compiler warnings for Android inputAssam Boudjelthia2021-02-031-3/+3
* Make setSelectionOnFocusObject() take native pixelsMorten Sørvig2021-02-021-6/+1
* Add geometry accessors to QPlatformInputContextMorten Johan Sørvig2021-02-011-4/+4
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-271-15/+13
* [Android] Fix Text select handle misplaced on fields inside QDialog issuesPekka Gehör2021-01-201-2/+2
* Disable copying and assigning of QEventVolker Hilsheimer2020-11-191-9/+11
* [Android] Request cursor to be in proper positionTapio Oksa2020-10-291-4/+13
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Android: rename Android's package name for Qt 6Assam Boudjelthia2020-10-031-3/+3
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-2/+2
* Use qsizetype in QListLars Knoll2020-07-061-2/+2
* Port platform plugins to QStringViewLars Knoll2020-06-151-4/+4
* Revert "Release left button before showing the popup context menu"Eskil Abrahamsen Blomfeldt2019-10-211-3/+0
* QAndroidInputContext: Generate a QInputMethodEvent in reset()Vova Mshanetskiy2019-06-281-0/+1
* QAndroidInputContext: Do not stop composing when user taps the cursorVova Mshanetskiy2019-06-281-1/+19
* QAndroidInputContext: Consider preedit text in getCursorCapsMode()Vova Mshanetskiy2019-06-281-2/+7
* QAndroidInputContext: Improve compatibility with virtual keyboardsVova Mshanetskiy2019-06-051-200/+426
* QAndroidInputContext: Don't allow clearing selection by dragging handlesVova Mshanetskiy2019-06-051-39/+27
* QAndroidInputContext: Fix unneeded preedit commits when dragging handlesVova Mshanetskiy2019-06-051-11/+52
* QAndroidInputContext: Fix getTextBefore/AfterCursor() in mid. of preeditVova Mshanetskiy2019-05-081-30/+47
* QAndroidInputContext: Fix most "Input method out of sync" warningsVova Mshanetskiy2019-05-131-0/+2
* QAndroidInputContext: Fix start value of Cursor attribute in longPress()Vova Mshanetskiy2019-05-101-1/+1
* Android: Fix deleting of new lines when using backspaceAndy Shaw2019-05-031-4/+22
* Android: If there is no surrounding text then don't try to delete itAndy Shaw2019-01-281-0/+4
* Use jint instead of jboolean where applicable and initialize variablesAndy Shaw2019-01-081-14/+14
* Use the AndroidDeadlockProtector when using a blockingqueued connectionAndy Shaw2019-01-041-6/+4
* Android: Don't use blocking queued when suspending the applicationAndy Shaw2018-11-301-1/+6
* Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-141-2/+14
|\
| * Detect when we are at the sentence boundaryAndy Shaw2018-09-131-2/+14
* | Android: Cleanup the threading handlingBogDan Vatra2018-04-151-117/+104
* | Make sure we finish composing before we do any operations on textBogDan Vatra2018-04-151-0/+6
* | Release left button before showing the popup context menuBogDan Vatra2018-04-151-0/+7
* | Android: rewrite edit context menuBogDan Vatra2018-04-151-10/+15
* | Hide cursor handle after ~4s on inactivityBogDan Vatra2018-03-141-0/+16
* | Remove text selection handles when keyboard is hiddenBogDan Vatra2018-03-141-0/+9
* | Refactor cursor & selection handlesBogDan Vatra2018-03-141-32/+76
|/
* Check selection handles positionBogDan Vatra2018-01-271-6/+42
* Android: Hide handler(s) if the cursor is not visible anymoreBogDan Vatra2018-01-271-0/+10
* Android: Set correct input hints when queried through getCursorCapsModeJohan Klokkhammer Helsing2017-12-151-3/+3
* Allow the users to disable the text handlesBogDan Vatra2017-12-121-0/+4
* Android: stop composing before pasting new textPaul Olav Tvete2017-08-211-1/+2