Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remote : Commenting out creator related functions from the remoteremote_integrationmike2009-11-301-10/+10
* Remote : Display all tutorials related to the current activitymike2009-11-302-6/+131
* LP 448319 : Code review changes for Probe and ProbeManmike2009-11-274-26/+27
* LP 448319 : Code review changes 2mike2009-11-265-96/+20
* LP 484518 : Code Review modifications of Enginemike2009-11-254-37/+21
* Merge branch 'noblock_engine' of git://git.sugarlabs.org/tutorius/mainline in...mike2009-11-251-0/+49
|\
| * Boy scout : Fixing addon tests!mike2009-11-242-3/+8
| * LP 448319 : Adding engine tests, fixing probe tests, correcting bugs found wi...mike2009-11-245-55/+241
| * LP 448319 : Moved event subscription to asynchronous modemike2009-11-224-82/+234
| * LP 448319 : Moving action installation to asynchronous version with confirmationmike2009-11-224-32/+101
| * LP 448319 : Clarifying comments on functionsmike2009-11-191-2/+4
| * LP 448319 : Adding tests for translator, properties, constraints and probes, ...translator_mergemike2009-11-195-22/+262
| * LP 448319 : Addition of resource properties, insertion of BubbleMessageWImg f...mike2009-11-197-27/+522
* | LP 448319 : Cleaning up code a bit to make the FSM structure more obvious, Ad...mike2009-11-253-85/+212
* | Boyscout: Removing linear creatormike2009-11-252-173/+0
* | Boy scout : Fixing addon tests!mike2009-11-242-3/+8
* | LP 448319 : Adding engine tests, fixing probe tests, correcting bugs found wi...mike2009-11-245-55/+241
* | LP 448319 : Moved event subscription to asynchronous modemike2009-11-244-82/+234
* | LP 448319 : Moving action installation to asynchronous version with confirmationmike2009-11-244-32/+101
* | LP 448319 : Clarifying comments on functionsmike2009-11-241-2/+4
* | LP 448319 : Adding tests for translator, properties, constraints and probes, ...mike2009-11-245-22/+262
* | LP 448319 : Addition of resource properties, insertion of BubbleMessageWImg f...mike2009-11-247-27/+522
* | Made change after Charlie code review.JCTutorius2009-11-231-14/+12
* | Merge branch 'master' of gitorious@git.sugarlabs.org:tutorius/mainlineJCTutorius2009-11-191-4/+3
|\ \
| * | corrected bug in publish_tutorial in storeCharlie2009-11-191-4/+3
* | | Implemented the query() vault function with search parameters.JCTutorius2009-11-192-25/+106
|/ /
* | Forget to add addon.py to last commitJCTutorius2009-11-191-1/+2
* | refac property editing in the creatorVincent Vinet2009-11-196-255/+532
|/
* Added 'test' key in metadata to action and event that dont work in the creato...JCTutorius2009-11-067-7/+14
* Corrected a small bug on Creator exit.JCTutorius2009-11-061-1/+1
* Changes afeter code reviewJCTutorius2009-11-061-6/+6
* Fixed bug that deleted tutorials while executing vault tests.JCTutorius2009-11-061-6/+21
* Made change after Charlie code review.JCTutorius2009-11-062-34/+52
* Merge branch 'master' of gitorious@git.sugarlabs.org:tutorius/mainlinelp458452JCTutorius2009-11-063-161/+146
|\
| * Added a first implementation of a Future in dbustools, using the gtk mainloop...erick2009-11-161-0/+15
| * creator adt migrationSimon Poirier2009-11-152-161/+131
* | Merge branch 'master' of gitorious@git.sugarlabs.org:tutorius/mainlineJCTutorius2009-11-067-128/+479
|\ \ | |/
| * Added **kwargs to the do() for MockAddon used in probetests to follow to catc...erick2009-11-151-1/+1
| * Removed @catch_unimplemented annotation for storetests now that the store is ...erick2009-11-151-12/+0
| * Now skipping coretestserick2009-11-151-0/+1
| * Merge branch 'master' of git://git.sugarlabs.org/tutorius/mainline into engin...engineADTerick2009-11-151-0/+1
| |\
| * | Added tests for the engine, added automatic transition supporterick2009-11-152-18/+84
| * | Merge branch 'engine_tutorial_ADT_migration' into engineADTerick2009-11-122-2/+1
| |\ \
| | * | Removed comment and fixed parameter docerick2009-11-122-2/+1
| * | | add the engine test base skelettonVincent Vinet2009-11-121-0/+80
| * | | Merge branch 'engine_tutorial_ADT_migration' of gitorious@git.sugarlabs.org:t...Vincent Vinet2009-11-110-0/+0
| |\ \ \ | | |/ /
| | * | Fixed probe testsengine_tutorial_ADT_migrationerick2009-11-062-88/+86
| | * | 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