2321 Commits (d49b0ed6fb6f083d62d205c651aced3c0cf50095)
 

Author SHA1 Message Date
Marco Pesenti Gritti d49b0ed6fb Use sys.path.append, not insert 17 years ago
Marco Pesenti Gritti f78b23cf82 Fix messed up paths 17 years ago
Marco Pesenti Gritti ee400fa602 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Marco Pesenti Gritti c738ac488e Fix SnowflakeBox 17 years ago
Mike C. Fletcher 8635a702c6 Documentation for the activity and buddy presence objects 17 years ago
Mike C. Fletcher 0fc5e67dcc More documentation, mostly for the sugar.presence.presenceservice
module.
17 years ago
Marco Pesenti Gritti a2de1f7f3f Fix (API changes) 17 years ago
Marco Pesenti Gritti 845575c708 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Mike C. Fletcher 5efe3ef532 Initial documentation pass for the sugar.clipboard.clipboardservice module. 17 years ago
Mike C. Fletcher 2ca12e9da2 Overall roles and operation of the activity classes.
Note on return value for factory service.
17 years ago
Dan Williams 879ef9b0e0 Add activity to owner's list after sharing it 17 years ago
Dan Williams 99737f8273 Clear share signal ID after disconnecting it 17 years ago
Dan Williams 66bbe56df9 Ignore reply from share() (hack to quiet traceback, but unused anyway) 17 years ago
Dan Williams 3abe79353a Asynchronize activity sharing on the client side 17 years ago
Dan Williams 17adb7b58b Add some debug output when sharing activities 17 years ago
Dan Williams cc2d69e364 Forgot to import logging 17 years ago
Marco Pesenti Gritti 1152a086f9 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Dan Williams f169628cbd Query non-local activity properties on discovery 17 years ago
Dan Williams 182de3af1c Remove test code 17 years ago
Dan Williams 5015beaaa6 Clean up activity join/leave debug messages 17 years ago
Dan Williams 94431a66eb Ensure local activities emit ActivityAppeared signal when shared 17 years ago
Dan Williams 15febc6620 Correctly handle blank activity list 17 years ago
Marco Pesenti Gritti e6a705b712 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Dan Williams 559c75a317 Fix friending somebody for real this time 17 years ago
Dan Williams 02900bbfbb Fix traceback when sharing activity 17 years ago
Dan Williams 982c112155 Make debugging tp-gabble easier
When the environment variable TP_DEBUG is set, the sugar shell
will print out the session bus address it's using, then poll that bus
every 5 seconds waiting for a gabble instance to appear.  This allows
you to launch gabble in another window for debugging with LM_DEBUG and
gdb, which wasn't possible before because the sugar emulator uses
a custom session bus.
17 years ago
Dan Williams 773ae4965e Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Dan Williams 31000f6c3e Asynchronize activity join/share in the PS 17 years ago
Marco Pesenti Gritti e7a9f02c1a Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Guillaume Desmottes 6b6b72f9c9 implement org.laptop.Sugar.Presence.GetPreferredConnection 17 years ago
Marco Pesenti Gritti 17cb94faa1 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Dan Williams 7b40f9bf60 Asynchronize set_activity_properties 17 years ago
Dan Williams 118e039a8b Remove test activity sharing code 17 years ago
Dan Williams 6e070996c9 Asynchronize setting owner properties 17 years ago
Dan Williams 924650750e Re-enable the Share action in the frame 17 years ago
Dan Williams 5970bb6e62 Convert print statements to logging.debug 17 years ago
Marco Pesenti Gritti 66937df207 Merge branch 'master' of git+ssh://dev.laptop.org/git/sugar 17 years ago
Marco Pesenti Gritti 35139a0fd4 FIx 17 years ago
Dan Williams 3d3dd23390 Randomness tweak 17 years ago
Dan Williams 3f2f609c4a Use different log file for test PS instances 17 years ago
Dan Williams 3d6bff9278 Ignore invalid handles on avatar updates 17 years ago
Dan Williams 162a87f882 Create test owner for presence service
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.
17 years ago
Dan Williams 894fcea9fc Remove get_default_type() and bundle default types; obsolete 17 years ago
Marco Pesenti Gritti eeb09294d8 Revert "Start reworking the cliboard services to use the types registry."
This reverts commit fcb57779a2.
17 years ago
Marco Pesenti Gritti c74a629080 Revert "Merge type definitions from the old registry."
This reverts commit 57e9789b8a.
17 years ago
Marco Pesenti Gritti 57e9789b8a Merge type definitions from the old registry. 17 years ago
Marco Pesenti Gritti fcb57779a2 Start reworking the cliboard services to use the types registry. 17 years ago
Marco Pesenti Gritti 73f2577397 First go at the new type registry. 17 years ago
Dan Williams defd9f76e3 Convert icon data to python string before exposing it 17 years ago
Dan Williams 117934f709 Fix making someone your friend 17 years ago