375 Commits (aa8a5e70c415e6c2acf4ff373d9b366ac4692bb1)

Author SHA1 Message Date
Pro-Panda aa8a5e70c4 Port from Python 2 to six
Signed-off-by: James Cameron <quozl@laptop.org>
5 years ago
James Cameron f0b479f068 Release Sugar 0.112 stable 7 years ago
James Cameron 4e4f1fbbcb Release Sugar 0.111 unstable 7 years ago
Sam Parkinson aca21a2b43
Release Sugar 0.110.0 stable 8 years ago
Sam Parkinson b442184b58
Release Sugar 0.109.2 8 years ago
Sam Parkinson 1f7937749c
Release 0.109.0.3 unstable 8 years ago
Sam Parkinson 7722015bf9
Release 0.190.0.2 unstable 8 years ago
Sam Parkinson 513452503e
Release 0.109.0.1 unstable 8 years ago
Sam Parkinson f45df7a548
Release 0.109.0.0 unstable 8 years ago
Martin Abente Lahaye a1371b5f94 Release 0.108.0 8 years ago
Martin Abente Lahaye e048f6c3e8 Release 0.107.2 8 years ago
Martin Abente Lahaye 0af1ce7b97 Release 0.107.1 8 years ago
Martin Abente Lahaye d8205de316 Release 0.107.0 9 years ago
Martin Abente Lahaye f215d20508 Release 0.106.0 9 years ago
Martin Abente Lahaye 797130baed Release 0.105.3 9 years ago
Martin Abente Lahaye 5d0e06f07d Release 0.105.2 9 years ago
Martin Abente Lahaye 9e34750ffd Release 0.105.1 9 years ago
Martin Abente Lahaye b8cca638d6 Release 0.105.0 9 years ago
Martin Abente Lahaye 3c88e987e4 Release 0.104.1 9 years ago
Martin Abente Lahaye a10da70102 Release 0.104.0 9 years ago
Martin Abente Lahaye f9bfab273d Release 0.103.2 9 years ago
Martin Abente Lahaye 95a0c3f5f1 Release 0.103.1
Signed-off-by: Martin Abente Lahaye <tch@sugarlabs.org>
10 years ago
Martin Abente Lahaye 177fcba84b Release 0.103.0 10 years ago
Martin Abente Lahaye 16617b22d7 Release 0.102.0 10 years ago
Daniel Narvaez ec2ebb9ecb Release 0.101.5 10 years ago
Daniel Narvaez 093d18199f Release 0.101.4 10 years ago
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 10 years ago
Emil Dudev d918e7afff Remove GConf completely
Removes sugar-gconf from SugarExt
Removes gconf-2 dependency
10 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