commit 7236da1f4fdfe46190573fef737464cc4ede34d2 Author: Emmanuele Bassi Date: Mon Sep 19 17:58:16 2011 +0100 Release Clutter 1.8.0 NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 49 insertions(+), 2 deletions(-) commit 227033524707b584de6dbdbd3c4ce944145eeb44 Author: Emmanuele Bassi Date: Mon Sep 19 20:02:17 2011 +0100 Depend on Cogl new stable release, 1.8.0 configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 4396bec330d0e1015b7f35e5eb10bde0379377fc Author: Tomeu Vizoso Date: Mon Sep 19 20:11:50 2011 +0200 Queue a redraw when removing an effect by name https://bugzilla.gnome.org/show_bug.cgi?id=659501 clutter/clutter-actor.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit fcc2ab7be594427c0dd2b0570a67ae9c555f1f40 Author: Craig R. Hughes Date: Mon Sep 19 09:30:00 2011 -0700 Fix calculation of duration for ClutterState default transitions https://bugzilla.gnome.org/show_bug.cgi?id=659200 clutter/clutter-state.c | 9 +++++++-- 1 files changed, 7 insertions(+), 2 deletions(-) commit 14bd6eaad4672ce488986aa2609a5c0ad69adc2b Author: Emmanuele Bassi Date: Mon Sep 19 17:51:23 2011 +0100 Bump GLib dependency We have been using g_slist_free_full() which was added in GLib 2.28, and yet we neved bumped the GLib dependency. Whoopsie. configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 96866804f05b24d35fbb2f93c00aaeb075f25c4f Author: Robert Bragg Date: Mon Sep 19 14:38:08 2011 +0100 actor: consider empty pv ok in set_default_paint_volume In _clutter_actor_set_default_paint_volume we were returning FALSE if an actor has an empty allocation because we were claiming it doesn't have a paint-volume. Actually an empty/degenerate pv is valid and has different semantics to returning FALSE because FALSE means the pv is unknown and so Clutter will have to assume the worst - that the pv is basically un-bounded. Reviewed-by: Emmanuele Bassi clutter/clutter-paint-volume.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 239fc43c5f5dc15346094bf797ad8e8799424a4b Author: Robert Bragg Date: Mon Sep 19 12:54:31 2011 +0100 stage: implicitly clip to stage window bounds This implicitly intersects any clip for redrawing with the stage window bounds. Without this we were sometimes trying to set huge off screen scissors leading to undefined clipping results. Reviewed-by: Emmanuele Bassi clutter/clutter-stage.c | 45 +++++++++++++++++++++++++++++---------------- 1 files changed, 29 insertions(+), 16 deletions(-) commit 662d12aeff9c7404b915e44777b50f0995252fd8 Author: Robert Bragg Date: Mon Sep 19 12:36:52 2011 +0100 actor: add oob-transform opt to catch out-of-band transforms Out-of-band transforms are considered to be all actor transforms done directly with the Cogl API instead of via ClutterActor::apply_transform. By running with CLUTTER_DEBUG=oob-transform then Clutter will explicitly try to detect when un-expected transforms have been applied to the modelview matrix stack. Out-of-band transforms can lead to awkward bugs in Clutter applications because Clutter itself doesn't know about them and this can disrupt Clutter's input handling and calculations of actor paint-volumes which can lead to visual artifacts. Reviewed-by: Emmanuele Bassi clutter/clutter-actor.c | 23 +++++++++++++++++++++++ clutter/clutter-debug.h | 3 ++- clutter/clutter-main.c | 3 ++- 3 files changed, 27 insertions(+), 2 deletions(-) commit f315e760de3f9e15088cedec89139533a0717f3a Author: Gil Forcada Date: Sat Sep 17 16:38:12 2011 +0200 [l10n]Updated Catalan translation po/ca.po | 1127 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 569 insertions(+), 558 deletions(-) commit c434553f0f9ef103f7d1bb467e73064c85fe6487 Author: Matej Urbančič Date: Sat Sep 17 10:53:10 2011 +0200 Updated Slovenian translation po/sl.po | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) commit 8df42e8822a05052837c7b600bb4d9d089a408bb Author: I Felix Date: Fri Sep 16 17:12:00 2011 +0530 Updated Tamil Translations po/ta.po | 2205 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2205 insertions(+), 0 deletions(-) commit 1679104a0e79c1764c7e0210965a7eb17f67b772 Author: Martin Srebotnjak Date: Thu Sep 15 22:33:37 2011 +0200 Updated Slovenian translation po/sl.po | 1276 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 633 insertions(+), 643 deletions(-) commit 7a0481c79eb2bce6df94fce4cada79982afec1e7 Author: Shankar Prasad Date: Thu Sep 15 23:18:03 2011 +0530 updated Kannada Translation po/kn.po | 208 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 104 insertions(+), 104 deletions(-) commit c2e9b38eb9ca0810227302d0828c03cce83e25a0 Author: Shankar Prasad Date: Thu Sep 15 22:42:34 2011 +0530 updated Kannada Translation po/kn.po | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) commit 41bd15226f6fcbd373e4dc41888dbfa6aa930d3d Author: Rui Matos Date: Thu Sep 15 04:50:43 2011 +0100 text: We still have to paint the actor if the cursor is visible https://bugzilla.gnome.org/show_bug.cgi?id=659116 clutter/clutter-text.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) commit 1883ee13f986f6828f7a4d9bc6f867cce718caa4 Author: Jasper St. Pierre Date: Wed Sep 14 12:01:48 2011 -0400 text: Take out a nonsense fallback Invisible text is the best surprise for an update! https://bugzilla.gnome.org/show_bug.cgi?id=659069 clutter/clutter-text.c | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) commit 7a7a4f64419749913346552cee109e0496781682 Author: Andika Triwidada Date: Thu Sep 15 04:05:54 2011 +0700 Updated Indonesian translation po/id.po | 1780 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 832 insertions(+), 948 deletions(-) commit 7c5160f36d713ec93935686a195ba3c5c42a3336 Author: Aurimas Černius Date: Wed Sep 14 20:18:34 2011 +0300 Updated Lithuanian translation po/lt.po | 34 +++++++++++++++++----------------- 1 files changed, 17 insertions(+), 17 deletions(-) commit 9efcb8a8a360ff8b75d4ac2724da91e2d62ec2d4 Author: Rajesh Ranjan Date: Tue Sep 13 14:41:57 2011 +0530 hindi update po/hi.po | 1266 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 640 insertions(+), 626 deletions(-) commit 8f8663c8756437fdb0e30381fce76630d6b887ba Author: Emmanuele Bassi Date: Mon Sep 12 16:36:44 2011 +0100 moduleset: Fix up the location of the moduleset file We moved to git.gnome.org, and the moduleset moved with us. build/clutter-build-setup.sh | 3 +-- build/jhbuildrc-clutter | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) commit 92d4197b2caa092ef5b81e8f9fed2aabbc7fef0c Author: Emmanuele Bassi Date: Mon Sep 12 13:59:30 2011 +0100 Post-release version bump to 1.7.91 configure.ac | 2 +- po/ast.po | 1283 ++++++++++++++++++++++++++-------------------------- po/ca.po | 370 ++++++++-------- po/ca@valencia.po | 370 ++++++++-------- po/clutter-1.0.pot | 372 ++++++++-------- po/cs.po | 370 ++++++++-------- po/da.po | 1100 ++++++++++++++++++++++----------------------- po/de.po | 370 ++++++++-------- po/en_GB.po | 1110 ++++++++++++++++++++++----------------------- po/eo.po | 370 ++++++++-------- po/es.po | 1106 ++++++++++++++++++++++----------------------- po/fr.po | 370 ++++++++-------- po/gl.po | 370 ++++++++-------- po/hi.po | 1108 ++++++++++++++++++++++----------------------- po/id.po | 1200 ++++++++++++++++++++++++------------------------- po/it.po | 370 ++++++++-------- po/kn.po | 370 ++++++++-------- po/lt.po | 1228 ++++++++++++++++++++++++------------------------- po/lv.po | 1126 +++++++++++++++++++++++----------------------- po/nb.po | 370 ++++++++-------- po/nl.po | 370 ++++++++-------- po/or.po | 1108 ++++++++++++++++++++++----------------------- po/pa.po | 370 ++++++++-------- po/pl.po | 370 ++++++++-------- po/pt_BR.po | 1101 ++++++++++++++++++++++----------------------- po/ru.po | 1270 ++++++++++++++++++++++++++-------------------------- po/sl.po | 370 ++++++++-------- po/sv.po | 370 ++++++++-------- po/te.po | 370 ++++++++-------- po/tr.po | 1111 ++++++++++++++++++++++----------------------- po/uk.po | 370 ++++++++-------- po/zh_CN.po | 1101 ++++++++++++++++++++++----------------------- po/zh_HK.po | 370 ++++++++-------- po/zh_TW.po | 370 ++++++++-------- 34 files changed, 11102 insertions(+), 11254 deletions(-)