Commit Graph

298 Commits

Author SHA1 Message Date
Simon Schampijer
6499ce596d Release 0.95.2 2011-12-22 14:53:09 +01:00
Simon Schampijer
f05f221f79 Fix the installation of languages
The GETTEXT_PACKAGE name must match the repository
name. Found when packaging for Fedora.

Signed-off-by: Simon Schampijer <simon@laptop.org>
Acked-by: Daniel Drake <dsd@laptop.org>
2011-12-20 19:19:26 +01:00
Daniel Drake
4e137f6e4f sugar-activity: import and make independent of sugar-toolkit GTK versions
As we move to adding support for a second UI toolkit (GTK+ 3.x),
the sugar-activity binary used by all activities must become
backend-toolkit-independent. It would be wasteful to have two backend
toolkits loaded in memory, and in the GTK2/GTK3 case, it is impossible
(importing both results in an instant crash).

To achieve this, we split the existing sugar-toolkit activity/main.py:main()
functionality into two parts, moving it into the sugar-activity binary and
the Activity class as follows:
 1. All toolkit-specific stuff is moved into the Activity class (i.e.
   everything that interacts with GTK)
 2. Everything that can be reasonably/easily moved into the Activity class
   is also moved.
 3. What remains is the stuff that is inherently involved with the
   construction of the Activity object, not related to UI toolkits. This
   is moved into the sugar-activity binary.

main.py is then removed from sugar-toolkit, and sugar-activity is moved
from sugar to sugar-toolkit-gtk3 in order to keep toolkit-related code
with the toolkit itself.

With this work done, the one remaining question is how to invoke the main
loop. An optional run_main_loop() method is added to the activity class,
for GTK2 this will run the GTK2 main loop, for GTK3 the GTK3 main loop will
be run, etc.

Signed-off-by: Daniel Drake <dsd@laptop.org>
2011-12-13 17:35:30 -03:00
Daniel Drake
e2c07af748 Import sugar-base into sugar-toolkit
Probably needs cleaning up a bit. And we use pygtk-codegen, ugh...

This is the commit id when we imported sugar-base:
b9406e5c9c9df5404c5b0d995178b5edb4d93628

Signed-off-by: Daniel Drake <dsd@laptop.org>
[squashed two patches into one]
Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
2011-12-13 17:19:53 -03:00
Raul Gutierrez Segales
3372317922 Add wrapper for rsvg
Signed-off-by: Raul Gutierrez Segales <rgs@collabora.co.uk>
[split patch into several parts]
Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
2011-12-13 17:19:53 -03:00
Raul Gutierrez Segales
0d3057941f configure.ac: replace PyGTK dependency with GTK3 dependencies
Signed-off-by: Raul Gutierrez Segales <rgs@collabora.co.uk>
[split patch into several parts, added description]
Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
2011-12-13 17:19:53 -03:00
Simon Schampijer
10d7f7d3f9 Switch sugarext to be an introspectable library
This makes sugarext accessible through introspection. It is used
from the shell (key grabber, sound volume management) and the
shell session management.

Making the sugarext introspectable was done following the
descriptions at: http://live.gnome.org/GObjectIntrospection#Using_GI

Signed-off-by: Simon Schampijer <simon@schampijer.de>
2011-12-13 17:19:52 -03:00
Simon Schampijer
000ed75cbe Rename the module to sugar3
The old gtk-2 based module will be present in
the 0.94 branch in the sugar-toolkit.

