Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model/homeactivity.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix more debug printout; print type not method itselfDan Williams2007-05-031-2/+2
|
* Fix debug printout; print type not method itselfDan Williams2007-05-031-1/+1
|
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-0/+59
| | | | | | | | | | | | | | | | These are just the doc strings I created as I was spelunking through to see how Sugar manages launching applications. The resulting auto-documentation is neither polished or finished, but it should help people reading the code somewhat. There are a few minor code cleanups: * activityhandle (replacing C idiom for initialisation with a Python one) * bundle registry (using a parameterised directory name so that it shows up in the documentation) * validate_activity_id function, use isinstance( item, (str,unicode)) for the query, rather than two separate checks with isinstance
* Cut over to new PresenceServiceDan Williams2007-04-091-2/+2
|
* Accept raw X windows in the shellMarco Pesenti Gritti2007-04-081-26/+18
|
* Rename IconColor to XoColor.Tomeu Vizoso2007-02-231-2/+2
|
* Adapt to activity api changeMarco Pesenti Gritti2007-02-221-1/+1
|
* Do not expose the service names from Activity.Marco Pesenti Gritti2007-02-211-3/+13
| | | | This create quite a bit of duplication, but I have to start somewhere cleaning this mess :/
* add import for sugar.graphics.IconColorJohn (J5) Palmieri2007-01-101-0/+1
|
* Increase launch timeout to 20sDan Williams2007-01-091-1/+1
|
* Track activities while they launchDan Williams2007-01-071-7/+69
| | | | | | HomeModel now uses the activity ID to track activities, and creates the HomeActivity object when the activity is launched, not when its window appears.
* Complete the shell model/view split, finallyMarco Pesenti Gritti2006-12-241-0/+4
|
* Split ActivityHost in model/view. Refactor accordingly.Marco Pesenti Gritti2006-12-241-7/+30
|
* Split model/view in the activities donut.Marco Pesenti Gritti2006-12-241-0/+32
Provide some infrastructure for Alt+Tab implementation.