Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar
Commit message (Collapse)AuthorAgeFilesLines
* TutoriusV2 : Minor formatting correctionsmike2009-03-232-0/+4
|
* TutoriusV2 : Removing extraneous text output in creator testmike2009-03-201-3/+1
|
* TutoriusV2 : Integrating linear_creatortests with run_tests.pymike2009-03-201-0/+2
|
* Merge branch 'tutorial_toolkit' into mikemike2009-03-202-1/+109
|\
| * Add a few gtkutils testsVincent Vinet2009-03-202-1/+109
| |
* | TutoriusV2 : Adding linear tutorial creator wih basic testsmike2009-03-205-2/+178
| |
* | TutoriusV2 : Adding tests on event filters of the statesmike2009-03-192-1/+27
| |
* | Merge branch 'tutorial_toolkit' into mikemike2009-03-191-0/+53
|\ \ | |/
| * Services TestsVincent Vinet2009-03-191-0/+53
| |
* | Merge branch 'tutorial_toolkit' into mikemike2009-03-1912-147/+466
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | 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
| * Ajout de test du core-action et du coverageVincent Vinet2009-03-192-3/+50
| |
| * Add the Widget Identifier and corresponding ActionVincent Vinet2009-03-195-14/+142
| | | | | | | | | | | | | | | | 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
| * Merge branch 'master' of ssh://bobthebuilder.mine.nu:8080/home/gitVincent Vinet2009-03-187-6/+512
| |\
| | * fixes following code review by Ericksimpoir2009-03-164-32/+179
| | | | | | | | | | | | overlayer test and fixed non-working code accordingly
| | * cleaned overlayersimpoir2009-03-154-104/+92
| | |
| | * Functionnal overlaysimpoir2009-03-145-6/+377
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/external/source/sugar-toolkit/src/sugar/tutorius/Makefile.am source/external/source/sugar-toolkit/src/sugar/tutorius/actions.py Conflicts: source/activities/Writus.activity/TAbiWordActivity.py
| * | Fix a few errors in gtkutils:Vincent Vinet2009-03-181-8/+10
| |/ | | | | | | | | -import gtk -remove references to Tutorial
| * Add a test runner (no need to use it, but its fun!Vincent Vinet2009-03-102-2/+58
| | | | | | | | | | | | | | | | Add OnceWrapper test Conflicts: source/external/source/sugar-toolkit/src/sugar/tutorius/tests/coretests.py
| * Singleton __new__ must return the instanceVincent Vinet2009-03-101-0/+2
| |
| * Create servicesVincent Vinet2009-03-102-1/+68
| |
| * Remove the Mixin Action classes. They were never meant to be.Vincent Vinet2009-03-101-44/+3
| | | | | | | | Hope they don't feel too rejected. Because they are.
* | TutoriusV2 : Adding more tests on States (action management)mike2009-03-192-1/+33
| |
* | 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)
* -Replace the current event classes to use EVentFilters andVincent Vinet2009-02-285-200/+373
| | | | | callbacks onto the Tutorial claa -Wow this is an awesome commit, seriously!
* Use actions instead of messages in the tutorialsVincent Vinet2009-02-273-11/+154
|
* Fix the makefile for core.pyVincent Vinet2009-02-261-1/+1
|
* ajout de widgets bulles simples utilisant cairo et interface de test dusimpoir2009-02-252-0/+201
| | | | dragbox
* rename tutorial to coreVincent Vinet2009-02-251-0/+0
|
* pylintify dialog a bitVincent Vinet2009-02-252-4/+22
|
* * Use specific registering of event handlers on objectVincent Vinet2009-02-241-51/+168
| | | | | | * Use the numerical hierarchy for the widget hierarchy * Add a new tutorial to TAbiWordActivity to use those * Get 4 more points according to Pylint!
* Tutorius: Adding State and FSM stubsmike2009-02-231-0/+64
|
* Fix the dialog (partly commited) and change theVincent Vinet2009-02-231-0/+2
| | | | writus test activity to use the tutorius toolkit
* Add the tutorius module to sugar-toolkitVincent Vinet2009-02-235-1/+207
|
* Test for get_tutorial before using on activitesVincent Vinet2009-02-101-9/+10
|
* Add some widget names to make the events more interestingVincent Vinet2009-02-102-0/+29
|
* * Show tutorials in the activity toolbarVincent Vinet2009-02-091-0/+22
|
* ajout initial du tree jhbuild [jhbuild base]simpoir2009-01-3096-0/+22575