summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* Make QAbstractProxyModel itemData() behave like data()Luca Beldi2021-11-261-2/+4
* QItemSelection: fix (some) O(n²) behavior in merge()Marc Mutz2021-11-161-9/+7
* QAbstractProxyModel: Use QCompatProperty with custom getterIevgenii Meshcheriakov2021-11-012-68/+5
* Fix segfault in QItemSelectionModel::hasSelectionAndreas Buhr2021-10-141-2/+5
* corelib: Fix typos in source code commentsJonas Kvinge2021-10-121-1/+1
* QSFPM: remove redundant call to update_source_sort_column()David Faure2021-10-051-2/+1
* emit layoutAboutToBeChanged timelyLuca Beldi2021-07-201-11/+19
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-153-22/+56
* Consistent indentation for BINDABLE propertiesAndreas Buhr2021-06-242-7/+12
* Add "We mean it" warning to qidentityproxymodel_p.hMitch Curtis2021-06-141-0/+12
* QSortFilterProxyModel: create mappings on demand againDavid Faure2021-06-031-10/+44
* Move QIdentityProxyModelPrivate out into its own headerMitch Curtis2021-06-012-36/+87
* Fix qdoc warningsVolker Hilsheimer2021-05-272-2/+3
* Item models: code tidiesGiuseppe D'Angelo2021-05-182-3/+3
* Fix QItemSelectionModel::selectionChanged emissionAndreas Buhr2021-05-181-8/+32
* QAbstractItemModel::match: code tidiesGiuseppe D'Angelo2021-05-121-1/+1
* QSFPM: make filterRegularExpression and filterCaseSensitivity bindableIvan Solovev2021-05-112-39/+133
* QSortFilterProxyModel: port to new property systemIvan Solovev2021-05-112-47/+192
* QAbstractProxyModel: port to new property systemIvan Solovev2021-05-043-6/+96
* QSFPM: fix filterCaseSensitivityChanged signal emission logicIvan Solovev2021-04-301-0/+4
* Port of QItemSelectionModel::model to new property systemAndreas Buhr2021-04-273-24/+86
* Optimize quadratic-time insertion in QSortFilterProxyModelIgor Kushnir2021-04-241-2/+3
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-221-24/+44
* Allow proxy models access to the parent-child hierarchy of sourceLuca Beldi2021-04-195-6/+24
* Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-071-3/+5
* Fix removing columns when QSortFilterProxyModel has not been sorted yetJoni Poikelin2021-03-251-1/+4
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-091-1/+6
* Fix build of Core module without regularexpression featureAlexey Edelev2021-03-042-13/+1
* Replace some more erase/remove patterns with removeIfGiuseppe D'Angelo2021-01-101-4/+1
* Remove the qmake project filesJoerg Bornemann2021-01-071-63/+0
* Use (new) erase()/erase_if() algorithmsMarc Mutz2020-12-051-7/+2
* Dont' return a const ref to QModelIndexLars Knoll2020-12-042-6/+5
* Fix hashing of QPersistentModelIndexLars Knoll2020-12-041-0/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-303-5/+5
* 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