Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-activity
Commit message (Collapse)AuthorAgeFilesLines
* Move not shell specific scripts in binMarco Pesenti Gritti2007-04-061-80/+0
|
* Fix old variable name.Tomeu Vizoso2007-03-281-1/+1
|
* Save also the sugar session display and use it in sugar-activity.Marco Pesenti Gritti2007-03-091-11/+10
|
* Smarter bundle name matchingMarco Pesenti Gritti2007-03-091-5/+16
|
* Smarter sugar-activity which can make itself the factory and openMarco Pesenti Gritti2007-03-091-18/+41
| | | | one instance.
* Fix capsMarco Pesenti Gritti2007-02-211-2/+2
|
* Do not hardcode /usr/bin/pythonMarco Pesenti Gritti2007-01-201-1/+1
|
* Make activity launching asynchronousDan Williams2007-01-071-2/+15
| | | | | | The ActivityFactory create() method now returns a handler GObject, which callers may attach signals to to receive success and error signals from the result of the activity launch request.
* Make shell responsible for activity ID generationDan Williams2007-01-061-1/+2
| | | | | | | Enables tracking of activity launch throughout the whole process, so that the shell can be aware of the activity ID from the moment the activity is started by the shell, until the activity becomes active. Previously, the activity itself generated its own ID and told the shell what it was.
* Tell activities to start after launching themDan Williams2006-12-191-1/+2
|
* Use correct DBus session bus when launching activitiesDan Williams2006-12-191-0/+8
|
* Fix opening activitiesMarco Pesenti Gritti2006-10-171-2/+0
|
* Let activities extend their own pathMarco Pesenti Gritti2006-10-171-0/+3
|
* Add GPL headersMarco Pesenti Gritti2006-10-141-0/+16
|
* Split the factory to his own moduleMarco Pesenti Gritti2006-08-091-2/+2
|
*