~vcs-imports/clutter/+git/clutter:wip/neil/effect-snippets

Last commit made on 2011-11-28
Get this branch:
git clone -b wip/neil/effect-snippets https://git.launchpad.net/~vcs-imports/clutter/+git/clutter

Branch merges

Branch information

Name:
wip/neil/effect-snippets
Repository:
lp:~vcs-imports/clutter/+git/clutter

Recent commits

561dd80... by Neil Roberts <email address hidden>

desaturate-effect: Use the new CoglSnippet API

46da740... by Neil Roberts <email address hidden>

offscreen-effect: Add clutter_offscreen_effect_get_texture

Sometimes a subclass of ClutterOffscreenEffect wants to paint with a
completely custom material. In that case it is awkward to modify the
material returned owned by ClutterOffscreenEffect so it makes more
sense to just get the texture and manage its own material.

c687ece... by Neil Roberts <email address hidden>

Fix building with profiling enabled

There was an #ifdef'd section of code for profiling that was using the
wrong variable name so it would not build.

Reviewed-by: Emmanuele Bassi <email address hidden>

a2774fb... by Neil Roberts <email address hidden>

offscreen-effect: Track the size of the actor separately

Previously the offscreen effect was keeping track of the size of the
texture so that it could detect when a different size is requested and
create a new texture. However this breaks if a subclass overrides
create_texture to make the texture bigger because in that case the
size of the texture will always be different from the calculated size
of the actor. This patch makes it also track the size of the fbo that
was requested before being passed through create_texture() and it
instead uses that to detect when a new FBO is needed.

https://bugzilla.gnome.org/show_bug.cgi?id=665040

Reviewed-by: Emmanuele Bassi <email address hidden>

3f4bd0d... by Emmanuele Bassi <email address hidden>

conform: Add markers parsing to the timeline unit

We should check that the newly added custom parser for timeline
markers is working as intended.

24623c4... by Emmanuele Bassi <email address hidden>

timeline: Add custom parser for "markers"

It should be possible to define markers in ClutterScript when
describing a ClutterTimeline.

The syntax is a trivial:

  "markers" : [
    { "name", <marker-name>, "time" : <msecs> }
  ]

While at it, we should document it inside the API reference, as well
as fleshing out the ClutterTimeline description.

3c35653... by Matej Urbančič

Updated Slovenian translation

d82bf70... by buz

script: Don't skip introspection for connect_signals_full()

To allow language bindings to properly override Script.connect_signals()
they'll need access access to Script.connect_signals_full().

Thanks to Jeremy Moles for reporting.

49355f3... by Emmanuele Bassi <email address hidden>

pc: Fix unexpanded variables

PkgConfig doesn't like those.

c3b0db2... by Lucian Adrian Grijincu

Updated Romanian translation