Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-2480 Author progress

Work on property inspectore to use binding instead of stated to determine the layout.

Group activities finished

    • -16
    • +154
    ./components/PropertyInspector.mxml
    • -46
    • +24
    ./controller/AuthorController.as
    • -0
    • +105
    ./controller/PropertyInspectorController.as
    • -0
    • +44
    ./model/activity/ActivityFactory.as
    • -0
    • +19
    ./model/activity/group/Group.as
    • -0
    • +82
    ./model/activity/group/GroupActivity.as
  1. … 3 more files in changeset.
LDEV-2480 Author progress

Fixing up the appearance of the selected activity

LDEV-2480 Author progress

Fixing up the appearance of the selected activity

    • -8
    • +7
    ./components/activity/BranchPoint.mxml
LDEV-2480 Author progress

Fixing drag and drop to appear nicely and not move when you drop the activity

LDEV-2480 Author progress

Fixing drag and drop to appear nicely and not move when you drop the activity

    • -2
    • +12
    ./components/LearningLibraryEntryComponent.mxml
    • -13
    • +0
    ./components/transition/DrawingTool.as
  1. … 1 more file in changeset.
LDEV-2480 Author progress

Restructuring of author project to seperate model and view properly. Views are now binded to model objects

    • -144
    • +0
    ./components/LearningLibrary2.mxml
    • -25
    • +16
    ./components/LearningLibraryEntryComponent.mxml
    • -108
    • +0
    ./components/LearningLibraryEntryComponent2.mxml
    • -333
    • +19
    ./components/PropertyInspector.mxml
    • -164
    • +74
    ./components/activity/ActivityComponent.mxml
    • -0
    • +65
    ./components/activity/ActivityComponentFactory.as
    • -57
    • +22
    ./components/activity/CombinedActivityComponent.mxml
    • -16
    • +12
    ./components/activity/OptionalActivityComponent.mxml
    • -51
    • +18
    ./components/activity/ToolActivityComponent.mxml
    • -10
    • +16
    ./components/toolbar/ToolBar.mxml
  1. … 18 more files in changeset.
LDEV-2480 Author progress

Fixing up structure

Adding fisrt steps towards auto-generated branching

    • -2
    • +2
    ./components/LearningLibraryEntryComponent.mxml
    • -2
    • +2
    ./components/LearningLibraryEntryComponent2.mxml
    • -0
    • +28
    ./components/activity/BranchPoint.mxml
    • -46
    • +142
    ./controller/AuthorController.as
  1. … 4 more files in changeset.
LDEV-2480 Author progress

Tool activity property inspector:

- Gets available groups for toolactivity

- Gets possible tool outputs

TODO: Competence editor

    • -2
    • +2
    ./components/LearningLibraryEntryComponent.mxml
    • -36
    • +106
    ./components/PropertyInspector.mxml
    • -40
    • +16
    ./components/activity/ToolActivityComponent.mxml
    • -63
    • +93
    ./controller/AuthorController.as
    • -0
    • +19
    ./events/ToolActivityEvent.as
    • -0
    • +31
    ./model/ToolOutputDefinition.as
    • -0
    • +11
    ./util/TestingConstants.as
  1. … 2 more files in changeset.
LDEV-2480 Author progress

Progress work on property inspector for tool activities

    • -1
    • +71
    ./components/PropertyInspector.mxml
  1. … 1 more file in changeset.
LDEV-2480 Author progress

