Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* add COPYING file: #1571James Cameron2010-05-201-1/+1
| | | | | | | | | | | | | | | | | | | | | - most of pippy is GPLv2+, but library/pippy/physics is GPLv3+, conflict unresolved, - add missing activity license file COPYING chosen based on activity.info license field GPLv2+, - add missing copyright headers to source files that either didn't have them (library/pippy/{__init__,sound}.py) or had abbreviated versions (library/pippy/{console,game}.py) - spell organisation name correctly (s/Per/per), - express copyright years in full, - include GPLv3+ LICENSE from Elements upstream SVN, as library/pippy/physics/LICENSE Fixes sugarlabs.org #1571 and laptop.org #9181.
* Revert "add COPYING file: #1571"anishmangal20022010-05-201-1/+1
| | | | This reverts commit f3a7b17f71990da401917c7647afaad8c33363d6.
* add COPYING file: #1571James Cameron2010-05-141-1/+1
| | | | | | | | | | | | | | | | | | | | | - most of pippy is GPLv2+, but library/pippy/physics is GPLv3+, conflict unresolved, - add missing activity license file COPYING chosen based on activity.info license field GPLv2+, - add missing copyright headers to source files that either didn't have them (library/pippy/{__init__,sound}.py) or had abbreviated versions (library/pippy/{console,game}.py) - spell organisation name correctly (s/Per/per), - express copyright years in full, - include GPLv3+ LICENSE from Elements upstream SVN, as library/pippy/physics/LICENSE Fixes sugarlabs.org #1571 and laptop.org #9181.
* Support directly launching activity from the command-line.C. Scott Ananian2008-11-031-1/+26
|
* Add proper license grant to the activity.py file.C. Scott Ananian2008-09-241-0/+18
|
* Really hide keep/share buttons in generated activities.C. Scott Ananian2008-05-201-6/+5
| | | | | | The Widget.show_all() method will re-show buttons we've hidden, unless we hide *after* the show_all() (we could also use Widget.show() instead of Widget.show_all()).
* New PyGameActivity class in activity.py.C. Scott Ananian2008-05-201-0/+34
| | | | | PyGameActivity can be used to properly wrap a Pippy pygame activity in an activity frame, with toolbar, full-screen mode, etc.
*