summaryrefslogtreecommitdiffstats
path: root/tests/auto
Commit message (Expand)AuthorAgeFilesLines
* Rewrite QNetworkReply downloadProgress autotestShane Kearns2012-06-141-54/+56
* choke uploadProgress signalsShane Kearns2012-06-141-1/+4
* Make QUnicodeTables::script() support SMP code pointsKonstantin Ritt2012-06-141-3/+31
* Fix namespace compilation on OSX.Toby Tomkins2012-06-141-1/+1
* Fix QDnsLookup test again after public DNS servers changedThiago Macieira2012-06-141-1/+1
* Partial fix for WebKit compilation on WindowsSimon Hausmann2012-06-133-0/+7
* Don't use gcc extension for QByteArrayLiteral neitherLars Knoll2012-06-121-1/+1
* Now merge the QtShared::ExternalRefCount class into QSharedPointerThiago Macieira2012-06-121-2/+2
* Remove "delete value" from QSharedPointerThiago Macieira2012-06-125-111/+38
* Fix automatic declaration of QSharedPointer<T> metatypes.Stephen Kelly2012-06-121-4/+27
* Clean up and consolidate QDateTime-related tests.Mitch Curtis2012-06-123-210/+155
* Fix compilation of tests/auto/corelib/tools with QT_STRICT_ITERATORSThiago Macieira2012-06-122-22/+44
* Only quit if there are no visible widgets or windows.Stephen Kelly2012-06-122-0/+87
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-121-8/+6
* Avoid a type name normalization during auto-registration.Jędrzej Nowacki2012-06-121-1/+13
* 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
* 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