summaryrefslogtreecommitdiffstats
path: root/src/gui/itemmodels/qstandarditemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-4/+4
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-211-9/+9
|\
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-9/+9
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-0/+3
|\|
| * Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-061-0/+3
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-071-4/+9
|\|
| * Fix QSIM::itemData returning role 255Luca Beldi2018-09-061-4/+9
* | Implement clearItemData in common modelsLuca Beldi2018-09-061-0/+6
|/
* Add a method to clear the data to QStandardItemModelLuca Beldi2018-08-171-0/+32
* ItemModels: Cache last-known child indexErik Verbruggen2018-06-271-0/+8
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-291-2/+2
* Gui: Properly use the standarditemmodel featureUlf Hermann2018-03-201-4/+0
* QStandardItem: add more sanity checks on insertRow(s)/Column(s)Christian Ehrlicher2018-03-071-3/+3
* QListWidgetItem/QStandardItem: pass role to dataChanged() signalChristian Ehrlicher2018-01-261-7/+26
* Correct QStandardItemModel::setItemData to follow QAbstractItemModelSamuel Gaist2017-10-171-10/+83
* Fix QStandardItem::setChild crash when passing a null pointerJesus Fernandez2017-07-271-2/+13
* Fix UB in QStandardItemModelOlivier Goffart2017-04-231-20/+14
* Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-5/+8
|\
| * QStandardItem: enable NRVO for gccAnton Kudryavtsev2016-07-181-4/+5
| * QStandardItem: use reserve() to optimize memory allocationAnton Kudryavtsev2016-07-181-1/+3
* | ItemModel: Extract Method isVariantLessThan()Anton Kudryavtsev2016-07-021-30/+1
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-131-6/+3
|\|
| * Gui: use const (and const APIs) moreAnton Kudryavtsev2016-06-011-6/+3
* | QtGui: Introduce delegating constructors.Friedemann Kleint2016-05-091-13/+4
|/
* QtGui: use printf-style qWarning/qDebug where possible (I)Marc Mutz2016-03-041-1/+1
* ItemModels: replace QLatin1String with QStringLiteralAnton Kudryavtsev2016-02-261-3/+8
* QStandardItemModel: Reset the flags on clear()Stephen Kelly2016-02-171-0/+1
* QtGui: eradicate Q_FOREACH loops [needing qAsConst()]Marc Mutz2016-02-111-2/+1
* QStandardItemModel: avoid premature pessimizationMarc Mutz2016-02-081-6/+4
* Updated license headersJani Heikkinen2016-01-151-14/+20
* Fix some qdoc-warnings.Friedemann Kleint2015-07-101-1/+2
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-011-2/+4
|\
| * Fix less-than comparison for QStandardItem and QSortFilterProxyModel with inv...Friedemann Kleint2015-06-111-2/+4
* | gui: Add several QList::reserve() calls.Sérgio Martins2015-06-221-1/+4
* | QStandardItem: add user-tristate and auto-tristate getters/settersDavid Faure2015-05-071-11/+64
* | Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-071-1/+1
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2015-02-101-12/+11
|\
| * Don't crash with invalid QModelIndex or when QTreeWidgetItem is NULL in mimeD...Maks Naumov2015-02-061-12/+11
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-6/+0
|/
* 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-6/+6
* Remove deprecated QtAlgorithms calls from QtGuiGiuseppe D'Angelo2013-09-051-2/+3
* Use the base implementation of QAbstractItemModel::sibling in QSIM.Stephen Kelly2013-02-261-1/+1
* Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Remove warnings from qtbase.Mitch Curtis2012-11-211-1/+0
* Add implementations of QAIM::sibling in public APIs.Stephen Kelly2012-11-021-0/+9
* Strip trailing whitespace in itemviews.Stephen Kelly2012-11-011-9/+9