qt6-bb10/src
Gunnar Sletta 0efb8a7ee3 Avoid advancing animations outside the animation "tick"
We have logic to prevent animations from starting in the middle of
an animation as a result of a previously slow frame. This was
based on current time, not the animation driver time and would
cause severe jumping when custom animation drivers were being used.

Also, this logic would trigger multiple animation runs per frame,
which is very bad for performance, so this change introduces a
threshold of 50ms to compensate for that. 50ms because that is
triplebuffer limit.

Change-Id: I1c7ebac30060e849d03c14d62411c2b953854d98
Reviewed-by: Michael Brasser <michael.brasser@nokia.com>
2012-02-09 00:32:41 +01:00
..
3rdparty Remove Symbian specific code in 3rdparty. 2012-02-01 19:06:18 +01:00
concurrent Fix src/concurrent/concurrent.pro 2012-02-07 20:05:12 +01:00
corelib Avoid advancing animations outside the animation "tick" 2012-02-09 00:32:41 +01:00
dbus Adapt QtDBus to QVariant property type change 2012-02-03 15:09:03 +01:00
gui Fix compile with QT_NO_OPENGL. 2012-02-09 00:32:41 +01:00
modules Move QtConcurrent into its own module 2012-02-05 17:49:16 +01:00
network MinGW: Fix warnings. 2012-02-04 08:43:38 +01:00
opengl Fix compile with QT_NO_OPENGL. 2012-02-09 00:32:41 +01:00
platformsupport Use qgetenv instead of getenv. 2012-02-08 16:42:20 +01:00
plugins Make copy and cut methods work in QAccessibleTextEdit 2012-02-08 07:48:46 +01:00
printsupport Windows: Fix inclusion of <windows.h> 2012-02-01 11:06:19 +01:00
sql Introduce Q_DECLARE_OPAQUE_POINTER 2012-02-09 00:32:41 +01:00
testlib Disable Assertion messagebox for unittests. 2012-02-08 09:53:23 +01:00
tools Bring qmetaobjectbuilder in sync with moc 2012-02-03 15:09:03 +01:00
widgets Fix compilation of Menubar for Windows CE. 2012-02-08 19:44:07 +01:00
winmain Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
xml Revert "Put the generated <module>version.h into build tree" 2012-02-01 10:48:09 +01:00
qbase.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_install.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
qt_targets.pri Moved common module profiles to be feature profiles. 2011-06-05 14:47:14 +02:00
src.pro Move QtConcurrent into its own module 2012-02-05 17:49:16 +01:00