summaryrefslogtreecommitdiffstats
path: root/src/gui/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-1/+1
|\
| * Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-151-4/+4
|\|
| * Doc: replace 0 with \nullptr in documentationChristian Ehrlicher2019-03-131-4/+4
* | More nullptr usage in headersKevin Funk2019-03-141-6/+6
|/
* 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
* | Remove excess "virtual" keyword from destructors in Qt GuiAlessandro Portale2018-09-251-1/+1
* | 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-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