summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-20/+20
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-01-151-0/+5
|\
| * Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-141-0/+5
* | QIdentityProxyModel: implement moveRows / moveColumnsGiuseppe D'Angelo2020-01-022-0/+26
* | QStringListModel: fix moveRows()Christian Ehrlicher2019-12-161-12/+11
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-161-8/+9
|\|
| * Let QItemSelectionModel::columnIntersectsSelection honor the parentChristian Ehrlicher2019-12-141-8/+9
* | Tidy nullptr usageAllan Sandfeld Jensen2019-12-064-13/+13
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-232-6/+22
|\|
| * QSortFilterProxyModel: Add change signals for propertiesKai Uwe Broulik2019-11-222-6/+22
* | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2
* | QItemSelectionModel: make parent an optional parameterChristian Ehrlicher2019-10-241-4/+4
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-191-10/+30
|\|
| * QSortFilterProxyModel: Add a cheaper way to find source_sort_columnUlf Hermann2019-10-181-10/+30
* | QAbstractItemModel: implement QRegularExpression support for matchSamuel Gaist2019-10-161-4/+28
|/
* Micro-optimize QAbstractItemModel::setItemDataGiuseppe D'Angelo2019-08-221-4/+11
* QSortFilterProxyModel: avoid some unnecessary copiesChristian Ehrlicher2019-07-311-34/+30
* QAbstractItemModel: don't inherit QHash just to add elementsMarc Mutz2019-07-161-14/+9
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-0/+2
|\
| * QTransposeProxyModel: include the moc in the .cppThiago Macieira2019-06-281-0/+2
* | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* | Fix build without features.itemmodelTasuku Suzuki2019-05-142-0/+4
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-1/+1
|\|
| * Optimize QAbstractTableModel::hasChildrenDavid Faure2019-04-231-1/+1
* | QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
* | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-04-082-4/+0
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-044-29/+33
|\ \
| * | Replace Q_DECL_NOEXCEPT with noexcept in corelibAllan Sandfeld Jensen2019-04-032-23/+23
| * | Replace Q_NULLPTR with nullptr in corelibAllan Sandfeld Jensen2019-04-031-1/+1
| * | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-03-311-5/+9
| |\|
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-5/+9
| | |\
| | | * Fix tree recursion in QAbstractItemModel::match()Friedemann Kleint2019-03-221-5/+9
* | | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-041-2/+2
|/ / /
* / / More nullptr usage in headersKevin Funk2019-03-143-3/+3
|/ /
* | Fix some qdoc warningsFriedemann Kleint2019-03-072-6/+7
* | Fix can not -> cannotRobert Loehning2019-02-252-3/+3
* | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-132-8/+8
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-0412-13/+16
|\|
| * Fix QStringListModel::setData to check for actual changesLuca Beldi2018-12-241-1/+4
| * QtCore: Unify license headersKai Koehne2018-12-2212-12/+12
* | Use a QMultiHash to store persistent model indicesLars Knoll2018-12-072-5/+5
* | Remove the model pointer from QPersistentModelIndexDataLars Knoll2018-12-072-14/+4
* | Add missing "We mean it" warningFrederik Gladhorn2018-11-201-0/+11
* | Make QAbstractItemModel::resetInternalData virtual for Qt 6Frederik Gladhorn2018-11-081-1/+3
* | New proxy model: QTransposeProxyModelLuca Beldi2018-11-055-0/+613
* | doc: Add \since 6.0 to future functionsMartin Smith2018-10-302-0/+2
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-082-2/+3
|\|
| * QSFPM: don't let setFilterRegExp(QString) overwrite CaseSensitivityDavid Faure2018-10-031-0/+1
| * QSFPM: setFilterRegExp and setFilterRegularExpression overloads to slotsSamuel Gaist2018-10-021-2/+2
* | Fix a few overrides in Qt CoreAlessandro Portale2018-09-251-1/+1