index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
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.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
/
testlib
/
qtesttouch.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Refactor testlib touch functions into qtestsupport_gui and _widgets
Shawn Rutledge
2020-09-08
1
-160
/
+5
*
Refactor pointer event hierarchy
Shawn Rutledge
2020-07-10
1
-41
/
+46
*
Introduce QInputDevice hierarchy; replace QTouchDevice
Shawn Rutledge
2020-06-16
1
-10
/
+13
*
Initial cleanup of qevent.h for Qt6
Allan Sandfeld Jensen
2020-03-05
1
-0
/
+1
*
Testlib: Rename qtest_global.h to qttestglobal.h
Ulf Hermann
2018-03-21
1
-1
/
+1
*
doc: Fix remaining clang parsing errors in QtTest
Martin Smith
2018-01-18
1
-4
/
+4
*
Replace Q_NULLPTR with nullptr where possible
Kevin Funk
2017-09-19
1
-8
/
+8
*
Merge remote-tracking branch 'origin/5.7' into dev
Liang Qi
2016-08-16
1
-0
/
+1
|
\
|
*
QTest::QTouchEventSequence: add a sleep before each touch movement
Shawn Rutledge
2016-08-12
1
-0
/
+1
*
|
add QTest::createTouchDevice()
Shawn Rutledge
2016-06-10
1
-0
/
+1
|
/
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
QtTestLib: Use Q_NULLPTR instead of 0 in all public headers
Marc Mutz
2015-07-06
1
-8
/
+8
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
2013-01-29
1
-4
/
+0
*
Make the QtTest GUI headers compile on their own
Thiago Macieira
2013-01-24
1
-0
/
+1
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Make tests compile without gui-private
Paul Olav Tvete
2012-08-02
1
-28
/
+7
*
Move QWindowSystemInterface out of qpa.
Stephen Kelly
2012-07-19
1
-1
/
+1
*
Make QWindowSystemInterface part of QPA API
Girish Ramakrishnan
2012-07-03
1
-1
/
+1
*
Add flag in testlib to disable committing the simulated touch
Laszlo Agocs
2012-04-24
1
-13
/
+18
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Remove use of QT_MODULE from library
Gunnar Sletta
2012-01-25
1
-1
/
+0
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
Compile if the header files from QtWidgets are unavailable
Lars Knoll
2012-01-12
1
-0
/
+2
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Remove redundant touch processing in QtGui and widgets.
Laszlo Agocs
2011-12-14
1
-30
/
+26
*
Store the primary status in the touch point flags.
Laszlo Agocs
2011-12-12
1
-1
/
+1
*
Remove event type parameter from handleTouchEvent.
Laszlo Agocs
2011-12-09
1
-1
/
+1
*
Extend touch events.
Laszlo Agocs
2011-12-09
1
-16
/
+16
*
Use Q_FOREACH in headers.
Stephen Kelly
2011-11-27
1
-1
/
+1
*
Prevent timestamps in widgets' touch events from disappearing
Laszlo Agocs
2011-11-04
1
-2
/
+3
*
Allow commiting and then reusing a QTouchEventSequence for testing.
Michael Brasser
2011-10-24
1
-20
/
+33
*
testlib: Separate the gui- and widgets-specific api
Kent Hansen
2011-09-21
1
-23
/
+19
*
testlib: Remove widgets dependency when only using gui
Kent Hansen
2011-09-21
1
-1
/
+25
*
Initialize in the right order
Gunnar Sletta
2011-09-19
1
-2
/
+2
*
correctly initialise private data in QTouchEventSequence constructor
Matthew Cattell
2011-09-17
1
-2
/
+2
*
compile when shadowing is an error
Gunnar Sletta
2011-09-15
1
-7
/
+7
*
added small delay after touch event is dispatched
Matthew Cattell
2011-09-14
1
-0
/
+1
*
added support for qwindow
Matthew Cattell
2011-09-06
1
-3
/
+72
*
Merge remote branch 'staging/master' into refactor
Paul Olav Tvete
2011-05-24
1
-17
/
+17
|
\
|
*
Update licenseheader text in source files for qtbase Qt module
Jyri Tahtela
2011-05-24
1
-17
/
+17
*
|
Get the QWidget auto-test compiling and running.
Samuel Rødal
2011-05-20
1
-1
/
+1
|
/
*
Initial import from the monolithic Qt.
Qt by Nokia
2011-04-27
1
-0
/
+153