Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/presence/PresenceService.py
Commit message (Expand)AuthorAgeFilesLines
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-197/+197
* Add LGPL headerMarco Pesenti Gritti2006-10-141-0/+17
* Convert PS bindings instantiation into a singleton to cut resource usageDan Williams2006-08-231-0/+8
* Use dbus activation to start the presence serviceMarco Pesenti Gritti2006-08-121-0/+5
* Rework to not use protected APIMarco Pesenti Gritti2006-08-071-0/+3
* add service unregistrationDan Williams2006-08-021-0/+3
* Make shareActivity workDan Williams2006-07-261-1/+10
* Do not use dbus_bindings for exceptions. Use dbus.exceptions. Thanks J5 to po...Marco Pesenti Gritti2006-07-251-5/+5
* Make dbus service properties publicDan Williams2006-07-241-8/+11
* Fix dbus_bindings import namespaceDan Williams2006-07-241-4/+4
* More fixes, and convert python PS bindings to more glib style method namesDan Williams2006-07-231-22/+31
* Make the PresenceService stuff start to workDan Williams2006-07-231-1/+5
* Switch sugar/presence module over to a thin API wrapper around the PresenceSe...Dan Williams2006-07-191-602/+140
* Get rid of pygtk.require. It doesn't make a lot of senseMarco Pesenti Gritti2006-07-161-1/+1
* Bunch of fixes, sharing should be back to workMarco Pesenti Gritti2006-07-151-1/+1
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-231-6/+1
|\
| * Merge branch 'master' of git+ssh://crank.laptop.org/git/sugarMarco Pesenti Gritti2006-06-221-90/+72
| |\
| * | Some work getting the one-to-one chat backMarco Pesenti Gritti2006-06-221-6/+1
* | | Make activities emit an ActivityShared dbus signal; and have the shell & pres...Dan Williams2006-06-231-0/+4
| |/ |/|
* | Stop abusing ZeroConf by overloading the service type field; overload the ser...Dan Williams2006-06-221-90/+72
|/
* Get back mesh chat (for the everyone tab)Marco Pesenti Gritti2006-06-221-0/+8
* pylint fixesDan Williams2006-06-201-3/+0
* Fix some typosDan Williams2006-06-201-1/+1
* Make get_activity_service() actually workDan Williams2006-06-201-4/+11
* Don't share an activity if it's name doesn't match our owner's nicknameDan Williams2006-06-191-0/+2
* Merge branch 'master' of git+ssh://dcbw@crank.laptop.org/git/sugarDan Williams2006-06-191-1/+1
|\
| * Do not assign {} to properties, if you do apparentlyMarco Pesenti Gritti2006-06-191-1/+1
* | Ensure properties arguments are local encoding (for now), and tell the python...Dan Williams2006-06-191-1/+14
|/
* Improve some debug outputMarco Pesenti Gritti2006-06-191-3/+1
* Make the presence service resolve all shared activity services by default; it...Dan Williams2006-06-191-45/+22
* Get chat back to work. Well except it get very confusedMarco Pesenti Gritti2006-06-181-1/+1
* Some work to make group chat work againMarco Pesenti Gritti2006-06-181-0/+1
* Empty addresses are valid, meaning the buddy own address.Marco Pesenti Gritti2006-06-181-2/+8
* Setup python logging and use it in the PresenceServiceMarco Pesenti Gritti2006-06-171-14/+10
* Add presence service-scope signals when new services appear on buddies, so th...Dan Williams2006-06-171-1/+9
* don't try to resolve a service more than onceDan Williams2006-06-171-9/+19
* Add back the new-service-adv signal for the start pageDan Williams2006-06-171-1/+6
* Fix typos in PresenceServiceDan Williams2006-06-161-5/+7
* Add hooks for filtering on specific application UIDsDan Williams2006-06-161-4/+30
* A pass at fixing single-computer with more than one sugar instance workDan Williams2006-06-161-1/+3
* Remove debug printsDan Williams2006-06-161-4/+0
* - Clarify when a service type is supposed to be full/network, and when it's s...Dan Williams2006-06-161-53/+71
* Register the model service and start working onMarco Pesenti Gritti2006-06-161-0/+9
* Fix the problem with service resolution (Dan please have a look...)Marco Pesenti Gritti2006-06-151-2/+3
* Announce new activities when we resolve them, and add a hook to intercept new...Dan Williams2006-06-151-3/+10
* More fixes for sharing activitiesDan Williams2006-06-151-9/+14
* MergeMarco Pesenti Gritti2006-06-151-16/+44
* Fixed a bunch of issues reported by pylintMarco Pesenti Gritti2006-06-151-44/+16
* Generalize activity publishing code for > 1 activity per processDan Williams2006-06-151-16/+44
* Switch from Groups to grouping services based on activity UIDDan Williams2006-06-141-26/+51