Clone Tools
  • last updated a few seconds ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
add todo

    • -0
    • +1
    ./lamsfoundation/lams/common/ui/Cursor.as
added doubleclick time constant

    • -1
    • +6
    ./lamsfoundation/lams/common/Config.as
fix handlers

Initial comit of Cursor class

    • -0
    • +78
    ./lamsfoundation/lams/common/ui/Cursor.as
added cursors calls

correct Transition word

    • -1
    • +1
    ./lamsfoundation/lams/common/dict/Dictionary.as
Add transition handler

implemented loadXML() for unwrapped packets and sendAndReceive() and cleaned up code + comments

Implemeted queuing for getRequest() calls to handle simultaneous multiple XML requests

created

    • -0
    • +29
    ./lamsfoundation/lams/common/util/NumberUtils.as
    • -0
    • +133
    ./lamsfoundation/lams/common/util/StringUtils.as
*** empty log message ***

    • -1
    • +1
    ./lamsfoundation/lams/common/util/MovieLoader.as
remove breakpoint

changed dimensions

put in dummy server defaults, getItem(),setItem() + save/open from disk

    • -21
    • +164
    ./lamsfoundation/lams/common/Config.as
changed so that styles can be loaded individually from disk or server

changed to use dictionary for populating

    • -12
    • +14
    ./lamsfoundation/lams/common/ui/LFMenuBar.as
cosmetic changes

    • -1
    • +1
    ./lamsfoundation/lams/common/ws/WorkspaceView.as
implemented purge function and flags to serialize/de-serialize data

made singleton and implemented logic to retrieve from server if not available locally

    • -88
    • +129
    ./lamsfoundation/lams/common/dict/Dictionary.as
lowercase p in classname to uppercase

    • -0
    • +300
    ./lamsfoundation/lams/common/PreferencesDialog.as
    • -155
    • +0
    ./lamsfoundation/lams/common/preferencesDialog.as
Added: /** * Serialzes an object into WDDX XML * @usage var wddxXML:XML = commsInstance.serializeObj(obj); * @param dto The object to be serialized * @return sXML WDDX Serialized XML */ public function serializeObj(dto:Object):XML{ var sXML:XML = new XML(); sXML = wddx.serialize(dto); return sXML; }

added comments to what sendAndRecive function should do

remove a breakpoint

remove a breakpoint

added isFullURL to communication class

fix a coupe of bugs, call setDefaults() in the constructor, change name of serverURL, comment out call to set _configData as caused crash

    • -6
    • +16
    ./lamsfoundation/lams/common/Config.as
added request handlers Hashtable delcaration

changes to layout. Grid now resizes on setSize

    • -0
    • +4
    ./lamsfoundation/lams/common/ui/Grid.as
added handler code for dialog OK event and subsequent forwarding to itemSelected()

    • -112
    • +138
    ./lamsfoundation/lams/common/ws/WorkspaceDialog.as
    • -6
    • +41
    ./lamsfoundation/lams/common/ws/WorkspaceView.as
added contentLoaded() method