Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'refs/top-bases/t/rainbow-check-binary' into t/rainbow-check-binaryt/rainbow-check-binarySascha Silbe2010-09-1841-1525/+2379
|\
| * Don't try to share the activity if we couldn't find a suitable connection #2217refs/top-bases/t/rainbow-check-binaryTomeu Vizoso2010-09-101-0/+6
| |
| * Release 0.89.5Simon Schampijer2010-08-301-1/+1
| |
| * sugar.presence: Remove dead code and make clear which methonds are deprecatedTomeu Vizoso2010-08-302-150/+21
| |
| * Read the public and private keys lazilyTomeu Vizoso2010-08-261-2/+13
| |
| * Use Account.ConnectionStatus instead of Account.Connection.StatusTomeu Vizoso2010-08-261-1/+2
| |
| * Release 0.89.4Simon Schampijer2010-08-251-1/+1
| |
| * Merge branch 'master' of gitorious@git.sugarlabs.org:sugar-toolkit/mainlineMartin Abente2010-08-231-14/+0
| |\
| | * Remove sugar/__init__.py, it should come from sugar-base #1868Tomeu Vizoso2010-08-231-14/+0
| | |
| * | Delete activities profile data when uninstall #2074Martin Abente2010-08-231-1/+8
| |/ | | | | | | | | | | | | | | When activities are uninstalled, profile data persists. Profile data can consume a lot of storage space. Therefore it is necessary to delete it when required. Signed-off-by: Martin Abente <mabente@paraguayeduca.org>
| * Address comments from Simon's reviewTomeu Vizoso2010-08-203-179/+8
| |
| * Address several nitpicks from MarcoTomeu Vizoso2010-08-205-27/+35
| |
| * Rename ActivityHandle.handle_invite to ActivityHandle.invitedTomeu Vizoso2010-08-204-10/+10
| |
| * Remove unused constantTomeu Vizoso2010-08-201-1/+0
| |
| * Add copyright statement due to the collaboration refactoringTomeu Vizoso2010-08-202-0/+2
| |
| * Misc. pylint fixesTomeu Vizoso2010-08-205-119/+12
| |
| * Wrap lines with more than 80 charsTomeu Vizoso2010-08-203-22/+43
| |
| * Remove some unused importsTomeu Vizoso2010-08-206-12/+3
| |
| * For several reasons, a shared activity won't survive to its connectionTomeu Vizoso2010-08-201-1/+0
| | | | | | | | disconnecting and coming back.
| *