This is an automated email from the ASF dual-hosted git repository.

pent pushed a change to branch CollectionData
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


    from 8e54a22  Check in to preserve work. Have basic classes and interfaces 
working. TreeGrid is TO DO.
     add eb358af  Add DynamicRemoveAllByNullItemRendererForArrayListData
     add 3b9e38d  Fixed Rectangle.contains method
     add e04299c  First implementation of ThrottleBead
     add 294fc29  Fixed version number.
     add 8c1dbe8  Fixed typo.
     add 84e7b3b  Add test overflow beads fixes #77
     add e92c79a  not needed as it's listed in the manifest
     add 41972b3  remove uneeded parameter
     add 7709edc  Merge pull request #97 from 
justinmclean/button_text_overflow_II
     add 1e3e947  Create GIT-TEST.txt
     add feed138  Add license header
     add 24b09c7  Add beads related to List item renderers
     add 86e9f3a  Fix MDL Restrict and TextField
     add 1c6485b  Add MDL NonEmptyTextField
     add d182d4e1 prep new release candidate script
     add ea349da  try to eliminate dependency on actual environment variables.  
This should get the compiler to substitute playerglobal.home from the 
additional compiler param
     add 0d242e4  missed one
     add 53d533b  fix more areas where we depended on actual environment 
variables
     add 538d6b2  Create royale-sdk-description
     add 59b37eb  Test Commit
     add 77a7c5f  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
     add 1770daa  Fixed compiler warning
     add bf10c27  Fix flex-sdk-description and royale-sdk-description for Maven 
distribution build
     add 1391558  Remove unused controller
     add c3008e7  First version.
     add 8016941  First version where mask bead takes over an existing element 
and turns it into a mssk
     add 00bbbca  MaskBead now changes svg element into a mask definition 
instead of attempting to draw mask using path.
     add 4bbf63c  Add output-targets to sdk-description file
     add e6278f9  Bring back original state for flex-sdk-description file
     add fa25395  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
     add 00ef033  Implement set positioner on IUIBase implementers
     add 9089c75  more fixes for release script
     add b22a1bc  fix up scm info
     add 7721fcd  refactor rc script to try to pull sources from maven staging
     add db8b85c  fix up rc script
     add 3de24ad  Create jsonly description in case of asjs (SWF + JS) build
     add 0fa9149  [maven-release-plugin] prepare branch release/0.9.0
     add ba4e27f  [maven-release-plugin] prepare for next development iteration
     add 4ab94fa  Change place of cration for JS-only description in 
royale-asjs build
     add 0d166c1  Create js only description in temp folder before zipping
     add e8faaac  Fixes issue with retaining selection and rollover using the 
