Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Pass the contact-id to the buddy-removed signal instead of the handle #2349Tomeu Vizoso2010-09-211-1/+2
| | | | | Listeners were expecting a contact-id but in one case we were passing a handle.
* Make sure we don't change the owner's colors because of a network event #2348Tomeu Vizoso2010-09-211-0/+4
| | | | Because the owner is stored in Neighborhood._buddies in the key None.
* Reduce a bit the verbosity of collaboration logging messagesTomeu Vizoso2010-09-172-7/+3
|
* Properly store and load friends #2331Tomeu Vizoso2010-09-175-50/+97
| | | | | | | | | | | | | | | | | | Because FriendBuddyModel has a different life cycle than BuddyModel (are tracked also when online), we need to store the key and nick so we can represent them in the UI when the contact are not online and also so we can relate to the contact when it becomes online. * src/jarabe/model/buddy.py: Move out FriendBuddyModel and add a handle property to BuddyModel. * src/jarabe/model/filetransfer.py: Ask neighborhood.py for the buddy associated to a handle. * src/jarabe/model/friends.py: Add FriendBuddyModel. * src/jarabe/model/neighborhood.py: Set the contact handle on the BuddyModel.
* Announce file transfer capabilities #1603Tomeu Vizoso2010-09-171-1/+22
|
* Remove unused reference to presenceserviceTomeu Vizoso2010-09-161-3/+0
|
*