Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/activity
Commit message (Collapse)AuthorAgeFilesLines
* Fix typeDan Williams2007-05-031-1/+1
|
* Expose the buttons contained by the activity toolbar.Tomeu Vizoso2007-05-031-19/+11
|
* Make joining asynchronous on the activity sideDan Williams2007-05-032-32/+45
|
* Added sugar.activity.activity.EditToolbar.Tomeu Vizoso2007-04-301-0/+25
|
* Re-enable activity sharingDan Williams2007-04-271-5/+46
|
* Refactor the window API a bit to make it more flexible.Marco Pesenti Gritti2007-04-271-9/+24
|
* Close the window when clicking the toolbar buttonMarco Pesenti Gritti2007-04-261-0/+4
|
* Ensure the window is realized before getting his xidMarco Pesenti Gritti2007-04-262-7/+3
|
* More work on the new graphics API.Marco Pesenti Gritti2007-04-261-6/+4
|
* Use sys.path.append, not insertMarco Pesenti Gritti2007-04-151-1/+1
|
* Overall roles and operation of the activity classes.Mike C. Fletcher2007-04-142-0/+49
| | | | Note on return value for factory service.
* Clear share signal ID after disconnecting itDan Williams2007-04-131-0/+1
|
* Asynchronize activity sharing on the client sideDan Williams2007-04-131-4/+14
|
* Remove get_default_type() and bundle default types; obsoleteDan Williams2007-04-114-37/+3
|
* First go at the new type registry.Marco Pesenti Gritti2007-04-112-1/+35
|
* Docstrings for modules all over sugar and shell.Mike C. Fletcher2007-04-107-16/+216
| | | | | | | | | | | | | | | | 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
* Fix activity ID generation logicDan Williams2007-04-091-4/+3
|
* Cut over to new PresenceServiceDan Williams2007-04-093-6/+6
|
* Make browser a modules inside sugar libraryMarco Pesenti Gritti2007-04-071-1/+0
|
* Use gtk to detect dpi.Marco Pesenti Gritti2007-04-071-5/+0
|
* Remove some unused importsMarco Pesenti Gritti2007-03-281-2/+0
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-03-261-10/+15
|\
| * Fix last fix.Tomeu Vizoso2007-03-251-2/+3
| |
| * Fix for #1157. Thanks to leejc.Tomeu Vizoso2007-03-251-10/+14
| |
* | Strip the MANIFEST linesMarco Pesenti Gritti2007-03-261-1/+3
|/
* Compile and include .mo in ./setup.py dist.Tomeu Vizoso2007-03-231-0/+12
|
* Fix up translations supportMarco Pesenti Gritti2007-03-231-3/+5
|
* My brain is dead, it really is. Actually setup gettext on the server...Marco Pesenti Gritti2007-03-232-4/+5
|
* Remove debug codeMarco Pesenti Gritti2007-03-231-2/+0
|
* UnusedMarco Pesenti Gritti2007-03-231-11/+0
|
* Fix locale path handlingMarco Pesenti Gritti2007-03-232-3/+8
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-03-231-5/+43
|\
| * Added operations genpot and genmo to bundlebuilder.py for localization.Tomeu Vizoso2007-03-231-5/+43
| |
* | Add support to read linfo.Marco Pesenti Gritti2007-03-233-2/+33
|/ | | | Refactor locale to actually use gettext.
* First step at activities localization.Tomeu Vizoso2007-03-232-1/+13
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-03-191-0/+6
|\
| *