Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/env.py
Commit message (Collapse)AuthorAgeFilesLines
* Do not fallback to SUGAR_PREFIX for the sugar path. Require SUGAR_PATH.Marco Pesenti Gritti2007-05-011-1/+1
|
* Add a SUGAR_PATH env to override $prefix/share/sugarMarco Pesenti Gritti2007-04-151-6/+17
|
* Some paths tweaks, refactorings to make sugar self contained as much as possibleMarco Pesenti Gritti2007-04-151-1/+1
|
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-101-0/+1
| | | | | | | | | | | | | | | | 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
* Actually setup translations in the shell.Marco Pesenti Gritti2007-03-231-0/+3
| | | | Fix the it translation to use utf8.
* Add a script to start sugar. Move the gtkrc to avoid conflicts whenMarco Pesenti Gritti2007-03-221-0/+3
| | | | installing on a complete system.
* Create ~/Activities only when necessaryMarco Pesenti Gritti2007-03-181-4/+1
|
* Rework the emulator. Move matchbox in the shell.Marco Pesenti Gritti2007-03-161-3/+0
|
* Save also the sugar session display and use it in sugar-activity.Marco Pesenti Gritti2007-03-091-5/+8
|
* Remove unused filesMarco Pesenti Gritti2007-03-091-7/+0
|
* Refactor sugar.env and pathsMarco Pesenti Gritti2007-03-091-20/+23
|
* Add the root path of the services to python path, not services/.Marco Pesenti Gritti2007-03-091-3/+0
| | | | Get rid of the now useless env.get_services_dir
* Remove bundle specific stuff from env.Marco Pesenti Gritti2007-02-221-18/+0
| | | | Move get_bundle_path to activity.
* Added new tool sugar-install-bundle.Tomeu Vizoso2007-01-271-0/+7
|
* Basic implementation of the shutdown graphicsMarco Pesenti Gritti2007-01-111-0/+6
|
* Get the default type from env, clean stuff a bitMarco Pesenti Gritti2006-12-201-0/+6
|
* Get the activity type from env, rather than requiring set_typeMarco Pesenti Gritti2006-12-181-0/+6
|
* Cleanup activity factory startup, remove duplicated argument from the Exec fieldMarco Pesenti Gritti2006-12-181-0/+6
|
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-24/+24
|
* Remove more unused old activities stuffMarco Pesenti Gritti2006-12-011-6/+0
|
* Get rid of our custom dbus config, simplify stuffMarco Pesenti Gritti2006-12-011-3/+6
|
* Remove unused methodMarco Pesenti Gritti2006-12-011-12/+0
|
* Get rid of dbus 0.94 compatibility, since we build dbus in jhbuild now. Yay!Marco Pesenti Gritti2006-11-161-3/+0
|
* Pick up system bundles even if xdg dir env is undefinedMarco Pesenti Gritti2006-11-051-0/+7
|
* Less invasive solution for the reverted commitMarco Pesenti Gritti2006-11-051-0/+3
|
*