summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qabstractitemmodel.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Fix typo in docs: occurred.Frederik Gladhorn2011-06-291-1/+1
* Remove misleading and incorrect information from dropMimeData docs.Stephen Kelly2011-06-271-7/+8
* Provide the resetInternalData slot to cleanly reset data in proxy subclasses.Stephen Kelly2011-06-271-0/+22
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-171-1/+1
|\
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-5/+5
|\|
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-201-4/+4
| |\
| * | Doc: Fixed documentation style and qdoc warnings.David Boddie2010-10-081-5/+5
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-251-3/+2
|\ \ \ | | |/ | |/|
| * | Merge commit 'doc-team/4.7' into 4.7Morten Engvoldsen2010-10-141-3/+2
| |\|
| | * Doc: Fixed doc references to non-existing APIGeir Vattekar2010-10-061-3/+2
* | | Merge commit '9f766c977a329c84023a15fc66f52d26ff03447b^' into qt-master-from-4.7Olivier Goffart2010-10-251-4/+4
|\| |
| * | Adjust the parent index for the itemsMoved call.Stephen Kelly2010-10-131-4/+4
| |/
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-101-6/+34
|\|
| * When a move is completed, report the source and destination correctly.Stephen Kelly2010-09-091-6/+34
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-281-8/+8
|\|
| * doc: Fixed several qdoc warnings.Martin Smith2010-07-091-2/+2
| * doc: Fixed several qdoc warnings.Martin Smith2010-07-091-6/+6
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-011-1/+1
|\|
| * Fix a minor typo in QAbstractItemModel's documentation.Robin Burchell2010-06-151-1/+1
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-06-031-1/+1
|\ \ | |/ |/|
| * Itemviews: use localeAwareCompare for comparing in the widget classesOlivier Goffart2010-06-021-1/+1
* | Doc: QAbstractItemModel: note unexpected behavior with beginMoveRowsJohn Brooks2010-06-011-40/+52
* | Doc: Removed a misleading sentence about signals.David Boddie2010-05-251-7/+3
|/
* Add diagrams for illustrating the process of moving rows.Stephen Kelly2010-05-031-0/+56
* Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-091-0/+3
|\
| * Document that QModelIndex::child does not work for the root itemOlivier Goffart2010-02-021-0/+3
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/berlin-staging-1 into mast...Qt Continuous Integration System2010-02-081-1/+1
|\ \
| * | QAbstractItemModel docs: Fix typo.ck2010-02-011-1/+1
* | | Revert "add QModelIndex::rowCount() and QModelIndex::ColumnCount convenience ...Olivier Goffart2010-02-021-21/+1
|/ /
* / add QModelIndex::rowCount() and QModelIndex::ColumnCount convenience methodsRitt Konstantin2010-01-211-1/+21
|/
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Don't crash via proxy model when moving QModelIndexesStephen Kelly2009-11-261-1/+1
* Early return for allowMove within a parent QModelIndexStephen Kelly2009-11-131-4/+2
* Doc: Added some notes to help people implement custom models.David Boddie2009-09-251-3/+9
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Fixed warnings (just 2 Q_Q() that are not used any moreThierry Bastian2009-09-011-2/+0
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | doc: Fixed several qdoc errors.Martin Smith2009-08-281-31/+45
* | Documentation of QAbstractProxyModel::resetOlivier Goffart2009-08-281-3/+2
* | Fix the API for resetting QAbstractItemModels.Stephen Kelly2009-08-281-7/+42