Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/core.py
Commit message (Collapse)AuthorAgeFilesLines
* Added ClickAction and TypeTextAction + support for initial statecharles2009-04-161-1/+19
|
* TutoriusV2 : Adding linear tutorial creator wih basic testsmike2009-03-201-1/+1
|
* TutoriusV2 : Adding tests on event filters of the statesmike2009-03-191-1/+1
|
* Merge branch 'tutorial_toolkit' into mikemike2009-03-191-0/+3
|\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/activities/Writus.activity/TAbiWordActivity.py source/external/source/sugar-toolkit/src/sugar/graphics/window.py source/external/source/sugar-toolkit/src/sugar/tutorius/Makefile.am source/external/source/sugar-toolkit/src/sugar/tutorius/actions.py source/external/source/sugar-toolkit/src/sugar/tutorius/overlayer.py source/external/source/sugar-toolkit/src/sugar/tutorius/services.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/coretests.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/run-tests.py
| * Add the Widget Identifier and corresponding ActionVincent Vinet2009-03-191-0/+3
| | | | | | | | | | | | | | | | Make Writus use it Fix a dupe in the ActivityToolbar Use the ObjectStore in tutorial.attach() Do a rebase onto master and hope it works
* | TutoriusV2 : Adding more tests on States (action management)mike2009-03-191-1/+1
| |
* | TutoriusV2 : Correcting constructors for States and FSMs, explorationmike2009-03-181-33/+64
| | | | | | | | tests
* | TutoriusV2 : Adding data manipulation functions for FSM and State, somemike2009-03-181-17/+151
| | | | | | | | exploration too
* | TutoriusV1 : Adding a sample usage case tests for FSMmike2009-03-101-2/+6
|/
* TutoriusV1 : Adding basic State tests, cleaned some code bits lyingmike2009-03-041-43/+1
| | | | around
* TutoriusV1 : Adding omitted core.py (git clumsiness, sorry!)mike2009-03-011-71/+171
|
* TutoriusV1 : Modifying the State and FSM classes to fit with the Eventmike2009-02-281-33/+116
| | | | Filters (ongoing)
* -Replace the current event classes to use EVentFilters andVincent Vinet2009-02-281-197/+40
| | | | | callbacks onto the Tutorial claa -Wow this is an awesome commit, seriously!
* Use actions instead of messages in the tutorialsVincent Vinet2009-02-271-8/+15
|
* rename tutorial to coreVincent Vinet2009-02-251-0/+343