Merge lp:~timo-jyrinki/kubuntu-packaging/qtdeclarative_fix_smoothedanimation_and_sync_with_archives into lp:~kubuntu-packagers/kubuntu-packaging/qtdeclarative-opensource-src

Proposed by Timo Jyrinki
Status: Merged
Approved by: Timo Jyrinki
Approved revision: 144
Merged at revision: 143
Proposed branch: lp:~timo-jyrinki/kubuntu-packaging/qtdeclarative_fix_smoothedanimation_and_sync_with_archives
Merge into: lp:~kubuntu-packagers/kubuntu-packaging/qtdeclarative-opensource-src
Diff against target: 93 lines (+38/-6)
6 files modified
debian/changelog (+16/-0)
debian/control (+2/-2)
debian/libqt5quick5.symbols (+2/-2)
debian/libqt5quickparticles5.symbols (+2/-2)
debian/patches/Fix_QSmoothedAnimation_sometimes_getting_stuck.patch (+15/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~timo-jyrinki/kubuntu-packaging/qtdeclarative_fix_smoothedanimation_and_sync_with_archives
Reviewer Review Type Date Requested Status
Timo Jyrinki Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+215080@code.launchpad.net

Commit message

* Fix_QSmoothedAnimation_sometimes_getting_stuck.patch
  - Fix SmoothedAnimation getting stuck (LP: #1305015) (LP: #1300326)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

This got released to archives.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-04-03 08:34:03 +0000
3+++ debian/changelog 2014-04-10 06:07:23 +0000
4@@ -1,3 +1,19 @@
5+qtdeclarative-opensource-src (5.2.1-3ubuntu15) trusty; urgency=medium
6+
7+ * Fix_QSmoothedAnimation_sometimes_getting_stuck.patch
8+ - Fix SmoothedAnimation getting stuck (LP: #1305015) (LP: #1300326)
9+
10+ -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Thu, 10 Apr 2014 09:00:28 +0300
11+
12+qtdeclarative-opensource-src (5.2.1-3ubuntu14) trusty; urgency=medium
13+
14+ * libqt5quick5.symbols, libqt5quicktest5.symbols: adding dep alternatives
15+ for the version compatible with OpenGLES (provided by another src pkg)
16+ * debian/control: changing qtdeclarative5-dev deps so it can also be used
17+ together with the ones built with the OpenGLES backend by default
18+
19+ -- Ricardo Salveti de Araujo <ricardo.salveti@canonical.com> Thu, 10 Apr 2014 00:33:21 -0300
20+
21 qtdeclarative-opensource-src (5.2.1-3ubuntu13) trusty; urgency=medium
22
23 * debian/patches/Support-RFC2822Date-date-format-similar-to-V8.patch
24
25=== modified file 'debian/control'
26--- debian/control 2014-02-26 11:09:29 +0000
27+++ debian/control 2014-04-10 06:07:23 +0000
28@@ -201,8 +201,8 @@
29 Section: libdevel
30 Architecture: any
31 Depends: libqt5qml5 (= ${binary:Version}),
32- libqt5quick5 (= ${binary:Version}),
33- libqt5quickparticles5 (= ${binary:Version}),
34+ libqt5quick5 (= ${binary:Version}) | libqt5quick5-gles,
35+ libqt5quickparticles5 (= ${binary:Version}) | libqt5quickparticles5-gles,
36 libqt5quicktest5 (= ${binary:Version}),
37 qtbase5-dev,
38 ${misc:Depends}
39
40=== modified file 'debian/libqt5quick5.symbols'
41--- debian/libqt5quick5.symbols 2014-02-28 05:43:33 +0000
42+++ debian/libqt5quick5.symbols 2014-04-10 06:07:23 +0000
43@@ -1,6 +1,6 @@
44 # SymbolsHelper-Confirmed: 5.2.1 amd64 i386 powerpc
45-libQt5Quick.so.5 libqt5quick5 #MINVER#
46-| libqt5quick5 #MINVER#, qtdeclarative-abi-5-2-1
47+libQt5Quick.so.5 libqt5quick5 #MINVER# | libqt5quick5-gles #MINVER#
48+| libqt5quick5 #MINVER# | libqt5quick5-gles #MINVER#, qtdeclarative-abi-5-2-1
49 _ZN10QQuickItem10classBeginEv@Base 5.0.2
50 _ZN10QQuickItem10itemChangeENS_10ItemChangeERKNS_14ItemChangeDataE@Base 5.0.2
51 _ZN10QQuickItem10resetWidthEv@Base 5.0.2
52
53=== modified file 'debian/libqt5quickparticles5.symbols'
54--- debian/libqt5quickparticles5.symbols 2014-02-28 05:43:33 +0000
55+++ debian/libqt5quickparticles5.symbols 2014-04-10 06:07:23 +0000
56@@ -1,6 +1,6 @@
57 # SymbolsHelper-Confirmed: 5.2.1 i386
58-libQt5QuickParticles.so.5 libqt5quickparticles5 #MINVER#
59-| libqt5quickparticles5 #MINVER#, qtdeclarative-abi-5-2-1
60+libQt5QuickParticles.so.5 libqt5quickparticles5 #MINVER# | libqt5quickparticles5-gles #MINVER#
61+| libqt5quickparticles5 #MINVER# | libqt5quickparticles5-gles #MINVER#, qtdeclarative-abi-5-2-1
62 (arch=amd64 i386)_ZN10QByteArray7reserveEi@Base 5.2.1
63 _ZN21QQuickParticlesModule12defineModuleEv@Base 5.0.2 1
64 _ZTIN9QV8Engine9DeletableE@Base 5.0.2 1
65
66=== added file 'debian/patches/Fix_QSmoothedAnimation_sometimes_getting_stuck.patch'
67--- debian/patches/Fix_QSmoothedAnimation_sometimes_getting_stuck.patch 1970-01-01 00:00:00 +0000
68+++ debian/patches/Fix_QSmoothedAnimation_sometimes_getting_stuck.patch 2014-04-10 06:07:23 +0000
69@@ -0,0 +1,15 @@
70+diff -ru qtdeclarative-opensource-src-5.2.1/src/quick/util/qquicksmoothedanimation.cpp qtdeclarative-opensource-src-5.2.1-patched/src/quick/util/qquicksmoothedanimation.cpp
71+--- qtdeclarative-opensource-src-5.2.1/src/quick/util/qquicksmoothedanimation.cpp 2014-02-01 21:38:03.000000000 +0100
72++++ qtdeclarative-opensource-src-5.2.1-patched/src/quick/util/qquicksmoothedanimation.cpp 2014-04-09 13:24:15.977541285 +0200
73+@@ -242,7 +242,10 @@
74+
75+ void QSmoothedAnimation::updateCurrentTime(int t)
76+ {
77+- if (!isRunning() && !isPaused()) // This can happen if init() stops the animation in some cases
78++ // We should drop the delayedStopTimer->isActive() part
79++ // when updating to 5.3 since the bug seems to be fixed
80++ // in a more elaborate way in there
81++ if ((!isRunning() && !isPaused()) || delayedStopTimer->isActive()) // This can happen if init() stops the animation in some cases
82+ return;
83+
84+ qreal time_seconds = useDelta ? qreal(QQmlAnimationTimer::instance()->currentDelta()) / 1000. : qreal(t - lastTime) / 1000.;
85
86=== modified file 'debian/patches/series'
87--- debian/patches/series 2014-04-03 08:34:03 +0000
88+++ debian/patches/series 2014-04-10 06:07:23 +0000
89@@ -19,3 +19,4 @@
90 V4-regalloc-fix-interval-splitting-when-register-pre.patch
91 0001-Call-tzset-from-getLocalTZA-so-we-learn-about-tz-cha.patch
92 Support-RFC2822Date-date-format-similar-to-V8.patch
93+Fix_QSmoothedAnimation_sometimes_getting_stuck.patch

Subscribers

People subscribed via source and target branches