summaryrefslogtreecommitdiffstats
path: root/src/gui/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Fix minor typos in docs, printed messages & commentsSze Howe Koh2013-01-281-1/+1
* | Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-4/+0
|/
* Update copyright year in Digia's license headersSergio Ahumada2013-01-183-3/+3
* Remove warnings from qtbase.Mitch Curtis2012-11-211-1/+0
* Add implementations of QAIM::sibling in public APIs.Stephen Kelly2012-11-022-0/+10
* Strip trailing whitespace in itemviews.Stephen Kelly2012-11-011-9/+9
* Emit layout change hint from QStandardItemModel.Stephen Kelly2012-09-301-3/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-223-72/+72
* Emit layoutChange signals when changing QPersistentModelIndexes.Stephen Kelly2012-08-181-0/+9
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-294-0/+3811