summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarah Smith <sarah.j.smith@nokia.com>2009-11-09 01:00:14 (GMT)
committerSarah Smith <sarah.j.smith@nokia.com>2009-11-09 01:00:14 (GMT)
commitd57d5b955cce23ba453fea79c6dd64d12c1c8145 (patch)
tree3c264841fd2b199527e1369ed8d371183cb5a7f9
parented899a8de07327d488d69af7e57a13e446cf6c32 (diff)
downloadQt-d57d5b955cce23ba453fea79c6dd64d12c1c8145.zip
Qt-d57d5b955cce23ba453fea79c6dd64d12c1c8145.tar.gz
Qt-d57d5b955cce23ba453fea79c6dd64d12c1c8145.tar.bz2
Changes file update for Sarah Smith 4.6 changes.
Describe 4.6 changes by Sarah Smith Reviewed-by: TrustMe
-rw-r--r--dist/changes-4.6.03
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/changes-4.6.0 b/dist/changes-4.6.0
index 5cd74cd..ecda510 100644
--- a/dist/changes-4.6.0
+++ b/dist/changes-4.6.0
@@ -477,3 +477,6 @@ General changes on Mac OS X:
* QAnimationGroup::takeAnimationAt() has been renames to takeAnimation()
* QSequentialAnimationGroup::insertPauseAt() has been renames to insertPause()
+- Refactoring in OpenGL examples to improve portability and utilize the
+ Animation framework for animation. The hellogl and overpainting examples
+ now compile on OpenGL/ES 1.1. Also common code is factored.