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
    ./author/components/PropertyInspector.mxml
    • -2
    • +10
    ./author/components/activity/ActivityComponent.mxml
    • -1
    • +1
    ./author/components/toolbar/ToolBar.mxml
    • -46
    • +24
    ./author/controller/AuthorController.as
    • -0
    • +105
    ./author/controller/PropertyInspectorController.as
    • -0
    • +44
    ./author/model/activity/ActivityFactory.as
    • -0
    • +19
    ./author/model/activity/group/Group.as
    • -0
    • +82
    ./author/model/activity/group/GroupActivity.as
  1. … 3 more files in changeset.
LDEV-2480 Author progress

Fixing up the appearance of the selected activity

    • -4
    • +5
    ./author/components/PropertyInspector.mxml
    • -2
    • +19
    ./author/controller/AuthorController.as
    • -0
    • +2
    ./author/model/activity/ActivityFactory.as
    • -0
    • +2
    ./author/model/activity/ToolActivity.as
LDEV-2480 Author progress

Fixing up the appearance of the selected activity

LDEV-2480 Author progress

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

    • -1
    • +8
    ./author/components/toolbar/ToolBar.mxml
    • -6
    • +15
    ./author/controller/AuthorController.as
LDEV-2480 Author progress

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

    • -5
    • +30
    ./author/components/activity/ActivityComponent.mxml
    • -4
    • +7
    ./author/controller/AuthorController.as
    • -12
    • +0
    ./author/model/ActivityContainer.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
    ./author/components/LearningLibrary2.mxml
    • -25
    • +16
    ./author/components/LearningLibraryEntryComponent.mxml
    • -108
    • +0
    ./author/components/LearningLibraryEntryComponent2.mxml
    • -333
    • +19
    ./author/components/PropertyInspector.mxml
    • -164
    • +74
    ./author/components/activity/ActivityComponent.mxml
    • -0
    • +65
    ./author/components/activity/ActivityComponentFactory.as
    • -10
    • +16
    ./author/components/toolbar/ToolBar.mxml
    • -10
    • +24
    ./author/components/transition/TransitionComponent.as
  1. … 18 more files in changeset.
LDEV-2480 Author progress

Fixing up structure

Adding fisrt steps towards auto-generated branching

    • -0
    • +1
    ./author/components/LearningLibrary.mxml
    • -0
    • +1
    ./author/components/PropertyInspector.mxml
    • -35
    • +52
    ./author/components/activity/ActivityComponent.mxml
    • -0
    • +28
    ./author/components/activity/BranchPoint.mxml
    • -6
    • +7
    ./author/components/toolbar/ToolBar.mxml
    • -46
    • +142
    ./author/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

    • -36
    • +106
    ./author/components/PropertyInspector.mxml
    • -3
    • +46
    ./author/components/activity/ActivityComponent.mxml
    • -63
    • +93
    ./author/controller/AuthorController.as
    • -0
    • +19
    ./author/events/ToolActivityEvent.as
    • -0
    • +31
    ./author/model/ToolOutputDefinition.as
    • -78
    • +80
    ./author/model/learninglibrary/Tool.as
    • -0
    • +11
    ./author/util/TestingConstants.as
  1. … 2 more files in changeset.
LDEV-2480 Author progress

Progress work on property inspector for tool activities

    • -1
    • +71
    ./author/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
    ./author/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
    ./author/components/PropertyInspector.mxml
    • -11
    • +7
    ./author/components/toolbar/ToolBar.mxml
    • -1
    • +1
    ./author/controller/AuthorController.as
  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
    ./author/components/PropertyInspector.mxml
    • -14
    • +30
    ./author/components/activity/ActivityComponent.mxml
    • -0
    • +39
    ./author/components/activity/group/GroupActivityComponent.mxml
    • -0
    • +48
    ./author/components/activity/group/NameGroupsWindow.mxml
    • -0
    • +11
    ./author/components/toolbar/SystemToolComponent.mxml
    • -8
    • +45
    ./author/components/toolbar/ToolBar.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

    • -0
    • +1
    ./author/controller/AuthorController.as
LDEV-2480 Author progress

Added bin functionality for deleting activities and transitions

    • -0
    • +64
    ./author/components/Bin.mxml
    • -16
    • +6
    ./author/components/CanvasArea.mxml
    • -10
    • +7
    ./author/components/activity/ActivityComponent.mxml
    • -0
    • +60
    ./author/controller/AuthorController.as
    • -0
    • +17
    ./author/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
    ./author/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

    • -81
    • +4
    ./author/components/CanvasArea.mxml
    • -48
    • +17
    ./author/components/CanvasBox.mxml
    • -0
    • +57
    ./author/components/PropertyInspector.mxml
    • -33
    • +35
    ./author/components/activity/ActivityComponent.mxml
  1. … 4 more files in changeset.
LDEV-2480 Author progress

Validation added for transitions including checking for circuits within learning design

    • -20
    • +52
    ./author/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.

    • -4
    • +8
    ./author/controller/AuthorController.as
  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
    ./author/components/LearningLibrary.mxml
    • -38
    • +109
    ./author/components/toolbar/ToolBar.mxml
    • -0
    • +7
    ./author/controller/AuthorController.as
  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.

    • -3
    • +17
    ./author/components/activity/ActivityComponent.mxml
    • -3
    • +4
    ./author/controller/AuthorController.as
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

    • -25
    • +34
    ./author/components/activity/ActivityComponent.mxml
    • -3
    • +143
    ./author/controller/AuthorController.as
    • -0
    • +20
    ./author/events/DropActivityEvent.as
  1. … 1 more file in changeset.
LDEV-2480 Author progress

- Optional activities added

    • -129
    • +0
    ./author/components/ToolBar.mxml
    • -30
    • +0
    ./author/components/ToolBarDropDown.mxml
    • -15
    • +30
    ./author/components/activity/ActivityComponent.mxml
    • -0
    • +150
    ./author/components/toolbar/ToolBar.mxml
    • -0
    • +30
    ./author/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

    • -50
    • +23
    ./author/components/CanvasArea.mxml
  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

    • -17
    • +76
    ./author/components/ToolBar.mxml
    • -0
    • +30
    ./author/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

    • -8
    • +10
    ./author/components/CanvasArea.mxml
    • -8
    • +11
    ./author/components/LearningLibrary.mxml
    • -0
    • +59
    ./author/components/ToolBar.mxml
    • -1
    • +1
    ./author/controller/AuthorController.as
  1. … 20 more files in changeset.
LDEV-2480 Author progress

- Fixing issue with transitions when moving activities

    • -16
    • +19
    ./author/components/activity/ActivityComponent.mxml
  1. … 1 more file in changeset.
LDEV-2480 Author progress

- Transitions added with arrows

- Rudimentry minimise for bottom menu

- Combined activities made smaller

    • -7
    • +15
    ./author/components/CanvasArea.mxml
    • -72
    • +80
    ./author/components/LearningLibrary.mxml
    • -3
    • +18
    ./author/components/LearningLibrary2.mxml
    • -0
    • +62
    ./author/components/LearningLibraryEntryComponent.mxml
    • -0
    • +108
    ./author/components/LearningLibraryEntryComponent2.mxml
    • -187
    • +0
    ./author/components/activity/ActivityComponent.as
    • -0
    • +186
    ./author/components/activity/ActivityComponent.mxml
    • -0
    • +42
    ./author/components/transition/TransitionComponent.as
  1. … 5 more files in changeset.
Progres for new author

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