After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 679497 - Update Photo Wall example for modern Clutter usage
Update Photo Wall example for modern Clutter usage
Status: RESOLVED FIXED
Product: gnome-devel-docs
Classification: Applications
Component: platform-demos
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-devel-docs maintainers
gnome-devel-docs maintainers
Depends on:
Blocks:
 
 
Reported: 2012-07-06 07:56 UTC by Emmanuele Bassi (:ebassi)
Modified: 2013-02-24 19:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
photo-wall: Update for modern Clutter usage (7.18 KB, patch)
2012-07-06 07:57 UTC, Emmanuele Bassi (:ebassi)
committed Details | Review

Description Emmanuele Bassi (:ebassi) 2012-07-06 07:56:57 UTC
The Clutter "photo wall" example hasn't been updated in a while to cope
with the recent API deprecations. It also employs some bad patterns in
the API usage - like using depth without changing the paint order.
Comment 1 Emmanuele Bassi (:ebassi) 2012-07-06 07:57:00 UTC
Created attachment 218153 [details] [review]
photo-wall: Update for modern Clutter usage
Comment 2 Tiffany Antopolski 2012-07-09 21:28:32 UTC
Thanks Emmanuele!

Since the code in the photo-wall.c.page Mallard tutorial is actually hard-coded, I will have to update it accordingly before pushing this patch, so that the tutorial does not fall out of sync with the reference code.  As soon as this is completed, I will push this patch.

Thanks for your work!

Tiffany
Comment 3 David King 2013-02-24 19:09:14 UTC
Comment on attachment 218153 [details] [review]
photo-wall: Update for modern Clutter usage

Pushed to master as commit 5c9ab4e74b191d2cac17aa94286f5b2f1e8600b4.
Comment 4 David King 2013-02-24 19:12:12 UTC
I pushed a commit to master (aca51d964c0071556f327b6e075a90685cdf563a) which syncs the tutorial with the C source.