My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Last 30 days

  • Dec 09, 2009
    r218 (Added tests for the new DataMap store system) committed by djhalon   -   Added tests for the new DataMap store system
    Added tests for the new DataMap store system
  • Dec 09, 2009
    r217 (Added MapStore system to core * MapTargets now take a store ...) committed by djhalon   -   Added MapStore system to core * MapTargets now take a store property which allows a MapStore to be defined * supports both instances and self-storage * supports wrapping and complex data types * fully tested
    Added MapStore system to core * MapTargets now take a store property which allows a MapStore to be defined * supports both instances and self-storage * supports wrapping and complex data types * fully tested

Earlier this year

  • Nov 12, 2009
    LocalConnectionManager (The LocalConnection Manager supports Flash's LocalConnection...) Wiki page commented on by leef918   -   不错
    不错
  • Sep 16, 2009
    issue 2 (could SelectionGroup/SelectionController dispatch events?) reported by keanepaddy   -   wouldn't it be useful to broadcast an event when the selection changes? i.e import com.developmentarc.core.controllers.SelectionGroup; import com.developmentarc.core.controllers.SelectionEvent; var item1:Page = new Page(); var item2:Page = new Page(); var items:Array = [item1,item2]; var selectionGroup:SelectionGroup = new SelectionGroup(); selectionGroup.items = items; addChild( item1 ); addChild( item2 ); selectionGroup.addEventListener(SelectionEvent.CHANGE, onChangeHandler); function onChangeHandler(e:SelectionEvent):void { trace("selectionChanged: index = " + e.index); trace("selectionChanged: target " + e.target); }
    wouldn't it be useful to broadcast an event when the selection changes? i.e import com.developmentarc.core.controllers.SelectionGroup; import com.developmentarc.core.controllers.SelectionEvent; var item1:Page = new Page(); var item2:Page = new Page(); var items:Array = [item1,item2]; var selectionGroup:SelectionGroup = new SelectionGroup(); selectionGroup.items = items; addChild( item1 ); addChild( item2 ); selectionGroup.addEventListener(SelectionEvent.CHANGE, onChangeHandler); function onChangeHandler(e:SelectionEvent):void { trace("selectionChanged: index = " + e.index); trace("selectionChanged: target " + e.target); }
  • Sep 12, 2009
    r216 (* added support for headers in HTTPRequests) committed by djhalon   -   * added support for headers in HTTPRequests
    * added support for headers in HTTPRequests
  • Aug 14, 2009
    r215 (* exposing properties of the undo/redo command stacks in the...) committed by djhalon   -   * exposing properties of the undo/redo command stacks in the history manager
    * exposing properties of the undo/redo command stacks in the history manager
  • Aug 13, 2009
    SelectionManagementSystem (The Selection Management system enables any type of object t...) Wiki page commented on by dw65047   -   fantastic stuff try<%%%?>
    fantastic stuff try<%%%?>
  • Jul 14, 2009
    r214 (Added test for allowing incremental updates of complexProper...) committed by djhalon   -   Added test for allowing incremental updates of complexProperty objects in the DataMapping system.
    Added test for allowing incremental updates of complexProperty objects in the DataMapping system.
  • Jul 14, 2009
    r213 (* Fixing issue where a complexProperty that has not been def...) committed by djhalon   -   * Fixing issue where a complexProperty that has not been defined was not ignored.
    * Fixing issue where a complexProperty that has not been defined was not ignored.
  • Jul 14, 2009
    r212 (* added unit tests and example for data mapping) committed by djhalon   -   * added unit tests and example for data mapping
    * added unit tests and example for data mapping
  • Jul 14, 2009
    r211 (Added the DataMapping system to core.) committed by djhalon   -   Added the DataMapping system to core.
    Added the DataMapping system to core.
  • Jun 19, 2009
    EventBroker (ActionScript 3 implementation of the publisher / subscriber ...) Wiki page edited by djhalon
  • Jun 19, 2009
    EventBroker (ActionScript 3 implementation of the publisher / subscriber ...) Wiki page edited by djhalon
  • May 21, 2009
    r208 (added clear history to historyActionDelegate) committed by lerivin   -   added clear history to historyActionDelegate
    added clear history to historyActionDelegate
  • May 20, 2009
    r207 (* added missing event types and checks to local connection m...) committed by djhalon   -   * added missing event types and checks to local connection manager
    * added missing event types and checks to local connection manager
  • May 20, 2009
    r206 (Added useHistory flag to allow for commands to be marked as ...) committed by lerivin   -   Added useHistory flag to allow for commands to be marked as not historical.
    Added useHistory flag to allow for commands to be marked as not historical.
  • May 19, 2009
    r205 (Added History Layer to Action/Command Framework. The feature...) committed by lerivin   -   Added History Layer to Action/Command Framework. The feature allows for undo and redo support. # Added MIT license and a few forgotten comments
    Added History Layer to Action/Command Framework. The feature allows for undo and redo support. # Added MIT license and a few forgotten comments
  • May 19, 2009
    r204 (Added History Layer to Action/Command Framework. The feature...) committed by lerivin   -   Added History Layer to Action/Command Framework. The feature allows for undo and redo support.
    Added History Layer to Action/Command Framework. The feature allows for undo and redo support.
  • May 03, 2009
    devarc_core_v0.9.zip (DevArc Core ZIP version 0.9 w/ source and ASDoc generated do...) file uploaded by lerivin   -  
    Labels: Type-Source OpSys-All
    Labels: Type-Source OpSys-All
  • May 03, 2009
    devarc_core_v0.9.swc (DevArc Core SWC version 0.9) file uploaded by lerivin   -  
    Labels: Featured Type-Source
    Labels: Featured Type-Source
  • May 03, 2009
    devarc_core_v0.9.zip (DevArc Core ZIP version 0.9 w/ source and ASDoc generated do...) file uploaded by lerivin   -  
    Labels: Featured Type-Source OpSys-All
    Labels: Featured Type-Source OpSys-All
  • May 03, 2009
    r203 (Removed empty @see) committed by lerivin   -   Removed empty @see
    Removed empty @see
  • May 03, 2009
    r202 (Branch for Flex Unit project for DevelopmentArc Core version...) committed by lerivin   -   Branch for Flex Unit project for DevelopmentArc Core version .9
    Branch for Flex Unit project for DevelopmentArc Core version .9
  • May 03, 2009
    r201 (Branch for version .9 of DevelopmentArc Core library) committed by lerivin   -   Branch for version .9 of DevelopmentArc Core library
    Branch for version .9 of DevelopmentArc Core library
  • May 02, 2009
    r200 (updated values for the events) committed by djhalon   -   updated values for the events
    updated values for the events
  • May 02, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by djhalon
  • Apr 29, 2009
    issue 1 (Added capability to close a connection) commented on by hkisgood   -   Thanks for the prompt response. I checked out 0.9 release and it solved my prolbme.
    Thanks for the prompt response. I checked out 0.9 release and it solved my prolbme.
  • Apr 27, 2009
    r198 (Changed ResultEvent.originalEvent to type Event instead of D...) committed by lerivin   -   Changed ResultEvent.originalEvent to type Event instead of DispatcherEvent. The RequestDelegate will now pass the encapsulated Event from within the DispatcherEvent.
    Changed ResultEvent.originalEvent to type Event instead of DispatcherEvent. The RequestDelegate will now pass the encapsulated Event from within the DispatcherEvent.
  • Apr 27, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by lerivin
  • Apr 27, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by lerivin
  • Apr 27, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by lerivin
  • Apr 27, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by lerivin
  • Apr 27, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by lerivin
  • Apr 27, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by lerivin
  • Apr 27, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by lerivin
  • Apr 27, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by lerivin
  • Apr 27, 2009
    r189 (Refactor of SRD system to break up errors into Failure and E...) committed by lerivin   -   Refactor of SRD system to break up errors into Failure and Error. Failure will be a new phase for requests with the Dispatcher fails. Error will dispatch to indicate the parsers has errored.
    Refactor of SRD system to break up errors into Failure and Error. Failure will be a new phase for requests with the Dispatcher fails. Error will dispatch to indicate the parsers has errored.
  • Apr 27, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by lerivin
  • Apr 27, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by lerivin
  • Apr 27, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by lerivin
  • Apr 24, 2009
    r185 (Moving mock system from Dispatcher to Request to allow for a...) committed by lerivin   -   Moving mock system from Dispatcher to Request to allow for a more generic Mock implementation.
    Moving mock system from Dispatcher to Request to allow for a more generic Mock implementation.
  • Apr 24, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of !DevelopmentAr...) Wiki page edited by lerivin
  • Apr 24, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of !DevelopmentAr...) Wiki page edited by lerivin
  • Apr 24, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of !DevelopmentAr...) Wiki page edited by lerivin
  • Apr 24, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of !DevelopmentAr...) Wiki page edited by lerivin
  • Apr 24, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of !DevelopmentAr...) Wiki page edited by lerivin
  • Apr 24, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of !DevelopmentAr...) Wiki page edited by lerivin
  • Apr 24, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of !DevelopmentAr...) Wiki page edited by lerivin
  • Apr 24, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of !DevelopmentAr...) Wiki page edited by lerivin
  • Apr 24, 2009
    ServiceRequestDelegation (The Service Request Delegation (SRD) layer of DevelopmentArc...) Wiki page edited by lerivin
 
Hosted by Google Code