Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Remove connection handling now that the Shell takes care of it.Tomeu Vizoso2010-08-116-448/+66
| | | | | | | | | | | | | | | Also Make sure we have all the info we need right after the service starts. * activity.py: Retrieve properties synchronously. Call AddActivity after sharing. * buddy.py: Stop calling SetActivities, SetAliases and SetProperties. * linklocal_plugin.py: Stop watching Avahi and creating new connections. * presenceservice.py: Connect to available connections synchronously, stop managing connections, make GetActivityById synchronous. * server_plugin.py: Stop creating new connections. * telepathy_plugin.py: Stop managing connections, get connection status synchronously.
* fail gracefully if system DBus unreachable (#1401)Sascha Silbe2010-03-092-9/+28
| | | | | | | | | | | | | | | System bus (DBus) is only required for optional features (NetworkManager and Avahi support), so fail gracefully (but output errors to logs) if it is unreachable. This aids testing Sugar inside chroots. Tested: - inside chroot (no system bus): Jabber: neighbourhood shows buddies, Salut: neighbourhood empty (expected - Salut requires Avahi) - on XO-1 (regular session, no NM): Jabber+Salut: neighbourhood shows buddies - on XO-1 (regular session, NM): Jabber+Salut: neighbourhood shows buddies Signed-off-by: Sascha Silbe <sascha@silbe.org>
* Release 0.85.3v0.85.3Tomeu Vizoso2009-09-181-0/+2
|
* Don't send the tags property when using Salut #1320Tomeu Vizoso2009-09-111-2/+2
|
* Deal with unicode nick names (erikos) #889Tomeu Vizoso2009-08-301-1/+4
|
* Add missing callbackTomeu Vizoso2009-07-291-0/+5
|
* Add the tags property to the buddy modelTomeu Vizoso2009-07-291-4/+26
|
* #142: D-Bus method to restart the server_plugin.Morgan Collett2008-12-203-5/+18
| | | | Changes to ShellOwner and GenericOwner to reread the server from gconf on the fly.
* #6248: Port NetworkManager watcher code to NM 0.7's D-Bus APIMorgan Collett2008-11-251-64/+82
|
* Pylint fixesMorgan Collett2008-11-045-36/+29
|
* Allow buddies without key. #7581Guillaume Desmottes2008-10-271-4/+0
|
* make the regexp global so we don't have to compile it each timeGuillaume Desmottes2008-10-241-2/+2
|
*