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 native applications handlingMarco Pesenti Gritti2007-10-131-3/+6
|
* Rename activity service_name to bundle_idMarco Pesenti Gritti2007-10-091-2/+2
|
* Adapt to changes in the icon API.Tomeu Vizoso2007-08-261-1/+1
|
* Adapt to icon name changesMarco Pesenti Gritti2007-08-161-1/+1
|
* Complete move to external bundle registry.Tomeu Vizoso2007-08-091-9/+9
|
* Make activity ring wedges represent approximate size of the activity. #2030Dan Winship2007-08-031-0/+6
|
* Make raw X windows work again.Marco Pesenti Gritti2007-07-281-1/+7
|
* Ensure activity uniquness in the shellMarco Pesenti Gritti2007-07-201-10/+26
|
* Suppress annoying warnings about unknown activities from the PSDan Williams2007-07-181-1/+9
|
* #775 Show the activity's creator colors in the donut. (Patch from Dan Winship)Tomeu Vizoso2007-07-151-1/+1
|
* Remove unused methods from the activity services. Cleanups.Marco Pesenti Gritti2007-07-031-8/+14
|
* Fix copyright yearMarco Pesenti Gritti2007-06-241-1/+1
|
* Make bundle_id and activity_id window properties toMarco Pesenti Gritti2007-06-011-3/+1
| | | | avoid races.
* Do not index icons by activity id. Raw X windows does not have one.Marco Pesenti Gritti2007-06-011-0/+9
|
* Fix raw X windowsMarco Pesenti Gritti2007-06-011-2/+5
|
* Refactor part of the Home model. Should be muchMarco Pesenti Gritti2007-06-011-7/+5
| | | | | cleaner and reliable. If you find bugs with it please let me know.
* Make launching a property of the activity modelMarco Pesenti Gritti2007-06-011-1/+17
|
* Remove our custom launch timeout. The dbus timeoutMarco Pesenti Gritti2007-06-011-37/+0
| | | | is enough.
* 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.