summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* make use of $$[FOO/get] propertiesOswald Buddenhagen2012-06-191-2/+2
* add $$reverse() functionOswald Buddenhagen2012-06-191-0/+2
* add $$shell_quote() functionOswald Buddenhagen2012-06-191-0/+8
* add $$absolute_path() and $$relative_path()Oswald Buddenhagen2012-06-191-0/+5
* add $$native_path() functionOswald Buddenhagen2012-06-191-0/+2
* add $$clean_path() functionOswald Buddenhagen2012-06-191-0/+2
* add $$format_number() functionOswald Buddenhagen2012-06-191-0/+14
* add $$shadowed() functionOswald Buddenhagen2012-06-192-1/+3
* add $$val_escape() functionOswald Buddenhagen2012-06-191-0/+9
* add mkpath() functionOswald Buddenhagen2012-06-191-0/+4
* add write_file() functionOswald Buddenhagen2012-06-191-1/+15
* remove some qmake -project boilerplate from project filesOswald Buddenhagen2012-06-198-23/+1
* Fix tst_qfile opening of stdin/out/err: don't assumeThiago Macieira2012-06-181-29/+38
* tst_QChar: drop outdated testcaseKonstantin Ritt2012-06-161-7/+0
* Make QTBF autotest support SMP code points in the test dataKonstantin Ritt2012-06-161-2/+6
* Add automatic metatype declaration for QPointer and QWeakPointer.Stephen Kelly2012-06-151-8/+18
* Fix QListView::scrollTo() when there are hidden rowsJani Honkonen2012-06-141-0/+48
* 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-134-1/+8
* 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
* 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