summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make animation autotests build without widgetsKent Hansen2012-06-071-0/+3
* Remove widgets dependency from qdatastream autotestKent Hansen2012-06-072-1/+2
* Make qprocess autotest build without widgetsKent Hansen2012-06-072-0/+5
* Remove widgets dependency from qstringlistmodel autotestKent Hansen2012-06-072-3/+2
* Make itemmodels autotest build without widgetsKent Hansen2012-06-071-1/+3
* Make qstatemachine autotest build without widgetsKent Hansen2012-06-072-3/+16
* Make qpixmap autotest build without widgetsKent Hansen2012-06-072-2/+11
* Make qpicture autotest build without widgetsKent Hansen2012-06-072-1/+8
* Make qmovie autotest build without widgetsKent Hansen2012-06-072-1/+10
* Make gui tests build when widgets aren't availableKent Hansen2012-06-071-0/+4
* Make qpainter autotest build without widgetsKent Hansen2012-06-072-2/+31
* Make qtextdocumentlayout autotest build without widgetsKent Hansen2012-06-072-1/+8
* Make qtextobject autotest build without widgetsKent Hansen2012-06-072-1/+8
* Check LANGUAGE as well in QSystemLocale::fallbackLocaleMike FABIAN2012-06-061-1/+1
* statemachine: Make delayed event posting work from secondary threadKent Hansen2012-06-061-0/+50
* Remove insignificant_test for tst_qwindow on Mac OS XBradley T. Hughes2012-06-062-6/+6
* Cocoa: do not send multiple window activation eventsBradley T. Hughes2012-06-061-3/+0
* Added QScreen::setOrientationUpdateMask().Samuel Rødal2012-06-061-0/+13
* Fixed QJsonObject::find()Denis Dzyubenko2012-06-061-0/+10
* Use QPointer instead of QWeakPointer.Stephen Kelly2012-06-055-11/+11
* Write test to confirm QStateMachine calls connectNotify().Mitch Curtis2012-06-051-0/+35
* Correctly locate files with relative pathsLars Knoll2012-06-051-2/+0
* Make QIODevice::seek() return false for sequential files.Mitch Curtis2012-06-051-2/+2
* tst_qtoolbutton: stabilize and improve failure messageRohan McGovern2012-06-051-2/+7
* Fix QTemporaryFile::open() failing after remove().Mitch Curtis2012-06-051-0/+20
* Make QString("inf").toFloat() return inf instead of zero.Mitch Curtis2012-06-051-0/+15
* Improve the QTextBoundaryFinder autotests a lotKonstantin Ritt2012-06-051-256/+394
* Add QDeferredDeleteEventBradley T. Hughes2012-06-051-1/+1
* Allow 24:00:00 for ISO dates in QDateTime::fromString().Mitch Curtis2012-06-051-0/+16
* Replace QTEST_APPLESS_MAIN with QTEST_MAIN in tests using QProcessRohan McGovern2012-06-053-3/+3
* Enter initial state before QStateMachine::started() is emittedKent Hansen2012-06-041-0/+18
* Fix typos in QState sorting functionsKent Hansen2012-06-041-2/+17
* tst_languagechange: increased timeout on WindowsRohan McGovern2012-06-041-0/+1
* avoid redundant testsOswald Buddenhagen2012-06-011-6/+2
* Marked expected failures in tst_qtextlayout on WindowsRohan McGovern2012-06-011-0/+14
* Add private API for working with meta-methods in signal index rangeKent Hansen2012-06-012-1/+138
* Fix a bug in the case conversion codeLars Knoll2012-06-011-0/+2
* Fix the QVector build with C++11 initialiser listsThiago Macieira2012-06-011-2/+2
* Make QVector compile with QT_STRICT_ITERATORS againThiago Macieira2012-06-011-0/+3
* Make tst_qabstractnetworkcache parallel-safeRohan McGovern2012-06-012-3/+5
* Mark tst_qfreelist as parallel-safeRohan McGovern2012-06-011-0/+1
* Fix crash in QStringBuilder when concatenating data-less QLatin1StringChris Adams2012-06-011-0/+7
* Fix tst_qlistwidget::fastScroll test caseMiikka Heikkinen2012-06-011-0/+5
* QPA tablet event supportLaszlo Agocs2012-05-311-0/+58
* Make tst_qnetworkdiskcache parallel-safeRohan McGovern2012-05-312-26/+35
* Improved stability of tst_qstatemachine, mark as parallel-safeRohan McGovern2012-05-312-1/+2
* Make tst_qtextstream parallel-safe.Rohan McGovern2012-05-312-8/+21
* Marked tst_qtemporaryfile as parallel-safeRohan McGovern2012-05-311-0/+1
* Marked tst_qfile as parallel-safeRohan McGovern2012-05-311-0/+1
* Implement QVector with QArrayData interface.Jędrzej Nowacki2012-05-304-125/+1422