summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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: 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