Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
LDEV-1740 Changed double click behaviour of sequence activities within optional sequence to not expand/collapse immediately on mouse release, but instead expand/collapse after a short double click delay, in case the user double clicked. This way the sublists won't expand/contract immediately after the first mouse release, hence allowing for double click input

    • -11
    • +27
    ./lamsfoundation/lams/common/LearnerActivity.as
  1. … 4 more files in changeset.
removed redundant imports.

    • -8
    • +10
    ./lamsfoundation/lams/common/ApplicationParent.as
LDEV-1745 Added comments to improve documentation and assist with understanding of class' purpose and use.

LDEV-1745 Added comments to improve documentation and assist with understanding of class' purpose and use.

    • -42
    • +96
    ./lamsfoundation/lams/common/LearnerActivity.as
    • -46
    • +218
    ./lamsfoundation/lams/common/LearnerComplexActivity.as
LDEV-1827 Author now disallows any attempt to save a learning design to the Lesson Sequence Folder

  1. … 2 more files in changeset.
LDEV-1757 tooltips added for gates in learner progress view

    • -13
    • +42
    ./lamsfoundation/lams/common/LearnerActivity.as
  1. … 1 more file in changeset.
Fixed lost tooltips in learner progress bar (happened sometime after 2.1rc)

    • -4
    • +12
    ./lamsfoundation/lams/common/LearnerActivity.as
  1. … 3 more files in changeset.
cleaned up AS codebase - removing unrequired comments or code

    • -2
    • +2
    ./lamsfoundation/lams/common/ApplicationParent.as
    • -5
    • +3
    ./lamsfoundation/lams/common/Config.as
    • -20
    • +12
    ./lamsfoundation/lams/common/DebugDialog.as
    • -22
    • +26
    ./lamsfoundation/lams/common/PreferencesDialog.as
    • -7
    • +2
    ./lamsfoundation/lams/common/Progress.as
    • -18
    • +2
    ./lamsfoundation/lams/common/Sequence.as
    • -4
    • +2
    ./lamsfoundation/lams/common/ToolTip.as
    • -6
    • +4
    ./lamsfoundation/lams/common/dict/Dictionary.as
    • -10
    • +4
    ./lamsfoundation/lams/common/ui/AlertDialog.as
    • -25
    • +7
    ./lamsfoundation/lams/common/ui/Cursor.as
    • -2
    • +2
    ./lamsfoundation/lams/common/ui/Dialog.as
    • -25
    • +3
    ./lamsfoundation/lams/common/ui/Grid.as
  1. … 97 more files in changeset.
LDEV-1745 Improved opening of sequences (of nested opt seq) when all activities are completed in monitor.

  1. … 3 more files in changeset.
LDEV-1745 Improved behaviour and display of Learner Complex Activity (and nested LCA's), featuring branching, optionals and other complex activities in the progress bar of Monitor and Learner.

    • -9
    • +20
    ./lamsfoundation/lams/common/LearnerActivity.as
    • -72
    • +131
    ./lamsfoundation/lams/common/LearnerComplexActivity.as
  1. … 3 more files in changeset.
LDEV-1745 Improved level setting for active complex activities, and use of level values (parent's level and complexLevel value) to draw amount of dash's in title.

    • -2
    • +1
    ./lamsfoundation/lams/common/LearnerActivity.as
  1. … 3 more files in changeset.
LDEV-1764 Added dash for activities of branches in branching activity. Improved control of opening branches in preview mode (learner) and monitor using active complex method.

    • -10
    • +4
    ./lamsfoundation/lams/common/LearnerActivity.as
  1. … 4 more files in changeset.
Fixed learner controller bug.

    • -13
    • +10
    ./lamsfoundation/lams/common/LearnerActivity.as
  1. … 5 more files in changeset.
LDEV-1697 Dashes added for nested activities

    • -8
    • +4
    ./lamsfoundation/lams/common/LearnerActivity.as
  1. … 1 more file in changeset.
LDEV-1697 Added dash for children of optional sequence.

    • -0
    • +8
    ./lamsfoundation/lams/common/LearnerActivity.as
  1. … 1 more file in changeset.
LDEV-1649 LDEV-1650 Added functionality to copy/pastle optional and parallel activities.

  1. … 14 more files in changeset.
LDEV-1668 Fixed problem context menu not functioning properly in linux in monitor

  1. … 2 more files in changeset.
LDEV-1675 Added insert/merge feature for Live Edit.

  1. … 4 more files in changeset.
LDEV-1653 Enabled view -> learners on all tabs.

  1. … 2 more files in changeset.
LDEV-1653 Removed edit menu and fixed sequence tab menu item label under the go menu.

    • -14
    • +2
    ./lamsfoundation/lams/common/ui/LFMenuBar.as
  1. … 2 more files in changeset.
append - for accessibility purposes when no of levels deep

    • -0
    • +5
    ./lamsfoundation/lams/common/LearnerActivity.as
  1. … 1 more file in changeset.
LDEV-1641 Shorter tool tip delay.

    • -1
    • +1
    ./lamsfoundation/lams/common/ToolTip.as
  1. … 1 more file in changeset.
LDEV-1635 Fixed dialog to handle all branching types.

  1. … 5 more files in changeset.
LDEV-1635 Added dialog to view conditions to branches mappings in Monitor.

  1. … 8 more files in changeset.
LDEV-1618 Updated all modules using the preloader to use a single loader (progress bar) for preloading and initialising the application. Centering position fixed to centre, preloading swf was missing Stage alignment.

    • -4
    • +4
    ./lamsfoundation/lams/common/ApplicationParent.as
  1. … 16 more files in changeset.
LDEV-1585 Fixed bug with activeComplex (LearnerComplexActivity) - multiple refresh calls were potential happening from the parallel activity loaded in the two frame sending two progress update calls at same time. Handling multiple refresh calls and fixed a few other misc bugs.

  1. … 4 more files in changeset.
LDEV-1485 Corrected removal and redrawing when a complex activity is active (optional or parallel).

  1. … 3 more files in changeset.
LDEV-1577 Enabled style-based colouring of background/border LearnerComplexActivity component. Auto-opening of complex children when active.

  1. … 4 more files in changeset.
LDEV-1580 Added default next to branch name LDEV-750 Added import sequence (insert) into another sequence function in Author; added Menu item to file menu and enable property control; modified Workspace to handle INSERT mode.

    • -2
    • +13
    ./lamsfoundation/lams/common/ui/LFMenuBar.as
  1. … 6 more files in changeset.
LDEV-1399 Fix for tool activities not showing in author

  1. … 6 more files in changeset.