Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model/Owner.py
Commit message (Collapse)AuthorAgeFilesLines
* Use nick name consistently in the profileMarco Pesenti Gritti2007-09-171-1/+1
|
* Remove invite when the activiy disappear from the mesh. (#3514)Guillaume Desmottes2007-09-171-0/+5
|
* Cleanup the profile code and rename the Server section to Jabber.Marco Pesenti Gritti2007-09-171-1/+1
|
* Hookup the new invites implementation. Need to fixMarco Pesenti Gritti2007-08-311-4/+5
| | | | the frame view since that's bitrotten.
* Fix copyright yearMarco Pesenti Gritti2007-06-241-1/+1
|
* Use public keys rather than nicknames to differentiate buddiesDan Williams2007-04-101-1/+1
|
* Remove references to obsolete p2p.Stream classesDan Williams2007-04-091-57/+0
|
* Cut over to new PresenceServiceDan Williams2007-04-091-2/+2
|
* Disable the presence service. You can reenable it by justMarco Pesenti Gritti2007-03-281-4/+4
| | | | changing the _ENABLE var to True.
* Require jpeg format buddy iconDan Williams2007-03-091-15/+14
| | | | | | Since the intro screen ensures that a buddy icon exists and is in jpg format, we can simplify the buddy icon code in the ShellOwner object.
* Expose owner details through the Shell's DBus serviceDan Williams2007-03-091-6/+24
| | | | | | | | | For security, we need the PresenceService to listen for changes to the owner's attributes, like changed color, nickname, icon, and current activity, rather than having D-Bus API in the PS itself that any process could call. So, the shell provides signals when these attributes change, which the PS listens to and pushes out over the network accordingly.
* Re-enable buddy streams now that XMLRPC is fixed for python 2.5Dan Williams2007-01-241-6/+3
|
* Our xmlrpc implementation does not work with python 2.5.Marco Pesenti Gritti2007-01-201-3/+7
| | | | Try/except it and log an error.
* Changed all tabs to 4 spaces for python styleJustin Gallardo2006-12-041-87/+87
|
* Refactor startup. In progress, give me a couple hours.Marco Pesenti Gritti2006-10-161-7/+5
| | | | For now start sugar with "sugar-emulator shell/sugar-shell"
* Add GPL headersMarco Pesenti Gritti2006-10-141-0/+16
|
*