Activity
From 12/08/2008 to 01/06/2009
01/03/2009
- 05:15 AM Revision 205: Added AuroraPainterButtonSkin, this will replace the AuroraButtonSkin going forward...
- Added AuroraPainterButtonSkin, this will replace the AuroraButtonSkin going forward
Added DividerBox divider click action
Added StripesPainter
BugFix to UIContainer (padding)
12/30/2008
- 04:49 AM Revision 204: MeasurableControl now has getters for maximumWidth/height ICollection interface cha...
- MeasurableControl now has getters for maximumWidth/height
ICollection interface changed to include the idea of filters
XMLCOllection with mostly functioning filterfunction implementation
DefaultListClass now uses createChildren rather than initial...
12/25/2008
- 10:18 AM Revision 203: Bugfix: Uses event.currentTarget and not event.target to get reference of selected ...
- Bugfix: Uses event.currentTarget and not event.target to get reference of selected renderer
- 09:29 AM Revision 202: Added showRoot property for Tree List fix so that it respects selectedIndex based c...
- Added showRoot property for Tree
List fix so that it respects selectedIndex based changes
Added getCurrent() method for IIterators
Added DividerEvent for DividedBox events
- 08:43 AM Bug #44: SlidePane doest work correctly on resize
- Seems to move the children but they arent supposed to be visible.
- 08:41 AM Bug #43: GraphicSkin needs to invalidate the control its applied to
- Sample code:
@
var button = new Button()
button.skin = new GraphicSkin(new some_graphic())
addChild(button)
trace(button.width) // should return the graphic's width@
This will also allow graphic skin based controls to work with layouts.
- 08:38 AM Feature #27 (Closed): Create Label Control
12/24/2008
- 05:58 AM Revision 201: Changed signature for setRendererData() on List based controls to include what inde...
- Changed signature for setRendererData() on List based controls to include what index is being sent
List now supports setting of BaseListData object
Refactored common functionality out of H/V DividedBox to DividedBox class
Added a getter to arrayIt...
- 03:38 AM Revision 200: Clicking on tree rotators does not cause list select anymore
- Clicking on tree rotators does not cause list select anymore
- 12:16 AM Bug #31 (Closed): Implement includeInLayout functionality
- Done in r199
- 12:14 AM Revision 199: Fixes issue #31: Added includeInLayout functionality Added MathUtil
- Fixes issue #31: Added includeInLayout functionality
Added MathUtil
12/23/2008
- 03:56 PM Revision 198: Removed the reference to repo1 & maven-core
- Removed the reference to repo1 & maven-core
- 08:05 AM Bug #42: UIContainers and extending classes need to handle removeChildAt correctly
- RemoveChild has been fixed but not removeChildAt
- 08:04 AM Bug #30 (Closed): UIContainers: Handle removeChild correctly
- 08:01 AM Revision 197: Added DividedBox as the base class for H and VDividedBox. Both H and VDividedBoxes ...
- Added DividedBox as the base class for H and VDividedBox. Both H and VDividedBoxes can be refactored so common functionality is in DividedBox
UIContainers now implement removeChild See bug #30
SlidePane now has a direction parameter that controls ...
12/22/2008
- 10:45 PM Revision 196: Adding maven-core dependency
- Adding maven-core dependency
- 10:39 PM Revision 195: Removed test source directory and added a reference to the maven.org repo.
- Removed test source directory and added a reference to the maven.org repo.
- 10:39 PM Revision 194: Added .DS_Store to the ignore list
- Added .DS_Store to the ignore list
- 10:39 PM Revision 193: Adding unit test directory to the pom file.
- Adding unit test directory to the pom file.
- 10:39 PM Revision 192: Adding .gitignore file.
- Adding .gitignore file.
12/21/2008
- 09:41 PM Revision 191: HDividedBox now cancels rollover events on either side of its children when the div...
- HDividedBox now cancels rollover events on either side of its children when the divider is being dragged. Need to implement the same for VDivided box. May be reimplemented in a different manner (see http://code.cimians.com/redmine/issues/show/41)
...
- 09:34 PM Feature #41: Disable rollover actions on certain global events, like list scroll or divider drag
- When a list scrollbar is being dragged or a divider in an HDivided box is being moved, the different rollover/rollout actions should not fire
12/19/2008
- 05:57 AM Bug #40: Tree: Add showRoot functionality to hide/show tree root node
- Similar functionality as the Flex control
- 05:56 AM Bug #39: Add disable mouse actions functionality for UIControls
- When UIControls are hovered over in situations like when they are inside a H/VDividedBox, the mouse actions need to be disabled so that rollOver/rollOut events aren't triggered.
12/17/2008
- 09:39 PM Revision 190: Fixed the build.
- Fixed the build.
- 09:16 PM Revision 189: Broken again... on purpose.
- Broken again... on purpose.
- 05:47 PM Revision 188: Intentionally breaking the build.
- Intentionally breaking the build.
- 04:50 PM Feature #38: Make unit tests run on CI server
- Currently we have CI running on a headless Solaris box, which makes it impossible for us to run our unit tests there. We need to find a way to either run them on the Solaris box or to run it somewhere else.
This ticket it pretty much a pre-req...
- 04:43 PM Support #37: Figure out a way to run unit tests in Flex Builder
- Goal:
* Run unit tests in Flex Builder
* Easily manage adding new tests
** Ideally, we would not have to manually add the tests to a test harness. It would be generated when compiling.
- 04:38 PM Feature #36: Implement a maven test runner
- Use maven to run unit tests.
12/16/2008
- 10:12 PM Revision 187: * Upgrading to use flex-mojos 2.0m10 & decoupled from the super-pom. * Changed the...
- * Upgrading to use flex-mojos 2.0m10 & decoupled from the super-pom.
* Changed the artifact id to openPyro
- 10:10 PM Revision 186: Adding a unit test class for ArrayUtil
- Adding a unit test class for ArrayUtil
- 09:08 PM Revision 185: Added missing constructor functions.
- Added missing constructor functions.
12/14/2008
- 07:39 AM Revision 184: First pass at VDividedBox Added IDividedBox skin and AuroraHDividedBoxSkin Added m...
- First pass at VDividedBox
Added IDividedBox skin and AuroraHDividedBoxSkin
Added mouseDelta properties in dragEvent and DragManager to deal with Air bug (not reporting properties correctly)
Added setter/getters for horizontal and verticalScrollPo...
- 04:40 AM Revision 183: Somehow missed this in last commit. Urgh!
- Somehow missed this in last commit. Urgh!
- 04:12 AM Revision 182: First pass at hdividedbox: works but does not accept percentWidths/percentHeights (...
- First pass at hdividedbox: works but does not accept percentWidths/percentHeights (uses percentUnusedW/ percentUnusedH as well as explicits though)
Some refactoring of text classes.
- 03:48 AM Revision 181: added stroke to slider skin
- added stroke to slider skin
12/13/2008
- 07:22 PM Revision 180: Adding example projects
- Adding example projects
12/11/2008
- 10:39 PM Revision 179: UIContainer now uses scrollRect efficiently and ScrollRects only the contentPane, n...
- UIContainer now uses scrollRect efficiently and ScrollRects only the contentPane, not the entire container.
Removed traces
Fixed toString() function on FillPainter
- 03:46 PM Revision 178: Bugfix changes for Tree class. Tree now respects closed items when a branch is opened.
- Bugfix changes for Tree class. Tree now respects closed items when a branch is opened.
- 03:22 AM Revision 177: Tree/List control now change color based on selectedChild Deleted MoveEffect. All P...
- Tree/List control now change color based on selectedChild
Deleted MoveEffect. All PyroEffects are defined by the effect descriptors
Layouts now have a prepare function that can be used set to any function so that its executed before the effect beg...
12/10/2008
- 10:26 PM Revision 176: Tree class with nodes that close.
- Tree class with nodes that close.
12/09/2008
- 04:14 AM Revision 175: Modified Collection package. First pass at Tree implementation (nodes dont open onc...
- Modified Collection package.
First pass at Tree implementation (nodes dont open once closed yet)
Added TrianglePainter
Added XMLUtil
Added trim() function to StringUtil
Also available in: Atom