summaryrefslogtreecommitdiffstats
path: root/src/corelib/itemmodels/qabstractitemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix tree recursion in QAbstractItemModel::match()Friedemann Kleint2019-03-221-5/+9
* | Fix can not -> cannotRobert Loehning2019-02-251-2/+2
* | Use a QMultiHash to store persistent model indicesLars Knoll2018-12-071-4/+4
* | Remove the model pointer from QPersistentModelIndexDataLars Knoll2018-12-071-11/+2
|/
* Add a method to clear the data to QStandardItemModelLuca Beldi2018-08-171-0/+17
* Doc: Improve description of QModelIndex::operator==Paul Wicking2018-06-211-10/+8
* doc: Fix remaining qdoc warnings in qabstractitemmodel.cppMartin Smith2018-01-181-9/+9
* Add QModelIndex::siblingAtColumn and ::siblingAtRowAndre Somers2018-01-121-1/+21
* Introduce QAbstractItemModel::checkIndex()Giuseppe D'Angelo2018-01-081-0/+137
* QAbstractItemModel: add more checks in begin{Insert,Remove}{Rows,Columns}Giuseppe D'Angelo2017-12-141-0/+4