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

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

- The layout size greatly reduced for propertyInspector

    • -0
    • +6
    ./LamsAuthor/src/assets/css/propertyInspector.css
    • binary
    ./LamsAuthor/src/assets/icons/maximise.png
    • binary
    ./LamsAuthor/src/assets/icons/minimise.png
    • -125
    • +126
    ./LamsFlexCommon/.flexLibProperties
LDEV-2480 Author progress

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

    • -0
    • +36
    ./LamsAuthor/src/assets/languages/dictionary.xml
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
    ./LamsAuthor/src/assets/css/author.css
    • -7
    • +6
    ./LamsAuthor/src/assets/css/propertyInspector.css
    • -0
    • +4
    ./LamsAuthor/src/assets/languages/dictionary.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

    • -188
    • +0
    ./LamsAuthor/ActivityComponent.as
    • binary
    ./LamsAuthor/src/assets/icons/bin.png
    • binary
    ./LamsAuthor/src/assets/icons/bin_over.png
adding cvsignore file to LamsAuthor

LDEV-2480 Author progress

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

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

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

    • -0
    • +7
    ./LamsAuthor/src/assets/languages/dictionary.xml
    • -0
    • +1041
    ./LamsAuthor/src/assets/languages/en_AU_dictionary.xml
LDEV-2480 Author progress

Validation added for transitions including checking for circuits within learning design

    • -0
    • +9
    ./LamsAuthor/src/assets/languages/dictionary.xml
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.

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
    ./LamsAuthor/src/assets/languages/dictionary.xml
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
    ./LamsAuthor/src/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. … 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

    • -19
    • +28
    ./LamsAuthor/.actionScriptProperties
LDEV-2480 Author progress

- Optional activities added

LDEV-2480 Author progress

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

LDEV-2480 Author progress

- Added rudimentary zooming capabilities

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

Flex author progress

- Added tool bar drop downs for grouping/optional etc

- Tool bar general layout completed

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

Flex author progress

- Removed "Dock" bottom menu

- Added file menu + button bar on top

    • -116
    • +0
    ./LamsAuthor/LearningLibrary2.mxml
    • -61
    • +0
    ./LamsAuthor/LearningLibraryEntryComponent.as
    • -28
    • +0
    ./LamsAuthor/ToolActivityComponent.as
    • -21
    • +29
    ./LamsAuthor/src/LamsAuthor.mxml
    • -7
    • +0
    ./LamsAuthor/src/assets/css/activities.css
    • -1
    • +5
    ./LamsAuthor/src/assets/css/learningLibrary.css
    • -0
    • +6
    ./LamsAuthor/src/assets/css/toolBar.css
    • binary
    ./LamsAuthor/src/assets/icons/copy.png
    • binary
    ./LamsAuthor/src/assets/icons/flow.png
    • binary
    ./LamsAuthor/src/assets/icons/group.png
    • binary
    ./LamsAuthor/src/assets/icons/new.png
    • binary
    ./LamsAuthor/src/assets/icons/open.png
    • binary
    ./LamsAuthor/src/assets/icons/optional.png
    • binary
    ./LamsAuthor/src/assets/icons/paste.png
  1. … 12 more files in changeset.
LDEV-2480 Author progress

- Fixing issue with transitions when moving activities

    • -65
    • +74
    ./LamsAuthor/bin-debug/assets/css/learningLibrary.css
LDEV-2480 Author progress

- Transitions added with arrows

- Rudimentry minimise for bottom menu

- Combined activities made smaller

    • -0
    • +188
    ./LamsAuthor/ActivityComponent.as
    • -65
    • +74
    ./LamsAuthor/src/assets/css/learningLibrary.css
    • binary
    ./LamsAuthor/src/assets/images/icon_minimize.gif
    • binary
    ./LamsAuthor/src/assets/images/portlet_minimize_icon_off.gif
  1. … 5 more files in changeset.
Adding arrow library to common - to be used for flex author

    • -144
    • +147
    ./LamsFlexCommon/.flexLibProperties
    • -0
    • +133
    ./LamsFlexCommon/src/com/dncompute/geom/GeomUtil.as
    • -0
    • +81
    ./LamsFlexCommon/src/com/dncompute/graphics/ArrowStyle.as
    • -0
    • +158
    ./LamsFlexCommon/src/com/dncompute/graphics/GraphicsUtil.as
Progres for new author

    • -112
    • +116
    ./LamsAuthor/LearningLibrary2.mxml
    • -76
    • +80
    ./LamsAuthor/src/LamsAuthor.mxml
Adding LamsAuthor flex project to the lams_flex project

    • -0
    • +19
    ./LamsAuthor/.actionScriptProperties
    • -0
    • +2
    ./LamsAuthor/.flexProperties
    • -0
    • +19
    ./LamsAuthor/.project
    • -0
    • +112
    ./LamsAuthor/LearningLibrary2.mxml
    • -0
    • +61
    ./LamsAuthor/LearningLibraryEntryComponent.as
    • -0
    • +28
    ./LamsAuthor/ToolActivityComponent.as
    • -0
    • +3
    ./LamsAuthor/.settings/org.eclipse.core.resources.prefs
    • -0
    • +278
    ./LamsAuthor/bin-debug/AC_OETags.js
    • -0
    • +121
    ./LamsAuthor/bin-debug/FlexGmap.html
    • binary
    ./LamsAuthor/bin-debug/FlexGmap.swf
    • -0
    • +121
    ./LamsAuthor/bin-debug/LamsFlexAuthor.html
    • binary
    ./LamsAuthor/bin-debug/LamsFlexAuthor.swf
    • binary
    ./LamsAuthor/bin-debug/playerProductInstall.swf
    • -0
    • +7
    ./LamsAuthor/bin-debug/assets/css/activities.css
    • -0
    • +66
    ./LamsAuthor/bin-debug/assets/css/learningLibrary.css
  1. … 423 more files in changeset.
Moving flex projects under a lams_flex project instead of lams_flash

    • -0
    • +16
    ./BranchManager/.actionScriptProperties
    • -0
    • +2
    ./BranchManager/.flexProperties
    • -0
    • +30
    ./BranchManager/.project
    • -0
    • +3
    ./BranchManager/.settings/org.eclipse.core.resources.prefs
    • -0
    • +278
    ./BranchManager/html-template/AC_OETags.js
    • -0
    • +121
    ./BranchManager/html-template/index.template.html
    • binary
    ./BranchManager/html-template/playerProductInstall.swf
    • -0
    • +423
    ./BranchManager/src/BranchManager.mxml
    • -0
    • +18
    ./CloudWizard/.actionScriptProperties
    • -0
    • +2
    ./CloudWizard/.flexProperties
    • -0
    • +25
    ./CloudWizard/.project
    • -0
    • +3
    ./CloudWizard/.settings/org.eclipse.core.resources.prefs
    • -0
    • +292
    ./CloudWizard/html-template/AC_OETags.js
    • -0
    • +121
    ./CloudWizard/html-template/index.template.html
  1. … 1266 more files in changeset.