From 84f165b460bcadf83f4174368e047d5c53f95b24 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 20 May 2010 18:58:30 +0100 Subject: Add State interactive tests to the ignore file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 65a694870..ba8d38d09 100644 --- a/.gitignore +++ b/.gitignore @@ -149,6 +149,8 @@ TAGS /tests/interactive/stamp-test-interactive /tests/interactive/test-animator /tests/interactive/test-stage-sizing +/tests/interactive/test-state +/tests/interactive/test-state-animator /tests/conform/stamp-test-conformance /tests/conform/test-anchors /tests/conform/test-cogl-backface-culling -- cgit v1.2.1 From 6ca425679ea27c7fe2bc8e455b8d55785200841e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Fri, 21 May 2010 14:13:14 +0100 Subject: script: Implement State deserialization It should be possible to describe ClutterState transitions using ClutterScript in a similar way as ClutterAnimator. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index ba8d38d09..5aaf1eaaf 100644 --- a/.gitignore +++ b/.gitignore @@ -258,6 +258,7 @@ TAGS /tests/conform/test-cogl-path /tests/conform/test-cogl-wrap-modes /tests/conform/test-clutter-cairo-texture +/tests/conform/test-state-base /tests/conform/wrappers /tests/micro-bench/test-text-perf /tests/micro-bench/test-text -- cgit v1.2.1