Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add SoaS iso repackerSimon Poirier2009-09-041-0/+117
|
* Fix icons to comply to sugar standards.Simon Poirier2009-09-043-129/+31
| | | | Set a bundler env path to be conditional as it was broken on SoaS.
* repackage of tutorius using distutilsSimon Poirier2009-07-12339-80143/+6618
|\
| * test runner in setup scriptSimon Poirier2009-07-122-7/+36
| |
| * repackageSimon Poirier2009-07-11232-33797/+263
| |
| * * Modularized actions and event filters through add-on componentsSimon Poirier2009-07-0222-533/+824
| | | | | | | | | | | | | | | | * 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
| * refactoring propertiestestsSimon Poirier2009-06-011-30/+37
| |
| * fixed major missing parts in bundlerSimon Poirier2009-06-0112-262/+999
| | | | | | | | | | integrated bundler to creator tutorial loading still is unusable (fiters don't seem to load)
| * Merge branch 'mike'mike2009-05-0516-75/+1021
| |\ | | | | | | | | | | | | | | | | | | Conflicts: source/external/source/sugar-toolkit/src/sugar/tutorius/actions.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/actiontests.py source/external/source/sugar-toolkit/src/sugar/tutorius/tests/run-tests.py
| | * [LP 352437] Core : Minor refactoring on XMLSerializer, added testsmike2009-05-053-196/+212
| | |
| | * (LP 352437) Core : Completed basic serializer interactions with coremike2009-04-2612-111/+324
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (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-1711-40/+847
| | | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 341760 Core : Draft architecture for XML loadingmike2009-04-172-70/+201
| | | | |
| | | * | LP 348570 Core : Integrating properties to actions; adding testsmike2009-04-165-20/+57
| | | | |
| | | * | LP 348570 Core : Extending actions with the new properties, adding min /mike2009-04-167-81/+97
| | | | | | | | | | | | | | | | | | | | max size to arrays
| | | * |