summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-164-13/+37
|\
| * Merge "Merge remote-tracking branch 'gerrit/release' into stable" into refs/s...Frederik Gladhorn2013-01-151-1/+1
| |\
| | * Merge remote-tracking branch 'gerrit/release' into stableFrederik Gladhorn2013-01-151-1/+1
| | |\
| | | * Change all shmget calls to user-only memoryThiago Macieira2013-01-151-1/+1
| * | | Fix renaming of files that differ only in case.Friedemann Kleint2013-01-151-2/+8
| |/ /
| * | Resolve some race conditions on tst_QSharedMemoryThiago Macieira2013-01-142-10/+24
| * | Add an autotest for Canadian locale(dateFormat)Mehdi Fekari2013-01-101-0/+4
| |/
* | Add Q_COREAPP_STARTUP_FUNCTION macro.David Faure2013-01-151-1/+30
* | QUrl: methods for converting QStringList <-> QList<QUrl>David Faure2013-01-141-0/+21
* | Add class QDebugStateSaver for writing QDebug operators correctlyDavid Faure2013-01-141-3/+51
* | Added QMessageAuthenticationCodeRuslan Nigmatullin2013-01-144-0/+160
* | QString::contains overload that returns the match resultsGiuseppe D'Angelo2013-01-141-0/+49
* | Introduce default ctors for QRegularExpressionMatch(Iterator)Giuseppe D'Angelo2013-01-142-0/+26
* | Clean up some metatype declarations and registrationsStephen Kelly2013-01-095-19/+3
* | Merge "Merge branch 'stable' into dev" into refs/staging/devJędrzej Nowacki2013-01-0732-68/+224
|\ \
| * | Merge branch 'stable' into devFrederik Gladhorn2013-01-0732-68/+224
| |\|
| | * Update qlocale autotestMehdi Fekari2013-01-061-0/+50
| | * Tests: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-061-1/+0
| | * Core: Remove declaration of built-in and automatic metatypes.Stephen Kelly2013-01-0426-61/+0
| | * Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-044-0/+174
| | * Remove metatype registration of built-in types.Stephen Kelly2013-01-035-6/+0
* | | Introduce QRegularExpression::NoMatch match typeGiuseppe D'Angelo2013-01-071-21/+67
* | | Provide operators for QMargins.Friedemann Kleint2013-01-071-0/+44
* | | Add API dealing with QMargins to QRect.Friedemann Kleint2013-01-071-0/+21
* | | Improve QRegularExpression autotestsGiuseppe D'Angelo2013-01-071-0/+9
|/ /
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-0424-60/+397
|\|
| * Speed up and fix QByteArray::setNum()hjk2012-12-301-1/+18
| * Add test for QByteArray::setNumhjk2012-12-281-0/+27
| * Fix QMutex::tryLock with negative valuesThiago Macieira2012-12-231-0/+51
| * QUrl::fromUserInput: fix for urls without a host.David Faure2012-12-231-0/+4
| * Make sure that the strict parser is also operating on setXxxThiago Macieira2012-12-211-0/+78
| * add and use qtHaveModule() functionOswald Buddenhagen2012-12-215-5/+5
| * QUrl auto tests: make sure setAuthority is consistent with setHostPeter Hartmann2012-12-201-0/+24
| * QUrl auto tests: ensure toEncoded() and toString() match wrt. empty authPeter Hartmann2012-12-201-0/+6
| * Change ftp.qt.nokia.com -> ftp.qt-project.orgSergio Ahumada2012-12-181-22/+22
| * Delete the QSlotObject when disconnect()ingGiuseppe D'Angelo2012-12-171-8/+39
| * Reset the QMetaObject::Connection dptr when disconnect()ingGiuseppe D'Angelo2012-12-171-0/+56
| * Remove useless QVERIFY(true)Giuseppe D'Angelo2012-12-171-2/+0
| * remove some unnecessary CONFIG additionsOswald Buddenhagen2012-12-171-2/+0
| * Fix possible crash in tst_QThread::quitLock() testPeter Kümmel2012-12-171-7/+9
| * Remove MSVC2012-optimization for the QMetaType-test.Friedemann Kleint2012-12-141-2/+7
| * Added missing detach() to QJsonObject::take()Denis Dzyubenko2012-12-131-1/+16
| * Move a Q_DECLARE_METATYPE higher up in the file.Stephen Kelly2012-12-101-1/+2
| * Don't pass invalid strings to strcmp()Peter Kümmel2012-12-061-1/+1
| * QPluginLoader: fix loading of plugins with a relative file nameDavid Faure2012-12-044-6/+30
| * Fix some typos in QProcess and QSslSocket unit tests.Stephen Kelly2012-12-041-2/+2
| * remove pointless QT.<module>.sources referencesOswald Buddenhagen2012-12-044-5/+5
| * Stop using the name "Trolltech" in QSettingsSergio Ahumada2012-12-031-4/+4
* | Add support for multiple arguments to QSharedPointer::create()Thiago Macieira2012-12-231-0/+120
* | Update Qt internals to use QChar::ScriptKonstantin Ritt2012-12-211-35/+0