summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-183-0/+53
* | Add QTemporaryDir::errorString()Thiago Macieira2015-07-173-3/+11
* | Merge "Merge remote-tracking branch 'origin/5.5' into HEAD" into refs/staging...Simon Hausmann2015-07-176-10/+87
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-176-10/+87
| |\|
| | * QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-172-7/+10
| | * Disable thread-safe statics for MSVC 2015: they're brokenThiago Macieira2015-07-161-2/+2
| | * Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-151-0/+1
| | * QVarLengthArray: Unit-test that clear() preserves capacitySérgio Martins2015-07-081-0/+16
| | * Fix the remainingTime() result after the first activation of a QTimerThiago Macieira2015-07-081-1/+58
* | | tst_qmimedatabase: Add some log output when running update-mime-database.Friedemann Kleint2015-07-171-2/+7
|/ /
* | Core: Replace QProcess::error signal with QProcess::errorOccurredKai Koehne2015-07-101-11/+37
* | Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-101-1/+1
* | QProcessEnvironment: fix op==Marc Mutz2015-07-071-1/+9
* | QProcessEnvironment: add a check for inserting into selfMarc Mutz2015-07-071-0/+9
* | QByteArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-0/+15
* | QString: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-071-0/+15
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0128-106/+173
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-307-7/+7
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-273-25/+26
| |\
| | * QTest: Make qExtractTestData() return the created QTemporaryDirv5.5.0-rc1Marc Mutz2015-06-141-7/+8
| | * Fix sizes QStorageInfo returns for invalid drivesIvan Komissarov2015-06-111-9/+9
| | * Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-031-9/+9