summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ /
| * | Doc: Small change to QAbstractItemDelegate::editorEvent()Geir Vattekar2010-06-171-2/+8
| * | Doc: QTreeWidgetItems remove themselves from views when deleted.Geir Vattekar2010-06-041-0/+4
* | | Auto expand of QTreeWidget does not work correctly if animatedThierry Bastian2010-07-013-5/+7
* | | Code simplification in treeviewsThierry Bastian2010-06-301-3/+1
* | | Fixed the itemviews so that the editor is not considered opaque any moreThierry Bastian2010-06-293-26/+3
* | | QListView: speedup QListView::setRowHidden()Olivier Goffart2010-06-162-7/+13
* | | Reimplement more of QAbstractItemModel in QAbstractProxyModelStephen Kelly2010-06-042-0/+108
* | | QItemSelectionModel: When rows are removed from the middle of the range, remo...Stephen Kelly2010-06-031-5/+13
* | | Merge branch 'master' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into master...Qt Continuous Integration System2010-06-033-9/+90
|\ \ \ | |/ / |/| |
| * | Fix LeftToRight + setSpacing + setWrapping when drag-and-droppingIan Walters2010-06-023-9/+90
* | | Removed unused variableThorbjørn Lindeijer2010-05-271-1/+0
* | | Merge remote branch 'origin/4.7' into oslo-staging-1Aaron McCarthy2010-05-271-1/+1
|\ \ \
| * | | Fixes a proxymodel sorting odity.Pierre Rossi2010-05-261-1/+1
| |/ /
* | | doc: Fixed many broken links.Martin Smith2010-05-204-8/+8
|/ /
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-05-191-1/+5
|\ \
| * | Fix a memory leak from QItemSelectionModel when changing the modelThierry Bastian2010-05-191-1/+5
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Olivier Goffart2010-05-171-1/+4
|\ \ \ | |/ / |/| / | |/
| * QS60Style: In S60 3.x and 5.0 Qt itemviews behaviour is not nativelikeSami Merila2010-05-141-1/+4
* | QSortFilterProxyModel: Warning or assert failureGabriel de Dietrich2010-05-051-1/+1
* | Fixed the sizehint for cols/rows in qtableviewThierry Bastian2010-04-281-4/+4
* | QListView: Re-fix scrollbar rangesGabriel de Dietrich2010-04-151-4/+10
* | QTreeView: remove dead code.Olivier Goffart2010-04-132-20/+0
* | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-125-2/+35
|\ \
| * | Make sure the selectionChanged signal is not called too muchThierry Bastian2010-04-123-1/+26
| * | Merge branch '4.7' of scm.dev.nokia.troll.no:qt/oslo-staging-2 into 4.7-integ...Qt Continuous Integration System2010-04-102-1/+9
| |\ \
| | * | O(n^2) to O(n) optimization in QTreeWidget::selectedItems()Gabriel de Dietrich2010-04-071-1/+5
| | * | QTreeView: fix PageUp/PageDown with disabled items.Olivier Goffart2010-04-071-0/+4
* | | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-121-5/+4
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | QTableView: fix spans corruption when removing spans.Olivier Goffart2010-04-071-5/+4
* | | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-04-091-2/+4
|\ \ \ | |/ / | | / | |/ |/|