- Added minimise/maximise functionality to propertyInspector (Added to lamscommon components for re-use

- The layout size greatly reduced for propertyInspector

    • -91
    • +155
    ./components/PropertyInspector.mxml
  1. … 5 more files in changeset.
LDEV-2480 Author progress

Group implementation first round completed, there is interfaces for all types of grouping

    • -7
    • +97
    ./components/PropertyInspector.mxml
  1. … 2 more files in changeset.
LDEV-2480 Author progress

Added group activities, random activities completes

Work on the property inspector, now when you click on a random group activity, it populates the property inspector for you

    • -29
    • +102
    ./components/PropertyInspector.mxml
    • -0
    • +39
    ./components/activity/group/GroupActivityComponent.mxml
    • -0
    • +8
    ./components/activity/group/LearnerGroupActivityComponent.mxml
    • -0
    • +8
    ./components/activity/group/MonitorGroupActivityComponent.mxml
    • -0
    • +48
    ./components/activity/group/NameGroupsWindow.mxml
    • -0
    • +28
    ./components/activity/group/RandomGroupActivityComponent.mxml
    • -11
    • +0
    ./components/toolbar/SystemActivityComponent.mxml
    • -0
    • +11
    ./components/toolbar/SystemToolComponent.mxml
  1. … 9 more files in changeset.
LDEV-2480 Author progress

Fixed a little bug that arose because the activity state wasnt returned to normal for the source activity after a transition is completed

LDEV-2480 Author progress

Added bin functionality for deleting activities and transitions

    • -0
    • +64
    ./components/Bin.mxml
    • -0
    • +17
    ./events/AuthorActivityEvent.as
  1. … 3 more files in changeset.
LDEV-2480 Author progress

Progress on the property inspector, now it loses opcaity nicely when your mouse leaves the area.

    • -22
    • +51
    ./components/PropertyInspector.mxml
  1. … 1 more file in changeset.
LDEV-2480 Author progress

Property inspector added, first version allows you to change the activity title

    • -0
    • +57
    ./components/PropertyInspector.mxml
  1. … 4 more files in changeset.
LDEV-2480 Author progress

Validation added for transitions including checking for circuits within learning design

    • -20
    • +52
    ./controller/AuthorController.as
  1. … 2 more files in changeset.
LDEV-2480 Author progress

- Added optional fallback language file to the dictionary library. Now if there is a key that isnt translated, it will fallback to the the file specified to find the label. If it still cant be found "??" + key + "??" is returned as with the java languages file implementation.

  1. … 3 more files in changeset.
LDEV-2480 Author progress

- Added i18n to project, now reads from xml language files

- Toolbar language done apart from file menu

- Learning library translated

TODO:

- Need to have fallback language entries for un-translated labels

    • -12
    • +17
    ./components/LearningLibrary.mxml
    • -38
    • +109
    ./components/toolbar/ToolBar.mxml
  1. … 106 more files in changeset.
LDEV-2480 Author progress

- Improved the drag drop by adding a mouse offset based on where you click on the activity when you want to drag it.... still no 100% accurate.

LDEV-2480 Author progress

- Improved the drag drop by adding a mouse offset based on where you click on the activity when you want to drag it.... still no 100% accurate.

LDEV-2480 Author progress

- Splitting events and controller away from the model and view, ie:

- ActivityComponent no longer handles transition end

- CanvasBox no longer handles activity drop for drag and drop

This is handled by AuthorController so we can keep track of the current state of the learning design

    • -3
    • +143
    ./controller/AuthorController.as
    • -0
    • +20
    ./events/DropActivityEvent.as
  1. … 1 more file in changeset.
LDEV-2480 Author progress

- Optional activities added

    • -2
    • +1
    ./components/LearningLibraryEntryComponent.mxml
    • -0
    • +77
    ./components/activity/OptionalActivityComponent.mxml
    • -0
    • +11
    ./components/toolbar/SystemActivityComponent.mxml
    • -0
    • +150
    ./components/toolbar/ToolBar.mxml
    • -0
    • +30
    ./components/toolbar/ToolBarDropDown.mxml
  1. … 1 more file in changeset.
LDEV-2480 Author progress

- Zooming done fore now, zoom happens with button rather than cursor

  1. … 1 more file in changeset.
LDEV-2480 Author progress

- Added rudimentary zooming capabilities

  1. … 2 more files in changeset.
LDEV 2480

Flex author progress

- Added tool bar drop downs for grouping/optional etc

- Tool bar general layout completed

    • -0
    • +30
    ./components/ToolBarDropDown.mxml
  1. … 4 more files in changeset.
LDEV 2480

Flex author progress

- Removed "Dock" bottom menu

- Added file menu + button bar on top

    • -1
    • +6
    ./components/LearningLibraryEntryComponent.mxml
    • -0
    • +59
    ./components/ToolBar.mxml
  1. … 20 more files in changeset.
LDEV-2480 Author progress

- Fixing issue with transitions when moving activities

  1. … 1 more file in changeset.
LDEV-2480 Author progress

- Transitions added with arrows

- Rudimentry minimise for bottom menu

- Combined activities made smaller

    • -72
    • +80
    ./components/LearningLibrary.mxml
    • -0
    • +62
    ./components/LearningLibraryEntryComponent.mxml
    • -0
    • +108
    ./components/LearningLibraryEntryComponent2.mxml
    • -187
    • +0
    ./components/activity/ActivityComponent.as
    • -0
    • +186
    ./components/activity/ActivityComponent.mxml
    • -4
    • +12
    ./components/activity/CombinedActivityComponent.mxml
    • -61
    • +0
    ./components/activity/LearningLibraryEntryComponent.mxml
    • -107
    • +0
    ./components/activity/LearningLibraryEntryComponent2.mxml
    • -25
    • +0
    ./components/transition/Transition.as
    • -0
    • +42
    ./components/transition/TransitionComponent.as
  1. … 5 more files in changeset.
Progres for new author

    • -137
    • +134
    ./components/CanvasArea.mxml
    • -0
    • +74
    ./components/CanvasBox.mxml
    • -123
    • +129
    ./components/LearningLibrary2.mxml
    • -38
    • +186
    ./components/activity/ActivityComponent.as
    • -69
    • +69
    ./components/activity/CombinedActivityComponent.mxml
    • -66
    • +67
    ./components/activity/ToolActivityComponent.mxml
    • -0
    • +13
    ./components/transition/DrawingTool.as
    • -0
    • +33
    ./components/transition/DrawingToolManager.as
    • -0
    • +25
    ./components/transition/Transition.as
    • -36
    • +43
    ./controller/AuthorController.as
    • -0
    • +12
    ./events/DropEvent.as
    • -0
    • +19
    ./events/TransitionEvent.as
  1. … 2 more files in changeset.