summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-292-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
|\ \
| * | 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