summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* QStringList::join: add an overload taking a single QCharMarc Mutz2012-09-031-0/+38
* Change SChar to metatype id 40.Stephen Kelly2012-09-031-0/+0
* test: Mark tst_QFile::writeLargeDataBlock() unstable failure as XFAILSergio Ahumada2012-08-311-1/+11
* Improve performance of QArrayData::Grow autotestJoão Abecasis2012-08-301-5/+26
* Make tests/auto/corelib compile on Windows CEKevin Funk2012-08-304-2/+8
* QString::append: add (const QChar*, int len) overloadMarc Mutz2012-08-301-3/+23
* test: Mark tst_qtextboundaryfinder::generateDataFromFile() with internal buildSergio Ahumada2012-08-291-1/+1
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-281-0/+7
* Handle invalid dates properly for QDataStream versions < 5.Mitch Curtis2012-08-281-0/+61
* QUrl: port thread-safety autotest from Qt4.David Faure2012-08-262-1/+92
* tst_QMutex: add markers to the tryLock testsThiago Macieira2012-08-231-6/+13
* Remove unused inotify includes in the filesystem watcher testThomas McGuire2012-08-231-8/+0
* ICU: Fix crash in codecForMib(2107)Kai Koehne2012-08-231-0/+8
* A few more random documentation fixesShawn Rutledge2012-08-231-11/+10
* Do not consider sign in qIsNull.Mitch Curtis2012-08-223-0/+42
* Disregard milliseconds in QTime::secsTo().Mitch Curtis2012-08-212-0/+12
* Serialise QDateTime as UTC and timeSpec() instead of private spec.Mitch Curtis2012-08-211-0/+76
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-202-0/+45
* tst_qurlinternal: use qurl_p.h instead of declaring the functionsThiago Macieira2012-08-201-9/+1
* Enable QAtomicInteger for char16_t and char32_tThiago Macieira2012-08-181-0/+8
* Add Q_DECL_CONSTEXPR to the isXXX functions in the new atomics.Thiago Macieira2012-08-181-0/+28
* Remove QWidgetStar.Stephen Kelly2012-08-182-3/+0
* Emit layoutChange signals when changing QPersistentModelIndexes.Stephen Kelly2012-08-181-1/+1
* Fix tst_qbytearray on QNXRafael Roquetto2012-08-151-3/+3
* Only emit headerDataChanged for valid proxy intervals.Stephen Kelly2012-08-151-0/+35
* Make rowIntersectsSelection take account of the parent argument.Stephen Kelly2012-08-101-0/+25
* QtGlobal: (new) qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-091-1/+16
* Add bool QStandardPaths::isTestModeEnabled()David Faure2012-08-091-0/+2
* statemachine: Really fix signal transition handling in multi-threaded setupKent Hansen2012-08-081-0/+38
* Remove more -Werror from any test other than headersclean.Thiago Macieira2012-08-072-2/+2
* Avoid crashes when invalidating a proxy model filter.Stephen Kelly2012-08-071-0/+68
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-01187-2/+188
* statemachine: Make states exit order spec-compliantKent Hansen2012-08-011-6/+15
* Make sure that the parsing mode reaches QUrlPrivate::setHostThiago Macieira2012-08-011-1/+26
* Make QUrl::setScheme only parse in strict mode (no decoding)Thiago Macieira2012-08-011-3/+11
* Fix QUrl support for empty usernames and passwordsThiago Macieira2012-08-011-3/+9
* Fix handling of encoded NULs (%00) in QUrl::fromPercentEncodingThiago Macieira2012-08-011-1/+3
* Fix reloading of pluginsLars Knoll2012-08-011-0/+24
* ICU code page conversion supportLars Knoll2012-07-311-12/+13
* Ensure that QAtomicPointer of forward-declared classes worksThiago Macieira2012-07-301-0/+17
* tests: removed QtWidgets dependency from tst_qsignalmapperRohan McGovern2012-07-302-16/+25
* QDebug: Add getter/setter for auto-insert-spaces.David Faure2012-07-271-0/+21
* Fix crash in QVariant::canConvert().Volker Krause2012-07-271-10/+18
* Implement implicit constructors for built-in classes.Stephen Kelly2012-07-271-0/+50
* Base 'FileSystem' test helper class on QTemporaryDir.Friedemann Kleint2012-07-262-19/+21
* QMetaTypeId2::IsBuiltIn: (new) template meta-function to check for built-in t...Marc Mutz2012-07-261-0/+19
* tst_qmetatype: fix two more unused typedefs (GCC 4.8 warning)Marc Mutz2012-07-251-3/+1
* QObject: add a macro for conveniently setting the object nameMarc Mutz2012-07-251-8/+8
* Split the QGuiVariant test from the Core one.Stephen Kelly2012-07-2549-390/+2
* Use a large core type for the QVariant::setValue test.Stephen Kelly2012-07-251-2/+4