Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tutorius
Commit message (Expand)AuthorAgeFilesLines
* pass the overlayer as a keyword argument for do, enter_editmode and subscribe...Vincent Vinet2009-12-073-22/+94
* forgot to add the exception stringSimon Poirier2009-12-071-3/+3
* fancy traceback for exceptions in addons loading.Simon Poirier2009-12-071-8/+21
* Creator : Adding sources to installed addonsmike2009-12-071-0/+8
* run_dialog in activity context to permit full activity introspection and bene...Simon Poirier2009-12-074-35/+38
* ProbeProxy, Probe : Now generating prefixes inside the Probe for cleaner hand...mike2009-12-073-18/+21
* inspect widgets through probeSimon Poirier2009-12-062-13/+40
* improve coverage report and cleanup old stuffVincent Vinet2009-12-064-878/+0
* Add Event Sources:Vincent Vinet2009-12-065-30/+87
* BoyScout2.0 : Adding type objects support inside the TypeConstraintmike2009-12-062-21/+43
* Boy scout : Fixing tests for properties' valuesmike2009-12-063-2/+115
* Made creator appear on top of everythingerick2009-12-061-0/+2
* Removed unused changes in tutorius/editor.py and merge artifacts for tutorius...erick2009-12-062-42/+15
* Removed extraneous FrameOverlayer introduced with mergeerick2009-12-061-58/+0
* Changed the DragWrapper behavior to use drag-begin, drag-end and the icon cha...mike2009-12-061-2/+57
* First version of FrameProbeerick2009-12-062-15/+146
* Added a special overlayer for displaying on the frameerick2009-12-061-2/+0
* Forgot a activity.get_id() in constructor, fixed uperick2009-12-061-1/+1
* Reexposed explicitly the activity_name and unique_id used in probes for the d...erick2009-12-061-3/+5
* Actions : Correcting drag and drop behaviour on elements that don't support itmike2009-12-061-1/+10
* Overlayer : Code review changesmike2009-12-061-3/+5
* Creator : Corrected the drag'n drop bug, corrected properties update bugmike2009-12-062-4/+6
* Forgot the contants.py fileerick2009-12-061-0/+2
* Changed the DragWrapper behavior to use drag-begin, drag-end and the icon cha...mike2009-12-062-46/+124
* Creator : reverting property container changes (removing the __id broke the e...mike2009-12-062-3/+23
* Creator, Remote : Dual code review power!mike2009-12-045-65/+42
* Merge ../../simpoirs-clone into remote_integrationmike2009-12-046-188/+507
|\
| * Creator : Code review changes 1mike2009-12-042-3/+7
| * Creator : Updating for working property updates from activity to Shell (HACK ...mike2009-12-025-26/+159
| * Creator Multi Process : Adding property update (still needing callback from D...mike2009-12-022-8/+27
| * Merge branch 'master' of git://git.sugarlabs.org/tutorius/simpoirs-clonemike2009-12-0111-279/+870
| |\
| | * creator with probe integration. updating existing objects doesn't work yetSimon Poirier2009-12-013-136/+232
| | * bug fix: add last transition and fix non-linear editionSimon Poirier2009-12-011-6/+57
| | * higher pylint scoreSimon Poirier2009-12-011-21/+31
| * | Remote : Adding tutorial listingmike2009-11-301-1/+2
| * | creator+probes, not entirely working yetSimon Poirier2009-11-244-121/+238
| * | bug fix: add last transition and fix non-linear editionSimon Poirier2009-11-231-6/+57
| * | higher pylint scoreSimon Poirier2009-11-221-21/+31
* | | Remote : Adding commentsmike2009-12-041-1/+1
* | | Corrected store bug where download time was added to the tutorialCharlie2009-12-021-1/+1
| |/ |/|
* | tutorius.overlayer.Overlayer: check is _overlayed is None before calling set_...Vincent Vinet2009-11-301-2/+2
* | LP 448319 : Code review changes for Probe and ProbeManmike2009-11-272-18/+18
* | LP 448319 : Code review changes 2mike2009-11-263-31/+14
* | LP 484518 : Code Review modifications of Enginemike2009-11-253-35/+19
* | LP 448319 : Cleaning up code a bit to make the FSM structure more obvious, Ad...mike2009-11-251-83/+86
* | Boyscout: Removing linear creatormike2009-11-251-94/+0
* | Boy scout : Fixing addon tests!mike2009-11-241-2/+2
* | LP 448319 : Adding engine tests, fixing probe tests, correcting bugs found wi...mike2009-11-243-26/+43
* | LP 448319 : Moved event subscription to asynchronous modemike2009-11-243-76/+224
* | LP 448319 : Moving action installation to asynchronous version with confirmationmike2009-11-243-28/+97