Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services
Commit message (Collapse)AuthorAgeFilesLines
* Remove debug message.Tomeu Vizoso2007-04-191-1/+0
|
* Recognize downloaded .xo as such.Tomeu Vizoso2007-04-191-0/+22
|
* Recognize images dropped into the clipboard as such.Tomeu Vizoso2007-04-181-4/+24
|
* Drag images out of mozilla.Tomeu Vizoso2007-04-173-1/+34
|
* Make TestOwner create more realistic activities and switch between themDan Williams2007-04-172-21/+85
|
* Ignore unknown handlesDan Williams2007-04-171-1/+4
|
* Show which buddy properties were updatedDan Williams2007-04-171-3/+3
|
* Work around server not figuring out conference server addressDan Williams2007-04-171-1/+3
|
* Always set key; new buddy properties replace old onesDan Williams2007-04-171-4/+3
|
* Fix debug output; print handleDan Williams2007-04-171-2/+2
|
* Use sys.path.append, not insertMarco Pesenti Gritti2007-04-154-4/+4
|
* Add activity to owner's list after sharing itDan Williams2007-04-132-5/+9
|
* Add some debug output when sharing activitiesDan Williams2007-04-131-0/+4
|
* Forgot to import loggingDan Williams2007-04-131-0/+1
|
* 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
|
* Fix traceback when sharing activityDan Williams2007-04-131-1/+1
|
* Merge branch 'master' of git+ssh://dev.laptop.org/git/sugarDan Williams2007-04-132-1/+6
|\
| * implement org.laptop.Sugar.Presence.GetPreferredConnectionGuillaume Desmottes2007-04-132-1/+6
| |
* | Asynchronize activity join/share in the PSDan Williams2007-04-133-43/+116
|/
* 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
|
* Convert print statements to logging.debugDan Williams2007-04-121-14/+20
|
* 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
| | | | | | | | | | | | | This owner changes properties periodically so we can test out the PS's handling of property changes. To execute, run Sugar and then make sure that the D-Bus address is the one sugar is using (get it from ~/.sugar/default/session.info). Then run: build/bin/sugar-presence-service X where X is a number 1 -> 9 inclusive. It will generate fake buddy info for that test buddy and then start up a presence service for that buddy, changing a random property of the buddy every 10 seconds.
* Revert "Start reworking the cliboard services to use the types registry."Marco Pesenti Gritti2007-04-114-23/+300
| | | | This reverts commit fcb57779a275e8a3343b71f991c23cb98f5c1e7a.
* Start reworking the cliboard services to use the types registry.Marco Pesenti Gritti2007-04-114-300/+23
|
*