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
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
/
tests
/
auto
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't mark selftest subtests as testcases.
Jason McDonald
2011-12-06
2
-2
/
+0
*
Make tst_QVariant::canConvertMetaTypeToInt more verbose.
Jędrzej Nowacki
2011-12-05
1
-13
/
+20
*
Fixing naming of selftests.
Jason McDonald
2011-12-05
4
-34
/
+34
*
Don't set graphics system at start of test.
Jason McDonald
2011-12-05
1
-8
/
+1
*
Fixed tst_selftests findtestdata subtest for shadow builds.
Rohan McGovern
2011-12-05
2
-0
/
+6
*
New class QTemporaryDir.
David Faure
2011-12-02
3
-0
/
+479
*
Fix tst_qsql crashes on Mac OS X
Honglei Zhang
2011-12-02
2
-13
/
+15
*
Remove QInternal callbacks and internal functions
Bradley T. Hughes
2011-12-02
1
-73
/
+0
*
Implement QDir::removeRecursively
David Faure
2011-12-02
1
-0
/
+83
*
QSqlRelationalTableModel doesn't follow relations on the first column
Honglei Zhang
2011-12-02
1
-0
/
+55
*
Remove cast and assignment operators from QAtomicInt and QAtomicPointer
Bradley T. Hughes
2011-12-02
3
-153
/
+10
*
Windows: Stabilize qpauseanimation test.
Friedemann Kleint
2011-12-02
1
-8
/
+65
*
Accessibility: table2 -> table
Frederik Gladhorn
2011-12-02
1
-22
/
+21
*
Revert "Add QObject::objectNameChanged(const QString &objectName) signal"
Martin Jones
2011-12-02
2
-14
/
+16
*
Windows: Fix qabstractfilenengine-test.
Friedemann Kleint
2011-12-01
1
-2
/
+16
*
Make cell a proper QAccessible2Interface.
Frederik Gladhorn
2011-12-01
1
-21
/
+24
*
Add QObject::objectNameChanged(const QString &objectName) signal
Bradley T. Hughes
2011-12-01
2
-16
/
+14
*
Fix QTcpServer::serverAddress() for dual stack sockets
Shane Kearns
2011-12-01
2
-1
/
+39
*
Tests: Temporarily remove qsound.
Friedemann Kleint
2011-12-01
1
-0
/
+2
*
Windows: Fix compilation of qdir test.
Friedemann Kleint
2011-12-01
1
-1
/
+1
*
Improve Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTION macros.
Jędrzej Nowacki
2011-12-01
1
-0
/
+13
*
Mark tst_qfilesystementry as private test on Windows.
Rohan McGovern
2011-12-01
1
-0
/
+3
*
testlib: add QFINDTESTDATA macro for finding testdata files
Rohan McGovern
2011-12-01
10
-1
/
+221
*
Fixed installation of corelib tests
Rohan McGovern
2011-12-01
84
-762
/
+497
*
Improve QString autotest.
Jason McDonald
2011-12-01
1
-8
/
+7
*
Minor improvement to QByteArray autotest
Jason McDonald
2011-12-01
1
-28
/
+23
*
Make QWinEventNotifier part of the public API
Debao Zhang
2011-12-01
1
-1
/
+1
*
Fix QHostAddress::operator==(QHostAddress::SpecialAddress)
Shane Kearns
2011-11-30
1
-0
/
+4
*
Support for up to 6 arguments in the new connection syntax
Olivier Goffart
2011-11-30
1
-2
/
+0
*
Fix sqlite driver memory eating due to close failure
Honglei Zhang
2011-11-30
1
-0
/
+49
*
Moved integrationtests/* into other/
Jo Asplin
2011-11-30
182
-41
/
+38
*
Cleanup corelib autotests
Jason McDonald
2011-11-30
21
-130
/
+84
*
Fix Qt::QueuedConnection when signal has a return value
Olivier Goffart
2011-11-30
1
-0
/
+57
*
Support Qt::UniqueConnection in the new connection syntax
Olivier Goffart
2011-11-29
1
-0
/
+65
*
Initialize the return value of signals
Olivier Goffart
2011-11-29
1
-0
/
+236
*
QObject::disconnect with new syntax
Olivier Goffart
2011-11-29
1
-0
/
+105
*
Make the default ssloptions testable.
Richard Moore
2011-11-29
1
-0
/
+5
*
Fix linking of autotests on Windows.
Friedemann Kleint
2011-11-29
9
-9
/
+9
*
Fix compilation of qeasingcurve autotest on Windows.
Friedemann Kleint
2011-11-29
1
-1
/
+1
*
Temporarily disable Windows-specific QPrinter autotest.
Friedemann Kleint
2011-11-29
1
-3
/
+3
*
Cleanup corelib autotests
Jason McDonald
2011-11-29
8
-33
/
+33
*
Fixed Qtbase OSX specific namespace compilation.
Toby Tomkins
2011-11-29
1
-0
/
+2
*
Fix crash in tst_qatomicpointer test
Olivier Goffart
2011-11-29
1
-12
/
+13
*
Improved failure messages from tst_qlibrary
Rohan McGovern
2011-11-28
1
-6
/
+5
*
Fix sanity check of network test server
Jason McDonald
2011-11-28
21
-7
/
+79
*
Correct usage of network-settings.h.
Jason McDonald
2011-11-28
5
-2
/
+10
*
Add support to moc for registering non-local enums via Q_ENUMS.
Glenn Watson
2011-11-27
1
-0
/
+38
*
Test QAtomicPointer<const T>
Olivier Goffart
2011-11-26
1
-0
/
+52
*
Be specific about what part of the model is being re-layouted.
Stephen Kelly
2011-11-25
1
-0
/
+69
*
Cleanup corelib autotests
Jason McDonald
2011-11-25
18
-151
/
+168
[next]