Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* a more succint approach to the spiral morphHEADmasterWalter Bender2010-10-131-33/+149
|
* Revert "adding spiral extension to Ring View"Walter Bender2010-10-131-78/+21
| | | | This reverts commit 1452826b50dc2dc0bb9c6bc0b856691e62ee485b.
* Release 0.90.2v0.90.2Tomeu Vizoso2010-10-051-1/+1
|
* Don't emit buddy-removed if we don't know yet its contact-id #2402Tomeu Vizoso2010-10-041-1/+2
| | | | Otherwise the owner icon is removed from the neighborhood view
* Don't emit buddy-removed and activity-removed before they have announced #2401Tomeu Vizoso2010-10-041-2/+6
| | | | | Otherwise we'll get some tracebacks from the listeners of those signals because they still don't know about those buddies or activities.
* Release 0.90.1v0.90.1Simon Schampijer2010-09-301-1/+1
|
* Update the Sucrose version to 0.90.0Simon Schampijer2010-09-301-1/+1
|
* Release 0.90.0v0.90.0Simon Schampijer2010-09-291-1/+1
|
* Cast the event coordinates to integers #2291Simon Schampijer2010-09-291-1/+1
| | | | | Coordinates are given as doubles rather than integers, because some input devices such as graphics tablets have sub-pixel resolution.
* Don't miss early nick updates from our contacts #2355Tomeu Vizoso2010-09-291-10/+16
| | | | | | | We were receiving the nick before the BuddyModel for that contact had been created, so we were failing to store it. This means we create the BuddyModel as soon as we have a contact-id but Neighborhood defers buddy-added emission until we have gotten the key property.
* Do not allow empty string activity_id #1814Aleksey Lim2010-09-281-1/+1
| | | | Regression was introduced by ad88527353efdb351caef4999c17fdf1f1766662.
*