Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* pep8 adjustmentsJames Cameron2010-12-231-29/+50
| | | | | | | | | - excluded examples because we don't have consensus, - excluded physics since this is a copy of an upstream, - excluded query.py since this code does not currently work. Co-authored-by: Nitin Gupta <gupta.nitingupta.nitin@gmail.com> Tested-by: James Cameron <quozl@laptop.org>
* 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.
*