summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* QCursor: Associate cursor with screen.Friedemann Kleint2012-03-073-12/+10
* Fix dockwidgets behavior when window resized or central widgets is set.Debao Zhang2012-03-071-0/+5
* QRegularExpression: add optimizations autotestGiuseppe D'Angelo2012-03-078-44/+213
* Fix deadlock in QPropertyAnimationOlivier Goffart2012-03-071-0/+45
* Add fonts to QPlatformTheme.Friedemann Kleint2012-03-072-7/+3
* Make QCursor manual tests compile on Qt5Miikka Heikkinen2012-03-076-6/+6
* Remove abuse of QMetaTypeId from tst_qshortcut test.Jędrzej Nowacki2012-03-071-39/+34
* Improve type detection for query resultsAndy Shaw2012-03-071-0/+118