summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels
Commit message (Expand)AuthorAgeFilesLines
* QIdentityProxyModel: add setHandleSourceLayoutChanges(bool)Ahmad Samir2023-12-153-4/+44
* QIdentityProxyModel: store connection handles in a containerAhmad Samir2023-12-153-135/+110
* Itemmodels: s/QPair/std::pair/Marc Mutz2023-12-144-29/+28
* QSortFilterProxyModel: scope a variable tighterMarc Mutz2023-12-131-2/+1
* QAbstractProxyModel: Emit headerDataChanged() signal with valid dataIevgenii Meshcheriakov2023-12-122-30/+48
* Doc: Fix \fn template arguments for Qt CoreLuca Di Sera2023-11-301-1/+1
* Doc: Fix template information for a QModelRoleDataSpan constructorLuca Di Sera2023-11-171-1/+1
* QSortFilterProxyModel: remove duplicate implementationsPo-Hao Su2023-10-201-15/+3
* Doc: Fix warnings and linking issuesTopi Reinio2023-10-091-1/+7
* Doc: state that models are not thread-safeMitch Curtis2023-10-021-1/+3
* QPersistentModelIndex: fix relational operators not being noexceptMarc Mutz2023-09-302-9/+9
* QPersistentModelIndex: fix UB (op< on unrelated pointers)Marc Mutz2023-09-301-1/+3
* QConcatenateTablesProxyModel: store connections in a containerAhmad Samir2023-09-252-80/+113
* QItemSelectionModel: remove some redundant codeAhmad Samir2023-09-231-3/+1
* QConcatenateTablesProxyModel: simplify codeAhmad Samir2023-09-221-2/+2
* QItemSelectionModel: don't warn when destroying the modelVolker Hilsheimer2023-09-221-3/+3
* QItemSelectionModel: fix binding loopsIvan Solovev2023-09-061-16/+17
* QItemSelectionModelPrivate: improve formatting of the connectionsIvan Solovev2023-09-061-24/+25
* QSortFilterProxyModel: fix binding loopsIvan Solovev2023-09-031-7/+8
* QAbstractProxyModel: fix binding loopsIvan Solovev2023-09-031-5/+6
* QItemSelectionModelPrivate: use QObjectPrivate::connectAxel Spoerl2023-09-013-60/+70
* Doc: Remove links to removed examplesAndreas Eliasson2023-08-281-5/+4
* QSortFilterProxyModel: "fix" connection names in connect callsAhmad Samir2023-08-161-19/+19
* Normalize signal/slot signatures [1/2]: non-QPairMarc Mutz2023-07-121-4/+4
* Fix qdoc link warnings after moving a few examples to manual testsTor Arne Vestbø2023-06-271-1/+1
* QAbstractProxyModel: delay headerDataChanged emissions when inserting/removin...Giuseppe D'Angelo2023-06-231-4/+11
* Add missing #includesAhmad Samir2023-06-052-0/+2
* QModelIndex: improve qHashThiago Macieira2023-05-161-1/+7
* QAbstractItemModel: fix match() with Qt::MatchWildcardGiuseppe D'Angelo2023-03-091-2/+4
* Long live QScopedPropertyUpdateGroupMarc Mutz2023-02-101-4/+2
* QSortFilterProxyModel: port to PMF connects for performance reasonsDavid Faure2023-02-022-108/+48
* QAbstractProxyModel: normalize signals/slots signaturesDavid Faure2023-01-111-6/+8
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-037-49/+49
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-114-15/+15
* Port from container.count()/length() to size()Marc Mutz2022-10-044-42/+42
* Replace qExchange calls with std::exchangeFabian Kosmale2022-09-281-1/+1
* 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