Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolkit
Commit message (Collapse)AuthorAgeFilesLines
* Drop .gitignore files from subdirectories.Michael Stone2010-06-273-8/+0
|
* Return None rather than exceptions on missing bundle entries.Michael Stone2010-06-261-1/+1
|
* Propagate exceptions through PresenceService.get_owner().Michael Stone2010-06-261-6/+1
|
* Merge remote branch 'sl-tk/master'Michael Stone2010-06-122-6/+6
| | | | | | Conflicts: toolkit/configure.ac toolkit/src/sugar/bundle/activitybundle.py
* fix two trivial shell.log warningsJames Cameron2010-05-101-3/+3
| | | | | | | | "DeprecationWarning: integer argument expected, got float" was happening in two places. An issue that has been with us for at least 12 months, since it was also seen in logs attached to SL #870. Signed-off-by: Michael Stone <michael@laptop.org>
* Merge remote branch 'sl-tk/master'Michael Stone2010-05-0818-269/+553
| | | | | | | | | | Conflicts: toolkit/autogen.sh toolkit/configure.ac toolkit/src/sugar/activity/Makefile.am toolkit/src/sugar/activity/activity.py toolkit/src/sugar/activity/activityfactory.py toolkit/src/sugar/profile.py
* bundlebuilder should not use locale nameWalter Bender2010-05-082-3/+11
| | | | | | | | | | | | | | | In regard to http://bugs.sugarlabs.org/ticket/1968 Discussed this morning on IRC: I have an activity that has a different name in the locale/en.po file than in activity.info. bundlebuilder uses the locale name to create the .pot file, the .xo and .tar files whereas I think it should always use the name from the activity.info file. The attached patch uses the name from activity.info in bundlebuilder while preserving the locale/ name for user-facing strings. I opted to add a new method, get_bundle_name so as to preserve any calls to get_name that expect the localized name. Signed-off-by: Michael Stone <michael@laptop.org>
* Remove logging in favor of cgitb.Michael Stone2010-04-2620-191/+97
|
* Drop toolkit/src/sugar/__init__.py in favor of base/src/sugar/__init__.py.Michael Stone2010-02-161-14/+0
| | | | | | | This way, sugar.locale_path will be properly defined and more activities will launch. Also, create $DATADIR/locale during installation.
* Notify shell when activity process terminates.Wade Brainerd2010-02-111-20/+37
| | | | | | | | Change _child_watch_cb to a global stub function which adds the real processing via _idle_add. This works around what appears to be a Python GIL lock issue described in #1123 and #1447, reported upstream at https://bugs.freedesktop.org/show_bug.cgi?id=23507
* Removes the use of O_SYNC unless an environment variable enables itJames Cameron2010-02-111-2/+4
| | | | | | | | With O_SYNC on open of log files, on systems with slow filesystem random write performance, there is random activity startup time. This additional use of an environment variable has been tested to cost no more than 2ms on OLPC XO-1.5 hardware.
* Unify build infrastructure.Michael Stone2010-01-301-44/+0
|
* Record datestamps in configuration outputs.Michael Stone2010-01-301-1/+1
|
* Merge sugar-toolkit.Michael Stone2010-01-30199-0/+40271