summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QRegularExpression: QMetaType and QVariant supportGiuseppe D'Angelo2012-03-143-0/+29
* Silence 'narrowing conversion' warning in testJoão Abecasis2012-03-131-1/+1
* Merge "Merge remote-tracking branch 'origin/master' into api_changes" into re...João Abecasis2012-03-12174-804/+1871
|\
| * Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-03-12174-804/+1871
| |\
| | * Implement QSystemTrayIcon for Windows.Friedemann Kleint2012-03-121-6/+6
| | * Move the auto test of QPixmap::grabWidget() from QPixmap to QWidgetDebao Zhang2012-03-122-43/+75
| | * tst_exceptionsafety_objects: add virtual ~AbstractTesterMarc Mutz2012-03-121-0/+1
| | * Use QAccessibleEvent in test.Frederik Gladhorn2012-03-121-20/+20
| | * Fix indentation of QWaitCondition autotest.Jason McDonald2012-03-121-352/+351
| | * Remove gcc 3.x-specific code from QtConcurrent and its tests.Jason McDonald2012-03-122-28/+0
| | * Move tst_qprinter.cpp to QtPrintSupportDebao Zhang2012-03-1210-2/+8
| | * Clean up some auto tests of guiDebao Zhang2012-03-1210-15/+12
| | * Update accessibility StateChange by custom event.Frederik Gladhorn2012-03-121-2/+0
| | * Move tst_qicon.cpp and tst_qpixmapfilter.cpp to QtWidgetsDebao Zhang2012-03-1226-2/+2
| | * Remove outdated assumption from QVariant autotest.Jason McDonald2012-03-121-2/+2
| | * Fix compile warnings in QCoreApplication autotest.Jason McDonald2012-03-121-17/+22
| | * Remove redundant and incorrect comment from QList autotest.Jason McDonald2012-03-121-6/+0
| | * testlib: Improve formatting of QCOMPARE failure messages.Jason McDonald2012-03-1221-122/+122
| | * Add Q_IS_ENUM(), and provide as flag in QMetaType::typeFlags()Glenn Watson2012-03-112-0/+156
| | * Crash fix in QMetaType::typeFlags.Jędrzej Nowacki2012-03-111-0/+6
| | * Make tst_qsql.cpp independent of QtWidgetsDebao Zhang2012-03-112-3/+3
| | * Make tst_qapplication build when QT_NO_SHAREDMEMORY is definedKevin Krammer2012-03-091-0/+4
| | * Windows: Fix QStyleSheetStyle autotest antialiasing issuesMiikka Heikkinen2012-03-092-14/+18
| | * Make tst_qmouseevent.cpp independent of QtWidgetsDebao Zhang2012-03-092-13/+9
| | * Clean up for some auto tests of the gui/kernel.Debao Zhang2012-03-096-9/+7
| | * tst_qimagereader: does not depend on QtWidgetsDebao Zhang2012-03-094-4/+2
| | * QRegularExpression: minor fix to captureIndexForNameGiuseppe D'Angelo2012-03-082-1/+59
| | * QRegularExpression: improve JIT memory handlingGiuseppe D'Angelo2012-03-082-0/+29
| | * use $$QT_BUILD_TREE instead of $$(QTDIR)Oswald Buddenhagen2012-03-081-2/+2
| | * remove strange .qmake.cache hacksOswald Buddenhagen2012-03-085-26/+0
| | * Windows: Removing insignification from QTextEdit testMiikka Heikkinen2012-03-081-2/+0
| | * Fix a bug in the assignment operators for QJsonObject and ArrayLars Knoll2012-03-081-0/+33
| | * Crash fix in QMetaType::typeName.Jędrzej Nowacki2012-03-081-4/+8
| | * Fix crash in QVariant::canConvert.Jędrzej Nowacki2012-03-081-0/+6
| | * Windows: Make QMenuBar autotest significant againDebao Zhang2012-03-081-2/+0
| | * Remove usage of QtXml from rcc, add testGiuseppe D'Angelo2012-03-0845-16/+746
| | * Call updateAccessibility with the right index.Frederik Gladhorn2012-03-081-14/+14
| | * selftests: Improve reporting of problems with loading expected outputJason McDonald2012-03-081-4/+17
| | * testlib: Improve verbose and XPASS outputJason McDonald2012-03-089-35/+35
| | * Mark unstable windows network testsShane Kearns2012-03-086-0/+25
| | * Rework QNetworkProxyFactory::systemProxyForQuery autotestShane Kearns2012-03-081-21/+76
| | * Mark tst_QNetworkReply::getThenDeleteObject as unstableShane Kearns2012-03-081-0/+1
| | * tst_qnetworkreply - remove qRegisterMetaType duplicatesShane Kearns2012-03-081-28/+0
| | * Add windows XFAIL to qnetworkreply autotestShane Kearns2012-03-081-0/+4
| | * chiptester benchmark: compileMarc Mutz2012-03-081-0/+1
| | * examples: use QVector<QPointF> instead of QList<QPointF>Marc Mutz2012-03-083-3/+3
* | | Fix QString:mid and midRef, againJoão Abecasis2012-03-121-8/+44
|/ /
* | QtDBus: make some constructors explicitMarc Mutz2012-03-121-19/+19
* | Mark tst_qtimeline as insignificant on WindowsSergio Ahumada2012-03-091-0/+2
* | Merge "Merge remote-tracking branch 'origin/containers' into api_changes" int...Friedemann Kleint2012-03-0920-97/+2541
|\ \