Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* update sugar-install-bundle for Bundle -> ActivityBundleDan Winship2007-09-211-2/+2
|
* use exec to run dbus-session to eliminate the parent shell.Bernardo Innocenti2007-09-171-2/+2
|
* 2647, if security is enabled let rainbow launch activities.Marco Pesenti Gritti2007-08-271-1/+5
| | | | | Also notify rainbow when active activity changes. Patch by Ashsong, had to merge it manually.
* Fix errors in native factoryDan Williams2007-08-201-2/+5
|
* Add caching to the activity and object type registries.Tomeu Vizoso2007-07-091-0/+3
|
* Adapt to API changesMarco Pesenti Gritti2007-06-291-4/+1
|
* Add the native factory by bertfMarco Pesenti Gritti2007-06-293-0/+314
|
* Add missing shebangMarco Pesenti Gritti2007-06-201-0/+2
|
* Add to Bundle facilities for dealing with not-yet-installed bundles.Tomeu Vizoso2007-06-151-53/+4
|
* Some activity registry fixes. Thanks cjb.Tomeu Vizoso2007-06-131-3/+2
|
* Several fixes for the object type registry and the activity registry.Tomeu Vizoso2007-06-121-1/+1
|
* Fix new instance messageMarco Pesenti Gritti2007-05-311-1/+2
|
* Add mime matching to the registry.Marco Pesenti Gritti2007-05-271-2/+2
|
* Refactor the bundle registry. Move it insideMarco Pesenti Gritti2007-05-271-8/+10
| | | | | the shell and expose the parts that should be public to the shell dbus service.
* Fix mozilla components loading when sugar is running from source.Marco Pesenti Gritti2007-05-151-0/+1
| | | | | We don't attempt to load components from source, since that would be insanely complicated.
* Use the sugar-xo theme on the xoMarco Pesenti Gritti2007-05-111-1/+1
|
* Do not fallback to SUGAR_PREFIX for the sugar path. Require SUGAR_PATH.Marco Pesenti Gritti2007-05-011-0/+1
|
* Add a SUGAR_PATH env to override $prefix/share/sugarMarco Pesenti Gritti2007-04-151-1/+1
|
* Some paths tweaks, refactorings to make sugar self contained as much as possibleMarco Pesenti Gritti2007-04-151-0/+4
|
* Move not shell specific scripts in binMarco Pesenti Gritti2007-04-063-0/+111
|
* Fix distcheck, fix the gtkrc pathMarco Pesenti Gritti2007-03-222-1/+4
|
* Add a script to start sugar. Move the gtkrc to avoid conflicts whenMarco Pesenti Gritti2007-03-223-0/+67
installing on a complete system.