index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
platforms
/
android
/
androidjniinput.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: Add default template argument return type to AndroidBackendRegister
Petri Virkkunen
2025-06-12
1
-2
/
+2
*
Android: Do not modify Touch Event position in JAVA code
Bartlomiej Moskal
2025-03-27
1
-21
/
+24
*
Android: Fix touchDown event coordinates
Bartlomiej Moskal
2025-03-27
1
-1
/
+6
*
Android: Fix mouse button processing
Andrew Forrest
2025-02-05
1
-16
/
+16
*
Android: don't manage available screen size values under androidjnimain
Assam Boudjelthia
2025-01-28
1
-4
/
+9
*
Android: Remove getQtLayout() method
Tinja Paavoseppä
2024-08-23
1
-9
/
+1
*
Android: Move EditPopupMenu to QtWindow
Tinja Paavoseppä
2024-08-23
1
-2
/
+1
*
Android: Move CursorHandles to QtEditText
Tinja Paavoseppä
2024-08-23
1
-1
/
+1
*
Android: Change the touch points numbering
Bartlomiej Moskal
2024-07-10
1
-1
/
+2
*
Android: Map touch position to global coordinates
Tinja Paavoseppä
2024-06-13
1
-4
/
+13
*
Android: private export GenericMotionEventListener and KeyEventListener
Assam Boudjelthia
2024-06-06
1
-62
/
+0
*
Android: Implement input backend interface
Petri Virkkunen
2024-05-21
1
-24
/
+23
*
Android: Implement QtLayout backend interface
Petri Virkkunen
2024-05-21
1
-1
/
+4
*
Android: Detect mouse buttons
Axel Spoerl
2024-04-22
1
-11
/
+75
*
Android: Do not double finger size for touch events
Zoltan Gera
2024-02-16
1
-4
/
+4
*
Android: Fix touch events for child windows
Tinja Paavoseppä
2023-12-14
1
-37
/
+46
*
Android: remove a11y methods from QtNative, call a11y delegate direct
Assam Boudjelthia
2023-11-06
1
-14
/
+0
*
Android: clean up error handling and native methods registration
Volker Hilsheimer
2023-11-01
1
-4
/
+3
*
Android: move input handling from QtActivityDelegate to separate class
Assam Boudjelthia
2023-10-18
1
-17
/
+102
*
androidjniinput.cpp: const and cleanup
Shawn Rutledge
2023-10-10
1
-18
/
+17
*
Fix hi-dpi mouse and tablet events on Android
Shawn Rutledge
2023-10-10
1
-6
/
+8
*
Handle ACTION_POINTER_UP with tablet events
Juha Vuolle
2023-10-10
1
-0
/
+1
*
Android: use logging category for im debug
Liang Qi
2023-06-19
1
-24
/
+10
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
Android: Treat ACTION_CANCEL as TouchCancelEvent
Mike Achtelik
2021-10-29
1
-6
/
+30
*
Revert "Android: Place cursor correctly on screen when editing"
Rami Potinkara
2021-10-26
1
-14
/
+2
*
Android: Fix select handles misplacement on QDialog
Pekka Gehör
2021-05-25
1
-0
/
+5
*
Android: Fix constant resize of a large TextEdit on click
Piotr Mikolajczyk
2021-03-10
1
-3
/
+1
*
Android: Place cursor correctly on screen when editing
Piotr Mikolajczyk
2021-03-05
1
-2
/
+14
*
Android: fix compiler warnings for Android input
Assam Boudjelthia
2021-02-03
1
-31
/
+33
*
Make QJniObject and QJniEnvironment public API
Assam Boudjelthia
2021-01-27
1
-24
/
+22
*
Android: KEYCODE_MEDIA_PLAY_PAUSE translated right
Piotr Mikolajczyk
2020-12-21
1
-1
/
+1
*
Refactor pointer event hierarchy
Shawn Rutledge
2020-07-10
1
-6
/
+6
*
Introduce QInputDevice hierarchy; replace QTouchDevice
Shawn Rutledge
2020-06-16
1
-10
/
+9
*
Android: fix behovior of right click to not interfere with other clicks
Assam Boudjelthia
2020-06-11
1
-10
/
+10
*
Android JNI: update usage of QWindowSystemInterface::handleMouseEvent()
Shawn Rutledge
2020-05-12
1
-18
/
+15
*
Android: Implement MaximizeUsingFullscreenGeometryHint
Eskil Abrahamsen Blomfeldt
2020-03-30
1
-2
/
+2
*
Initial cleanup of qevent.h for Qt6
Allan Sandfeld Jensen
2020-03-05
1
-0
/
+1
*
Revert "Android: Implement MaximizeUsingFullscreenGeometryHint"
Eskil Abrahamsen Blomfeldt
2020-01-07
1
-2
/
+2
*
Android: Implement MaximizeUsingFullscreenGeometryHint
Eskil Abrahamsen Blomfeldt
2019-11-08
1
-2
/
+2
*
Revert "Release left button before showing the popup context menu"
Eskil Abrahamsen Blomfeldt
2019-10-21
1
-14
/
+0
*
Android: Support mouse hover
Michael Dippold
2018-07-13
1
-2
/
+1
*
Release left button before showing the popup context menu
BogDan Vatra
2018-04-15
1
-0
/
+14
*
Android: rewrite edit context menu
BogDan Vatra
2018-04-15
1
-4
/
+5
*
Remove text selection handles when keyboard is hidden
BogDan Vatra
2018-03-14
1
-1
/
+3
*
Merge remote-tracking branch 'origin/5.9' into dev
Liang Qi
2017-07-06
1
-0
/
+1
|
\
|
*
Android: Add lock to protect access to the platform interface
Christian Stromme
2017-07-03
1
-0
/
+1
*
|
Use qRadiansToDegrees() and qDegreesToRadians() more widely
Edward Welbourne
2017-07-05
1
-1
/
+2
|
/
*
Convert features.tabletevent to QT_CONFIG
Stephan Binner
2017-06-28
1
-6
/
+8
*
Android: fix missing wheel events
J-P Nurmi
2017-06-18
1
-0
/
+20
[next]