Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity/registry.py
Commit message (Collapse)AuthorAgeFilesLines
* In preparation of enabling rainbow by default, removeMarco Pesenti Gritti2007-10-081-2/+4
| | | | | | | the factory service from the public API. The Exec field will now launch an activity instance. Add a -s argument to sugar-activity to enable the single process mode for activities that really need it.
* Add bundle removing methods/signals to the activity registry, and use themDan Winship2007-10-041-0/+12
|
* Make D-Bus calls async on startupJohn (J5) Palmieri2007-08-271-0/+23
|
* More follow_name_owner_changed optimiztionJohn (J5) Palmieri2007-08-241-4/+5
| | | | | * reasoning changed from a FIXME to a NOTE to explain why we need to follow_name_owner_changed
* Speed up startup by another 2 seconds by using follow_name_owner_changesJohn (J5) Palmieri2007-08-221-1/+7
| | | | | | | * this is a side effect of follow_name_owner_changes which removes some blocking calls in the __init__ of proxies. It introduces some semantics we might not want (such as following name owner changes) but which are fairly beinign
* Complete move to external bundle registry.Tomeu Vizoso2007-08-091-4/+21
|
* Move the activity register to the clipboard service.Tomeu Vizoso2007-08-081-5/+7
|
* Add caching to the activity and object type registries.Tomeu Vizoso2007-07-091-2/+26
|
* Implement fix-copyright and fix some of themMarco Pesenti Gritti2007-06-241-1/+1
|
* Add to Bundle facilities for dealing with not-yet-installed bundles.Tomeu Vizoso2007-06-151-0/+2
|
* Some activity registry fixes. Thanks cjb.Tomeu Vizoso2007-06-131-1/+4
|
* Several fixes for the object type registry and the activity registry.Tomeu Vizoso2007-06-121-9/+11
|
* Add mime matching to the registry.Marco Pesenti Gritti2007-05-271-4/+8
|
* Refactor the bundle registry. Move it insideMarco Pesenti Gritti2007-05-271-0/+58
the shell and expose the parts that should be public to the shell dbus service.