Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * LP 439980 : Renaming nodes for XMLSerializer, Moving properties tests to /tmp...mike2009-10-124-122/+20
| | * LP 444777 : Inserting StoreProxy tests in run-tests.pymike2009-10-061-0/+2
| | * LP 444777 : Adding the Store Proxy interface and equivalent testsmike2009-10-062-0/+282
| | * LP 439980 : Adding addontests.py filemike2009-10-051-0/+50
| | * LP 439980 : Adding tests for the addon modulemike2009-10-053-147/+2
| | * LP 439980 : Adding missed actions in previous checkinsmike2009-10-059-0/+526
| | * Removing prototype Vault interfacemike2009-10-051-38/+0
| | * LP 439980 : Adding tests for the is_identical function in the Core, on the FS...mike2009-10-044-31/+406
| | * LP 439980 : Redoing addon list comparison, adding commentsmike2009-10-032-22/+101
* | | Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainlinemike2009-10-053-2/+3
|\ \ \ | |/ / | | / | |/ |/|
| * fix overlay not being immediately initialized after window realizationSimon Poirier2009-10-053-2/+3
* | LP 439980 : Refactored the XMLSerializer to support complex components; Corre...mike2009-10-0220-498/+1280
|/
* -t option to test runner. added prototype viewer under testsSimon Poirier2009-09-273-11/+340
* fix complex property instanciation by doing a shallow copy of defaults <revie...Simon Poirier2009-09-181-1/+2