Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use sys.path.append, not insertMarco Pesenti Gritti2007-04-156-5/+6
* Fix messed up pathsMarco Pesenti Gritti2007-04-156-277/+17
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-04-156-3/+278
|\
| * Documentation for the activity and buddy presence objectsMike C. Fletcher2007-04-152-2/+119
| * More documentation, mostly for the sugar.presence.presenceserviceMike C. Fletcher2007-04-154-1/+159
* | Fix SnowflakeBoxMarco Pesenti Gritti2007-04-152-4/+13
|/
* Fix (API changes)Marco Pesenti Gritti2007-04-141-4/+4
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-04-149-15/+194
|\
| * Initial documentation pass for the sugar.clipboard.clipboardservice module.Mike C. Fletcher2007-04-142-1/+100
| * Overall roles and operation of the activity classes.Mike C. Fletcher2007-04-142-0/+49
| * Add activity to owner's list after sharing itDan Williams2007-04-132-5/+9
| * Clear share signal ID after disconnecting itDan Williams2007-04-131-0/+1
| * Ignore reply from share() (hack to quiet traceback, but unused anyway)Dan Williams2007-04-131-2/+1
| * Asynchronize activity sharing on the client sideDan Williams2007-04-132-7/+29
| * Add some debug output when sharing activitiesDan Williams2007-04-131-0/+4
| * Forgot to import loggingDan Williams2007-04-131-0/+1
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-04-133-28/+31
|\ \ | |/
| * Query non-local activity properties on discoveryDan Williams2007-04-132-9/+23
| * Remove test codeDan Williams2007-04-131-13/+0
| * Clean up activity join/leave debug messagesDan Williams2007-04-131-2/+2
| * Ensure local activities emit ActivityAppeared signal when sharedDan Williams2007-04-131-0/+6
| * Correctly handle blank activity listDan Williams2007-04-131-4/+0
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-04-135-45/+151
|\ \ | |/
| * Fix friending somebody for real this timeDan Williams2007-04-131-2/+2
| * Fix traceback when sharing activityDan Williams2007-04-131-1/+1
| * Make debugging tp-gabble easierDan Williams2007-04-131-0/+33
| * Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-04-132-1/+6
| |\
| * | Asynchronize activity join/share in the PSDan Williams2007-04-133-43/+116
* | | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-04-132-1/+6
|\ \ \ | | |/ | |/|
| * | implement org.laptop.Sugar.Presence.GetPreferredConnectionGuillaume Desmottes2007-04-132-1/+6
| |/
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-04-133-65/+97
|\ \ | |/
| * Asynchronize set_activity_propertiesDan Williams2007-04-121-4/+4
| * Remove test activity sharing codeDan Williams2007-04-121-4/+0
| * Asynchronize setting owner propertiesDan Williams2007-04-121-38/+69
| * Re-enable the Share action in the frameDan Williams2007-04-121-5/+4
| * Convert print statements to logging.debugDan Williams2007-04-121-14/+20
* | Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarMarco Pesenti Gritti2007-04-124-65/+314
|\ \ | |/
| * Randomness tweakDan Williams2007-04-121-1/+1
| * Use different log file for test PS instancesDan Williams2007-04-121-6/+9
| * Ignore invalid handles on avatar updatesDan Williams2007-04-121-0/+4
| * Create test owner for presence serviceDan Williams2007-04-124-64/+306
* | FIxMarco Pesenti Gritti2007-04-121-2/+2
|/
* Remove get_default_type() and bundle default types; obsoleteDan Williams2007-04-117-42/+9
* Revert "Start reworking the cliboard services to use the types registry."Marco Pesenti Gritti2007-04-118-91/+369
* Revert "Merge type definitions from the old registry."Marco Pesenti Gritti2007-04-111-20/+2
* Merge type definitions from the old registry.Marco Pesenti Gritti2007-04-111-2/+20
* Start reworking the cliboard services to use the types registry.Marco Pesenti Gritti2007-04-118-369/+91
* First go at the new type registry.Marco Pesenti Gritti2007-04-116-1/+198
* Convert icon data to python string before exposing itDan Williams2007-04-112-10/+13
* Fix making someone your friendDan Williams2007-04-111-6/+2