commit 90ddf5f0906f0d0d29e12ef79f9a32890bf4174d Author: Emmanuele Bassi Date: Mon Oct 17 12:07:48 2011 +0100 Release Clutter 1.8.2 configure.ac | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 6ba5902097b33823a4e945e2f681e068e4e6443d Author: Emmanuele Bassi Date: Sun Oct 16 18:48:33 2011 +0100 Update NEWS file NEWS | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 46 insertions(+), 0 deletions(-) commit c5b363ac30d7e1222de8b20a0a1759929052d678 Author: Marc-André Lureau Date: Wed Oct 5 22:03:25 2011 +0200 Mark clutter_state_set_key() source_state_name as nullable https://bugzilla.gnome.org/show_bug.cgi?id=661022 (cherry picked from commit 6d974f278e937cce0872567bce672ed515662678) Signed-off-by: Emmanuele Bassi clutter/clutter-state.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit ba1964e16e0da1eb69f9eb67dc4d335d3f1a5ce0 Author: Sunjin Yang Date: Fri Oct 7 15:21:34 2011 +0900 box-layout: Plug memory leaks https://bugzilla.gnome.org/show_bug.cgi?id=660985 (cherry picked from commit 5dbc00e625c515a6732eaec06ddd6185ad8b5916) Signed-off-by: Emmanuele Bassi clutter/clutter-box-layout.c | 26 ++++++++++++-------------- 1 files changed, 12 insertions(+), 14 deletions(-) commit af272cab68ca56f3b1947af1952ddd9540fd20b5 Author: Neil Roberts Date: Wed Sep 21 16:36:30 2011 +0100 clutter-offscreen-effect: Apply matrix expansion to proj not mv When the viewport gets expanded because the actor extends off the edge of the screen, instead of applying the transformation to the root of the modelview transformation it is now applied to the end of the projection transformation. This should end up with the same transformation. This fixes a problem when the offscreen effects are nested and the inner effect would try to pick up the current modelview transformation to rescale it to fit the new viewport size. In this case the modelview would have already been scaled for the size of the outer viewport so it would end up wrong. https://bugzilla.gnome.org/show_bug.cgi?id=659601 Reviewed-by: Emmanuele Bassi Reviewed-by: Robert Bragg (cherry picked from commit c67d3e5b52955fc87b5c1581a82b745d9b2b047c) Signed-off-by: Emmanuele Bassi clutter/clutter-offscreen-effect.c | 31 +++++++++++-------------------- 1 files changed, 11 insertions(+), 20 deletions(-) commit 9700e89809a72a8d79e48ac2c67e05a59171363c Author: Adorilson Bezerra Date: Mon Oct 3 23:25:34 2011 -0300 Fixed some strings in Brazilian Portuguese translation po/pt_BR.po | 1134 ++++++++++++++++++++++++++++++----------------------------- 1 files changed, 575 insertions(+), 559 deletions(-) commit 03e5045e4d974b6768775612075fea26a336220f Author: Kristjan SCHMIDT Date: Sat Oct 1 17:25:33 2011 +0200 Updated Esperanto translation po/eo.po | 1551 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 790 insertions(+), 761 deletions(-) commit dba6a39dce99a691e9dca112db14152fe72c6df6 Author: Emmanuele Bassi Date: Fri Sep 30 17:02:57 2011 +0100 paint-volume: Don't try to complete a completed volume If we do project() → get_bounding_box(), we'll try to complete the volume twice, which whacks out all the lazily computed vertices. Reviewed-by: Robert Bragg clutter/clutter-paint-volume.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) commit 7247cbf1da1e604244c4cf104b2c6ba72b340071 Author: krishnababu k Date: Thu Sep 29 17:31:38 2011 +0530 Updated Telugu Translations po/te.po | 1199 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 606 insertions(+), 593 deletions(-) commit 6e7f6c59ba3d7ed8485e3120c4bdb00d5f5b3f65 Author: Мирослав Николић Date: Tue Sep 27 01:55:26 2011 +0200 Added Serbian translation po/sr.po | 2194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/sr@latin.po | 2194 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 4388 insertions(+), 0 deletions(-) commit 63241ede5d2ea134bac3d2f4475f1223d49a6501 Author: Carles Ferrando Date: Mon Sep 26 14:40:32 2011 +0200 [l10n]Updated Catalan (Valencian) translation po/ca@valencia.po | 1122 +++++++++++++++++++++++++++-------------------------- 1 files changed, 567 insertions(+), 555 deletions(-) commit 816281565f688c8000ebf89a9d10710a1f4493fd Author: Chao-Hsiung Liao Date: Sun Sep 25 16:18:02 2011 +0800 Updated Traditional Chinese translation(Hong Kong and Taiwan) po/zh_HK.po | 1192 ++++++++++++++++++++++++++++++----------------------------- po/zh_TW.po | 1192 ++++++++++++++++++++++++++++++----------------------------- 2 files changed, 1230 insertions(+), 1154 deletions(-) commit 69fd67e4ab1d8c80155ce8f6a5de37709bf067df Author: Ask H. Larsen Date: Sat Sep 24 17:28:30 2011 +0200 Updated Danish translation po/da.po | 1733 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 903 insertions(+), 830 deletions(-) commit 1bac5e30d58ce6b513afd76a95c58ed35c4acc92 Author: Mario Blättermann Date: Sat Sep 24 10:43:42 2011 +0200 [l10n] Updated German translation po/de.po | 1172 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 591 insertions(+), 581 deletions(-) commit 896ecc4038c1caf6f5164844fd8d9132725a3d1d Author: Colin Walters Date: Thu Sep 22 21:22:53 2011 -0400 clutter-main: Reword translator comment for default:LTR This makes it much clearer, and fixes some typos in the original. https://bugzilla.gnome.org/show_bug.cgi?id=659893 clutter/clutter-main.c | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit 3c42278b89c4c98fa12bd0a31cd63b1de6e9b5e2 Author: Bruno Brouard Date: Fri Sep 23 18:33:53 2011 +0200 Updated French translation po/fr.po | 189 +++++++++++++++++++++++++++++--------------------------------- 1 files changed, 89 insertions(+), 100 deletions(-) commit e5edd8fe49c31bfa6e776969da6efa8821d61ffd Author: Bruno Brouard Date: Fri Sep 23 18:31:10 2011 +0200 Updated French translation po/fr.po | 1848 +++++++++++++++++++++++++++++++------------------------------- 1 files changed, 935 insertions(+), 913 deletions(-) commit d596651f5eba53c065ffa1ba22a088bcf21ad689 Author: Daniel Korostil Date: Fri Sep 23 15:16:45 2011 +0300 Uploaded Ukranian po/clutter-1.0.pot | 1104 ++++++++++++++++++++++---------------------- po/uk.po | 1314 ++++++++++++++++++++++++++-------------------------- 2 files changed, 1205 insertions(+), 1213 deletions(-) commit 4d94f0fe4b6713f6387b356c7852ae8b876312d6 Author: I Felix Date: Fri Sep 23 12:46:14 2011 +0530 Updated Tamil Translations po/ta.po | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) commit 286945f33361687bd8a5167d94b163baea848dc7 Author: Manoj Kumar Giri Date: Fri Sep 23 12:44:03 2011 +0530 Updated Oriya Translation po/or.po | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) commit ba145e597905d2679ab755c79a6edf91ebbc67aa Author: A S Alam Date: Fri Sep 23 07:27:10 2011 +0530 update Punjabi Translation po/pa.po | 1199 ++++++++++++++++++++++++++++++++------------------------------ 1 files changed, 610 insertions(+), 589 deletions(-) commit 215d0c7b4ed966d339f3dfbd0c00a856c443bb77 Author: Nilamdyuti Goswami Date: Thu Sep 22 12:33:48 2011 +0200 Add Assamese translation po/as.po | 2181 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2181 insertions(+), 0 deletions(-) commit cedbabb0ab2c9ca922f4fdbfe453260555b5fee9 Author: Neil Roberts Date: Wed Sep 21 13:37:44 2011 +0100 mingw-fetch-dependencies: Mirror the changes made to the Cogl version Cogl has a similar script which has had the following additional changes: * Don't pass -c to wget * Explicitly download and run config.guess This patch just syncs up with those. https://bugzilla.gnome.org/show_bug.cgi?id=659625 (cherry picked from commit 7fb8fc65a33aea59d7a970acefd0eab19d94da69) build/mingw/mingw-fetch-dependencies.sh | 17 ++++++++++++++--- 1 files changed, 14 insertions(+), 3 deletions(-) commit 147481ee6c4a9ae765b825c9a702687cab6ab725 Author: Damien Lespiau Date: Tue Sep 20 17:34:46 2011 +0100 mingw32: Update the build script to compile 1.8.0 * Updated dependencies, glib 2.28 and cogl 1.8.0 * Mesa has removed mesa_wgl.h from its headers * added -I$ROOT_DIR/include to the CFLAGS to include the headers from our prefix (say ) before the system ones https://bugzilla.gnome.org/show_bug.cgi?id=659625 (cherry picked from commit 7d8c48268efc87cbf5f8a38d30186e6ba18842cc) build/mingw/mingw-fetch-dependencies.sh | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) commit 563af6402ed57adcd5182be883f1d4605f2f331d Author: Duarte Loreto Date: Wed Sep 21 00:39:08 2011 +0100 Updated Portuguese translation po/pt.po | 2208 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 files changed, 2208 insertions(+), 0 deletions(-) commit 1cb6aec32e3a0693cb16e039f548d3299f13cd8f Author: Emmanuele Bassi Date: Mon Sep 19 20:24:10 2011 +0100 Post-release version bump to 1.8.1 configure.ac | 4 +- po/ast.po | 374 ++++++++-------- po/ca.po | 1106 +++++++++++++++++++++++----------------------- po/ca@valencia.po | 374 ++++++++-------- po/clutter-1.0.pot | 376 ++++++++-------- po/cs.po | 374 ++++++++-------- po/da.po | 374 ++++++++-------- po/de.po | 374 ++++++++-------- po/en_GB.po | 374 ++++++++-------- po/eo.po | 374 ++++++++-------- po/es.po | 374 ++++++++-------- po/fr.po | 374 ++++++++-------- po/gl.po | 374 ++++++++-------- po/hi.po | 1108 +++++++++++++++++++++++----------------------- po/id.po | 1228 +++++++++++++++++++++++++-------------------------- po/it.po | 374 ++++++++-------- po/kn.po | 375 ++++++++-------- po/lt.po | 374 ++++++++-------- po/lv.po | 374 ++++++++-------- po/nb.po | 374 ++++++++-------- po/nl.po | 374 ++++++++-------- po/or.po | 374 ++++++++-------- po/pa.po | 374 ++++++++-------- po/pl.po | 374 ++++++++-------- po/pt_BR.po | 374 ++++++++-------- po/ru.po | 374 ++++++++-------- po/sl.po | 1245 ++++++++++++++++++++++++++-------------------------- po/sv.po | 374 ++++++++-------- po/ta.po | 1179 ++++++++++++++++++++++++------------------------- po/te.po | 374 ++++++++-------- po/tr.po | 374 ++++++++-------- po/uk.po | 374 ++++++++-------- po/zh_CN.po | 374 ++++++++-------- po/zh_HK.po | 374 ++++++++-------- po/zh_TW.po | 374 ++++++++-------- 35 files changed, 8313 insertions(+), 8406 deletions(-)