summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add some internal API for extracting a QSharedPointer<T> from QVariant.Stephen Kelly2012-06-202-0/+108
* Change *-clang mkspec globs to *-clang*Bradley T. Hughes2012-06-201-1/+1
* fix tst_QWidget::getSetCheck on WindowsJoerg Bornemann2012-06-201-1/+1
* Fix unused parameter warnings in moc test.Mitch Curtis2012-06-201-3/+3
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-2011-26/+66
|\
| * 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
* | Make QDateTime::fromString()/Time::fromString() adhere to ISO 8601.Mitch Curtis2012-06-202-20/+72
* | Clean up QDateTime tests.Mitch Curtis2012-06-201-202/+115
* | Add leading zeros to years below 1000 in QDate::toString().Mitch Curtis2012-06-201-14/+30
* | Add test for queued call of method with unregistered parameter typeKent Hansen2012-06-201-0/+15
* | Accessibility: Do not automatically add controllersFrederik Gladhorn2012-06-201-24/+0
* | Add qMove macro to support std::moveOlivier Goffart2012-06-201-0/+3
* | tst_qfilesystemmodel: increased test's permitted runtimeRohan McGovern2012-06-201-0/+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