Update the docs about setRoleNames deprecation.
[profile/ivi/qtbase.git] / src / corelib / itemmodels / qabstractitemmodel.cpp
2012-06-21 Stephen KellyUpdate the docs about setRoleNames deprecation.
2012-06-12 Stephen KellyUse a QVector<int> instead of a QSet<int> in itemviews...
2012-05-03 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-19 Casper van DonderenDoc: Prepare for building modular QtCore docs.
2012-04-17 Lars KnollMerge "Merge remote-tracking branch 'origin/api_changes...
2012-04-17 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-04-16 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-04-10 Oswald BuddenhagenMerge remote-tracking branch 'origin/master' into api_c...
2012-04-04 Stephen KellyDocument that the order of results from QAIM::match...
2012-03-12 João AbecasisMerge "Merge remote-tracking branch 'origin/master...
2012-03-12 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-09 David FaureFix copy/paste error in QAbstractItemModel::insertRow...
2012-03-08 João AbecasisMerge remote-tracking branch 'origin/api_changes' into...
2012-03-05 Lars KnollMerge remote-tracking branch 'origin/master' into api_c...
2012-03-04 Lars KnollMerge remote-tracking branch 'origin/api_changes'
2012-03-02 Casper van DonderenRemove the usage of deprecated qdoc macros.
2012-02-28 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-28 Rohan McGovernMerge master -> api_changes
2012-02-22 Stephen KellyRemove use of Q_BROKEN_DEBUG_STREAM.
2012-02-05 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-02-03 Giuseppe D'AngeloFix QAbstractItemModel documentation
2012-02-01 Friedemann Kleintqabstractitemmodel.cpp: Fix warnings.
2012-01-30 Stephen KellyAdd the QAbstractItemModel::canDropMimeData method.
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-24 Simon A. EugsterDocument where modelReset() is emitted
2012-01-24 Stephen KellyDeprecate QAbstractItemModel::reset().
2012-01-24 Mark Brandadd missing move* methods to QAbstractItemModel
2012-01-23 Jason McDonaldUpdate contact information in license headers.
2012-01-16 João AbecasisMerge remote-tracking branch 'gerrit/master' into conta...
2012-01-16 Stephen KellyClarify docs that everything must be re-queried on...
2012-01-10 Stephen KellyMake the supportedDragActions a virtual accessor.
2012-01-10 Stephen KellyMake the roleNames a virtual accessor.
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2011-12-21 Stephen KellyRemove misleading and incorrect information from dropMi...
2011-12-13 Stephen KellyMove QAbstractItemModel into a separate directory.