summaryrefslogtreecommitdiffstats
path: root/dist/changes-4.6.0
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-11-10 12:35:21 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-11-10 12:37:33 (GMT)
commit578a65013ac3b4203f2fa2d0bb50dd9119f613de (patch)
treefabe0be6e04859679138c98b587f5ebc1dd3b30a /dist/changes-4.6.0
parent945e079e60506e88435802d0a764c8b4121ad16f (diff)
downloadQt-578a65013ac3b4203f2fa2d0bb50dd9119f613de.zip
Qt-578a65013ac3b4203f2fa2d0bb50dd9119f613de.tar.gz
Qt-578a65013ac3b4203f2fa2d0bb50dd9119f613de.tar.bz2
Add my changes to the 4.6.0 changelog
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r--dist/changes-4.6.015
1 files changed, 11 insertions, 4 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index e6f8f68..70dcdf3 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -230,6 +230,9 @@ QtGui
* Interactive resizing of top level windows now respects height-for-width constraints.
* Reduced memory footprint.
+ - QAbstractItemView
+ * [256502] Fixes selectionModel::hasSelection return value after model::reset
+
- QHeaderView
* [208320] Make sure the sort indicator s taken into account for the size hint
* [255574] Make sure the sizehint for the section depend on visible sections
@@ -276,6 +279,9 @@ QtGui
to be slightly clipped.
* [241383] Added ability to style the close tab button with style sheet
+ - QImageReader
+ * [255627] Fix floating point exception in QImageReader::setScaledSize(QSize(0, 0))
+
- QComboBox
* [220195] Fixed keyboard search when current index is -1
@@ -928,10 +934,11 @@ Qt for Windows CE
* currentLoopTime() returns the time inside the current loop
* stateChanged signal sends the new state as first parameter and old state as
the second
- * QAnimationGroup::clearAnimations() has been renames to clear()
- * QAnimationGroup::insertAnimationAt() has been renames to insertAnimation()
- * QAnimationGroup::takeAnimationAt() has been renames to takeAnimation()
- * QSequentialAnimationGroup::insertPauseAt() has been renames to insertPause()
+ * QAnimationGroup::clearAnimations() has been renamed to clear()
+ * QAnimationGroup::insertAnimationAt() has been renamed to insertAnimation()
+ * QAnimationGroup::takeAnimationAt() has been renamed to takeAnimation()
+ * QSequentialAnimationGroup::insertPauseAt() has been renamed to insertPause()
+ * [QT-941] Avoids timer ticks when there are only pause animations running
- Refactoring in OpenGL examples to improve portability and utilize the
Animation framework for animation. The hellogl and overpainting examples