summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qabstractitemview.cpp
Commit message (Collapse)AuthorAgeFilesLines
* The editor geometry in item views is not correctly updated when 1stThierry Bastian2009-05-121-1/+1
| | | | | | | | | | shown The problem is that it gets the previous geometry of the cell whereas its own sizeHint might lead to change the geometry of the cell. Task-number: 253109 Reviewed-by: ogoffart
* Accept the event when doing keyboard search on a itemview.Olivier Goffart2009-05-051-4/+5
| | | | | | | | | | This is required for KHTML Patch by David Faure (the test is not really related) Reviewed-by: Thierry Task-number: 252912
* Merge commit 'origin/4.5'Olivier Goffart2009-05-041-9/+16
|\ | | | | | | | | Conflicts: src/gui/itemviews/qabstractitemview.cpp
| * Fixes a possible issue in itemviws where we would not scroll to theThierry Bastian2009-04-301-10/+16
| | | | | | | | | | | | | | current item on show Task-number: 252534 Reviewed-by: ogoffart
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtSimon Hausmann2009-04-291-1/+1
|\ \ | |/
| * When minimizing/restoring an item view it could jump to its currentlyThierry Bastian2009-04-281-1/+1
| | | | | | | | | | | | | | selected item Task-number: 250446 Reviewed-by: ogoffart
* | Merge commit 'origin/4.5'Olivier Goffart2009-04-151-0/+3
|\ \ | |/ | | | | | | Conflicts: src/gui/graphicsview/qgraphicsitem.cpp
| * Fixes: QTreeView font change regression if there is an application stylesheetOlivier Goffart2009-04-141-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | The way font propagation work has changed since 4.4: When there is a stylesheet enabled, font does not propagate. So when settings a font to the QAbstractItemView, the viewport font will not change, and hence no QEvent::FontChange on it. So catch the QEvent::FontChange in QAbstractItemView::event in addition to QAbstractItemView::viewportEvent. (we seems to use the view's font everywhere anyway) Task-number: 250754 Reviewed-by: Jens Bache-Wiig
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+3918
|
* Remove all call in itemviews to set/updateDirtyRegionThierry Bastian2009-03-301-12/+8
| | | | | | | Now we directly call viewport->update Task-number: 248850 Reviewed-by: ogoffart
* Long live Qt!Lars Knoll2009-03-231-0/+3918