Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | TutoriusV2 : Adding more tests for the FSM (add_state, find_state,mike2009-03-191-4/+104
| | | | | | | | | | | | | | | | remove_state)
| * | | TutoriusV2 : Correcting constructors for States and FSMs, explorationmike2009-03-182-34/+119
| | | | | | | | | | | | | | | | 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-102-4/+66
| | | |
| * | | Merge commit 'origin/mike' into mikemike2009-03-068-51/+504
| |\ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | Conflicts: source/activities/Writus.activity/TAbiWordActivity.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/coretests.py
| | * | Functionnal overlay manipulationsimpoir2009-03-065-6/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/external/source/sugar-toolkit/src/sugar/tutorius/Makefile.am source/external/source/sugar-toolkit/src/sugar/tutorius/actions.py
| | * | Remove the Mixin Action classes. They were never meant to be.Vincent Vinet2009-03-051-44/+3
| | | | | | | | | | | | | | | | Hope they don't feel too rejected. Because they are.
| | * | Create servicesVincent Vinet2009-03-052-1/+68
| | | |
| | * | Add a test runner (no need to use it, but its fun!Vincent Vinet2009-03-052-3/+59
| | | | | | | | | | | | | | | | Add OnceWrapper test
| * | | TutoriusV1 : Added a test on state.set_tutorial and renamed the demo tutorialmike2009-03-051-0/+16
| |/ /
| * | TutoriusV1 : Adding basic State tests, cleaned some code bits lyingmike2009-03-042-43/+138
| | | | | | | | | | | | around
| * | TutoriusV1 : Yet another omitted file (actions.py)mike2009-03-021-2/+9
| | |
| * | 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)
| *