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

LDEV-2480 Author progress

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

    • -0
    • +719
    ./mx/managers/dragClasses/DragProxy.as
LDEV-2480 Author progress

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

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

Fixing up structure

Adding fisrt steps towards auto-generated branching

    • -0
    • +86
    ./assets/test/default/sampleToolOutputDefinition.xml
  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

    • -0
    • +31
    ./org/lamsfoundation/lams/author/model/ToolOutputDefinition.as
    • -0
    • +11
    ./org/lamsfoundation/lams/author/util/TestingConstants.as
LDEV-2480 Author progress

Progress work on property inspector for tool activities

LDEV-2480 Author progress

Fixing up property bar min/max icon

  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

    • binary
    ./assets/icons/maximise.png
    • binary
    ./assets/icons/minimise.png
  1. … 2 more files in changeset.
LDEV-2480 Author progress

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

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

    • -0
    • +23
    ./assets/css/author.css
    • -0
    • +10
    ./assets/languages/newLanguageKeys.xml
  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

    • binary
    ./assets/icons/bin.png
    • binary
    ./assets/icons/bin_over.png
    • -0
    • +64
    ./org/lamsfoundation/lams/author/components/Bin.mxml
  1. … 1 more file in changeset.
LDEV-2480 Author progress

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

    • -0
    • +56
    ./assets/css/propertyInspector.css
LDEV-2480 Author progress

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

    • -0
    • +1041
    ./assets/languages/en_AU_dictionary.xml
LDEV-2480 Author progress

Validation added for transitions including checking for circuits within learning design

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.

    • -2
    • +138
    ./assets/languages/dictionary.xml
  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.

    • -0
    • +7
    ./assets/languages/dictionary.xml
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
    • +4335
    ./assets/flashxml/authoring/en_AU_dictionary.xml
  1. … 97 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

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

- Optional activities added

    • -0
    • +150
    ./org/lamsfoundation/lams/author/components/toolbar/ToolBar.mxml
LDEV-2480 Author progress

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

LDEV-2480 Author progress

- Added rudimentary zooming capabilities

    • binary
    ./assets/icons/cursor.png
LDEV 2480

Flex author progress

- Added tool bar drop downs for grouping/optional etc

- Tool bar general layout completed

    • binary
    ./assets/icons/branch.png
    • binary
    ./assets/icons/converge.png
    • binary
    ./assets/icons/gate.png
LDEV 2480

Flex author progress

- Removed "Dock" bottom menu

- Added file menu + button bar on top

    • -0
    • +6
    ./assets/css/toolBar.css
    • binary
    ./assets/icons/copy.png
    • binary
    ./assets/icons/flow.png
    • binary
    ./assets/icons/group.png
    • binary
    ./assets/icons/new.png
    • binary
    ./assets/icons/open.png
    • binary
    ./assets/icons/optional.png
    • binary
    ./assets/icons/paste.png
    • binary
    ./assets/icons/preview.png
    • binary
    ./assets/icons/save.png
    • binary
    ./assets/icons/transition.png
    • binary
    ./assets/icons/zoom_in.png
  1. … 12 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

    • -65
    • +74
    ./assets/css/learningLibrary.css
    • binary
    ./assets/images/icon_minimize.gif
    • binary
    ./assets/images/portlet_minimize_icon_off.gif
  1. … 5 more files in changeset.
Progres for new author

    • -0
    • +74
    ./org/lamsfoundation/lams/author/components/CanvasBox.mxml
    • -0
    • +12
    ./org/lamsfoundation/lams/author/events/DropEvent.as
    • -0
    • +19
    ./org/lamsfoundation/lams/author/events/TransitionEvent.as
  1. … 1 more file in changeset.