Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
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

  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
    ./lamsfoundation/lams/author/components/Bin.mxml
    • -0
    • +17
    ./lamsfoundation/lams/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.

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

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

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

Validation added for transitions including checking for circuits within learning design

  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

  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

    • -0
    • +20
    ./lamsfoundation/lams/author/events/DropActivityEvent.as
    • -1
    • +11
    ./lamsfoundation/lams/author/events/DropEvent.as
  1. … 1 more file in changeset.
LDEV-2480 Author progress

- Optional activities added

    • -0
    • +150
    ./lamsfoundation/lams/author/components/toolbar/ToolBar.mxml
    • -0
    • +13
    ./lamsfoundation/lams/author/util/Constants.as
  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

  1. … 4 more files in changeset.
LDEV 2480

Flex author progress

- Removed "Dock" bottom menu

- Added file menu + button bar on top

    • -0
    • +59
    ./lamsfoundation/lams/author/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

    • -0
    • +108
    ./lamsfoundation/lams/author/components/LearningLibraryEntryComponent2.mxml
  1. … 5 more files in changeset.
Progres for new author

    • -0
    • +74
    ./lamsfoundation/lams/author/components/CanvasBox.mxml
    • -0
    • +13
    ./lamsfoundation/lams/author/components/transition/DrawingTool.as
    • -0
    • +25
    ./lamsfoundation/lams/author/components/transition/Transition.as
    • -0
    • +12
    ./lamsfoundation/lams/author/events/DropEvent.as
    • -0
    • +19
    ./lamsfoundation/lams/author/events/TransitionEvent.as
    • -16
    • +20
    ./lamsfoundation/lams/author/util/Constants.as
  1. … 2 more files in changeset.
Adding LamsAuthor flex project to the lams_flex project

    • -0
    • +123
    ./lamsfoundation/lams/author/components/LearningLibrary2.mxml
    • -0
    • +15
    ./lamsfoundation/lams/author/events/AuthorEvent.as
    • -0
    • +85
    ./lamsfoundation/lams/author/maps/MainEventMap.mxml
    • -0
    • +23
    ./lamsfoundation/lams/author/maps/ModelMap.mxml
    • -0
    • +77
    ./lamsfoundation/lams/author/model/Activity.as
    • -0
    • +12
    ./lamsfoundation/lams/author/model/ActivityContainer.as
  1. … 423 more files in changeset.