Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/actions.py
Commit message (Collapse)AuthorAgeFilesLines
* * Modularized actions and event filters through add-on componentsSimon Poirier2009-07-021-138/+35
| | | | | | | | * Working serialization * Working editor with addons * began refactoring actions and events ** fixed some tests to work with addons ** filters and actions tests won't pass until refactoring is done
* fixed major missing parts in bundlerSimon Poirier2009-06-011-4/+147
| | | | | integrated bundler to creator tutorial loading still is unusable (fiters don't seem to load)
* [LP 352437] Core : Minor refactoring on XMLSerializer, added testsmike2009-05-051-1/+1
|
* (LP 352437) Core : Completed basic serializer interactions with coremike2009-04-261-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | (actions, event filters) - needs tests Also, merged branch 'mike' into jc_support Conflicts: source/external/source/sugar-toolkit/src/sugar/tutorius/actions.py source/external/source/sugar-toolkit/src/sugar/tutorius/bundler.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/run-tests.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/serializertests.py
| * Merge branch 'jc_support' into mikemike2009-04-171-0/+53
| |\ | | | | | | | | | | | | | | | | | | Conflicts: source/external/source/sugar-toolkit/src/sugar/tutorius/tests/coretests.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/run-tests.py
| * | LP 348570 Core : Integrating properties to actions; adding testsmike2009-04-161-9/+8
| | |
| * | LP 348570 Core : Extending actions with the new properties, adding min /mike2009-04-161-42/+15
| | | | | | | | | | | | max size to arrays
* | | [LP 341760] Serializer : Completed XML serializer and working save/loadJean-Christophe Savard2009-04-251-73/+52
| | | | | | | | | | | | tests in serializertests.py
* | | Work on bundler.py and serializertests.py, tests OKJean-Christophe Savard2009-04-191-1/+1
| |/ |/|
* | Added ClickAction and TypeTextAction + support for initial statecharles2009-04-161-0/+53
|/
* Merge commit 'origin/lp349874'mike2009-04-151-0/+21
|\ | | | | | | | | | | | | | | | | Conflicts: source/external/source/sugar-toolkit/src/sugar/tutorius/tests/actiontests.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/filterstests.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/gtkutilstests.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/run-tests.py
| * Add the disable widget actionVincent Vinet2009-03-311-0/+21
| |
* | LP 353185 Core : Create chain actionmike2009-04-061-0/+15
| |
* | Revert "Merge branch 'lp353185'"mike2009-04-061-15/+0
| | | | | | | | This reverts commit 92a5c29ae2cf5afa8857b581a38f3d463fd83732.
* | Create chain actionmike2009-04-061-0/+15
|/
* (bug 348570) TutoriusV2 : Adding properties and minimal introspection on Actionsmike2009-03-301-4/+47
|
* Add the Widget Identifier and corresponding ActionVincent Vinet2009-03-191-1/+22
| | | | | | | | 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
* fixes following code review by Ericksimpoir2009-03-161-4/+9
| | | | overlayer test and fixed non-working code accordingly
* cleaned overlayersimpoir2009-03-151-2/+3
|
* Functionnal overlaysimpoir2009-03-141-3/+48
| | | | | | | | | | | 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
* 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 : Yet another omitted file (actions.py)mike2009-03-021-2/+9
|
* -Replace the current event classes to use EVentFilters andVincent Vinet2009-02-281-2/+2
| | | | | callbacks onto the Tutorial claa -Wow this is an awesome commit, seriously!
* Use actions instead of messages in the tutorialsVincent Vinet2009-02-271-0/+135