mutter/tests/data
Emmanuele Bassi 7646404196 script: Support translatable strings for properties
ClutterScript should be able to automatically call gettext() and friends
on strings loaded from a UI definition, prior to passing the string to
the object it is constructing.

The basic implementation is trivial:

  - set a translation domain on the ClutterScript instance
  - mark the translatable strings inside the JSON data, like:

      "property" : {
        "translatable" : true,
        "string" : "a translatable string"
      }

The hard part is now getting the tools we use to extract the
translatable strings to understand the JSON format we use inside
ClutterScript.
2012-03-06 14:23:33 +00:00
..
clutter-1.0.suppressions tests: Add a Valgrind suppression file 2010-02-04 16:49:06 +00:00
light0.png Adds a CoglMaterial abstraction, which includes support for multi-texturing 2008-12-22 16:35:52 +00:00
Makefile.am conform: Add markers parsing to the timeline unit 2011-11-27 12:19:40 +00:00
redhand_alpha.png [tests] Adds an interactive unit test for multi-texturing 2008-12-22 16:35:51 +00:00
redhand.png Bug 1162 - Re-works the tests/ to use the glib-2.16 unit testing 2008-11-07 19:32:28 +00:00
test-animator-1.json animator: Provide a ClutterScript parser 2010-02-08 15:52:18 +00:00
test-animator-2.json animator: Provide a ClutterScript parser 2010-02-08 15:52:18 +00:00
test-animator-3.json conform: Verify parsing of multiple properties 2010-02-24 16:43:17 +00:00
test-script-animation.json Remove trailing comma from test UI definition 2010-01-05 11:02:39 +00:00
test-script-child.json script: Allow parsing child properties 2009-11-04 16:50:35 +00:00
test-script-implicit-alpha.json conformance: Add unit on the implicit alpha definition 2009-11-06 11:39:30 +00:00
test-script-layout-property.json test-script-parser: Add a second child to the container 2010-08-25 16:18:25 +01:00
test-script-model.json model: Add support to define rows in ClutterScript 2011-01-21 20:44:17 +00:00
test-script-named-object.json actor: Parse actions, constraints and effects members 2010-06-17 17:35:00 +01:00
test-script-object-property.json conform: Add unit for properties holding objects 2009-11-06 11:39:30 +00:00
test-script-signals.json tests: Go back to the hover state on button-release 2011-08-31 12:25:01 +01:00
test-script-single.json conform: Add the beginnings of a ClutterScript test suite 2009-11-04 11:50:45 +00:00
test-script-timeline-markers.json conform: Add markers parsing to the timeline unit 2011-11-27 12:19:40 +00:00
test-script.json script: Support translatable strings for properties 2012-03-06 14:23:33 +00:00
test-state-1.json Do not use wildcards in test-state 2010-05-21 14:22:56 +01:00