Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/tutorius/filters.py
Commit message (Collapse)AuthorAgeFilesLines
* * Modularized actions and event filters through add-on componentsSimon Poirier2009-07-021-47/+11
| | | | | | | | * 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
* Add the WidgetTypeFilter and use it in TAbiwordVincent Vinet2009-03-311-2/+71
|
* TutoriusV2 : Minor formatting correctionsmike2009-03-231-0/+2
|
* TutoriusV2 : Adding linear tutorial creator wih basic testsmike2009-03-201-0/+7
|
* -Replace the current event classes to use EVentFilters andVincent Vinet2009-02-281-0/+162
callbacks onto the Tutorial claa -Wow this is an awesome commit, seriously!