Sugar Learning Environment, Activity Toolkit, GTK 3.
Go to file
Simon Schampijer 425e9becfc Remove the workaround for missing gobject-introspection bindings of Rsvg
gobject introspection bindings for librsvg have been pushed to librsvg
master [1] in 2.35.0, which solved [2]. We only have slight adopts to
make in our usage, for example we can not pass the data property
to the default constructor anymore and get_width and get_height is not
available anymore for the handle, but we can use the properties
instead.

The sugar-toolkit-gtk3 and therefore Activities that have been ported
to it do need a version of librsvg >= 2.35.0 to be able to work,
which ships for example with Fedora 17.

Signed-off-by: Simon Schampijer <simon@laptop.org>
Acked-by: Daniel Drake <dsd@laptop.org>

[1] http://git.gnome.org/browse/librsvg/
[2] https://bugzilla.gnome.org/show_bug.cgi?id=663049
[3] http://developer.gnome.org/rsvg/stable/RsvgHandle.html
2012-03-22 16:49:14 +01:00
bin
examples
m4
po Commit from Sugar Labs: Translation System by user dram.: 35 of 35 messages translated (0 fuzzy). 2012-03-21 06:52:07 +02:00
src Remove the workaround for missing gobject-introspection bindings of Rsvg 2012-03-22 16:49:14 +01:00
tests
.gitignore
AUTHORS
autogen.sh
configure.ac configure.ac: Require gobject-introspection 2012-03-21 08:00:01 +01:00
COPYING
MAINTAINERS
Makefile.am
README

Sugar is the core of the OLPC Human Interface. The toolkit provides
a set of widgets to build HIG compliant applications and interfaces
to interact with system services like presence and the datastore.