summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid QSortFilterProxyModel::dataChanged parametersWang ChunLin2020-11-301-9/+13
* Fix QSFPM not emitting dataChanged when source model is setWang ChunLin2020-11-181-0/+2
* QItemSelection: Use public constructor from baseclassVolker Hilsheimer2020-11-131-1/+1
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-1/+1
* Remove QItemSelectionRange's operator<()Edward Welbourne2020-10-282-44/+0
* Deprecate ordering on QItemSelectionRangeEdward Welbourne2020-10-282-3/+7
* QAbstractItemModelTester: don't rely on hasChildren()David Faure2020-10-271-2/+2
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-3/+2
* QAIM docs: use \nullptr instead of 0Giuseppe D'Angelo2020-10-021-2/+2
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-251-1/+1
* Doc: link QModelRoleData and QModelRoleDataSpan documentationVolker Hilsheimer2020-09-221-17/+17
* Remove some comments that are no longer relevantEdward Welbourne2020-09-051-1/+0
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-022-0/+408
* Fix CaseSensitivity handling for QRegularExpression in QSortFilterProxyModelMarcel Krems2020-08-231-1/+2
* Fix qHash(const QModelIndex &index)Friedemann Kleint2020-08-201-1/+1
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-4/+4
* Replace Qt CONSTEXPR defines with constexprAllan Sandfeld Jensen2020-08-143-15/+15
* MSVC: remove the extern templateThiago Macieira2020-08-051-25/+9
* Fix a number of qdoc warnings related to deprecationFriedemann Kleint2020-07-241-1/+2
* Add ; to Q_UNUSEDLars Schmertmann2020-07-073-27/+27
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-297-193/+161
* Unexport QModelIndexGiuseppe D'Angelo2020-06-261-1/+1
* Use QList instead of QVector in corelibJarek Kobus2020-06-258-20/+24
* Move implementation of QVector/List back to qlist.hLars Knoll2020-06-201-1/+1
* QSortFilterProxyModel: remove deprecated functionsChristian Ehrlicher2020-06-202-29/+0
* ItemModels: remove deprecated functionsChristian Ehrlicher2020-06-075-129/+2
* QAbstractItemModel: remove deprecated setRoleNames()Christian Ehrlicher2020-06-075-54/+13
* Add a property to QSFPM to show children of accepted itemsGiulio Camuffo2020-05-262-8/+80
* QItemSelectionModel: simplify QItemSelectionRangeChristian Ehrlicher2020-05-232-31/+1
* Models: remove version check for clearItemData()Christian Ehrlicher2020-05-232-4/+0
* Sweep Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6 -> Q_DECLARE_SHAREDMarc Mutz2020-05-191-1/+1
* QModelIndex/QAIM: improve const correctnessGiuseppe D'Angelo2020-05-062-4/+31
* Remove some leftover includes of QRegExpLars Knoll2020-05-061-1/+0
* QItemSelectionModel: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-8/+7
* QItemSelectionModel: replace a QPair with a dedicated structMarc Mutz2020-05-051-8/+23
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-1/+1
|\
| * Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-04-211-1/+1
* | Compile fixes for clang10Lars Knoll2020-04-153-3/+3
* | Remove QRegExp support from QSortFilterProxyModelLars Knoll2020-04-152-216/+26
* | Change qHash() to work with size_t instead of uintLars Knoll2020-04-093-9/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-3/+57
|\|
| * 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
* | Make MatchRegExp an alias to MatchRegularExpressionLars Knoll2020-03-301-7/+0
* | Speed up QSortFilterProxyModel filteringChristian Ehrlicher2020-03-271-8/+11
* | Don't call QSet::erase() on an end iteratorLars Knoll2020-03-251-1/+3
* | Add a way to filter only rows or columns in QSortFilterProxyModelGiulio Camuffo2020-03-182-16/+75
* | Fix compilation with -no-feature-regularexpressionEskil Abrahamsen Blomfeldt2020-03-171-2/+12
* | Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-161-2/+3
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-111-2/+3
| |\