Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model
Commit message (Expand)AuthorAgeFilesLines
...
* Rename IconColor to XoColor.Tomeu Vizoso2007-02-233-6/+6
* Pass the right parameters to HomeActivityMarco Pesenti Gritti2007-02-221-1/+1
* Rename for new API.Tomeu Vizoso2007-02-221-1/+1
* Adapt to activity api changeMarco Pesenti Gritti2007-02-221-1/+1
* Make bundle registry a singleton. Get the object path from the registry.Marco Pesenti Gritti2007-02-213-18/+8
* Do not expose the service names from Activity.Marco Pesenti Gritti2007-02-212-5/+22
* Infrastructure for the home page devicesMarco Pesenti Gritti2007-02-208-0/+76
* Give precendence to user dir over system dirMarco Pesenti Gritti2007-02-131-2/+2
* Update look of activities donut to match wikiOwen Williams2007-01-311-0/+3
* Added new tool sugar-install-bundle.Tomeu Vizoso2007-01-271-2/+1
* Fix homemodel to return properly-ordered activities (based on timestamp)Owen Williams2007-01-261-3/+14
* Re-enable buddy streams now that XMLRPC is fixed for python 2.5Dan Williams2007-01-241-6/+3
* Our xmlrpc implementation does not work with python 2.5.Marco Pesenti Gritti2007-01-201-3/+7
* Basic implementation of the shutdown graphicsMarco Pesenti Gritti2007-01-111-1/+24
* add import for sugar.graphics.IconColorJohn (J5) Palmieri2007-01-101-0/+1
* Increase launch timeout to 20sDan Williams2007-01-091-1/+1
* Ensure to emit an activity changed signal when closing the last window. Fix #...Marco Pesenti Gritti2007-01-091-0/+2
* Make activity launching asynchronousDan Williams2007-01-071-1/+1
* Track activities while they launchDan Williams2007-01-072-14/+135
* Fix handling of the no activities caseMarco Pesenti Gritti2006-12-241-1/+4
* Complete the shell model/view split, finallyMarco Pesenti Gritti2006-12-243-14/+38
* Split ActivityHost in model/view. Refactor accordingly.Marco Pesenti Gritti2006-12-243-32/+59
* Split model/view in the activities donut.Marco Pesenti Gritti2006-12-243-1/+104
* Get back mesh view to work. It got broken when refactoring bundles.Marco Pesenti Gritti2006-12-201-5/+7
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-046-451/+451
* Remove unused old registry codeMarco Pesenti Gritti2006-12-012-17/+0
* Finish up porting to the new registryMarco Pesenti Gritti2006-12-012-12/+16
* Pick up system bundles even if xdg dir env is undefinedMarco Pesenti Gritti2006-11-051-4/+4
* Tweak activity search path. Use ~/Activities and XDG_DATA_DIRS/activitiesMarco Pesenti Gritti2006-10-311-2/+10
* More work on bundles supportMarco Pesenti Gritti2006-10-291-0/+9
* Do not return the whole dict, just the values!Marco Pesenti Gritti2006-10-201-2/+2
* Add initial buddies, protect against buddies we don't know about before using...Dan Williams2006-10-191-1/+12
* Fix a race in the spread box. Adapt to api change.Marco Pesenti Gritti2006-10-191-1/+1
* More fixesMarco Pesenti Gritti2006-10-191-3/+12
* Unregister the chat service on destroy.Marco Pesenti Gritti2006-10-191-4/+1
* Do not assume when curactivity change we already know about that activity.Marco Pesenti Gritti2006-10-191-1/+7
* Refactor startup. In progress, give me a couple hours.Marco Pesenti Gritti2006-10-161-7/+5
* Add GPL headersMarco Pesenti Gritti2006-10-146-0/+96
* Move all the canvas code that doesn't depend on goocanvas anymore in graphics.Marco Pesenti Gritti2006-10-033-3/+3
* Revert "Make ShellModel emit signals on activity change, and make Owner liste...Ian Bicking2006-09-272-29/+14
* Make ShellModel emit signals on activity change, and make Owner listen for th...Dan Williams2006-09-272-14/+29
* Fix add and remove friendsMarco Pesenti Gritti2006-09-261-1/+1
* Fix current activity handlingDan Williams2006-09-261-10/+19
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2006-09-251-2/+6
|\
| * Handle None current activity caseMarco Pesenti Gritti2006-09-251-2/+6
* | Add icon-changed signalDan Williams2006-09-251-0/+8
|/
* Send buddy icon hash in presence service announcement tooDan Williams2006-09-251-1/+8
* Write a mesh model and start using it in the mesh viewMarco Pesenti Gritti2006-09-253-0/+114
* Add get_current_activity accessorDan Williams2006-09-251-0/+3
* Add color-changed and current-activity-changed signalsDan Williams2006-09-221-3/+17