summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* QEmptyItemModel: add Q_OBJECT macroJuha Vuolle9 days1-0/+2
* 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
* 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-301-4/+4
* QPersistentModelIndex: fix UB (op< on unrelated pointers)Marc Mutz2023-09-301-1/+3
* Doc: Remove links to removed examplesAndreas Eliasson2023-08-281-5/+4
* QAbstractItemModel: fix match() with Qt::MatchWildcardGiuseppe D'Angelo2023-03-091-2/+4
* Port from container::count() and length() to size() - V5Marc Mutz2022-11-031-6/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-111-8/+8
* Port from container.count()/length() to size()Marc Mutz2022-10-041-6/+6
* Use SPDX license identifiersLucie GĂ©rard2022-05-161-39/+3
* Exploit the new macro varargs form of Q_GLOBAL_STATICEdward Welbourne2022-04-221-3/+3
* Core: Do not depend on transitive includesFabian Kosmale2022-03-171-0/+1
* QAbstractItemModel: fix persistent index corruption when moving columnsDavid Faure2022-02-281-3/+1
* QAbstractItemModel: make naming of arguments consistentAndreas Buhr2022-02-191-8/+8
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-211-2/+1
* Prevent repeated instantiations of qRegisterNormalizedMetaType<QList<QModelIn...Marc Mutz2022-01-151-0/+3
* Doc: Reword, fix typos and some formattingIvan Tkachenko2021-12-081-1/+1
* Consistent handling of disabled items in QItemSelectionModelAndreas Buhr2021-07-151-0/+7
* Item models: code tidiesGiuseppe D'Angelo2021-05-181-2/+2
* QAbstractItemModel::match: code tidiesGiuseppe D'Angelo2021-05-121-1/+1
* Dont' return a const ref to QModelIndexLars Knoll2020-12-041-5/+4
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-1/+1
* QAIM docs: use \nullptr instead of 0Giuseppe D'Angelo2020-10-021-2/+2
* Doc: link QModelRoleData and QModelRoleDataSpan documentationVolker Hilsheimer2020-09-221-17/+17
* Long live QAIM::multiData!Giuseppe D'Angelo2020-09-021-0/+298
* Disentangle QIODevice dependenciesLars Knoll2020-08-151-4/+4
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-3/+3
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-84/+52
* ItemModels: remove deprecated functionsChristian Ehrlicher2020-06-071-90/+1
* QAbstractItemModel: remove deprecated setRoleNames()Christian Ehrlicher2020-06-071-28/+2
* QModelIndex/QAIM: improve const correctnessGiuseppe D'Angelo2020-05-061-1/+26
* Remove some leftover includes of QRegExpLars Knoll2020-05-061-1/+0
* Change qHash() to work with size_t instead of uintLars Knoll2020-04-091-1/+1
* Make MatchRegExp an alias to MatchRegularExpressionLars Knoll2020-03-301-7/+0
* Don't call QSet::erase() on an end iteratorLars Knoll2020-03-251-1/+3
* Fix compilation with -no-feature-regularexpressionEskil Abrahamsen Blomfeldt2020-03-171-2/+12
* Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-0/+3
|\
| * 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
* | | Don't rely on iterators being stable while modifying the hashLars Knoll2020-02-091-1/+3
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-20/+20
|\| |
| * | Replace most use of QVariant::type and occurrences of QVariant::TypeOlivier Goffart2020-01-231-20/+20
* | | Don't mix QHash and QMultiHashLars Knoll2020-01-061-17/+11
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-091-10/+10
|\| |
| * | Tidy nullptr usageAllan Sandfeld Jensen2019-12-061-10/+10
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-2/+2
|\| |
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-2/+2