Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Misc. pylint fixesTomeu Vizoso2010-08-209-85/+124
| * Remove unused sugar.presence importsTomeu Vizoso2010-08-203-3/+0
| * Pass the activity_id to activities activated by an inviteTomeu Vizoso2010-08-203-43/+31
| * activity.props.color is already a XoColorTomeu Vizoso2010-08-201-1/+1
| * Check the known shared activities when looking for the colorTomeu Vizoso2010-08-201-5/+5
| * Set the owner properties before the connections are connectedTomeu Vizoso2010-08-201-8/+25
| * Display the proper label in the palette depending on whether the activityTomeu Vizoso2010-08-203-115/+12
| * Call the old Activity.Invite(key) method if Activity.InviteContact is not imp...Tomeu Vizoso2010-08-201-2/+12
| * Request again the current activity when we get to know about a newTomeu Vizoso2010-08-202-1/+17
| * Don't try to update an activity's properties if we got none.Tomeu Vizoso2010-08-201-1/+2
| * Only listen for presence updates in the subscribe contact listTomeu Vizoso2010-08-201-20/+19
| * Create the palette for BuddyIcon lazily so it can be overridden in OwnerIconTomeu Vizoso2010-08-202-10/+8
| * Properly track an account when it has become connected againTomeu Vizoso2010-08-201-27/+41
| * Remove buddies and activities when the connection goes downTomeu Vizoso2010-08-201-0/+22
| * Manage connections so that we fall back to Salut if cannot connect with GabbleTomeu Vizoso2010-08-201-60/+139
| * Implement tracking of buddies inside an activity for FriendsTrayTomeu Vizoso2010-08-203-76/+104
| * Announce the local current activityTomeu Vizoso2010-08-202-21/+62
| * Turn OwnerBuddyModel a singletonTomeu Vizoso2010-08-206-11/+20
| * Track the buddies' current activityTomeu Vizoso2010-08-204-94/+144
| * Retrieve activity properties once we know about itTomeu Vizoso2010-08-201-0/+12
| * When the user accepts a notification, launch the activity thenTomeu Vizoso2010-08-204-39/+111
| * Adapt to API changes in ActivityModelTomeu Vizoso2010-08-201-7/+3
| * Set the public key from the profile and announce it in the networkTomeu Vizoso2010-08-201-1/+5
| * Change Activity.Invite API to receive account_id and contact_id instead of th...Tomeu Vizoso2010-08-203-2/+30
| * Drop one usage instance of s.p.BuddyTomeu Vizoso2010-08-201-2/+1
| * Make the key property on BuddyModel writableTomeu Vizoso2010-08-201-1/+4
| * Emit owner property changes across the networkTomeu Vizoso2010-08-201-0/+45
| * Fix typoTomeu Vizoso2010-08-201-2/+2
| * Make ConnectionWatcher a singletonTomeu Vizoso2010-08-202-8/+14
| * Remove src/jarabe/model/owner.py and org.laptop.ShellOwnerTomeu Vizoso2010-08-203-119/+1
| * Make sure we completely remove an activity when the last buddy leavesTomeu Vizoso2010-08-201-4/+23
| * Fix the case when we receive a buddy's activities before its propertiesTomeu Vizoso2010-08-201-27/+22
| * Split some functionality into _Account out from Neighborhood andTomeu Vizoso2010-08-203-279/+347
| * Implement joining a shared activityTomeu Vizoso2010-08-202-12/+58
| * The activity id should be a stringTomeu Vizoso2010-08-201-2/+2
| * Adapt to changes in the telepathy applications specTomeu Vizoso2010-08-201-14/+57
| * Adapt to changes in the ActivityModel APITomeu Vizoso2010-08-202-57/+69
| * First implementation of invitations from non-Sugar clientsTomeu Vizoso2010-08-204-262/+259
| * Split the telepathy client to its own moduleTomeu Vizoso2010-08-202-90/+20
| * Start of channel handlingTomeu Vizoso2010-08-201-6/+46
| * Make notification debug messages less verboseTomeu Vizoso2010-08-202-2/+2
| * Set the resource param for gabble connectionsTomeu Vizoso2010-08-201-0/+3
| * Set the key property for buddiesTomeu Vizoso2010-08-201-2/+4
| * Create a Jabber account if there isn't one yet. Also fix updating contacts.Tomeu Vizoso2010-08-201-27/+66
| * Keep aliases updated and handle buddies going offlineTomeu Vizoso2010-08-201-16/+41
| * Remove leftover codeTomeu Vizoso2010-08-201-119/+1
| * Create a Salut account if none exists and display buddies and their nicks.Tomeu Vizoso2010-08-202-19/+178
| * Move WirelessNetworkView and OlpcMeshView to src/jarabe/desktop/networkviews.pyTomeu Vizoso2010-08-203-673/+720
| * Remove myicon.py and move to BuddyIcon(OwnerBuddyModel())Tomeu Vizoso2010-08-205-47/+26
| * Add OwnerBuddyModel class so it is dealt with locallyTomeu Vizoso2010-08-2010-125/+157