Qt 4.7 and 4.8 Bug Fix Highlights, including for ItemView performance problems
Phil, 3-6-2012
- QList
* Added reserve() function
* Various performance improvements
- QGraphicsItem
* [QTBUG-9024] Improved performance when calling update() on items that are clipped by an ancestor (QGraphicsItem::ItemClipsChildrenToShape).
* [QTBUG-7703], [QTBUG-8378] Fixed scrolling issues
- QGraphicsView
* [QTBUG-7438] Fixed viewport cursor getting reset when releasing the mouse.
* [QTBUG-10338] Fixed drawing artifacts due to rounding errors.
... searching bug reports:
- QGraphicsScene
* [QT-3674] Spurious assert triggered from render().
- QTreeView
* [QTBUG-13567] Do not scroll to top if last item is removed.
- QtXml
* Fixed a crash when parsing invalid tag names.
- QTableWidget
* [QTBUG-15973] Resizing a QTableWidget column where a cell contains a QProgressBar made it crash.
(nothing notable in this patch release).
UNSOLVED:
---