summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-11-041-19/+0
|\
| * Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-271-1/+1
| |\
| * \ Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-doc-team into 4.7David Boddie2010-10-251-0/+13
| |\ \
| * | | Doc: Moved QFileSystemModel example code to the class documentation.David Boddie2010-10-211-19/+0
* | | | Fix QAbstractProxyModel::mimeData to use list of mapped indexesPavel Lebedev2010-10-271-1/+1
* | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/doc-staging into 4.7-integrationQt Continuous Integration System2010-10-251-1/+1
| |\ \ \ | | | |/ | | |/|
| | * | Merge branch '4.7-upstream' into 4.7-docA-Team2010-10-211-0/+13
| | |\ \ | | | |/ | | |/|
| | * | Doc: Fixed documentation style and qdoc warnings.David Boddie2010-10-081-1/+1
* | | | Merge branch 4.7 into qt-master-from-4.7Qt Continuous Integration System2010-10-251-1/+1
|\ \ \ \ | |/ / /
| * | | Fixed many spelling errors.Rohan McGovern2010-10-251-1/+1
| | |/ | |/|
* | | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-10-251-0/+13
|\ \ \
| * \ \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-251-0/+13
| |\ \ \ | | |/ /
| | * | Make sure d->ranges does not have invalid ranges before processing it.Stephen Kelly2010-10-211-0/+13
| | |/
* | | Fixed a possible crash when resizing QListViewThierry Bastian2010-10-251-3/+4
|/ /
* | Fix compilation with QT_NO_KEYWORDSOlivier Goffart2010-10-211-1/+1
* | Moving the resetInternalData slot to QAbstractProxyModelGabriel de Dietrich2010-10-192-1/+26
* | Emit beginResetModel before updating the strings.Stephen Kelly2010-10-191-1/+2
* | The completer in an itemview would not be activated right awayThierry Bastian2010-10-111-3/+3
* | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-09-281-0/+2
|\ \
| * | An an assert when a QModelIndex from the wrong model is used with QSFPM.Stephen Kelly2010-09-281-0/+2
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-09-281-0/+4
|\ \ \ | |/ / |/| / | |/
| * QTreeView: do not scroll to top if last item is removedFrank Reininghaus2010-09-221-0/+4
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-09-212-4/+20
|\ \ | |/
| * Merge branch '4.7-upstream' into 4.7-docA-Team2010-09-161-4/+12
| |\
| | * Make sure mapSelectionFromSource does not return a selection with invalid ran...Stephen Kelly2010-09-151-4/+12
| * | Doc: Note on updating proxy models with dynamic sort filtersGeir Vattekar2010-09-151-0/+8
| |/
* | Fix compilation on mac.Olivier Goffart2010-08-301-2/+2
* | Fix crash introduced with d34287af6fc1c7558e8ed15dbb29c0e6b58b7b00Olivier Goffart2010-08-301-6/+10
* | QAbstractItemView: optimize handling of editors for view with large numbers o...Stephen Bowline2010-08-274-82/+87
* | Merge branch 'qt-master-from-4.7' of scm.dev.nokia.troll.no:qt/qt-integration...Qt Continuous Integration System2010-08-251-3/+5
|\ \
| * \ Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-251-3/+5
| |\ \ | | |/
| | * Keyboard navigation regression in QTreeViewGabriel de Dietrich2010-08-161-3/+5
* | | Don't toggle selected state when checking/unchecking an itemPierre Rossi2010-08-252-5/+8
|/ /
* | Make the QItemSelectionRange and QItemSelectionModel ensure that the model is...Stephen Kelly2010-08-191-1/+2
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-132-2/+7
|\ \ | |/
| * Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jerome Pasion2010-08-091-1/+1
| * Merge remote branch 'origin/4.6' into 4.7-from-4.6Rohan McGovern2010-07-291-1/+6
| |\
| | * Fix crash when all the items in a QListView are hiddenGabriel de Dietrich2010-07-271-1/+6
* | | Remove the use of deprecated qVariant*Olivier Goffart2010-08-064-9/+9
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-07-283-32/+43
|\ \ \ | |/ /
| * | Fix a Headerview layout bugPierre Rossi2010-07-201-1/+1
| * | QFileIconProvider: Load icons on demand.Friedemann Kleint2010-07-091-30/+41
| * | doc: Fixed several qdoc warnings.Martin Smith2010-07-091-1/+1
* | | Small fix in iteviews for sizeHintForColumn/RowThierry Bastian2010-07-091-3/+3
* | | Incorrect assertion in item viewsThierry Bastian2010-07-091-1/+1
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-07-081-0/+24
|\ \ \
| * | | Add QItemSelectionRange::operator<()Stephen Kelly2010-07-071-0/+24
* | | | fix qtconfig builds with drag and drop disabledJeremy Katz2010-07-061-1/+2
|/ / /
* | | Merge remote branch 'origin/4.7' into qt-master-from-4.7Thiago Macieira2010-07-012-2/+12
|\ \ \ | |/ /