summaryrefslogtreecommitdiffstats
path: root/tests/auto/widgets/itemviews/qitemdelegate/tst_qitemdelegate.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove usage of deprecated qWaitForWindowShown(QWidget *) method.Friedemann Kleint2012-07-251-1/+1
* Implement waitForWindowExposed and friends for widget windows.Friedemann Kleint2012-07-201-7/+2
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* QItemDelegate - add a more comprehensive testThorbjørn Lund Martsum2012-07-091-0/+124
* Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-1/+1
* Remove workaround for QComboBox not having a USER property.Stephen Kelly2012-03-281-0/+31
* Add USER properties to QDateEdit and QTimeEdit.Stephen Kelly2012-03-281-0/+10
* Merge QStyleOption*V{2,3,4} classes togetherGiuseppe D'Angelo2012-02-021-0/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-1/+1
* Moved tests into integrationtests/ and widgets/Jo Asplin2011-10-201-0/+1216