summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-171-4/+28
|\| |
| * | QAbstractItemModel: implement QRegularExpression support for matchSamuel Gaist2019-10-161-4/+28
| |/
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-09-041-4/+11
|\|
| * Micro-optimize QAbstractItemModel::setItemDataGiuseppe D'Angelo2019-08-221-4/+11
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-061-14/+9
|\|
| * QAbstractItemModel: don't inherit QHash just to add elementsMarc Mutz2019-07-161-14/+9
* | Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-261-1/+1
|\|
| * Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-1/+1
* | Bump version to Qt 6Lars Knoll2019-05-141-0/+4
|/
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-04-241-1/+1
|\
| * Optimize QAbstractTableModel::hasChildrenDavid Faure2019-04-231-1/+1
* | QRegExp include cleanupSamuel Gaist2019-04-191-0/+1
|/
* Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-5/+9
|\