diff options
author | Sarah Smith <sarah.j.smith@nokia.com> | 2009-11-09 01:00:14 (GMT) |
---|---|---|
committer | Sarah Smith <sarah.j.smith@nokia.com> | 2009-11-09 01:00:14 (GMT) |
commit | d57d5b955cce23ba453fea79c6dd64d12c1c8145 (patch) | |
tree | 3c264841fd2b199527e1369ed8d371183cb5a7f9 /dist/changes-4.6.0 | |
parent | ed899a8de07327d488d69af7e57a13e446cf6c32 (diff) | |
download | Qt-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
Diffstat (limited to 'dist/changes-4.6.0')
-rw-r--r-- | dist/changes-4.6.0 | 3 |
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. |