summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/tqtc/lts-5.15.4' into tqtc/lts-5.15-open...Tarja Sundqvist2022-04-072-2/+10
|\
| * Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-04-111-1/+4
| * QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-1/+6
* | Revert "Update commercial license headers to src/concurrent and src/corelib"Tarja Sundqvist2021-03-2320-403/+403
|/
* Update commercial license headers to src/concurrent and src/corelibTarja Sundqvist2021-01-2820-403/+403
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-301-9/+13
* Fix QSFPM not emitting dataChanged when source model is setWang ChunLin2020-11-211-0/+2
* QAbstractItemModelTester: don't rely on hasChildren()David Faure2020-10-281-2/+2
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-282-3/+7
* QAIM docs: use \nullptr instead of 0Giuseppe D'Angelo2020-10-031-2/+2
* Fix CaseSensitivity handling for QRegularExpression in QSortFilterProxyModelMarcel Krems2020-08-241-2/+5
* MSVC: Fix C4996 warnings in 5.15 when building QtKai Koehne2020-08-171-0/+3
* Compile fixes for clang10Lars Knoll2020-05-053-3/+3
* Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-04-211-1/+1
* Doc: Document new property change notifiers for QSortFilterProxyModelTopi Reinio2020-03-261-3/+45
* Doc: QItemSelectionModel: Note when function default arguments were addedTopi Reinio2020-03-261-0/+12
* Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-2/+3
|\
| * QSortFilterProxyModel doc: do not mention deprecated function reset()Christian Ehrlicher2020-03-091-2/+3
* | QConcatenateTablesProxyModel: Add getter for sourceModelsKai Uwe Broulik2020-02-272-0/+12
* | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-02-181-6/+2
|\|
| * Doc: Fix documentation for QSortFilterProxyModel::filterAcceptsColumnPaul Wicking2020-02-121-6/+2
* | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-02-081-0/+3
|\|
| * Doc: QPersistentModelIndex cannot be stored in a QStandardItemVolker Hilsheimer2020-02-061-0/+3
* | 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
|\ \