Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/env.py
Commit message (Expand)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
* Actually setup translations in the shell.Marco Pesenti Gritti2007-03-231-0/+3
* Add a script to start sugar. Move the gtkrc to avoid conflicts whenMarco Pesenti Gritti2007-03-221-0/+3
* 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
* Remove bundle specific stuff from env.Marco Pesenti Gritti2007-02-221-18/+0
* 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
* Revert "Fixup services path with the various installed/uninstalled 0.94/0.95 ...Marco Pesenti Gritti2006-11-051-3/+0
* Fixup services path with the various installed/uninstalled 0.94/0.95 combinat...Marco Pesenti Gritti2006-11-051-0/+3
* Install services in user dir if dbus is recent enough.Marco Pesenti Gritti2006-11-021-0/+12
* Tweak activity search path. Use ~/Activities and XDG_DATA_DIRS/activitiesMarco Pesenti Gritti2006-10-311-3/+0
* Get running activities to work. Still hacky.Marco Pesenti Gritti2006-10-311-0/+3
* More work on bundles supportMarco Pesenti Gritti2006-10-291-0/+3
* Move the running from source dir hacks in the emulator.Marco Pesenti Gritti2006-10-171-20/+0
* Get rid of the global python path extensionsMarco Pesenti Gritti2006-10-171-10/+0
* Let activities extend their own pathMarco Pesenti Gritti2006-10-171-2/+5
* Let the presence service set his own pathMarco Pesenti Gritti2006-10-171-0/+3
* Refactor startup. In progress, give me a couple hours.Marco Pesenti Gritti2006-10-161-19/+8
* Add LGPL headerMarco Pesenti Gritti2006-10-141-0/+17
* Do not set up the owner of the presence service if thereMarco Pesenti Gritti2006-10-091-2/+8
* Move the presence service out of the shellMarco Pesenti Gritti2006-09-151-1/+2
* Export the color in the env and initialize the buddy with itMarco Pesenti Gritti2006-09-111-0/+4
* Write a session for ui tests and use it for test-iconsMarco Pesenti Gritti2006-09-101-1/+4
* Make conf private, expose the nick name from envMarco Pesenti Gritti2006-09-041-1/+7
* Make paths manipulation stuff privateMarco Pesenti Gritti2006-08-261-17/+11
* Automatically read the profile (lazily)Marco Pesenti Gritti2006-08-261-11/+3
* Get rid of env.get_nick_name, that comes from the profile nowMarco Pesenti Gritti2006-08-261-4/+0
* Do not expose unnecessary apiMarco Pesenti Gritti2006-08-261-12/+3
* Rework profiles code a bit, initialize gecko profileMarco Pesenti Gritti2006-08-251-5/+11
* Simple profile support. First time dialog (ugly and only nick atm).Marco Pesenti Gritti2006-08-221-9/+10
* Create a conf module. Move activity registry out of the shellMarco Pesenti Gritti2006-08-221-0/+4
* Fix add_python_path, ensure service exist before trying to logMarco Pesenti Gritti2006-08-121-1/+2