summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qitemdelegate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix conversion warnings when setting alpha to QColorFriedemann Kleint2020-09-151-1/+1
* Remove QVariant(int type, void *data, ...) constructorLars Knoll2020-08-151-1/+1
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-2/+4
* Remove deprecated roles BackgroundColorRole and TextColorRoleChristian Ehrlicher2020-06-201-2/+0
* Replace calls to deprecated QEvent accessor functionsShawn Rutledge2020-06-081-1/+1
* Remove deprecated members from QtWidgets/itemviews classesVolker Hilsheimer2020-04-171-14/+0
* Merge remote-tracking branch 'origin/5.14' into 5.15Friedemann Kleint2020-02-241-1/+1
|\
| * Fix wrong DPI used by QStyle::pixelMetric()Friedemann Kleint2020-02-221-1/+1
* | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-11/+11
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-9/+9
|/
* QtWidgets: Fix deprecation warningsFriedemann Kleint2019-03-011-1/+1
* Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-061-0/+3
* QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-021-10/+21
* Fix use of deprecated ItemDataRoles Background/TextColorRoleChristian Ehrlicher2018-11-051-2/+2
* remove internal use of SE_ViewItemCheckIndicatorRolf Eike Beer2018-09-031-1/+1
* QItemDelegate: fix text height calculationChristian Ehrlicher2018-03-081-15/+53
* Fix typosJarek Kobus2018-02-131-1/+1
* Sync QItemDelegate::doLayout with QCommonStylePrivate::viewItemLayoutChristian Ehrlicher2018-01-181-1/+1
* QItemDelegate::doLayout: only call QStyle::pixelMetric() onceChristian Ehrlicher2018-01-161-5/+8
* QItemDelegate: Use QString::replace instead of home brew algorithmAndre Hartmann2017-09-081-4/+1
* Merge remote-tracking branch 'origin/5.9' into devOswald Buddenhagen2017-08-021-3/+0
|\
| * Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+0
* | Allow QImage with more than 2GByte of image dataAllan Sandfeld Jensen2017-07-081-1/+1
|/
* Add feature.dialogStephan Binner2017-03-221-1/+0
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-36/+6
|\
| * Item delegates: show localized detailed tooltips and "What's this?" textsAlexander Volkov2016-07-281-36/+6
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Long live QString::asprintf()!Marc Mutz2015-02-121-1/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Itemviews: add ItemIsUserTristate flagDavid Faure2015-01-251-1/+1
* Item delegates: refactor and unify codeGiuseppe D'Angelo2014-11-191-106/+3
* Q(Styled)ItemDelegate: code tidiesGiuseppe D'Angelo2014-11-141-2/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Item views: respect focus policy when closing an editorJ-P Nurmi2014-04-011-4/+1
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* item delegates: fix clicking on tristate checkboxes.David Faure2013-09-021-2/+5
* Fixed applying invalid data from QLineEdit to modelIvan Komissarov2013-05-071-10/+34
* Enforce focus policy in item delegate's editorGabriel de Dietrich2013-04-231-1/+4
* Merge branch 'dev' into stableOswald Buddenhagen2013-03-201-1/+1
|\
| * Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* | Q(Styled)ItemDelegate: disable style animationsJ-P Nurmi2013-03-181-0/+3
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Basic high-dpi "retina" support for Qt 5.Morten Johan Sørvig2012-12-011-4/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Replace QStyleOptionViewItemV? with QStyleOptionViewItemStephen Kelly2012-09-211-11/+8
* Remove casting of QStyleOptionViewItems to set data.Stephen Kelly2012-09-191-8/+1
* Fix example includes for qdoc.Frederik Gladhorn2012-09-111-1/+1
* Doc: Fix snippet and example referencing widget examplesAndy Nichols2012-08-231-1/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-10/+10
|\
| * Doc: Modularize QtWidgets documentation.Casper van Donderen2012-05-091-10/+10