Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* Collaboration fixed SL #3747Manuel Kaufmann2012-11-201-0/+40
| | | | | | | | | | | | | | | A bug regarding collaboration was intruced in this commit[1] when the toolbar was modified to show the correct icons. In the same commit the call to 'olpcgames.PygameActivity.build_toolbar' was removed and the collaboration setup was done there. I copied the code that setup the collaboration from 'olpcgames.PygameActivity.build_toolbar' to 'activity.MazeActivity.__init__'. [1] http://git.sugarlabs.org/maze/mainline/commit/87f832850ba242b1606acb0f1d60bc5631920f34 Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Maze icon in the toolbar SL #3380Manuel Kaufmann2012-05-091-12/+30
| | | | | | | | | | - Show the Maze icon in the toolbar. - Don't use olpcgames.PygameActivity.build_toolbar anymore because it doesn't do what we need (SL#3474 and SL#3380) .Used our own build_toolbar method instead. Signed-off-by: Manuel Kaufmann <humitos@gmail.com> Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
* minor change on commentRafael Ortiz2012-05-031-1/+1
|
* adding gtk rmed by accidentRafael Ortiz2012-04-111-0/+1
|
* coding utf-8 fixesRafael Ortiz2012-04-101-1/+2
|
* going back to v16 because a regretion.Rafael Ortiz2012-04-101-1/+35
|
* Maze: fix to make activity start againManuel QuiƱones2011-09-011-1/+1
| | | | | | | | | | | | The game_name attribute of PyGameActivity seems to be changed accidentally from 'game' to 'maze'. As the docstring of PyGameActivity class states, game_name needs to match the name of a module that contains the game loop in a function called main. TIP: please test at least if the activity start before commit :) Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Signed-off-by: Rafael Ortiz <rafael@activitycentral.com>
* Ordering filesRafael Ortiz2011-05-131-0/+9