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

Earlier this year

  • May 14, 2009
    issue 2 (Base view classes require constructor arguments to be passed...) reported by tylerChesley   -   Both MoccasinView and MoccasinCanvas require two arguments to be passed to the constructor. This prevents view subclasses from being implemented in mxml. Of course this isn't a problem for subclasses of MoccasinView but the IMoccasinView interface could be modified to have an initiateView method where the view context and model could be passed in to keep implementation consistent between the two different view base classes.
    Both MoccasinView and MoccasinCanvas require two arguments to be passed to the constructor. This prevents view subclasses from being implemented in mxml. Of course this isn't a problem for subclasses of MoccasinView but the IMoccasinView interface could be modified to have an initiateView method where the view context and model could be passed in to keep implementation consistent between the two different view base classes.
  • Apr 29, 2009
    ModelViewIntro (Moccasin Models and Views) Wiki page added by joseph.berkovitz
  • Apr 29, 2009
    BriefIntro (Brief Introduction to Moccasin) Wiki page added by joseph.berkovitz
  • Apr 28, 2009
    moccasin-0.24.zip (Moccasin 0.24 distribution) file uploaded by joseph.berkovitz   -  
    Labels: Featured Type-Archive OpSys-All
    Labels: Featured Type-Archive OpSys-All
  • Apr 28, 2009
    r61 (Tag release 0.24) committed by joseph.berkovitz   -   Tag release 0.24
    Tag release 0.24
  • Apr 28, 2009
    r60 (Fix various minor problems with Lines, add connect-the-squar...) committed by joseph.berkovitz   -   Fix various minor problems with Lines, add connect-the-squares methods
    Fix various minor problems with Lines, add connect-the-squares methods
  • Apr 27, 2009
    r59 (Add release notes for 0.23) committed by joseph.berkovitz   -   Add release notes for 0.23
    Add release notes for 0.23
  • Apr 27, 2009
    moccasin-0.23.zip (Moccasin 0.23 distribution) file uploaded by joseph.berkovitz   -  
    Labels: Featured Type-Archive OpSys-All
    Labels: Featured Type-Archive OpSys-All
  • Apr 27, 2009
    r58 (Tag release 0.23) committed by joseph.berkovitz   -   Tag release 0.23
    Tag release 0.23
  • Apr 27, 2009
    r57 (Update distribution version property) committed by joseph.berkovitz   -   Update distribution version property
    Update distribution version property
  • Apr 27, 2009
    r56 (Check in changes for Moccasin 0.23 (FITC release)) committed by joseph.berkovitz   -   Check in changes for Moccasin 0.23 (FITC release)
    Check in changes for Moccasin 0.23 (FITC release)
  • Apr 01, 2009
    r55 (Check in MoccasinModelFactory which got left out by mistake) committed by joseph.berkovitz   -   Check in MoccasinModelFactory which got left out by mistake
    Check in MoccasinModelFactory which got left out by mistake
  • Mar 24, 2009
    issue 1 (Moccasin-core won't compile MoccasinModel.as : undefined pro...) commented on by ogrenet   -   NB : The missing file is correct in the downloadable archive, this only occur when checkouting using SVN.
    NB : The missing file is correct in the downloadable archive, this only occur when checkouting using SVN.
  • Mar 24, 2009
    issue 1 (Moccasin-core won't compile MoccasinModel.as : undefined pro...) reported by ogrenet   -   What steps will reproduce the problem? 1. Download latest source of Maccasin-core : rev52 2. Compile using Flex Builder 3 on Mac OS X: the project won't compile and will show the following error : Error 1120: Access to undefined property MoccasinModelFactory in moccasin-core/src/com/joeberkovitz/moccasin/model MoccasinModel.as line 71
    What steps will reproduce the problem? 1. Download latest source of Maccasin-core : rev52 2. Compile using Flex Builder 3 on Mac OS X: the project won't compile and will show the following error : Error 1120: Access to undefined property MoccasinModelFactory in moccasin-core/src/com/joeberkovitz/moccasin/model MoccasinModel.as line 71
  • Mar 09, 2009
    r54 (Tag version 0.21) committed by joseph.berkovitz   -   Tag version 0.21
    Tag version 0.21
  • Mar 09, 2009
    r53 (Add copyright, release, tweak build process and version numb...) committed by joseph.berkovitz   -   Add copyright, release, tweak build process and version number
    Add copyright, release, tweak build process and version number
  • Mar 09, 2009
    moccasin-0.21.zip (Moccasin Core and Sample Apps version 0.21) file uploaded by joseph.berkovitz   -  
    Labels: Featured
    Labels: Featured
  • Mar 09, 2009
    r52 (Merge in changes from zyang1 branch) committed by joseph.berkovitz   -   Merge in changes from zyang1 branch
    Merge in changes from zyang1 branch
  • Mar 09, 2009
    r51 (Tweak data type of selection handle in SquareFeedback) committed by joseph.berkovitz   -   Tweak data type of selection handle in SquareFeedback
    Tweak data type of selection handle in SquareFeedback
  • Mar 09, 2009
    r50 (Upgrade AIR application descriptor) committed by joseph.berkovitz   -   Upgrade AIR application descriptor
    Upgrade AIR application descriptor
  • Mar 09, 2009
    r49 (Add MoccasinModelFactory extension point for model-wrapping ...) committed by joseph.berkovitz   -   Add MoccasinModelFactory extension point for model-wrapping behavior
    Add MoccasinModelFactory extension point for model-wrapping behavior
  • Jan 01, 2009
    r48 (merged revision 43-44 to branch zyang1) committed by zee.yang   -   merged revision 43-44 to branch zyang1
    merged revision 43-44 to branch zyang1

Older

  • Dec 31, 2008
    r47 (Tag 0.20 release prior to merging in Zee Yang work) committed by joseph.berkovitz   -   Tag 0.20 release prior to merging in Zee Yang work
    Tag 0.20 release prior to merging in Zee Yang work
  • Dec 30, 2008
    r46 (added set color option to simple world to demonstrate contex...) committed by zee.yang   -   added set color option to simple world to demonstrate context sensitive menus
    added set color option to simple world to demonstrate context sensitive menus
  • Dec 30, 2008
    r45 (- added SelectEvent.CHANGE_SELECTION event type. it does not...) committed by zee.yang   -   - added SelectEvent.CHANGE_SELECTION event type. it does not distinguish between selection add or removal. it's fired after a object selection change with the current selection information - added MoccasinController.modifyMultiSelection so multi-object selection is done in one step - added EditorMenuBar.handleChangeSelection hook for creating context sensitive menus
    - added SelectEvent.CHANGE_SELECTION event type. it does not distinguish between selection add or removal. it's fired after a object selection change with the current selection information - added MoccasinController.modifyMultiSelection so multi-object selection is done in one step - added EditorMenuBar.handleChangeSelection hook for creating context sensitive menus
  • Dec 30, 2008
    r44 (Fix bug in initialization order for MoccasinCanvas, in which...) committed by joseph.berkovitz   -   Fix bug in initialization order for MoccasinCanvas, in which updateView() was being called before a subclass constructor could fully initialize the state of the object.
    Fix bug in initialization order for MoccasinCanvas, in which updateView() was being called before a subclass constructor could fully initialize the state of the object.
  • Dec 30, 2008
    r43 (Add Moccasin capability for both Flex component-based and Fl...) committed by joseph.berkovitz   -   Add Moccasin capability for both Flex component-based and Flash Sprite-based view hierarchies, by abstracting IMoccasinView interface and offering multiple view superclasses extending Canvas and UIComponent. Fix silly problem in simpleworld demo preventing operation when no host prefix defined in flashvars.
    Add Moccasin capability for both Flex component-based and Flash Sprite-based view hierarchies, by abstracting IMoccasinView interface and offering multiple view superclasses extending Canvas and UIComponent. Fix silly problem in simpleworld demo preventing operation when no host prefix defined in flashvars.
  • Dec 30, 2008
    r42 (Create private branch for Zee Yang patch for CHANGE_EVENT) committed by joseph.berkovitz   -   Create private branch for Zee Yang patch for CHANGE_EVENT
    Create private branch for Zee Yang patch for CHANGE_EVENT
  • Dec 04, 2008
    r41 (Add getAssetURL() method to IMoccasinDocumentService interfa...) committed by joseph.berkovitz   -   Add getAssetURL() method to IMoccasinDocumentService interface
    Add getAssetURL() method to IMoccasinDocumentService interface
  • Dec 03, 2008
    r40 (Add value model property change listeners) committed by joseph.berkovitz   -   Add value model property change listeners
    Add value model property change listeners
  • Nov 17, 2008
    r39 (Add trailing newline to documents written out via AIR) committed by joseph.berkovitz   -   Add trailing newline to documents written out via AIR
    Add trailing newline to documents written out via AIR
  • Nov 10, 2008
    r38 (Add getValueModel() function to MoccasinModel to obtain name...) committed by joseph.berkovitz   -   Add getValueModel() function to MoccasinModel to obtain named value model properties
    Add getValueModel() function to MoccasinModel to obtain named value model properties
  • Nov 03, 2008
    r37 (Account for possibility of null value models in a MoccasinMo...) committed by joseph.berkovitz   -   Account for possibility of null value models in a MoccasinModel, and for potential changes to Moccasin value properties
    Account for possibility of null value models in a MoccasinModel, and for potential changes to Moccasin value properties
  • Oct 03, 2008
    r36 (Tag 0.12 release) committed by joseph.berkovitz   -   Tag 0.12 release
    Tag 0.12 release
  • Oct 03, 2008
    r35 (Add more verbiage to alert explaining non-functioning of Sav...) committed by joseph.berkovitz   -   Add more verbiage to alert explaining non-functioning of Save in Flex demo app
    Add more verbiage to alert explaining non-functioning of Save in Flex demo app
  • Oct 03, 2008
    r34 (Add more verbiage to alert explaining non-functioning of Sav...) committed by joseph.berkovitz   -   Add more verbiage to alert explaining non-functioning of Save in Flex demo app
    Add more verbiage to alert explaining non-functioning of Save in Flex demo app
  • Oct 03, 2008
    r33 (Add rollover state to handles) committed by joseph.berkovitz   -   Add rollover state to handles
    Add rollover state to handles
  • Sep 14, 2008
    r32 (Add distribution-cutting targets to build file) committed by joseph.berkovitz   -   Add distribution-cutting targets to build file
    Add distribution-cutting targets to build file
  • Sep 14, 2008
    r31 (Tag 0.11 release) committed by joseph.berkovitz   -   Tag 0.11 release
    Tag 0.11 release
  • Sep 14, 2008
    r30 (Minor fixes to get asdoc to work) committed by joseph.berkovitz   -   Minor fixes to get asdoc to work
    Minor fixes to get asdoc to work
  • Sep 14, 2008
    r29 (Tag 0.10 release) committed by joseph.berkovitz   -   Tag 0.10 release
    Tag 0.10 release
  • Sep 05, 2008
    r28 (Add notion of selection handles whose apparent size remains ...) committed by joseph.berkovitz   -   Add notion of selection handles whose apparent size remains constant
    Add notion of selection handles whose apparent size remains constant
  • Sep 04, 2008
    r27 (Check in refactored, commented SimpleWorld AIR and Flex proj...) committed by joseph.berkovitz   -   Check in refactored, commented SimpleWorld AIR and Flex projects
    Check in refactored, commented SimpleWorld AIR and Flex projects
  • Sep 04, 2008
    r26 (Add remaining comments and fix typos.) committed by joseph.berkovitz   -   Add remaining comments and fix typos.
    Add remaining comments and fix typos.
  • Aug 20, 2008
    r25 (Ensure that selection state does not survive the setting of ...) committed by joseph.berkovitz   -   Ensure that selection state does not survive the setting of a new document into the MoccasinController
    Ensure that selection state does not survive the setting of a new document into the MoccasinController
  • Aug 01, 2008
    r24 (Automate moccasin build process) committed by joseph.berkovitz   -   Automate moccasin build process
    Automate moccasin build process
  • Aug 01, 2008
    r23 (Remove build-user.properties) committed by joseph.berkovitz   -   Remove build-user.properties
    Remove build-user.properties
  • Aug 01, 2008
    r22 (Additional comments, also add template method for pasting ne...) committed by joseph.berkovitz   -   Additional comments, also add template method for pasting new objects into the document.
    Additional comments, also add template method for pasting new objects into the document.
  • Aug 01, 2008
    r21 (Add missing class) committed by joseph.berkovitz   -   Add missing class
    Add missing class
  • Aug 01, 2008
    r20 (Add lots more comments and documentation, also get cut/copy/...) committed by joseph.berkovitz   -   Add lots more comments and documentation, also get cut/copy/paste working.
    Add lots more comments and documentation, also get cut/copy/paste working.
 
Hosted by Google Code