summaryrefslogtreecommitdiffstats
path: root/dist
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-11-10 12:35:21 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-11-11 16:06:54 (GMT)
commitf606cae47a3ee63ed00d883d69606fe4061273ce (patch)
treee5912202b0786a6f86c14bd61816608b2d55a1f5 /dist
parent56fcc57f6ffc700c8162ea21799e291aa9606e1f (diff)
downloadQt-f606cae47a3ee63ed00d883d69606fe4061273ce.zip
Qt-f606cae47a3ee63ed00d883d69606fe4061273ce.tar.gz
Qt-f606cae47a3ee63ed00d883d69606fe4061273ce.tar.bz2
Add my changes to the 4.6.0 changelog
Diffstat (limited to 'dist')
-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