summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qitemdelegate/tst_qitemdelegate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-27/+2
* tst_qitemdelegate: make it more robustGiuseppe D'Angelo2022-04-271-2/+1
* Deprecate QContextMenuEvent and QMouseEvent ctors without globalPosShawn Rutledge2022-02-051-1/+1
* QtBase: replace windows.h with qt_windows.hYuhang Zhao2021-11-231-1/+1
* QAbstractItemView: don't toggle extended selection on Ctrl+PressVolker Hilsheimer2021-06-071-4/+10
* Replace QtTest headers with QTestDavid Skoland2020-12-221-1/+5
* Deprecate QVariant::TypeLars Knoll2020-10-231-13/+13
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-2/+2
* Remove most compiler warnings about missing overridesLars Knoll2020-09-111-11/+11
* Replace QAbstractItemView::viewOptions with initViewItemOptionVolker Hilsheimer2020-08-261-1/+3
* Remove winrtOliver Wolff2020-06-061-1/+1
* Make qtbase compile without QT_CONFIG(timezone)Andrei Golubev2020-05-111-0/+2
* Widget tests: Skip tests that fail on WaylandJohan Klokkhammer Helsing2019-10-181-0/+12
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-071-3/+8
|\
| * Qt Widgets: Make tests pass on High DPI screens and scalingFriedemann Kleint2019-05-291-3/+8
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-261-10/+24
|\|
| * tst_QItemDelegate: try to stabilize combobox testChristian Ehrlicher2019-01-251-0/+1
| * Stabilize tst_QItemDelegate::dateTimeEditor()Friedemann Kleint2019-01-221-10/+23
* | remove internal use of SE_ViewItemCheckIndicatorRolf Eike Beer2018-09-031-2/+2
|/
* tests/auto/widgets/itemviews: Avoid unconditional qWait()sKari Oikarinen2018-05-091-28/+15
* Blacklist tst_QItemDelegate::comboBox on openSUSEKari Oikarinen2018-04-121-4/+3
* Sync QItemDelegate::doLayout with QCommonStylePrivate::viewItemLayoutChristian Ehrlicher2018-01-181-4/+4
* Simplify date-time formatting in textForRole()Edward Welbourne2017-11-301-22/+50
* Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-1/+1
* Plug remaining memleaks in tests/auto/widgets/itemviewsMarc Mutz2017-01-261-1/+1
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-011-0/+62
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-0/+62
| |\
| | * Item delegates: show localized detailed tooltips and "What's this?" textsAlexander Volkov2016-07-281-0/+62
* | | QtWidgets: Remove Windows CE.Friedemann Kleint2016-04-071-1/+1
|/ /
* | Updated license headersJani Heikkinen2016-01-211-17/+12
* | Tests: Remove empty init/cleanup slots, constructors and destructors.Friedemann Kleint2015-12-101-32/+0
|/
* tests/auto/widgets: Replace Q[TRY]_VERIFY(a == b) by Q[TRY]_COMPARE(a, b).Friedemann Kleint2015-07-311-5/+5
* Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-071-3/+3
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-251-1/+28
* tst_qitemdelegate: remove more duplication.David Faure2015-01-171-12/+1
* QItemDelegate: let QTextEdit and QPlainTextEdit receive tab keypressesGiuseppe D'Angelo2015-01-041-5/+14
* tst_QItemDelegate: simplify code, no behavior changeDavid Faure2014-12-021-68/+16
* tst_qitemdelegate: make the test more robustDavid Faure2014-11-111-3/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* WinRT: Fix various test compilationsAndrew Knight2013-10-021-1/+1
* item delegates: fix clicking on tristate checkboxes.David Faure2013-09-021-0/+51
* Fixed applying invalid data from QLineEdit to modelIvan Komissarov2013-05-071-0/+131
* QtWidgets tests: Replace qFindChild{ren} with QObject::findChild{ren}Debao Zhang2013-03-271-7/+7
* Fix warnings about overloaded virtuals in tests (CLANG).Friedemann Kleint2013-03-121-2/+2
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Make sure uints remain uints when editing in itemviews.Stephen Kelly2012-10-191-0/+61
* normalise signal/slot signatures [QtWidgets tests]Marc Mutz2012-10-191-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Remove some dead code wrapped in Q_WS_QWS.Stephen Kelly2012-08-031-3/+0