summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | Add lancelot test for Emoji text rendering / color glyphsTor Arne Vestbø2015-06-251-1/+8
| | * | Make QDir::relativeFilePath() return "." for a path to itself.Christian Kandeler2015-06-242-6/+9
| | * | Use qthread_win.cpp for WinRT as wellOliver Wolff2015-06-231-41/+5
| | * | Further tune curveThreshold setting based on strokeWidthEirik Aavitsland2015-06-221-0/+7
| | * | Fix global coordinate mapping for child widgets in QGraphicsView.Friedemann Kleint2015-06-211-4/+21
| | * | Autotest: make the test pass with the Intel compilerThiago Macieira2015-06-192-6/+2
| | * | Make QMetaObject::Connection check its state deeplyThiago Macieira2015-06-191-1/+6
| | * | Autotest: Check where global event filters get runThiago Macieira2015-06-192-0/+58
| | * | Fix boundingRect test in tst_QPictureKai Pastor2015-06-161-2/+2
| | * | Fix less-than comparison for QStandardItem and QSortFilterProxyModel with inv...Friedemann Kleint2015-06-112-6/+21
| | * | Diaglib: Output window/widget state(s).Friedemann Kleint2015-06-112-0/+4
| | * | Fix leaking of link in tst_QFileInfo::canonicalFilePath().Friedemann Kleint2015-06-101-6/+20
| | * | Fix return value of QWindowsFileSystemWatcherEngine::removePaths().Friedemann Kleint2015-06-091-0/+26
| | * | QSwipeGestureRecognizer: Allow for small direction changes.Friedemann Kleint2015-06-071-3/+12
| | * | fix usage of wince scopeOswald Buddenhagen2015-06-0553-58/+57
| | * | Font definitions with different style names are not equalAllan Sandfeld Jensen2015-06-031-0/+2
| | * | Fix premul conversion from ARGB32 to A2RGB30 formats.Allan Sandfeld Jensen2015-06-031-0/+27
* | | | Fix A2RGB30 compositing testsAllan Sandfeld Jensen2015-07-011-6/+6
|/ / /
* | | Add qHash(QLocale)Marc Mutz2015-06-301-0/+2
* | | tst_formlayout: Fix top level widget leaks.Friedemann Kleint2015-06-271-198/+189
* | | tst_qboxlayout: Fix top level widget leaks.Friedemann Kleint2015-06-271-63/+36