summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qlistview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Do not deduce scrollbar extent twice if scrollbar policy is ↵Aurélien Gâteau2009-05-281-4/+10
| | | | | | | | Qt::ScrollBarAlwaysOn Request-url: http://qt.gitorious.org/qt/qt/merge_requests/432 Reviewed-by: Olivier Goffart Reviewed-by: Thierry
* QListView was assuming that selected indexes were always children ofThierry Bastian2009-05-121-2/+6
| | | | | | | | | | their root. This can be different. ...especially if one manages the selection by program or if you share the selection model with a treeview. Task-number: 196118 Reviewed-by: ogoffart
* Merge branch '4.5' of git@scm.dev.troll.no:qt/qtSimon Hausmann2009-05-061-3/+4
|\ | | | | | | | | | | Conflicts: src/gui/kernel/qcocoaview_mac_p.h src/gui/widgets/qmainwindow.cpp
| * QListView in icon mode could crash when removing the last elementThierry Bastian2009-05-051-3/+4
| | | | | | | | | | Task-number: 252292 Reviewed-by: ogoffart
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+3001
|
* Remove all call in itemviews to set/updateDirtyRegionThierry Bastian2009-03-301-10/+10
| | | | | | | Now we directly call viewport->update Task-number: 248850 Reviewed-by: ogoffart
* Long live Qt!Lars Knoll2009-03-231-0/+3001