Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/PresenceService
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in get_services; self._services.values() is a list of lists of servicesDan Williams2006-08-171-1/+6
* Enable traceback debugging in the PSDan Williams2006-08-171-0/+6
* Don't allow PS to be started twiceDan Williams2006-08-161-0/+6
* Fix service unregistration; the service will get cleaned up when Avahi notice...Dan Williams2006-08-161-2/+0
* Fix up .service installationMarco Pesenti Gritti2006-08-131-1/+1
* Use dbus activation to start the presence serviceMarco Pesenti Gritti2006-08-121-0/+4
* Install service files for the presence serviceMarco Pesenti Gritti2006-08-122-0/+11
* Use dbus-launch with the --exit-with-session. dbus not exiting still not full...Marco Pesenti Gritti2006-08-111-4/+5
* Fix log message argsDan Williams2006-08-091-1/+1
* add service unregistrationDan Williams2006-08-022-1/+28
* Fix for dbus 0.61Marco Pesenti Gritti2006-07-281-1/+1
* Load the current page when joining an active.Marco Pesenti Gritti2006-07-261-1/+1
* Add back the ip check, ipv6 needs to be disabled in the avahi daemonMarco Pesenti Gritti2006-07-261-2/+1
* Get private chat to show, not working yetMarco Pesenti Gritti2006-07-261-2/+3
* Get chat to work againMarco Pesenti Gritti2006-07-261-0/+2
* Some fixes, adapt the presence view to the new apiMarco Pesenti Gritti2006-07-261-1/+2
* Separate a service's address into source address and the service address, and...Dan Williams2006-07-263-38/+71
* Make shareActivity workDan Williams2006-07-264-38/+45
* Do not use dbus_bindings for exceptions. Use dbus.exceptions. Thanks J5 to po...Marco Pesenti Gritti2006-07-251-2/+2
* Don't import gtk, just use gobjectDan Williams2006-07-241-2/+2
* Add initial non-working bits of ShareActivityDan Williams2006-07-241-0/+31
* More build fixes. Add a script for presence service.Marco Pesenti Gritti2006-07-241-1/+1
* More fixes, and convert python PS bindings to more glib style method namesDan Williams2006-07-231-0/+11
* More PS fixesDan Williams2006-07-232-35/+32
* Make the PresenceService stuff start to workDan Williams2006-07-232-27/+27
* More PS bitsDan Williams2006-07-223-49/+329
* Install the new PresenceService stuffMarco Pesenti Gritti2006-07-191-0/+7
* Fix up signal decorator arguments and some undefined variablesDan Williams2006-07-194-18/+19
* Continue to fill out presence service to the specDan Williams2006-07-194-119/+340
* Add most bits of new presence service codeDan Williams2006-07-184-0/+993