Dynamic beads for ArrayList.
     add 9b10f83  make_branches worked on dryrun
     add 5d226b9  make_branches seemed to work without pushing
     add ce9e35f  more improvements to release script
     add b3c3967  Fix path for created js only file description
     add 6f63a9f  compiler script appears to work now.  next up is typedefs
     add 87d5891  asjs seemed to work as well
     new 44b90fd  Merge branch 'develop' into CollectionData
     new e44164d  Updates to the ICollectionView classes and Tree classes.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../src/interfaces/ID.as => GIT-TEST.txt           |   6 +-
 archetypes/pom.xml                                 |   4 +-
 .../royale-simple-application-archetype/pom.xml    |   4 +-
 .../pom.xml                                        |   4 +-
 .../pom.xml                                        |   4 +-
 archetypes/royale-simple-library-archetype/pom.xml |   4 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |   4 +-
 build.xml                                          |  85 ++-
 .../src/main/resources/flex-sdk-description.xml    |   4 +-
 .../src/main/resources/flexjs-sdk-description.xml  |  32 -
 ...-description.xml => royale-sdk-description.xml} |   0
 examples/build_example.xml                         |   7 +
 .../MDLDynamicTableExample/src/MainView.mxml       |  11 +-
 .../itemRenderers/CustomTableRowItemRenderer.mxml  |   4 +-
 .../src/main/resources/mdl-styles.css              |   2 +-
 .../src/main/royale/views/InitialView.mxml         |   5 +-
 .../MDLExample/src/main/royale/TextFields.mxml     |   4 +-
 frameworks/fontsrc/pom.xml                         |   4 +-
 frameworks/pom.xml                                 |   4 +-
 frameworks/projects/Basic/pom.xml                  |  20 +-
 .../Basic/src/main/resources/basic-manifest.xml    |   5 +
 .../projects/Basic/src/main/royale/BasicClasses.as |   1 -
 .../beads/DataItemRendererFactoryForArrayList.as   |  11 +-
 .../DataItemRendererFactoryForCollectionView.as    |  79 ++-
 ...s => DynamicAddItemRendererForArrayListData.as} |  93 ++-
 .../DynamicItemsRendererFactoryForArrayListData.as |  13 +-
 ...RemoveAllByNullItemRendererForArrayListData.as} |  44 +-
 ...DynamicRemoveAllItemRendererForArrayListData.as |   6 +-
 .../DynamicRemoveItemRendererForArrayListData.as   |  12 +-
 ...> DynamicUpdateItemRendererForArrayListData.as} |  42 +-
 ...{UnselectableElementBead.as => TextOverflow.as} |  48 +-
 .../{AccessibilityAltBead.as => ThrottleBead.as}   |  98 +--
 .../TreeSingleSelectionMouseController.as          |   3 +-
 .../apache/royale/html/beads/models/TreeModel.as   |   2 +
 .../html/supportClasses/StringItemRenderer.as      |   4 -
 frameworks/projects/Binding/pom.xml                |   8 +-
 frameworks/projects/Charts/pom.xml                 |  24 +-
 frameworks/projects/Collections/pom.xml            |   8 +-
 .../org/apache/royale/collections/FlattenedList.as |  11 +
 .../org/apache/royale/collections/TreeData.as      |  19 +
 frameworks/projects/Core/pom.xml                   |   4 +-
 .../main/royale/org/apache/royale/core/IUIBase.as  |  13 +
 .../royale/org/apache/royale/geom/Rectangle.as     |   4 +-
 .../royale/utils/loadBeadFromValuesManager.as      |   2 +-
 frameworks/projects/CreateJS/pom.xml               |  20 +-
 frameworks/projects/DragDrop/pom.xml               |  12 +-
 frameworks/projects/Effects/pom.xml                |  12 +-
 .../org/apache/royale/utils/MockContentView.as     |   5 +
 .../org/apache/royale/utils/MockLayoutChild.as     |   5 +
 .../org/apache/royale/utils/MockLayoutParent.as    |   6 +
 frameworks/projects/Express/pom.xml                |  28 +-
 frameworks/projects/Flat/pom.xml                   |  22 +-
 frameworks/projects/FontAwesome/pom.xml            |  24 +-
 frameworks/projects/Formatters/pom.xml             |  12 +-
 frameworks/projects/GoogleMaps/pom.xml             |  12 +-
 frameworks/projects/Graphics/pom.xml               |   8 +-
 .../Graphics/src/main/resources/svg-manifest.xml   |   1 +
 .../main/royale/org/apache/royale/svg/MaskBead.as  | 134 ++++
 frameworks/projects/HTML/pom.xml                   |  24 +-
 frameworks/projects/HTML5/pom.xml                  |  12 +-
 frameworks/projects/JQuery/pom.xml                 |  12 +-
 frameworks/projects/Language/pom.xml               |   4 +-
 frameworks/projects/MaterialDesignLite/pom.xml     |  28 +-
 .../src/main/resources/defaults.css                |   4 +-
 .../src/main/resources/mdl-manifest.xml            |   4 +-
 .../src/main/royale/MDLClasses.as                  |   2 +-
 .../main/royale/org/apache/royale/mdl/Dialog.as    |   2 +-
 .../main/royale/org/apache/royale/mdl/TextField.as |  18 +
 ... DynamicTabsAddItemRendererForArrayListData.as} |  69 +--
 .../beads/{Restrict.as => NonEmptyTextField.as}    | 108 ++--
 .../beads/{Restrict.as => RestrictTextField.as}    |  51 +-
 ...TabsDataItemRendererFactoryForArrayListData.as} |  60 +-
 .../org/apache/royale/mdl/beads/views/TabsView.as  |  26 +-
 frameworks/projects/Mobile/pom.xml                 |  16 +-
 frameworks/projects/Network/pom.xml                |  12 +-
 frameworks/projects/Reflection/pom.xml             |   8 +-
 frameworks/projects/Storage/pom.xml                |   8 +-
 frameworks/projects/TLF/pom.xml                    |   8 +-
 frameworks/projects/Text/pom.xml                   |   8 +-
 frameworks/projects/XML/pom.xml                    |  12 +-
 frameworks/projects/pom.xml                        |   4 +-
 ...nvert New Flex Project to Royale Project.launch |  10 +-
 mustella/build.xml                                 |   2 +
 pom.xml                                            |   8 +-
 releasecandidate.xml                               | 689 +++++++++++++++++----
 85 files changed, 1571 insertions(+), 705 deletions(-)
 copy manualtests/LanguageTests/src/interfaces/ID.as => GIT-TEST.txt (95%)
 delete mode 100644 distribution/src/main/resources/flexjs-sdk-description.xml
 copy distribution/src/main/resources/{flex-sdk-description.xml => 
royale-sdk-description.xml} (100%)
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{DynamicRemoveItemRendererForArrayListData.as
 => DynamicAddItemRendererForArrayListData.as} (57%)
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{DynamicRemoveAllItemRendererForArrayListData.as
 => DynamicRemoveAllByNullItemRendererForArrayListData.as} (78%)
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{DynamicRemoveItemRendererForArrayListData.as
 => DynamicUpdateItemRendererForArrayListData.as} (81%)
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{UnselectableElementBead.as
 => TextOverflow.as} (65%)
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{AccessibilityAltBead.as
 => ThrottleBead.as} (50%)
 create mode 100644 
frameworks/projects/Graphics/src/main/royale/org/apache/royale/svg/MaskBead.as
 copy 
frameworks/projects/MaterialDesignLite/src/main/royale/org/apache/royale/mdl/beads/{TabsDynamicItemsRendererFactoryForArrayListData.as
 => DynamicTabsAddItemRendererForArrayListData.as} (51%)
 copy 
frameworks/projects/MaterialDesignLite/src/main/royale/org/apache/royale/mdl/beads/{Restrict.as
 => NonEmptyTextField.as} (56%)
 rename 
frameworks/projects/MaterialDesignLite/src/main/royale/org/apache/royale/mdl/beads/{Restrict.as
 => RestrictTextField.as} (79%)
 rename 
frameworks/projects/MaterialDesignLite/src/main/royale/org/apache/royale/mdl/beads/{TabsDynamicItemsRendererFactoryForArrayListData.as
 => TabsDataItemRendererFactoryForArrayListData.as} (65%)

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to