Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Changed the path name of probes on dbus to make them unique per activity, mad...erick2009-11-012-33/+56
| * | | | | | | Making probe registration asynchronouserick2009-11-011-2/+2
| * | | | | | | Added a ProbeManager to the service and added a minimal but working automatic...erick2009-11-012-8/+113
* | | | | | | | LP 448319 : Add a resource translation layer for tutorial executionmike2009-11-065-41/+74
* | | | | | | | Merge branch 'lp458452' of ../mainlinemike2009-11-063-1/+132
|\ \ \ \ \ \ \ \
| * | | | | | | | LP 458452 : Fixing function names for Translator testsmike2009-11-061-3/+3
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | vault ressssources, pending reviewJCTutorius2009-11-043-5/+137
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'lp448319' of ../mainlinemike2009-11-0611-0/+933
|\ \ \ \ \ \ \
| * | | | | | | LP 448319 : Refactoring to translate function, adding tests for translation o...mike2009-10-123-36/+177
| * | | | | | | LP 448319 : Adding resource translator decorator for Probe Managersmike2009-10-102-0/+165
| * | | | | | | Merging in LP 429661mike2009-10-0818-28/+1385
* | | | | | | | LP 448319 : Provide a Resource Property for addonsmike2009-11-064-4/+172
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainlinemike2009-11-053-284/+303
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Vault ADT IntegrationVincent Vinet2009-11-043-284/+303
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainlinemike2009-11-0461-432/+6182
|\ \ \ \ \ \ | |/ / / / /
| * | | | | final version of the StoreProxy and its testsben2009-11-022-28/+35
| * | | | | StoreProxy ready for reviewben2009-11-028-44/+85
| * | | | | Changed to the store and added the api libraryBenoit Tremblay2009-11-0220-41/+3070
| | |/ / / | |/| | |
| * | | | Integrated comments from simpoirerick2009-10-312-42/+44
| * | | | Removed invalid commentserick2009-10-301-4/+0
| * | | | Fixed bug introduced by changing the interface of update_* in Tutorialerick2009-10-301-8/+7
| * | | | Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainlineerick2009-10-304-2/+68
| |\ \ \ \
| | * | | | test utils and NotImplemented tests cleaningSimon Poirier2009-10-304-2/+68
| * | | | | Tutorial: Changed Tutorial.update_* to update properties instead of replacing...erick2009-10-304-84/+187
| |/ / / /
| * | | | Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainline into tutor...erick2009-10-3033-296/+1684
| |\ \ \ \
| | * | | | code review fixes for testsVincent Vinet2009-10-302-6/+18
| | * | | | add the probe testsVincent Vinet2009-10-292-28/+465
| | * | | | uam selector in properties box.Simon Poirier2009-10-282-0/+14
| | * | | | make tutorius imports relativeVincent Vinet2009-10-2824-60/+61
| | * | | | code review related fixesSimon Poirier2009-10-276-41/+69
| | * | | | test fixingSimon Poirier2009-10-242-24/+13
| | * | | | merge creatorSimon Poirier2009-10-245-28/+34
| | * | | | creator with viewer and non-linear editing.Simon Poirier2009-10-248-179/+1080
| | | |_|/ | | |/| |
| * | | | Fixed typo on vault commenterick2009-10-301-1/+1
| * | | | Added comments from code review of vinceerick2009-10-301-1/+6
| * | | | TutorialADT: First pass for modifications following Simon review, still has s...erick2009-10-282-118/+150
| * | | | first complete version of tutorialADT with tests, ready for reviewerick2009-10-272-144/+238
| * | | | Updated interface for Tutorial, Started writing tests to Tutorialerick2009-10-272-23/+350
| * | | | Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainline into tutor...erick2009-10-253-39/+28
| |\ \ \ \ | | |/ / /
| | * | | fix some of the tests, fix some bugsVincent Vinet2009-10-233-39/+28
| * | | | First implementation of Tutorial.State with testserick2009-10-252-56/+311
| * | | | Initial commit of the tutorial ADTerick2009-10-241-0/+421
| |/ / /
| * | | fix some tests, keep write_fsm a member function in the TutorialBundler since...Vincent Vinet2009-10-233-9/+8
| * | | finish the vault merge :: use itVincent Vinet2009-10-224-8/+5
* | | | Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainlinemike2009-10-217-497/+845
|\ \ \ \ | |/ / /
| * | | vault mergeJCTutorius2009-10-217-497/+845
* | | | Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainlinemike2009-10-2136-592/+2276
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Merge the TProbe Integration and fix merging induced bugsVincent Vinet2009-10-1920-209/+974
| * | Merge gitorious@git.sugarlabs.org:tutorius/michaeljm-dev into merge_michaeljm...mike2009-10-1933-623/+2324
| |\ \ | | |/ | |/|
| | * LP 439980 : Code review changes : renamed is_identical to __eq__, relaxed act...mike2009-10-1714-193/+83