Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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)
*