Sam Parkinson
aca21a2b43
Release Sugar 0.110.0 stable
2016-10-07 21:49:00 +11:00
Sam Parkinson
b442184b58
Release Sugar 0.109.2
2016-09-04 21:50:53 +10:00
Sam Parkinson
1f7937749c
Release 0.109.0.3 unstable
2016-08-03 15:59:34 +10:00
Sam Parkinson
7722015bf9
Release 0.190.0.2 unstable
2016-07-10 20:58:36 +10:00
Sam Parkinson
513452503e
Release 0.109.0.1 unstable
2016-06-18 21:38:09 +10:00
Sam Parkinson
f45df7a548
Release 0.109.0.0 unstable
2016-05-29 19:04:04 +10:00
Martin Abente Lahaye
a1371b5f94
Release 0.108.0
2016-02-13 10:09:28 -03:00
Martin Abente Lahaye
e048f6c3e8
Release 0.107.2
2016-01-23 09:22:57 -03:00
Martin Abente Lahaye
0af1ce7b97
Release 0.107.1
2015-12-28 13:01:17 -03:00
Martin Abente Lahaye
d8205de316
Release 0.107.0
2015-10-19 09:18:14 -03:00
Martin Abente Lahaye
f215d20508
Release 0.106.0
2015-07-06 07:46:32 -04:00
Martin Abente Lahaye
797130baed
Release 0.105.3
2015-06-30 16:34:47 -04:00
Martin Abente Lahaye
5d0e06f07d
Release 0.105.2
2015-06-01 09:10:14 -04:00
Martin Abente Lahaye
9e34750ffd
Release 0.105.1
2015-05-18 08:38:30 -04:00
Martin Abente Lahaye
b8cca638d6
Release 0.105.0
2015-04-20 13:52:25 -04:00
Martin Abente Lahaye
3c88e987e4
Release 0.104.1
2015-03-10 11:03:17 -03:00
Martin Abente Lahaye
a10da70102
Release 0.104.0
2015-02-13 09:00:08 -03:00
Martin Abente Lahaye
f9bfab273d
Release 0.103.2
2015-01-16 08:26:47 -03:00
Martin Abente Lahaye
95a0c3f5f1
Release 0.103.1
...
Signed-off-by: Martin Abente Lahaye <tch@sugarlabs.org>
2014-12-01 20:32:31 -03:00
Martin Abente Lahaye
177fcba84b
Release 0.103.0
2014-10-15 15:08:03 -03:00
Martin Abente Lahaye
16617b22d7
Release 0.102.0
2014-07-01 07:08:42 -04:00
Daniel Narvaez
ec2ebb9ecb
Release 0.101.5
2014-05-03 13:15:27 +02:00
Daniel Narvaez
093d18199f
Release 0.101.4
2014-04-01 10:52:48 +01:00
Daniel Narvaez
6074817264
Modernize gettext setup
2014-03-30 11:54:48 +01:00
Daniel Narvaez
3c46bf1430
Release 0.101.3
2014-03-08 15:03:09 +01:00
Daniel Narvaez
76fe1d2595
Release 0.101.2
2014-02-14 18:50:40 +01:00
Manuel Quiñones
10c2bc9cf6
Merge branch 'headers' of https://github.com/dnarvaez/sugar-toolkit-gtk3 into dnarvaez-headers
2014-01-07 11:39:43 -03:00
Daniel Narvaez
d4b4405c6c
Release 0.101.1
2014-01-02 21:34:55 +00:00
Emil Dudev
d918e7afff
Remove GConf completely
...
Removes sugar-gconf from SugarExt
Removes gconf-2 dependency
2014-01-01 23:32:57 +02:00
Daniel Narvaez
e58688fca0
Remove unnecessary check for python headers
...
We are not building python bindings anymore these days,
we are using gobject-introspection.
2013-12-28 00:18:53 +00:00
Daniel Narvaez
ee88193186
Release 0.101.0
2013-12-05 21:27:22 +01:00
Daniel Narvaez
1329531d2d
Release 0.100.0
2013-11-01 00:42:45 +01:00
Daniel Narvaez
2d33c92299
Release 0.99.4
2013-10-03 13:08:46 +02:00
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.
2013-09-30 11:55:14 -03:00
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).
2013-09-10 22:55:11 +02:00
Daniel Narvaez
2c225c0cee
Release 0.99.3
2013-09-05 16:47:12 +02:00
Daniel Narvaez
51bc902afa
Release 0.99.2
2013-08-14 11:28:56 +02:00
Daniel Narvaez
c992f5fbfe
Release 0.99.1
2013-07-31 19:06:19 +02:00
Daniel Narvaez
058271a4d7
Release 0.99.0
2013-06-27 18:01:19 +02:00
Daniel Narvaez
bfe17826cb
Use xz for distribution
...
It has better compression.
2013-06-27 15:57:46 +02:00
Daniel Narvaez
680c501ad6
Add a binding for gconf_client_set_list (using strings)
2013-04-29 20:03:09 +02:00
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.
2013-04-09 11:36:51 +02:00
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.
2013-04-09 11:36:51 +02:00
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.
2013-01-28 19:01:44 +01:00
Simon Schampijer
8357ccc4ea
Release 0.98.3
2012-12-21 15:49:44 +01:00
Simon Schampijer
5b438e797a
Release 0.98.2
2012-12-17 22:47:09 +01:00
Simon Schampijer
4de6057e1b
Release 0.98.1
2012-12-10 19:14:47 +01:00
Simon Schampijer
783db60027
Release 0.98.0
2012-11-29 16:51:51 +01:00
Simon Schampijer
d87967303c
Release 0.97.13
2012-11-27 19:51:55 +01:00
Simon Schampijer
43bd520f3d
Release 0.97.12
2012-11-23 20:52:53 +01:00