summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add toJson() formatting argument to QJsonDocument interfaceJean-Paul Delimat2013-01-261-40/+96
* Add static dotProduct methods to the QPoint(F) classesLaszlo Papp2013-01-262-0/+51
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-241-0/+12
|\
| * Add autotests for Indonisian and Catalan localesMehdi Fekari2013-01-231-0/+12
* | Added initializer list constructors for Qt associative containers.Roman Pasechnik2013-01-243-0/+82
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-23215-216/+216
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-22215-216/+216
| |\|
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-18215-215/+215
| | * QDateTime auto test: stabilize currentDateTimeUtc2 testPeter Hartmann2013-01-171-1/+1
* | | Fix qstring-literals test for MinGW.Friedemann Kleint2013-01-231-2/+2
* | | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-236-8/+25
* | | Add a new Q_GLOBAL_STATIC implementationThiago Macieira2013-01-223-0/+236
|/ /
* | Fix cleanup of temporary files in test of QFileInfo.Friedemann Kleint2013-01-221-25/+24
* | MinGW: Disable tests in tst_qstring that use unsupported formats.Friedemann Kleint2013-01-221-0/+6
* | Reduce invocations of QFINDTESTDATA in tst_qfileinfo.Friedemann Kleint2013-01-211-31/+47
* | Fix temporary file leak in tst_qfileinfo.Friedemann Kleint2013-01-211-4/+3
* | Fix crashes in tst_qthreadpool on Windows.Friedemann Kleint2013-01-181-6/+28
* | Output std error from qmake/make when the test fails.David Faure2013-01-171-1/+1
* | QSaveFile autotest: restore permissions using RAIIDavid Faure2013-01-171-8/+25
* | QSaveFile: test the case of an existing, but readonly, target file.David Faure2013-01-171-2/+23
* | Add class QSaveFile.David Faure2013-01-173-0/+240
* | 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