summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* macOS: Blacklist tst_QStyleSheetStyle::task232085_spinBoxLineEditBgTor Arne Vestbø2018-02-101-0/+3
* Merge remote-tracking branch 'origin/dev' into 5.11Liang Qi2018-02-105167-159/+1415
|\
| * Add drawTexture benchmarkAllan Sandfeld Jensen2018-02-063-0/+554
| * Benchmarks: tst_tcpserver: Remove unnecessary qprocess includeOliver Wolff2018-02-051-1/+0
| * tests: cleanup tst_QMenu::click_while_dismissing_submenu()Friedemann Kleint2018-02-031-8/+10
| * QLineEdit: implement quick text selection by mouseElvis Angelaccio2018-02-031-1/+88
| * 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
* | QVariant: convert QDateTime and QTime to string with millisecondsThiago Macieira2018-02-051-2/+8
* | QUuid: add a way to get the string form without the bracesThiago Macieira2018-02-031-0/+16
* | Diaglib: Make mouse event logging more verboseFriedemann Kleint2018-02-021-0/+29
* | Make it easier to specify test databases on a per system levelAndy Shaw2018-01-261-72/+52
|/
* 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