Signed-off-by: Simon Schampijer <simon@laptop.org>
Acked-by: Sascha Silbe <silbe@activitycentral.com>
2011-11-14 18:17:18 +01:00
Simon Schampijer
f766da335c Release 0.95.1 2011-10-25 13:19:07 +02:00
Simon Schampijer
7ecfbc6cd0 Release 0.93.4 2011-09-20 18:18:53 +02:00
Simon Schampijer
4e8a50163e Release 0.93.3 2011-09-07 18:35:33 +02:00
Simon Schampijer
51496ff5b8 Release 0.93.2 2011-08-19 13:26:57 +02:00
Simon Schampijer
1d27039180 Release 0.92.0 2011-02-23 17:03:20 -05:00
Simon Schampijer
db46363e9d Release 0.90.2 2010-10-14 19:17:22 +02:00
Simon Schampijer
b91c2102b4 Release 0.90.1 2010-10-05 18:12:53 +02:00
Simon Schampijer
969421b0d5 Release 0.90.0 2010-09-29 17:36:43 +02:00
Simon Schampijer
e398f58e92 Release 0.89.5 2010-08-30 19:42:11 +02:00
Simon Schampijer
7746dd72b7 Release 0.89.4 2010-08-25 16:55:42 +02:00
Simon Schampijer
d6da506dfd Release 0.89.3 2010-08-17 17:28:09 +02:00
Simon Schampijer
4dc2b3db23 Release 0.89.2 2010-08-16 23:27:00 +02:00
Daniel Drake
4fdf632c18 Revert "Release 0.84.12"
This reverts commit 658123fe81.

Sorry, screwed up, this was on the wrong branch :(
2010-08-09 11:00:52 -06:00
Daniel Drake
658123fe81 Release 0.84.12 2010-08-09 10:59:20 -06:00
Tomeu Vizoso
29aa609b57 Release 0.89.1 2010-07-14 11:53:49 +02:00
Simon Schampijer
5186c941f0 Release 0.88.1 2010-06-03 09:07:13 +02:00
Tomeu Vizoso
25e57e3766 Release 0.88.0 2010-03-30 09:41:18 +02:00
Simon Schampijer
94206cd9bd Release 0.87.9 2010-03-29 23:52:50 +02:00
Simon Schampijer
24c3509106 Release 0.87.8 2010-03-10 18:00:46 +01:00
Simon Schampijer
d8d714af48 Release 0.87.7 2010-03-10 11:42:03 +01:00
Bernie Innocenti
d27511f1cb autogen.sh: pass --enable-maintainer-mode to configure 2010-03-10 09:51:56 +01:00
Simon Schampijer
5f3a8da9eb Release 0.87.6 2010-02-17 22:42:46 +01:00
Simon Schampijer
fdc1706492 Release 0.87.5 2010-02-11 09:12:40 +01:00
Simon Schampijer
ca4be919e7 Updated ALL_LINGUAS 2010-02-08 17:58:36 +01:00
Simon Schampijer
47f71a33bd Release 0.87.4 2010-02-07 10:22:59 +01:00
Simon Schampijer
e82073fbd2 Release 0.87.3 2010-01-12 11:23:14 +01:00
Simon Schampijer
ec7464bdcd Release 0.87.2 2009-12-21 19:54:57 +01:00
Simon Schampijer
28a3515416 Release 0.87.1 2009-12-01 08:42:57 +01:00
Aleksey Lim
6ef9abe801 Bump v0.86.2 2009-10-20 20:16:26 +00:00
Simon Schampijer
845100cfa0 Release 0.86.1 2009-10-01 22:40:41 +02:00
Tomeu Vizoso
e1b251bacc Release 0.86.0 2009-09-25 10:48:51 +02:00
Tomeu Vizoso
2251e7c97f Release 0.85.9 2009-09-25 10:45:07 +02:00
Tomeu Vizoso
f4d91d569e Release 0.85.8 2009-09-18 18:50:33 +02:00
Tomeu Vizoso
8e3e7dd8ad Release 0.85.7 2009-09-10 17:58:36 +02:00
Tomeu Vizoso
fb326f78fb Release 0.85.6 2009-09-02 10:49:22 +02:00
Simon Schampijer
3ce0a0253b Release 0.85.5 2009-08-25 21:29:35 +02:00
Tomeu Vizoso
88f6e1aa02 Release 0.85.4 2009-08-25 19:14:37 +02:00
Tomeu Vizoso
d5999d34ce Release 0.85.3 2009-08-01 19:49:01 +02:00
Tomeu Vizoso
525346ed43 Release 0.85.2 2009-07-18 13:30:44 +02:00
Tomeu Vizoso
800bbb973a Release 0.85.1 2009-07-10 17:47:31 +02:00
Simon Schampijer
1f39f509b3 Release 0.84.0 2009-03-03 16:10:05 +01:00
Simon Schampijer
1e69d8554c Release 0.83.7 2009-02-20 19:28:20 +01:00