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