← Back to team overview

ubuntu-sdk-bugs team mailing list archive

[Bug 1305015] Re: [PATCH] Fix QSmoothedAnimation sometimes getting stuck

 

This bug was fixed in the package qtdeclarative-opensource-src -
5.2.1-3ubuntu15

---------------
qtdeclarative-opensource-src (5.2.1-3ubuntu15) trusty; urgency=medium

  * Fix_QSmoothedAnimation_sometimes_getting_stuck.patch
    - Fix SmoothedAnimation getting stuck (LP: #1305015) (LP: #1300326)
 -- Timo Jyrinki <timo-jyrinki@xxxxxxxxxx>   Thu, 10 Apr 2014 09:00:28 +0300

** Changed in: qtdeclarative-opensource-src (Ubuntu)
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
SDK bug tracking, which is subscribed to qtdeclarative-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1305015

Title:
  [PATCH] Fix QSmoothedAnimation sometimes getting stuck

Status in “qtdeclarative-opensource-src” package in Ubuntu:
  Fix Released

Bug description:
  As seen on Unity8
  https://bugs.launchpad.net/ubuntu/+source/unity8/+bug/1300326 the
  QtQuick SmoothedAnimation sometime gets stuck in its not final value.

  This has been traced to the fact that sometimes it issues the final
  value, prepares for stopping the animation (starts delayedStopTimer)
  but one extra updateCurrentTime() is still called reverting the value
  back.

  This patch has not been sent upstream since Qt 5.3 has reworked
  SmoothedAnimation quite a bit and i'm positive the bug is fixed there
  in a different way.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1305015/+subscriptions


References