Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
Commit message (Expand)AuthorAgeFilesLines
...
* Don't present from inside the Activity constructorMarco Pesenti Gritti2007-02-242-2/+1
* Rename color property in CanvasIcon to xo-color and added properties fill-col...Tomeu Vizoso2007-02-231-1/+1
* Adapt to activity api changeMarco Pesenti Gritti2007-02-221-0/+1
* Remove bundle specific stuff from env.Marco Pesenti Gritti2007-02-222-8/+10
* Add a class attribute as per the updated spec.Marco Pesenti Gritti2007-02-223-14/+29
* Make sugar-activity-factory just a wrapper.Marco Pesenti Gritti2007-02-221-6/+16
* Put exec back, I forgot it was used by the camera.Marco Pesenti Gritti2007-02-223-32/+41
* Cleanup the Activity API, code needs more love.Marco Pesenti Gritti2007-02-213-48/+14
* Improve handle marshalling. Add an uri to the handle.Marco Pesenti Gritti2007-02-213-11/+26
* Fix capsMarco Pesenti Gritti2007-02-212-1/+1
* Add an handle argument to the factory and to the activity constructor.Marco Pesenti Gritti2007-02-215-11/+56
* Generate the id in ActivityFactory. I want it to be easy toMarco Pesenti Gritti2007-02-211-1/+32
* Fix capsMarco Pesenti Gritti2007-02-212-1/+1
* More cleanupsMarco Pesenti Gritti2007-02-212-88/+3
* Split out Activity client/serverMarco Pesenti Gritti2007-02-211-0/+79
* Rename the classMarco Pesenti Gritti2007-02-211-2/+3
* Split factory client and serverMarco Pesenti Gritti2007-02-213-70/+85
* Make bundle registry a singleton. Get the object path from the registry.Marco Pesenti Gritti2007-02-213-7/+23
* Do not expose the service names from Activity.Marco Pesenti Gritti2007-02-212-29/+22
* Get rid of the old grid. Never use absolute positioning.Marco Pesenti Gritti2007-02-201-8/+0
* Patch by Owen Williams to accept custom MANIFEST filename.Marco Pesenti Gritti2007-02-081-12/+12
* Make the icon colors list privateMarco Pesenti Gritti2007-02-071-0/+2
* Use MANIFEST instead of MANIFEST-OLPC.Marco Pesenti Gritti2007-02-071-13/+23
* Simple fix for getting the activities dir.Tomeu Vizoso2007-02-031-1/+2
* Do not look in the icon theme for activity iconsMarco Pesenti Gritti2007-01-313-16/+10
* Added new tool sugar-install-bundle.Tomeu Vizoso2007-01-272-10/+16
* Do not hardcode /usr/bin/pythonMarco Pesenti Gritti2007-01-201-1/+1
* Get the icon from activity not rootMarco Pesenti Gritti2007-01-121-4/+3
* Support for activity icons inside the bundle.Marco Pesenti Gritti2007-01-121-1/+9
* Make activity launching asynchronousDan Williams2007-01-071-13/+32
* Make shell responsible for activity ID generationDan Williams2007-01-061-6/+6
* Do not try to connect to notify::title, for some reason it breaks the browser.Marco Pesenti Gritti2007-01-051-1/+1
* Comment out the journal stuff for now.Marco Pesenti Gritti2007-01-051-10/+11
* Split ActivityHost in model/view. Refactor accordingly.Marco Pesenti Gritti2006-12-241-0/+6
* Start the journal activity by defaultMarco Pesenti Gritti2006-12-241-5/+5
* Refactor a bit to simply __init__Marco Pesenti Gritti2006-12-241-2/+26
* Update help message, thanks again to erikosMarco Pesenti Gritti2006-12-211-5/+6
* Typo, thanks to erikos!Marco Pesenti Gritti2006-12-211-1/+1
* Change the Activity execute method to add a result boolean (handle/not handled).Marco Pesenti Gritti2006-12-211-3/+3
* Get back mesh view to work. It got broken when refactoring bundles.Marco Pesenti Gritti2006-12-201-0/+7
* Get the default type from env, clean stuff a bitMarco Pesenti Gritti2006-12-204-10/+9
* Guard against multiple activities startMarco Pesenti Gritti2006-12-201-0/+8
* Present the window only after start/joinMarco Pesenti Gritti2006-12-191-1/+4
* Add a start method to the activity. It's parallel/alternative to join.Marco Pesenti Gritti2006-12-181-15/+22
* Add docstring, missing importMarco Pesenti Gritti2006-12-181-0/+2
* Get the activity type from env, rather than requiring set_typeMarco Pesenti Gritti2006-12-182-12/+7
* Cleanup activity factory startup, remove duplicated argument from the Exec fieldMarco Pesenti Gritti2006-12-181-3/+13
* Fix dev commandMarco Pesenti Gritti2006-12-131-1/+1
* Added support for MANIFEST-OLPC files in bundlebuilderOwen Williams2006-12-041-1/+1
* Added support for MANIFEST-OLPC files in bundlebuilderOwen Williams2006-12-041-7/+26