Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Use a src directory consistently with base and shell.Marco Pesenti Gritti2008-04-291-945/+0
|
* Correctly use tempfile.mkstemp().Tomeu Vizoso2008-04-221-2/+2
|
* pylint sugar.activity, mostly cleanMarco Pesenti Gritti2008-04-191-30/+43
|
* Add support for accelerators to buttons.Tomeu Vizoso2008-04-011-12/+9
|
* Use the right gettext domain.Tomeu Vizoso2008-02-091-2/+4
|
* Split sugar-toolkit out of sugar shell.Marco Pesenti Gritti2008-02-061-0/+933
|
* Cleanup the source structureMarco Pesenti Gritti2007-10-161-633/+0
|
* Try to cleanup the activity destruction mess.Marco Pesenti Gritti2007-10-151-29/+15
|
* Split part of the sugar library to sugar-baseMarco Pesenti Gritti2007-10-151-3/+3
|
* Fix native applications handlingMarco Pesenti Gritti2007-10-131-0/+4
|
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-091-3/+3
|
* Save activity previews to the datastore as binary png images.Tomeu Vizoso2007-10-051-4/+2
|
* This prevented activties whith no share-scope set to set the window titleSimon Schampijer2007-09-281-9/+5
|
*