Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/typingturtle.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove wrapper (port/ directory) around sugar-toolkit SL #3780Manuel Kaufmann2012-09-261-1/+1
| | | | | | | | This wrapper was used to allow compatibility with old versions of Sugar. I'm removing this because is no longer needed by the Gtk3 versions of this Activity. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Port to Gtk3 SL #3772Manuel Kaufmann2012-08-091-49/+50
| | | | | | This commit ports Typing Turtle to its Gtk3 version. Signed-off-by: Manuel Kaufmann <humitos@gmail.com>
* Remove use of deprecated presenceserviceGonzalo Odiard2011-11-251-3/+2
| | | | | | Use sugar.profile instead Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* New toolbars implementedGonzalo Odiard2011-05-201-11/+42
| | | | | | | | Also max_participants is set to 1 Signed-off-by: manuel quiƱones <manuel.por.aca@gmail.com> Acked-By: Gonzalo Odiard <gonzalo@laptop.org>
* Ability to use a custom word list with the lesson generator.Wade Brainerd2009-10-281-1/+3
|
* Lesson editor UI improvements.Wade Brainerd2009-09-141-12/+47
|
* Commenting out not fully implemented codeAleksey Lim2009-08-061-2/+3
|
* Support json in python25 environmentAleksey Lim2009-08-061-1/+2
|
* Adopt to json changes in python-2.6 #711Simon Schampijer2009-08-061-2/+2
|
* TitleScene separated into its own module and resolution independent.Live System User2009-02-261-8/+11
|
* Work in progess on lesson builder.Wade Brainerd2008-12-271-0/+10
| | | | | Starting to clean up the UI. Hands partially disabled due to Cairo performance issues.
* Fix bug with old lessons still hearing keypresses.Wade Brainerd2008-11-211-608/+3
| | | | | Change timer to 1 second. Use Unicode in word wrap regex.
* Update WPM on timer.Wade Brainerd2008-11-211-3/+13
|
* Lesson prerequisites.Wade Brainerd2008-11-211-158/+133
|
*