18 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
Daniel Narvaez a1b73ff527 Rename HTML to web 11 years ago
Daniel Narvaez d4019684a3 Add exec script to build pure html activities
An hello world activity using the script
http://git.sugarlabs.org/hello-world/mainline/trees/html
11 years ago
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>
13 years ago
Marco Pesenti Gritti 488402df7d Split sugar-toolkit out of sugar shell. 16 years ago
Marco Pesenti Gritti 44efc2a131 Complete paths cleanup and remove SUGAR_PREFIX and
SUGAR_PATH environment variables.
16 years ago
Marco Pesenti Gritti aca3ae6c88 Remove get_service_path and use the usual wrapper script approach. 16 years ago
Marco Pesenti Gritti b72f00e30b Integrate control panel in the build so that I can actually
distcheck.
17 years ago
Marco Pesenti Gritti 0daccca71f Fake backup script 17 years ago
Marco Pesenti Gritti a0bd80bb4e Snapshot 6c7c6a503b. 17 years ago
Marco Pesenti Gritti 7c59d10a06 Actually remove the factory 17 years ago
Marco Pesenti Gritti c2982f2774 Implement a sugar-launch command. Works like the old sugar-activity
but should deal fine with native activities too.
17 years ago
Marco Pesenti Gritti 6ebe910e93 In preparation of enabling rainbow by default, remove
the factory service from the public API. The Exec field
will now launch an activity instance.
Add a -s argument to sugar-activity to enable the single
process mode for activities that really need it.
17 years ago
Marco Pesenti Gritti 858e43dea9 Add the native factory by bertf 17 years ago
Marco Pesenti Gritti 5a4bf4be6b Some paths tweaks, refactorings to make sugar self contained as much as possible 17 years ago
Marco Pesenti Gritti 49ff2f86de Move not shell specific scripts in bin 17 years ago
Marco Pesenti Gritti 04654a7eef Fix distcheck, fix the gtkrc path 17 years ago
Marco Pesenti Gritti 9af06c0b26 Add a script to start sugar. Move the gtkrc to avoid conflicts when
installing on a complete system.
17 years ago