commit d80fef4c71bb9e1a76420360d85d50fb62ed7d3b Author: Emmanuele Bassi Date: Mon Aug 15 23:50:03 2011 +0100 Release Clutter 1.7.10 (snapshot) NEWS | 24 ++++++++++++++++++++++++ configure.ac | 2 +- 2 files changed, 25 insertions(+), 1 deletions(-) commit abcc7c62ec30d4608e953723f3fc6a4b4a38dc8f Author: Emmanuele Bassi Date: Mon Aug 15 23:52:45 2011 +0100 build: Do not define LDADD twice tests/micro-bench/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit ccb740f167b4a120f16c83bdd3165e8251f0e62a Author: Robert Bragg Date: Mon Aug 15 18:24:32 2011 +0100 actor: Don't update last-paint-volume during picking Actually this change has two notable effects; firstly we no longer perform culling during picking and secondly we avoid updating the last-paint-volume of an actor when picking. We shouldn't perform culling during picking until clutter-stage.c is updated to setup the clipping planes appropriately. Since the last-paint-volume is intended to represent the visible region of the actor the last time it was painted on screen it doesn't make sense to update this during off screen pick renders since we are liable to end up with a last-paint-volume that maps to an actors new position when we next come to paint for real. This fixes a bug in gnome-shell with dragging dash icons leaving a messy trail on the screen. Reviewed-by: Emmanuele Bassi clutter/clutter-actor.c | 16 +++++++++++++--- 1 files changed, 13 insertions(+), 3 deletions(-) commit 46b683cd2b24e3d3ffa779875325160ab30355b8 Author: Emmanuele Bassi Date: Mon Aug 15 17:16:54 2011 +0100 Update the COPYING file The FSF changed address, so we need to update the license accordingly to avoid triggering issues with automated license checkers used by build systems, like OBS. https://bugzilla.gnome.org/show_bug.cgi?id=656588 COPYING | 20 +++++++++----------- 1 files changed, 9 insertions(+), 11 deletions(-) commit efa7a66a70811490a8390c4c89bdb7ab3bd3dd5e Author: Alejandro PiƱeiro Date: Wed Aug 10 20:25:43 2011 +0200 build: list correct dependencies Related to bug https://bugzilla.gnome.org/show_bug.cgi?id=656306#c4 tests/micro-bench/Makefile.am | 4 +++- tests/performance/Makefile.am | 4 +--- 2 files changed, 4 insertions(+), 4 deletions(-) commit df107fc5baf8f69f2005bf15257eaf45875bd11c Author: Emmanuele Bassi Date: Mon Aug 15 15:53:58 2011 +0100 interactive/test-actors: Constraint the hands group Use constraints to align and size the ClutterGroup containing the spinning hands so that resizing the stage doesn't look like arse. tests/interactive/test-actors.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 8402e4133252b2efffeefc782a20d24f8029646f Author: Emmanuele Bassi Date: Mon Aug 15 15:35:41 2011 +0100 build: Require the latest stable version of Cogl configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 2c34f0b16ccf257057bbc7de88fbdd998f7fe26b Author: Emmanuele Bassi Date: Mon Aug 15 15:16:24 2011 +0100 Post-release version bump to 1.7.9 configure.ac | 2 +- po/ca.po | 28 +- po/ca@valencia.po | 28 +- po/clutter-1.0.pot | 28 +- po/cs.po | 1104 +++++++++++++++++++++++++-------------------------- po/de.po | 28 +- po/eo.po | 26 +- po/es.po | 1111 ++++++++++++++++++++++++++-------------------------- po/fr.po | 27 +- po/gl.po | 28 +- po/id.po | 26 +- po/it.po | 27 +- po/nb.po | 27 +- po/nl.po | 27 +- po/pa.po | 26 +- po/pl.po | 28 +- po/sl.po | 28 +- po/sv.po | 26 +- po/te.po | 26 +- po/uk.po | 29 +- po/zh_CN.po | 27 +- po/zh_TW.po | 27 +- 22 files changed, 1440 insertions(+), 1294 deletions(-)