summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2017-04-03 09:48:03 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2017-04-03 13:26:45 +0200
commit6ccf9ae5e67abed446049e39273908961c3c9bec (patch)
treec941c86b6346313c4bbb42b4f25de7837b3adeab /NEWS
parent0f533bb6fce19527ad0ec900cfa6bc2f51fba4f3 (diff)
downloadcontrol-center-6ccf9ae5e67abed446049e39273908961c3c9bec.tar
control-center-6ccf9ae5e67abed446049e39273908961c3c9bec.tar.gz
control-center-6ccf9ae5e67abed446049e39273908961c3c9bec.tar.bz2
control-center-6ccf9ae5e67abed446049e39273908961c3c9bec.tar.xz
control-center-6ccf9ae5e67abed446049e39273908961c3c9bec.zip
use Gtk+ animations instead of manually doing it
This simplifies our code: we can remove our timer and our custom DrawingAread and its 'draw' hook. We just have to add the various fading variants of the icon in a PixbufSimpleAnim, set it to loop forver and let Gtk+ handles the animation. This also prevents delayed action to happen before first draw signal due to bad timing (mga#19827).
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5b64b9b0..9e3a37bd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+- simplify by using Gtk+ animations instead of our own manual one
+ thus preventing delayed action to happen before first draw signal due to bad
+ timing (mga#19827)
+
Version 13.14 - 30 March 2017, by Thierry Vignaud
- drop legacy loaders for drakbackup, drakmenustyle and tomoyo-gui