Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #8420: Fix traceback on 404 in ChunkedGlibHTTPRequestHandlerMorgan Collett2008-10-291-1/+0
* Mark modules as STABLE/UNSTABLE/DEPRECATED.Marco Pesenti Gritti2008-10-2843-30/+181
* Drop broken release command. A more generic release toolsMarco Pesenti Gritti2008-10-251-104/+0
* Add a get_shared_activity() method to sugar.activity.activity.Activity . Patc...Guillaume Desmottes2008-10-221-1/+8
* Only absolutize the command when it doesnt contain already a slashTomeu Vizoso2008-10-211-4/+7
* If the binary to launch is inside the bundle dir, use an absolute path.Tomeu Vizoso2008-10-211-0/+5
* Don't import jabber_registered from the old profileSimon Schampijer2008-10-211-5/+0
* Fix up/down arrows in VTrays (#8617)Eben Eliason2008-10-181-8/+6
* Add drag-active property to tray control (#8604)Eben Eliason2008-10-181-6/+73
* Turn bundle into a new style classMarco Pesenti Gritti2008-10-201-1/+1
* Make sure the mouse motion is stopped before starting it.Marco Pesenti Gritti2008-10-181-2/+2
* Make sure that manifests in bundles are only called at install and deployment...Tomeu Vizoso2008-10-171-8/+16
* #8840 Add missing byte_arrays=TrueTomeu Vizoso2008-10-161-1/+2
* Fix for old profile conversionSimon Schampijer2008-10-131-2/+2
* Use gconf for the profileSimon Schampijer2008-10-112-129/+80
* Move to cjson and drop pyjson and simplejsonTomeu Vizoso2008-10-081-3/+3
* Remove unused imports.Marco Pesenti Gritti2008-10-061-5/+2
* The activity registry is now private to the shell.Marco Pesenti Gritti2008-10-065-331/+71
* Fix up scaling calculations, had some regressions in the previous commits.Marco Pesenti Gritti2008-10-031-8/+3
* Respect SUGAR_SCALINGMarco Pesenti Gritti2008-10-031-8/+6
* Remove workaround for old dbus-python.Marco Pesenti Gritti2008-09-301-8/+1
* Trac #8674: sanity-check bundle root; don't delete install_root on failure.C. Scott Ananian2008-09-281-1/+5
* request byte_arrays from the DSTomeu Vizoso2008-09-261-2/+3
* Set the correct locale path for system activitiesTomeu Vizoso2008-09-252-2/+8
* Fix obvious error in the grid math #8626Marco Pesenti Gritti2008-09-241-3/+3
* Move DSObject.resume() from sugar-toolkit to the shellTomeu Vizoso2008-09-221-81/+0
* Line too long fixes.Marco Pesenti Gritti2008-09-221-17/+22
* API docstrings from pydocwebDavid Farning2008-09-212-3/+255
* API docstrings from pydocwebDavid Farning2008-09-213-3/+140
* API docstrings from pydocwebDavid Farning2008-09-203-0/+185
* API docstring update from pydocwebDavid Farning2008-09-201-0/+10
* Trac #8563: sugar palette doesn't handle 'table menus'.C. Scott Ananian2008-09-191-0/+7
* Failure to close descriptor is actually expected. Don't bloat the logs.Marco Pesenti Gritti2008-09-191-1/+2
* Another pylint fix.Marco Pesenti Gritti2008-09-181-1/+1
* Fix a few pylint warnings.Marco Pesenti Gritti2008-09-182-6/+4
* Allow setting empty jabber server (2)Simon Schampijer2008-09-181-1/+1
* Trac #8532: remove SIGCHLD handler, which interacts poorly with threads.C. Scott Ananian2008-09-181-12/+30
* #8485 Detach from palette when a widget is destroyedTomeu Vizoso2008-09-184-0/+24
* fix weird change in _share_activity_cb causing all activity sharing failsGuillaume Desmottes2008-09-181-1/+1
* Removed unused TakeScreenshot from the dbus interface provided byErik Garrison2008-09-171-4/+0
* Cleanup screenshot acquisition behavior in activity.py, so that we acquireErik Garrison2008-09-171-13/+24
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar-toolkitMarco Pesenti Gritti2008-09-164-258/+1
|\
| * Revert "Move DSObject.resume() from sugar-toolkit to the shell"Tomeu Vizoso2008-09-161-0/+81
| * Remove the clipboard service wrapperTomeu Vizoso2008-09-164-258/+1
| * Move DSObject.resume() from sugar-toolkit to the shellTomeu Vizoso2008-09-161-81/+0
* | add parameters to docsDavid Farning2008-09-161-9/+60
|/
* s/print/logging.debugTomeu Vizoso2008-09-151-1/+1
* No need to test alsa open at object creationg, sinceMarco Pesenti Gritti2008-09-141-10/+0
* Fix weird handling of error condition when opening alsa.Marco Pesenti Gritti2008-09-131-3/+1
* Alsa based volume control API, stealed from gnome-settings-daemon. #8375Marco Pesenti Gritti2008-09-137-0/+640