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

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


    from 9ab218a  Small tweaks in XML/XMLList. Many new tests added (requires 
recent compiler updates to pass)
     new 5746504  Some interim tuning in core classes to avoid duplicated code 
for removeBead method, and adding support for unlistening to strand in 
LayoutBase if layout is set to null (layout swapping)
     new f4622ae  Trying to get more of DataGrid emulation aligned with the 
original Flex - using DataGridColumn.itemToLabel for DataGridListData.label

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:
 .../royale/org/apache/royale/core/Application.as   |  6 +-
 .../royale/org/apache/royale/html/MXMLBeadView.as  |  6 +-
 .../org/apache/royale/html/beads/TextAreaView.as   |  6 +-
 .../html/supportClasses/TextFieldItemRenderer.as   |  8 +-
 .../projects/Core/src/main/royale/CoreClasses.as   |  1 +
 .../src/main/royale/org/apache/royale/core/Bead.as |  9 ++-
 .../org/apache/royale/core/ElementWrapper.as       | 11 ++-
 .../org/apache/royale/core/HTMLElementWrapper.as   |  6 +-
 .../royale/org/apache/royale/core/LayoutBase.as    | 20 +++--
 .../main/royale/org/apache/royale/core/Strand.as   |  6 +-
 .../royale/org/apache/royale/core/UIButtonBase.as  |  8 +-
 .../org/apache/royale/utils/removeBeadFromBeads.as | 91 ++++++++++++++++++++++
 .../royale/org/apache/royale/jewel/Application.as  |  7 +-
 .../beads/DataGridItemRendererInitializer.as       | 16 ++--
 .../main/royale/mx/controls/beads/DataGridView.as  |  4 +-
 .../mx/controls/dataGridClasses/DataGridColumn.as  | 32 +++++---
 .../royale/org/apache/royale/net/BinaryUploader.as |  9 ++-
 .../royale/org/apache/royale/net/HTTPService.as    |  9 ++-
 18 files changed, 201 insertions(+), 54 deletions(-)
 create mode 100644 
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/removeBeadFromBeads.as

Reply via email to