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
/
qtestsystem.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
testlib: Move qtestsystem helpers to their respective modules
Tor Arne Vestbø
2018-07-16
1
-99
/
+4
*
Merge remote-tracking branch 'origin/5.11' into dev
Liang Qi
2018-05-03
1
-17
/
+1
|
\
|
*
qtestlib: restore qWaitForWindowActive() its original semantics
Gatis Paeglis
2018-05-02
1
-17
/
+1
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-03-08
1
-2
/
+2
|
\
|
|
*
Revert "Make qWaitForWindowActive more robust"
Ville Voutilainen
2018-03-07
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/5.11' into dev
Qt Forward Merge Bot
2018-02-28
1
-2
/
+2
|
\
|
|
*
Make qWaitForWindowActive more robust
Ville Voutilainen
2018-02-27
1
-2
/
+2
*
|
Remove superfluous call from qWaitFor
Kari Oikarinen
2018-02-14
1
-3
/
+1
|
/
*
Fix spelling in qWaitFor comment
Tor Arne Vestbø
2017-10-12
1
-1
/
+1
*
Ensure result of all QTest::qWaitFor are verified
Tor Arne Vestbø
2017-10-05
1
-5
/
+6
*
Workaround GCC 6 parsing error ("used but never defined")
Thiago Macieira
2017-09-27
1
-3
/
+16
*
Fix build: move Q_REQUIRED_RESULT to the right position
Thiago Macieira
2017-09-27
1
-1
/
+1
*
testlib: Add qWaitFor to wait for predicate
Tor Arne Vestbø
2017-09-25
1
-28
/
+39
*
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-03-21
1
-3
/
+3
|
\
|
*
Use the same timeout value for all QTest::qWaitForWindow*() functions
Marc Mutz
2017-03-08
1
-3
/
+3
*
|
Revert "testlib: Add qWaitFor to wait for predicate"
Friedemann Kleint
2017-02-23
1
-39
/
+28
*
|
testlib: Add qWaitFor to wait for predicate
Tor Arne Vestbø
2017-02-21
1
-28
/
+39
*
|
Merge remote-tracking branch 'origin/5.8' into 5.9
Liang Qi
2017-02-16
1
-3
/
+3
|
\
|
|
*
Use Qt::PreciseTimer for the QDeadlineTimers in QTest::qWait*
Thiago Macieira
2017-02-15
1
-3
/
+3
*
|
Merge remote-tracking branch 'origin/5.8' into dev
Liang Qi
2017-01-30
1
-18
/
+18
|
\
|
|
*
Improve QTest::qWait() precision and switch to QDeadlineTimer
Allan Sandfeld Jensen
2017-01-25
1
-18
/
+18
*
|
Use closest QWindow when waiting for a widget to become active/exposed
Tor Arne Vestbø
2016-12-17
1
-2
/
+2
|
/
*
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
-3
/
+3
*
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 QtTest function-unused warnings found by Clang 3.4
Thiago Macieira
2014-01-17
1
-1
/
+1
*
qWaitForWindow* default timeouts are 5 seconds
Shawn Rutledge
2013-03-23
1
-2
/
+2
*
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
2013-01-29
1
-4
/
+0
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Remove QWindow pos, geometry and size as properties; pos->position
Shawn Rutledge
2012-11-08
1
-1
/
+1
*
Fix build when libQtGui is not available
Harald Fernengel
2012-11-01
1
-1
/
+5
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Deprecate qWaitForWindowShown QWidget* overload since 5.0.
Stephen Kelly
2012-08-27
1
-2
/
+2
*
Remove qWaitForWindowShown(QWindow*) overload.
Stephen Kelly
2012-08-23
1
-6
/
+0
*
Deprecate the qWaitForWindowShown(QWindow *) method.
Friedemann Kleint
2012-07-25
1
-2
/
+3
*
Implement waitForWindowExposed and friends for widget windows.
Friedemann Kleint
2012-07-20
1
-10
/
+26
*
Implement qWaitForWindowShown using qWaitForWindowExposed.
Friedemann Kleint
2012-07-12
1
-2
/
+4
*
Make qWaitForWindowShown more robust on X
Laszlo Agocs
2012-05-29
1
-0
/
+14
*
Fix broken qWaitForWindowShown() behavior
Charles Yin
2012-03-16
1
-3
/
+23
*
Improved qWaitForWindowShown().
Samuel Rødal
2012-03-15
1
-11
/
+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
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Make QTest::qWait() handle DeferredDelete event
Charles Yin
2011-11-15
1
-0
/
+2
*
hack to allow qWaitForWindowShown to be used in test cases that use QWindow
Matthew Cattell
2011-09-12
1
-0
/
+7
*
Stabilize autotests using QTest::qWaitForWindowShown on non-X11.
Rohan McGovern
2011-08-18
1
-4
/
+1
*
Update licenseheader text in source files for qtbase Qt module
Jyri Tahtela
2011-05-24
1
-17
/
+17
[next]