3f10890319aa00fcefa58380e9971a911c9ec5b0
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
…
…
…
…
Building ======== See: http://wiki.laptop.org/go/Sugar_with_sugar-jhbuild Running multiple instances on the same machine ============================================== You can use the SUGAR_PROFILE command line options. For example: SUGAR_PROFILE=profile-1 sugar SUGAR_PROFILE=profile-2 sugar ... Emulator key bindings ===================== F1 Mesh zoom level F2 Friends zoom level F3 Home zoom level F4 Activity zoom level Alt+f Show the frame Alt+r Rotate the screen Alt+o Toggle overlay visibility Alt+= Open the developer console Alt+0 Open the developer console Alt+q Quit the emulator Ctrl+s Activate sketch mode in chat
Description
Languages
Gettext Catalog
62.6%
Python
24.5%
C
12.3%
Makefile
0.3%
M4
0.3%