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
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
/
qtestmouse.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
testlib: make it possible to test double-clicks with discrete events
Shawn Rutledge
2022-10-16
1
-4
/
+10
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
qtestmouse.h: compile with QT_TYPESAFE_FLAGS
Marc Mutz
2022-03-07
1
-4
/
+4
*
Implement QTest:mouseMove widget overload to send event
Volker Hilsheimer
2021-10-30
1
-8
/
+15
*
Replace QTest::qWarn() with qWarning()
Edward Welbourne
2021-09-23
1
-5
/
+5
*
QTest: don't wait before sending mouse event: increment the timestamp
Shawn Rutledge
2020-11-17
1
-25
/
+18
*
Stop copying events in tests
Volker Hilsheimer
2020-11-12
1
-8
/
+13
*
Remove QTest::lastMouseButton
Shawn Rutledge
2020-11-11
1
-3
/
+0
*
Refactor pointer event hierarchy
Shawn Rutledge
2020-07-10
1
-4
/
+4
*
Testlib: Rename qtest_global.h to qttestglobal.h
Ulf Hermann
2018-03-21
1
-1
/
+1
*
qtestlib: fix support for pressing multiple mouse buttons
Gatis Paeglis
2018-03-01
1
-8
/
+18
*
qtestmouse: do not qWait for mocked events on macOS
Gatis Paeglis
2017-11-30
1
-11
/
+7
*
qpa: enhance mouse event with type and button data
Gatis Paeglis
2017-10-10
1
-6
/
+13
*
testlib: Print event coordinates and window size when event is outside of window
Mitch Curtis
2017-09-05
1
-2
/
+4
*
QTestLib: Add timestamp to mouse click events
Peter Varga
2016-12-16
1
-2
/
+13
*
Support C++17 fallthrough attribute
Allan Sandfeld Jensen
2016-08-19
1
-2
/
+2
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
QTest::mouseEvent expects window-local coordinates.
Volker Krause
2015-11-17
1
-1
/
+1
*
QtTestLib: Use Q_NULLPTR instead of 0 in all public headers
Marc Mutz
2015-07-06
1
-11
/
+19
*
Keep the mouse timestamp for tests closer to the actual time
Ulf Hermann
2015-06-05
1
-2
/
+4
*
Merge remote-tracking branch 'origin/5.5' into dev
Simon Hausmann
2015-06-03
1
-1
/
+1
|
\
|
*
Make data tables const.
Volker Krause
2015-05-05
1
-1
/
+1
*
|
QTestLib: Move lastButton member into implementation
Ulf Hermann
2015-06-02
1
-11
/
+11
*
|
Cleanup the mouse event handling in testlib
Lars Knoll
2015-06-02
1
-34
/
+38
|
/
*
Merge remote-tracking branch 'origin/5.4' into 5.5
Liang Qi
2015-04-15
1
-1
/
+1
|
\
|
*
Explicitly cast to a uint to fix a compile error
Andy Shaw
2015-03-31
1
-1
/
+1
*
|
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
*
Fix synqt-warnings in QTestLib.
Friedemann Kleint
2013-10-14
1
-1
/
+1
*
Fix mouse test event in window warning message.
Martin Jones
2013-08-18
1
-1
/
+5
*
Warn if mouse event occurs outside target window in tests.
Stephen Kelly
2013-04-12
1
-0
/
+3
*
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
-8
/
+8
*
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
*
Fix -Wlogical-op warning in qtestmouse.h
David Faure
2012-05-11
1
-2
/
+0
*
Change remaining uses of {to,from}Ascii to {to,from}Latin1 [QtTest]
Thiago Macieira
2012-05-04
1
-1
/
+1
*
Add QPA notes to QCursor pos() and setPos()
Laszlo Agocs
2012-03-27
1
-1
/
+2
*
Deliver events in qtestmouse
Laszlo Agocs
2012-03-13
1
-6
/
+11
*
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
-2
/
+5
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Propagate QTest::mouseEvent keyboard modifiers.
Andrew den Exter
2011-11-10
1
-7
/
+7
*
Clean-up a macro for Cocoa
Morten Sorvig
2011-10-10
1
-2
/
+2
*
testlib: Fix header guard files
Sergio Ahumada
2011-10-04
1
-1
/
+1
[next]