summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add a unit test to QSharedPointer being deleted by a C++11 lambdaThiago Macieira2012-06-121-0/+32
* Make qmetaobject autotest independent of QtWidgetsDebao Zhang2012-06-112-9/+9
* Line Breaking Algorithm: handle the Object Replacement CharacterKonstantin Ritt2012-06-102-3/+1
* Line Breaking Algorithm: don't break inside numeric expressionsKonstantin Ritt2012-06-101-25/+0
* Update the Unicode Text Breaking Algorithm implementation testsKonstantin Ritt2012-06-105-669/+7659
* Update the Unicode Text Breaking Algorithm implementationKonstantin Ritt2012-06-101-3/+1
* Update the Unicode related autotestsKonstantin Ritt2012-06-103-76/+922
* Make qpointer autotest build without widgetsKent Hansen2012-06-102-1/+12
* Use UTF-8 in the QtTest data and benchmark tagsThiago Macieira2012-06-0932-32/+32
* QZip: improve reading of zip files, fix some edge cases in writingKonstantin Ritt2012-06-081-1/+1
* Fix crash in QTreeWidgetItem::sortChildren when adding new item.Markku Heikkila2012-06-081-0/+33
* Make qfont autotest build without widgetsKent Hansen2012-06-082-4/+11
* Make qicon autotest build without widgetsKent Hansen2012-06-082-1/+6
* Add Qt::WindowTransparentForInput to Window flags manual test.Friedemann Kleint2012-06-082-0/+7
* Allow ISODate string without seconds in QTime::fromString().Mitch Curtis2012-06-081-0/+28
* Shift positions for lineBreakTypeKonstantin Ritt2012-06-071-4/+4
* QTextBoundaryFinder: Consider soft hyphen as line breaking opportunityKonstantin Ritt2012-06-071-1/+31
* Make qtexttable autotest build without widgetsKent Hansen2012-06-072-1/+8
* Make sql autotests build without widgetsKent Hansen2012-06-071-0/+2
* Make "other" autotests build without widgetsKent Hansen2012-06-071-0/+14
* Don't build printsupport autotests when widgets aren't availableKent Hansen2012-06-071-1/+1
* 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