summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-2526-174/+959
|\
| * Use QTypeInfo<T>::isRelocatable in QVariantThiago Macieira2015-09-241-3/+3
| * QSettings: Special-case serialization of QDateTime.Christian Kandeler2015-09-241-0/+4
| * Fix QItemSelectionModel deselection rangeJoni Poikelin2015-09-241-0/+94
| * Stabilize qguieventloop test.Jędrzej Nowacki2015-09-241-13/+2
| * Fix tst_qthreadstorageFrederik Gladhorn2015-09-241-1/+1
| * Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-232-1/+161
| * Add getter and setter for qt_qhash_seedGabriel de Dietrich2015-09-222-21/+21
| * Serialize the capitalization value of QFontAndy Shaw2015-09-151-1/+3
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-08-2616-67/+667
| |\
| | * Avoid overflow in QTime::addSecs with too big a number of secondsThiago Macieira2015-08-191-0/+2
| | * QRegularExpression: fix matching over QStringRefsGiuseppe D'Angelo2015-08-182-15/+372
| | * tst_qprocess cleanupJoerg Bornemann2015-08-171-17/+15
| | * fix assertion in QProcess/WinJoerg Bornemann2015-08-171-3/+28
| | * QMimeDatabase: adapt to changes in shared-mime-info 1.3David Faure2015-08-162-3/+4
| | * QProcess: Ensure that the stdin buffer is cleared on start()Thiago Macieira2015-08-154-0/+169
| | * QMimeProvider: Do not crash when globPatterns is empty.Milian Wolff2015-08-124-0/+23
| | * tst_qmimedatabase: check that QFile::remove() worked.David Faure2015-08-121-4/+4
| | * QMimeDatabase: Run more tests on non-XDG/shared-mime-info platformsEike Ziller2015-08-116-25/+50
| * | remove pointless function separator comments from tst_qprocessJoerg Bornemann2015-08-261-67/+3
* | | QProcess: report the syscall that failed in the Unix child processThiago Macieira2015-09-211-0/+7
* | | Tests: Remove CONFIG += parallel_test.Friedemann Kleint2015-09-05158-158/+107
* | | Add a qtHookData field for Qt Creator's data displayhjk2015-09-031-1/+1
* | | Remove QT_DISABLE_DEPRECATED_BEFORE=0 from tests not using deprecated API.Friedemann Kleint2015-09-01178-178/+0
* | | qtbase tests: Remove QT_DISABLE_DEPRECATED_BEFORE=0 for simple cases.Friedemann Kleint2015-08-315-6/+6
* | | QRingBuffer: avoid allocation in c'torAlex Trotsenko2015-08-271-8/+18
* | | QByteArray: Add append/prepend/insert overloadKevin Funk2015-08-271-10/+25
* | | QRingBuffer: allow to search from any positionAlex Trotsenko2015-08-271-1/+2
* | | Support accessing 32-bit Registry from 64-bit programs and vice versaSebastian Schuberth2015-08-271-0/+47
* | | tests/corelib: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-08-1948-571/+571
* | | Autotest: Fix build error with QT_NO_EXCEPTIONSRainer Keller2015-08-191-2/+2
* | | Allow loading of static plugins if QT_NO_LIBRARY is set.Ulf Hermann2015-08-182-1/+12
|/ /
* | QProcess: discard unwanted output from the child processAlex Trotsenko2015-08-161-0/+20
* | Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-066-14/+163
|\|
| * Change how QDebug escapes QStrings in the outputThiago Macieira2015-08-061-5/+35
| * Seed the random number generator before using QTemporaryDirThiago Macieira2015-08-062-1/+14
| * QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macroAlex Merry2015-08-031-0/+11
| * consistently handle empty program string in QProcess::start overloadsJoerg Bornemann2015-07-301-0/+38
| * Fix compilation error while instantiating operator<< explicitlyOlivier Goffart2015-07-261-0/+9
| * QTimeZone: Convert fractional timezones properly.Cesar Garcia Naranjo2015-07-211-0/+18
| * tst_qmimedatabase.cpp: Set write permission on files extracted from resources.Friedemann Kleint2015-07-211-8/+38
* | Introduce QHash key iteratorsSérgio Martins2015-07-281-0/+29
* | Introduce QMap key iteratorsSérgio Martins2015-07-281-0/+29
* | Tests: Replace Q[TRY]_VERIFY(v == true|false) by QVERIFY(v)|QVERIFY(!v).Friedemann Kleint2015-07-279-49/+49
* | QStateMachine: add defaultTransition in QHistoryStateErik Verbruggen2015-07-231-0/+55
* | StateMachine: remove initial state for parallel states.Erik Verbruggen2015-07-231-0/+31
* | QProcess: make setWorkingDirectory stop launch if the dir doesn't existThiago Macieira2015-07-201-5/+27
* | Selectively update library paths when creating QCoreApplicationUlf Hermann2015-07-202-0/+28
* | QVector: add an rvalue overload of push_back/appendMarc Mutz2015-07-192-0/+17
* | Tests: Do not rely on qCompare(bool, int,...).Friedemann Kleint2015-07-181-29/+29