summaryrefslogtreecommitdiffstats
path: root/src/gui/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-101-9/+9
* Doc: Qt GUI: Fix documentation warningsTopi Reinio2018-11-061-0/+3
* Fix QSIM::itemData returning role 255Luca Beldi2018-09-061-4/+9
* Add a method to clear the data to QStandardItemModelLuca Beldi2018-08-172-0/+35
* ItemModels: Cache last-known child indexErik Verbruggen2018-06-272-11/+25
* ItemModels: search for the child index in 2 directionsErik Verbruggen2018-06-271-7/+29
* Make sure we can build with -no-feature-draganddropJoerg Bornemann2018-05-292-4/+4
* Gui: Properly use the standarditemmodel featureUlf Hermann2018-03-204-13/+6
* 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-263-8/+28
* Correct QStandardItemModel::setItemData to follow QAbstractItemModelSamuel Gaist2017-10-172-10/+94
* Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-191-22/+22
* Fix QStandardItem::setChild crash when passing a null pointerJesus Fernandez2017-07-271-2/+13
* Convert features.whatsthis to QT_[REQUIRE_]CONFIGStephan Binner2017-06-291-2/+2
* Fix UB in QStandardItemModelOlivier Goffart2017-04-232-21/+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
* | Add qtguiglobal.h and qtguiglobal_p.hLars Knoll2016-07-032-0/+2
* | 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
* QtGui: mark some more types as movable/primitiveMarc Mutz2016-03-031-0/+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-153-42/+60
* QtGui: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-07-191-1/+1
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-191-3/+3
* 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-072-13/+76
* | Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-072-2/+2
|/
* Update copyright headersJani Heikkinen2015-02-113-21/+21
* 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-202-10/+0
* | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-031-22/+22
|/
* Update license headers and add new license filesMatti Paaso2014-09-243-57/+33
* 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
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-052-1/+2
|\
| * Use the base implementation of QAbstractItemModel::sibling in QSIM.Stephen Kelly2013-02-262-1/+2
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-141-1/+1
|\|