Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix logic in sharing()Raul Gutierrez Segales2011-02-022-9/+9
|
* A bunch of fixes/hacks to make collab workRaul Gutierrez Segales2011-02-014-15/+23
|
* Simplified the logic of sending events for the Sugar and non-Sugar caseRaul Gutierrez Segales2011-01-312-6/+3
|
* Add collaboration support from GnomeRaul Gutierrez Segales2011-01-313-2/+306
|
* Use try/except to cope with failing Sugar importsRaul Gutierrez Segales2011-01-311-4/+9
|
* Renamed collaboration as tacollaboration to avoid name clashRaul Gutierrez Segales2011-01-312-5/+15
|
* Moved the menu helper methods into their own moduleRaul Gutierrez Segales2011-01-312-49/+54
|
* Added helper classes that will be used for collaborationRaul Gutierrez Segales2011-01-313-0/+350
|
* Collaboration support for non-Sugar appsRaul Gutierrez Segales2011-01-3116-0/+3544
|
* Ignore TAGS filesRaul Gutierrez Segales2011-01-311-4/+1
|
* chmod -xWalter Bender2011-01-267-0/+0
|
* made consistant variable names: tw vs _twWalter Bender2011-01-261-35/+35
|
* added missing argument to CollaborateWalter Bender2011-01-261-1/+1
|
* Fix wrong method signaturesRaul Gutierrez Segales2011-01-261-2/+2
|
* Merge git://git.collabora.co.uk/git/user/rgs/turtleart/Walter Bender2011-01-267-682/+753
|\
| * Moved helper methods inside the TurtleArtActivity classRaul Gutierrez Segales2011-01-251-73/+71
| |
| * Moved the collaboration bits into its own moduleRaul Gutierrez Segales2011-01-252-239/+254
| |
| * Decoupled send_event from self.tw.activityRaul Gutierrez Segales2011-01-252-30/+42
| |
| * Moved the uploader bits into its own moduleRaul Gutierrez Segales2011-01-253-163/+194
| |
| * Split the constructor code into small methodsRaul Gutierrez Segales2011-01-251-190/+205
| |
* | ignoring po directory, tmp filesWalter Bender2011-01-261-0/+2
|/
*