summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* StateMachine: remove initial state for parallel states.Erik Verbruggen2015-07-231-0/+31
* QTestLib: Add macros QTRY_VERIFY2_WITH_TIMEOUT(), QTRY_VERIFY2().Friedemann Kleint2015-07-225-69/+170
* 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
* ssl: add openssl-based QSslKeyPrivate::encrypt / decryptJeremy Lainé2015-07-201-1/+1
* QVector: add an rvalue overload of push_back/appendMarc Mutz2015-07-192-0/+17
* QZip*: don't hold QZipReader::FileInfo in QListMarc Mutz2015-07-191-4/+4
* Tests: Do not rely on qCompare(bool, int,...).Friedemann Kleint2015-07-182-35/+35
* 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-1710-50/+161
|\
| * Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-1710-50/+161
| |\
| | * QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-172-7/+10
| | * Stabilize tst_QListView::batchedMode().Friedemann Kleint2015-07-171-33/+22
| | * Stabilize tst_QApplication::touchEventPropagation().Friedemann Kleint2015-07-161-4/+4
| | * Stabilize tst_QTouchEvent::touchBeginWithGraphicsWidget().Friedemann Kleint2015-07-161-3/+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
| | * Test QAction::autoRepeatFrederik Gladhorn2015-07-071-0/+38
* | | Fix sub test float of tests/auto/testlib/selftests/tst_selftests for MSVC 2015.Friedemann Kleint2015-07-171-2/+2
* | | tst_qprintdevice: Extend output.Friedemann Kleint2015-07-171-2/+3
* | | tst_qmimedatabase: Add some log output when running update-mime-database.Friedemann Kleint2015-07-171-2/+7
|/ /
* | tst_qaccessibility: Add message in case fuzzy comparison of QRect fails.Friedemann Kleint2015-07-161-4/+19
* | Core: Replace QProcess::error signal with QProcess::errorOccurredKai Koehne2015-07-101-11/+37
* | Disable spdy test on WindowsFrederik Gladhorn2015-07-101-0/+2
* | Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-101-1/+1
* | Do not support static QIcon instancesFrederik Gladhorn2015-07-091-6/+0
* | QComboBox::setView only delete the old view if it is a childThorbjørn Martsum2015-07-081-0/+23
* | Run tst_qwindow::positioningDuringMinimized on OSXMorten Johan Sørvig2015-07-071-1/+2
* | 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 "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devLiang Qi2015-07-0196-197/+364
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0196-197/+364
| |\|
| | * QFileIconEngine: Remove reference to QFileIconProviderGabriel de Dietrich2015-06-301-0/+17
| | * tst_qtooltip: Move cursor away from tooltip.Friedemann Kleint2015-06-301-0/+4
| | * Replace MAC OS X with OS XNico Vertriest2015-06-3014-15/+15
| | * Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-285-29/+30
| | |\
| | | * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-275-29/+30
| | | |\
| | | | * 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
| | | | * QSslSocket: move default cipher, EC and default CA APIs to QSslConfigurationGiuseppe D'Angelo2015-06-111-3/+3
| | | | * Fix build on 32-bit OS X.Jake Petroules2015-06-091-1/+1
| | | | * Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-031-9/+9
| | * | | QHeaderView - fix a logical / visual index mismatchThorbjørn Martsum2015-06-271-1/+3
| | * | | lance: Ensure that OpenGL FBO is cleared before being used as surfaceTor Arne Vestbø2015-06-261-0/+3
| | |/ /
| | * | Prospective fix to stabilize tst_QAbstractItemView::task200665_itemEntered().Friedemann Kleint2015-06-261-18/+5