GNOME Bugzilla – Bug 703079
Clutter Animations and Groups are deprecated (patch attached)
Last modified: 2013-07-18 15:37:40 UTC
Clutter Groups and Animations are deprecated. I refactored the code against clutter 1.14. The only thing missing is the ClutterTexture-Stuff but I don't know where to start there.
Created attachment 247777 [details] [review] Patch removing deprecated Clutter Group and Clutter Animations
Review of attachment 247777 [details] [review]: Solves the majority of the clutter warnings; only the texture issues remain. There are a few formatting issues that need fixed, though: looks like there's a hard tab added to shape_dropped_cb, and about half of the time you forgot to leave a space between a method name and the opening parenthesis. (That's something that'll happen a lot for the first month or so, until you're used to the style.)
The edited patch is now in master
Created attachment 249533 [details] [review] Fixed patch for removing clutter animation deprecation messages