Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Complete paths cleanup and remove SUGAR_PREFIX andMarco Pesenti Gritti2008-02-051-25/+0
| | | | SUGAR_PATH environment variables.
* Remove get_service_path and use the usual wrapper script approach.Marco Pesenti Gritti2008-02-051-3/+0
|
* Remove env.get_shell_dir(), use configMarco Pesenti Gritti2008-02-041-3/+0
|
* Add a config module into the shell holding path informations.Marco Pesenti Gritti2008-02-041-3/+0
| | | | Get rid of env.get_locale_path()
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2008-02-042-0/+7
|\
| * Release exported dbus object #6127Simon Schampijer2008-01-311-0/+4
| |
| * Buttons as label when menu overflows, #5824Reinier Heeres2008-01-261-0/+3
| |
* | Remove get_bin_path usage.Marco Pesenti Gritti2008-02-041-3/+0
|/
* Improve palette positioning logic, #5944Reinier Heeres2008-01-111-10/+66
|
* launch xulrunner based activities with a constant uid in a container #5489Simon Schampijer2008-01-111-4/+10
|
* Support for ellipsis in palette texts, #4562/#5765Reinier Heeres2008-01-102-2/+14
|
* Implement Activity.can_close(), #5493Reinier Heeres2008-01-101-2/+14
|
* #5532: Fix memory leak when a buddy disappears.Tomeu Vizoso2008-01-095-8/+42
|
* Patch by cscott to load the profile keys lazily.Marco Pesenti Gritti2008-01-093-21/+29
| | | | | Some style and pylint complaints fixes by me. Fix #5538
* Use toolbuttons as scroll buttons and make them insensitive when it is notBenjamin Berg2007-12-231-22/+79
| | | | possible to scroll to the side.
* Run the web activity outside containersMarco Pesenti Gritti2007-12-221-1/+2
|
* Wrap Journal.ShowObject, #4909Reinier Heeres2007-12-191-0/+10
|
* Allow activity up- and downgrades #4906, also fix #5382Reinier Heeres2007-12-183-6/+52
|
* Use the engine to make sugar icons insensitive.Benjamin Berg2007-12-141-12/+49
|
* Patch by Reinier to correct create method handlerMarco Pesenti Gritti2007-12-141-1/+1
| | | | signature. Fix #5364.
* Don't color cancel icon in search field, #5154Reinier Heeres2007-12-061-2/+3
|
* Move get_activity_root to module part of #5221Simon Schampijer2007-12-031-1/+11
|
* #5106: Implement an object chooser callable through dbus.Tomeu Vizoso2007-12-031-173/+86
|
* Fix palette issue with mouse speed detector, #5118Reinier Heeres2007-11-291-2/+3
|
* Merge branch 'master' of ssh+git://dev.laptop.org/git/sugarSimon Schampijer2007-11-293-4/+16
|\
| * Fix profiles and activity dir permissions.Marco Pesenti Gritti2007-11-282-2/+2
| |
| * Reap only activity processes. Fix #5044Marco Pesenti Gritti2007-11-281-2/+14
| |
* | Fix the path to the makeindex and and missing import #2856Simon Schampijer2007-11-292-5/+6
|/
* Scrubbing palettes only pops up primary, #4515Reinier Heeres2007-11-261-1/+1
|
* Fixed traceback, see #4515Reinier Heeres2007-11-261-3/+10
|
* Add unfullscreen button to Window, #4890Reinier Heeres2007-11-262-3/+106
|
* Patch by unmadindu to remove the msgmerge part from bundlebuilder.py.Marco Pesenti Gritti2007-11-231-5/+0
| | | | Fix #4995.
* Palettes only popup if mouse slow, #4515Reinier Heeres2007-11-221-3/+78
|
* Fix palette issue in Friends frame, part of #4515Reinier Heeres2007-11-221-7/+8
|
* Proper clear icon in Mesh view and journal, #4311Reinier Heeres2007-11-222-2/+64
|
* Patch from smcv:Marco Pesenti Gritti2007-11-201-12/+4
| | | | | sugar.presence.presenceservice: use #4660 fix in Presence Service to streamline share process slightly (saves one D-Bus round trip)
*