summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* QAbstractItemModel: Add revisions to new methodsUlf Hermann2022-06-241-13/+13
* QAbstractItemModel: Fix Qt::TextAlignmentRole when metatype is uintJonas Kvinge2022-05-221-4/+8
* Use SPDX license identifiersLucie Gérard2022-05-1621-800/+44
* Document the default value of QSFPM::sortOrder()Andreas Hartmetz2022-04-281-2/+5
* Better document how to enable sorting in QSPFMAndreas Hartmetz2022-04-281-2/+7
* Exploit the new macro varargs form of Q_GLOBAL_STATICEdward Welbourne2022-04-221-3/+3
* QAbstractProxyModel: do not access invalid indexesGiuseppe D'Angelo2022-04-133-9/+112
* Itemviews: start fixing mixups of int/enum for Qt's item rolesGiuseppe D'Angelo2022-03-231-0/+46
* Core: Do not depend on transitive includesFabian Kosmale2022-03-175-0/+5
* QItemSelectionModel: avoid 24 relocationsMarc Mutz2022-03-111-35/+31
* QAbstractItemModel: fix persistent index corruption when moving columnsDavid Faure2022-02-281-3/+1
* QAbstractItemModel: make naming of arguments consistentAndreas Buhr2022-02-192-10/+10
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-214-9/+7
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-202-3/+3
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-171-0/+1
* Prevent repeated instantiations of qRegisterNormalizedMetaType<QList<QModelIn...Marc Mutz2022-01-152-0/+7
* Make QAbstractItemModel::insert|move|remove(Columns|Rows)[s]() invokableVolker Krause2021-12-211-13/+13
* Doc: Reword, fix typos and some formattingIvan Tkachenko2021-12-081-1/+1
* 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