Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove connection handling now that the Shell takes care of it.HEADmasterTomeu 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.
* Release 0.88.0v0.88.0sucrose-0.88Tomeu Vizoso2010-03-301-1/+1
|
* Add maintainer modeTomeu Vizoso2010-03-301-0/+2
|
* 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.87.1v0.87.1Tomeu Vizoso2009-12-011-1/+1
|
* Release 0.86.0v0.86.0sucrose-0.86Tomeu Vizoso2009-09-251-1/+1
|
* Release 0.85.3v0.85.3Tomeu Vizoso2009-09-182-1/+3
|
* Don't send the tags property when using Salut #1320Tomeu Vizoso2009-09-111-2/+2
|
* Release 0.85.2v0.85.2Simon Schampijer2009-09-101-1/+1
|
* Deal with unicode nick names (erikos) #889Tomeu Vizoso2009-08-301-1/+4
|
* Release 0.85.1v0.85.1Tomeu Vizoso2009-08-021-1/+1
|
* Add missing callbackTomeu Vizoso2009-07-291-0/+5
|
* Add the tags property to the buddy modelTomeu Vizoso2009-07-291-4/+26
|
* Release 0.84.0v0.84.0Morgan Collett2009-03-021-1/+1
|
* Release 0.83.3v0.83.3Morgan Collett2009-01-161-1/+1
|
* #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.
* Release 0.83.2v0.83.2Morgan Collett2008-12-181-1/+1
|
* #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
|
* version 0.83.1v0.83.1Guillaume Desmottes2008-10-291-1/+1
|
* upgrade NEWS for 0.83.1Guillaume Desmottes2008-10-291-0/+18
|
* 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
|
*