index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
testlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Doc: Add porting guide documents
Paul Wicking
2020-09-16
1
-0
/
+46
*
Make QTRY_IMPL() exit its loop if the test fails
Edward Welbourne
2020-09-14
1
-3
/
+3
*
Make QStringList an alias to QList<QString>
Lars Knoll
2020-09-12
2
-9
/
+0
*
Rename QLibraryInfo::location() to path()
Lars Knoll
2020-09-12
1
-1
/
+1
*
Partially revert "Inline QTest::qSleep()"
Lars Knoll
2020-09-12
2
-19
/
+0
*
Doc: Compile snippets only when running tests
Paul Wicking
2020-09-10
2
-13
/
+17
*
Doc: explain how to blacklist QML tests on certain platforms
Mitch Curtis
2020-09-10
1
-2
/
+20
*
Port from devicePixelRatioF() to devicePixelRatio()
Morten Johan Sørvig
2020-09-10
1
-6
/
+6
*
Fix ### Qt 6 comment
Volker Hilsheimer
2020-09-10
1
-5
/
+6
*
Refactor testlib touch functions into qtestsupport_gui and _widgets
Shawn Rutledge
2020-09-08
1
-160
/
+5
*
Inline QTest::qSleep()
Lars Knoll
2020-09-06
2
-7
/
+2
*
Remove two obsolete #defines
Lars Knoll
2020-09-06
1
-5
/
+0
*
Long live QKeyCombination!
Giuseppe D'Angelo
2020-09-03
1
-4
/
+4
*
Fix gcc warning about possible call of printf with nullptr
Volker Hilsheimer
2020-09-02
1
-2
/
+6
*
Deprecate and remove uses of AA_DisableHighDpiScaling
Tor Arne Vestbø
2020-08-31
2
-3
/
+2
*
Deprecate and remove all uses of AA_UseHighDpiPixmaps
Tor Arne Vestbø
2020-08-31
1
-1
/
+0
*
Use build-system to declare tests that are low-DPI
Tor Arne Vestbø
2020-08-28
1
-0
/
+5
*
Deprecate int based convert/canConvert
Lars Knoll
2020-08-24
1
-1
/
+1
*
Deprecate the static int based API in QMetaType
Lars Knoll
2020-08-24
3
-7
/
+7
*
Doc: Mention no_testcase_installs which can be used to prevent install
Andy Shaw
2020-08-20
2
-0
/
+9
*
CMake: Re-implement configure/qmake's command line handling in CMake
Joerg Bornemann
2020-08-17
1
-0
/
+0
*
Remove QVariant(int type, void *data, ...) constructor
Lars Knoll
2020-08-15
2
-2
/
+2
*
QCborValue: add support for QCOMPARE string output
Thiago Macieira
2020-08-12
1
-3
/
+142
*
CMake: Properly handle CONFIG += thread aka Threads::Threads
Alexandru Croitor
2020-08-06
1
-1
/
+0
*
Fix build of testlib doc snippets
Tor Arne Vestbø
2020-07-29
1
-2
/
+1
*
testlib: Set AA_UseHighDpiPixmaps false for low-DPI tests
Tor Arne Vestbø
2020-07-24
1
-0
/
+8
*
testlib: Add start time and test duration to JUnit XML
Tor Arne Vestbø
2020-07-24
3
-2
/
+16
*
testlib: Output JUnitXML attributes in right order
Tor Arne Vestbø
2020-07-24
1
-7
/
+12
*
testlib: Track current test suite in JUnit test logger
Tor Arne Vestbø
2020-07-22
2
-27
/
+32
*
testlib: Explicitly name watchdog timer thread
Tor Arne Vestbø
2020-07-22
1
-0
/
+1
*
testlib: Defer signal dumper start until tests are ready to run
Tor Arne Vestbø
2020-07-22
3
-3
/
+18
*
QTestlib: Enable comparing QList against initializer lists/arrays
Friedemann Kleint
2020-07-21
3
-20
/
+88
*
Refactor pointer event hierarchy
Shawn Rutledge
2020-07-10
2
-45
/
+50
*
Replace use of deprecated Q_OS_MACX in favor of Q_OS_MACOS
Tor Arne Vestbø
2020-07-08
1
-1
/
+1
*
Use QList instead of QVector in qtbase
Jarek Kobus
2020-07-07
3
-14
/
+13
*
Help qtestlib with int -> qsizetype changes
Lars Knoll
2020-07-06
1
-2
/
+17
*
Remove unnecessary ; after function implementations
Lars Schmertmann
2020-07-06
1
-1
/
+1
*
Cleanup qtestspontaneevent.h for Qt 6
Lars Schmertmann
2020-07-06
1
-41
/
+0
*
Use Q_DECL_UNUSED_MEMBER instead of Q_UNUSED
Lars Schmertmann
2020-07-06
1
-23
/
+19
*
Only use one macro per line
Lars Schmertmann
2020-07-03
1
-2
/
+6
*
CMake: Add "cmake" keyword for test blacklisting
Alexandru Croitor
2020-07-01
2
-1
/
+9
*
Doc: Update docs with cmake package information
Nico Vertriest
2020-06-30
1
-0
/
+1
*
Use QList instead of QVector in testlib
Jarek Kobus
2020-06-25
3
-6
/
+6
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-2
/
+2
*
Introduce QInputDevice hierarchy; replace QTouchDevice
Shawn Rutledge
2020-06-16
2
-14
/
+17
*
Port testlib from QStringRef to QStringView
Lars Knoll
2020-06-11
2
-2
/
+2
*
Long live std::pair!
Giuseppe D'Angelo
2020-06-10
1
-8
/
+0
*
Remove winrt
Oliver Wolff
2020-06-06
2
-15
/
+6
*
Doc: Fix issues with Qt Test documentation configuration
Topi Reinio
2020-05-28
1
-2
/
+2
*
Never include windows.h directly in Qt code
Lars Knoll
2020-05-27
1
-1
/
+1
[next]