summaryrefslogtreecommitdiffstats
path: root/src/widgets/itemviews/qabstractitemdelegate.cpp
Commit message (Expand)AuthorAgeFilesLines
* QAbstractItemDelegate: Update spinbox editor value before committingDoris Verria2023-09-251-0/+8
* Move pixelator example to manual testTor Arne Vestbø2023-06-301-1/+1
* QAbstractItemDelegate: tolerate that editor gets reparentedVolker Hilsheimer2022-08-251-2/+3
* QAbstractItemDelegate: Remove a duplicate doc entryLaszlo Papp2022-06-201-2/+2
* Use SPDX license identifiersLucie Gérard2022-05-161-38/+2
* QAbstractItemDelegate: fix rect given to tooltip handingDavid Faure2022-05-091-6/+1
* QtWidgets: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-261-1/+1
* fix windows build when both whatsthis and tooltip are disabledNick Shaforostov2021-02-181-1/+5
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Use QList instead of QVector in widgetsJarek Kobus2020-07-021-2/+2
* Port QT_NO_TOOLTIP to QT_CONFIG(tooltip)Joerg Bornemann2020-04-211-1/+3
* Remove deprecated members from QtWidgets/itemviews classesVolker Hilsheimer2020-04-171-22/+0
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-9/+9
* Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-1/+1
* QItemViews: hide ToolTip/What's this when cell has no data for itChristian Ehrlicher2019-10-031-20/+22
* Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-061-0/+2
|\
| * fix compilation with various -no-feature-* optionsNick Shaforostov2019-05-051-0/+2
* | QtWidgets/Graphics-/ItemViews: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-051-0/+2
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-1/+1
|\|
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-1/+1
* | Doc: replace QItemDelegate with QStyledItemDelegateChristian Ehrlicher2019-01-061-2/+2
|/
* QAbstractItemDelegate: only handle as json when type is QMetaType::QJsonValueChristian Ehrlicher2018-08-041-11/+14
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+4
* Make sure the parent view will have focus when activation is given backAndy Shaw2018-02-151-0/+8
* QItemViews: Add ability to show QJsonValue::Bool/DoubleChristian Ehrlicher2018-01-031-2/+14
* Simplify date-time formatting in textForRole()Edward Welbourne2017-11-301-6/+3
* Convert features.textedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-191-2/+4
* Convert features.lineedit to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-2/+4
* Convert features.spinbox to QT_[REQUIRE_]CONFIGStephan Binner2017-09-121-0/+1
* Convert features.itemviews to QT_[REQUIRE_]CONFIGStephan Binner2017-07-251-3/+0
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-1/+3
* Fix warning for -no-feature-lineeditTasuku Suzuki2017-04-301-0/+2
* Build fix for -no-feature-validatorPaul Olav Tvete2017-03-011-0/+2
* fix build with various QT_NO_* definesNick Shaforostoff2016-08-261-0/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-011-6/+49
|\
| * Item delegates: show localized detailed tooltips and "What's this?" textsAlexander Volkov2016-07-281-6/+49
* | Updated license headersJani Heikkinen2016-01-151-14/+20
|/
* Clean up cancel operation handling on OS XTor Arne Vestbø2015-09-271-5/+7
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* QItemDelegate: let QTextEdit and QPlainTextEdit receive tab keypressesGiuseppe D'Angelo2015-01-041-5/+28
* Item delegates: refactor and unify codeGiuseppe D'Angelo2014-11-191-1/+117
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: Adding mark-up to boolean default values.Jerome Pasion2013-10-081-2/+2
* Fix license headers stating QtGui for QtWidgets files.Jake Petroules2013-03-191-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Minor documentation fixes in item views.Shawn Rutledge2012-08-211-5/+5
* Fix the doc errors in itemmodels and itemviews.Stephen Kelly2012-08-201-2/+3
* Use a QVector<int> instead of a QSet<int> in itemviews/models.Stephen Kelly2012-06-121-2/+2
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1