summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QString:: add remove() overload taking QLatin1StringAnton Kudryavtsev2018-02-021-0/+6
* tests: cleanup tst_QMenu::QTBUG47515_widgetActionEnterLeaveGatis Paeglis2018-01-291-51/+70
* QMimeType: remove unwanted *.bin as preferredSuffix for octet-streamDavid Faure2018-01-281-0/+1
* tests/manual/widgets/styles: Extend the style icon displayFriedemann Kleint2018-01-261-22/+101
* Create corelib/serialization and move existing file formats into itThiago Macieira2018-01-265145-11/+18
* QListWidgetItem/QStandardItem: pass role to dataChanged() signalChristian Ehrlicher2018-01-263-24/+58
* tst_QSplitter::replaceWidget: explicit wait for eventsChristian Ehrlicher2018-01-261-18/+39
* QFileSystemModel/Win: Fix file system operations failing due to watchersFriedemann Kleint2018-01-261-0/+39
* Introduce QSslConfiguration::backendConfigLars Schmertmann2018-01-261-0/+130
* tst_qvarlengtharray: Add missing includeOliver Wolff2018-01-261-0/+2
* Add support for converting from std::variantAllan Sandfeld Jensen2018-01-252-2/+43
* Update the overflow functions to include qsizetypeThiago Macieira2018-01-241-9/+145
* XCB: Implement native window dump for diaglibFriedemann Kleint2018-01-241-1/+16
* QTestlib/selftests: Refactor the code printing output differencesFriedemann Kleint2018-01-241-8/+73
* QMenuBar::mouseReleaseEvent: fix triggering hidden actionsYulong Bai2018-01-241-3/+22
* itemviews: When an index widget gets focus, update the current indexAndy Shaw2018-01-221-0/+53
* QMenuBar: Fix repetitive emission of triggered() when using addAction(QString)Yulong Bai2018-01-211-2/+26
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-205-56/+63
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Tor Arne Vestbø2018-01-163-27/+1
| |\
| | * Merge remote-tracking branch 'origin/5.9.4' into 5.9Liang Qi2018-01-111-24/+0
| | |\
| | | * Revert "QTreeView: Make sure QHeaderView is notified on layoutChanged()"Thorbjørn Lund Martsum2018-01-051-24/+0
| | * | macOS: Blacklist modalWindowEnterEventOnHide_QTBUG35109 instead of skippingTor Arne Vestbø2018-01-092-3/+1
| * | | Test for leaks in QMetaObject::invoke with functorsOlivier Goffart2018-01-141-25/+55
| * | | Skip a date-time test when we don't know what result it should giveEdward Welbourne2018-01-121-5/+7
* | | | Fix explicitly set width not being respectedIgor Mironchik2018-01-201-0/+39
* | | | Add rvalue overload of insert/prepend to QVarLengthArray and QVectorAllan Sandfeld Jensen2018-01-202-9/+194
* | | | Test Russia's post-DST transitions are reported correctlyEdward Welbourne2018-01-191-0/+62
* | | | Sync QItemDelegate::doLayout with QCommonStylePrivate::viewItemLayoutChristian Ehrlicher2018-01-181-4/+4
* | | | uic: Support id-based translationsFriedemann Kleint2018-01-182-0/+104
* | | | Add QIODevice::NewOnly and QIODevice::ExistingOnly OpenMode flagsd3fault2018-01-171-0/+44
* | | | Don't generate QAction include unconditionallyJarek Kobus2018-01-1596-96/+0
* | | | Don't generate QButtonGroup include unconditionallyJarek Kobus2018-01-15105-103/+487
* | | | Don't generate QHeaderView include unconditionallyJarek Kobus2018-01-1580-80/+0
* | | | Introduce QIcon::fallbackSearchPaths()Alexander Volkov2018-01-154-1/+13
* | | | Add QModelIndex::siblingAtColumn and ::siblingAtRowAndre Somers2018-01-122-2/+10
* | | | Use TESTDATA for QSsl* testsMårten Nordheim2018-01-125-122/+118
* | | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-1111-57/+389
|\| | |
| * | | Fix license headersJani Heikkinen2018-01-112-33/+23
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-095-21/+291
| |\| |
| | * | QFtp: only use fall-back password for anonymous accessRyan Chu2018-01-091-2/+207
| | * | CoreText: Order fallback fonts based on writing system supportEskil Abrahamsen Blomfeldt2018-01-091-0/+35
| | * | QFileSystemModel/Windows: Make file name checking case-insensitiveFriedemann Kleint2018-01-091-1/+28
| | * | Fix license headersJani Heikkinen2018-01-091-14/+20
| | * | Fix fallback fonts for non-common writing systemEskil Abrahamsen Blomfeldt2018-01-081-1/+1
| | * | Revert "Blacklist tst_QDateTime::operator_eqeq"Edward Welbourne2018-01-071-3/+0
| * | | sqlite: Bind duplicated named placeholders correctlyAndy Shaw2018-01-081-0/+25
| * | | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-072-3/+19
| |\| |
| | * | tst_QUdpSocket - unblacklist tests on Ubuntu 16.04Timur Pocheptsov2018-01-052-4/+19
| | |/
| * | Make QPalette::setBrush() check before detachingGabriel de Dietrich2018-01-041-0/+31
* | | QGuiApplication: Add fontChanged signalKai Uwe Broulik2018-01-111-0/+26