Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Commit before the split.Simon Schampijer2007-06-2862-445/+741
|
* first test for the new ui/toolbarSimon Schampijer2007-06-085-1/+620
|
* The latest stable version of the memosono activity (11)Simon Schampijer2007-06-061-1/+1
| | | | | | - moved csound server into the activity - communicates over the osc protocol with the csound server - adopted the activity to work with the latest sugar api changes
* Moved the csound server to memosonoSimon Schampijer2007-06-064-36/+232
| | | | | Added the csound server to memosono (used the osc protocol for the communication with the server), this is not optimal yet since other activities might want to use the sound server as well. Adopted memosono to communicate with the soundserver using osc.
* cleande the osc moduleSimon Schampijer2007-06-062-498/+0
| | | | The old files were still represent in the repo
* - changes in the osc api:Simon Schampijer2007-06-053-34/+611
| | | | | | | - osc messages are typesafe now (path and types of argumens are verified) - some method/class name changes - added documentation - adopted the game server to use the new osc api
* - changed setup.py to use the /usr/bin/env pythonSimon Schampijer2007-06-052-7/+7
| | | | - adopted memosono to use the new sugar api (set_canvas() instead of add())
* Changes to make memosono work with the new sugar API.Simon Schampijer2007-03-012-6/+8
|
* Added the memosono icon to the bundle.Simon Schampijer2007-02-131-0/+21
|
*