349 Commits (6074817264cd4b95dccf6ec7975cfed7acc44bf7)

Author SHA1 Message Date
Daniel Narvaez 6074817264 Modernize gettext setup 10 years ago
Daniel Narvaez 3c46bf1430 Release 0.101.3 10 years ago
Daniel Narvaez 76fe1d2595 Release 0.101.2 10 years ago
Manuel Quiñones 10c2bc9cf6 Merge branch 'headers' of https://github.com/dnarvaez/sugar-toolkit-gtk3 into dnarvaez-headers 10 years ago
Daniel Narvaez d4b4405c6c Release 0.101.1 11 years ago
Emil Dudev d918e7afff Remove GConf completely
Removes sugar-gconf from SugarExt
Removes gconf-2 dependency
11 years ago
Daniel Narvaez e58688fca0 Remove unnecessary check for python headers
We are not building python bindings anymore these days,
we are using gobject-introspection.
11 years ago
Daniel Narvaez ee88193186 Release 0.101.0 11 years ago
Daniel Narvaez 1329531d2d Release 0.100.0 11 years ago
Daniel Narvaez 2d33c92299 Release 0.99.4 11 years ago
Daniel Narvaez 6fdf5f208a Use python2 shebang
Some distributions have switched to python3 as default and our code
breaks because it's python2 specific. Follow the PEP 394
recommendation.
11 years ago
Daniel Narvaez 9717e5954b Fix translations in non standard prefix
This drops a lot of code at the same time. The code in
__init__ was:

* Using a SUGAR_PREFIX environment variable that is not
defined anywhere
* Hardcoding prefix to /usr
* Setting up the sugar-base domain which doesn't exist anymore

The i18n module code was overcomplex because it was thought
for language packs which we don't support anymore, it was
not handling correctly locales with a country prefix, it
was hard coding the python prefix and it was not sorting
the directories as it intended too anyway.

The logic is very simple now. Use the locale directory in
the same prefix sugar-toolkit-gtk3 was installed, unless
SUGAR_LOCALEDIR is defined (for self contained bundles).
11 years ago
Daniel Narvaez 2c225c0cee Release 0.99.3 11 years ago
Daniel Narvaez 51bc902afa Release 0.99.2 11 years ago
Daniel Narvaez c992f5fbfe Release 0.99.1 11 years ago
Daniel Narvaez 058271a4d7 Release 0.99.0 11 years ago
Daniel Narvaez bfe17826cb Use xz for distribution
It has better compression.
11 years ago
Daniel Narvaez 680c501ad6 Add a binding for gconf_client_set_list (using strings) 11 years ago
Daniel Narvaez 6202d4d5cc Bind xdgmime in SugarExt
And use it in the sugar3.mime modules. This allows
to get rid of the pygtk generated sugarbase module,
along with the wrapping code.

Also add more cases to test_time to make sure
everything is still working.
11 years ago
Daniel Narvaez e6397cf2db Some initial infrastructure for UI tests
The uitree module exposes the at-spi tree. We can use it to do
functional tests of the UI, by checking if the expected
widgets exists, clicking them etc.

A simple example of how this can be used is in the test, which
runs a window and check that it has the expected button.
11 years ago
Daniel Narvaez 5ea6472e0d Add missing dependencies
I'm not sure how it works with GNU ld, but it breaks with ld
gold and it's clearly wrong anyway.
11 years ago
Simon Schampijer 8357ccc4ea Release 0.98.3 12 years ago
Simon Schampijer 5b438e797a Release 0.98.2 12 years ago
Simon Schampijer 4de6057e1b Release 0.98.1 12 years ago
Simon Schampijer 783db60027 Release 0.98.0 12 years ago
Simon Schampijer d87967303c Release 0.97.13 12 years ago
Simon Schampijer 43bd520f3d Release 0.97.12 12 years ago
Simon Schampijer 936ebaa382 Release 0.97.11 12 years ago
Simon Schampijer 458e357585 Release 0.97.10 12 years ago
Simon Schampijer dcfc92dbd0 Release 0.97.9 12 years ago
Simon Schampijer 63a34191b1 Release 0.97.8 12 years ago
Simon Schampijer a2d2c79d5d Release 0.97.7 12 years ago
Simon Schampijer 23399f51dd Release 0.97.6 12 years ago
Simon Schampijer 31d6e6dd1e Release 0.97.5 12 years ago
Simon Schampijer 1da1f4a1ca Release 0.97.4 12 years ago
Simon Schampijer 6387b20c31 Release 0.97.3 12 years ago
Carlos Garnacho ade02f958b event-controller: Add separate library for event controllers
SugarEventController is an abstract object that attaches to a widget
and interprets an arbitrary set of events. Implementations of that
object get to define the sequence of events that trigger these.

The basic touch gestures (long press, rotate, swipe, zoom) have
been implemented on top of that object.

Signed-off-by: Carlos Garnacho <carlos@lanedo.com>
Acked-by: Simon Schampijer <simon@laptop.org>
12 years ago
Simon Schampijer 4cf9ce0357 Release 0.97.2 12 years ago
Manuel Quiñones 1334cd5768 Release 0.97.1 12 years ago
Simon Schampijer db86a7282e Release 0.97.0 12 years ago
Simon Schampijer 512f14974e Release 0.96.4 12 years ago
Simon Schampijer e97e5cac6d Release 0.96.3 12 years ago
Simon Schampijer 439d3bf08d Release 0.96.2 12 years ago
Simon Schampijer 47c838acd8 Release 0.96.1 12 years ago
Simon Schampijer abe02123b7 Release 0.96.0 12 years ago
Simon Schampijer db2bcbb76b Release 0.95.6 12 years ago
Simon Schampijer f8c68b8330 Update ALL_LINGUAS
- remove qu (code change for Quechua to quz)
- remove ay (code change for Aymara to aym)
- remove cpp [Crioulo] no L10n planned at present
- remove pis [Solomon Islands Pidgin] no L10n planned at present
- remove tpi [Papua New Guinea Pidgin (Tok Pisin)] no L10n planned at present

Signed-off-by: Chris Leonard
Acked-by: Simon Schampijer <simon@laptop.org>
12 years ago
Simon Schampijer 38d881da7a Release 0.95.5 12 years ago
Sascha Silbe c653cdf4dc configure.ac: Require gobject-introspection
configure.ac already checked if gobject-introspection is installed, but
instead of aborting with an error it continued and silently omitted crucial
parts of the build system, confusing the user with the error message

make[4]: *** No rule to make target `SugarExt-1.0.gir', needed by `all-am'.  Stop.

much later in the build. Fix this by using the appropriate autoconf macro.

Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
Acked-by: Simon Schampijer <simon@laptop.org>
12 years ago
Simon Schampijer 7344db525d Release 0.95.4 12 years ago