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

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


    from 794a942  take this out as it broke mustella.  If needed, it can 
probably 'return this'
     new 0d04a02  fix valueExpression in JS
     new 3fffafb  fix valueExpression in Flash
     new 37b0dbe  fix abstractions around DateField/DateChooser so dropdown can 
be replaced
     new f9d557d  fix MXRoyale DateField/DateChooser
     new 6203cbe  DateField in mxtests

The 5 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:
 build.xml                                          |  1 +
 .../Basic/src/main/resources/basic-manifest.xml    |  1 +
 .../projects/Basic/src/main/resources/defaults.css | 11 ++++
 .../org/apache/royale/html/beads/DateFieldView.as  | 15 +++---
 .../beads/controllers/DateFieldMouseController.as  |  2 +-
 .../{Border.as => DateFieldDateChooser.as}         | 19 ++++---
 .../{SpinnerButton.as => IDateChooser.as}          | 23 ++++----
 .../MXRoyale/src/main/resources/defaults.css       |  8 +++
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as    |  2 +
 .../src/main/royale/mx/controls/DateChooser.as     | 59 +++++++++++---------
 .../src/main/royale/mx/controls/DateField.as       | 63 +++++++++-------------
 .../{NumericStepperView.as => DateFieldView.as}    | 19 +++----
 .../dateFieldClasses/DateFieldDateChooser.as}      | 16 +++---
 .../main/java/marmotinni/AssertPropertyValue.java  | 10 +++-
 mustella/src/main/java/marmotinni/SetProperty.java |  4 +-
 mustella/src/main/royale/AssertPropertyValue.as    |  2 +-
 mustella/src/main/royale/RunCodeEvent.as           |  9 +---
 mustella/src/main/royale/SetProperty.as            |  2 +-
 .../tests/mxtests/basicTests/BasicTests-config.xml |  2 +-
 mustella/tests/mxtests/basicTests/BasicTests.mxml  |  4 +-
 .../halo/scripts/DateFieldTestScript.mxml          |  8 +--
 .../basicTests/halo/views/DateFieldTests.mxml      |  4 +-
 22 files changed, 155 insertions(+), 129 deletions(-)
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/{Border.as
 => DateFieldDateChooser.as} (79%)
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/supportClasses/{SpinnerButton.as
 => IDateChooser.as} (75%)
 copy 
frameworks/projects/MXRoyale/src/main/royale/mx/controls/beads/{NumericStepperView.as
 => DateFieldView.as} (76%)
 copy 
frameworks/projects/{Core/src/main/royale/org/apache/royale/core/IContentViewHost.as
 => 
MXRoyale/src/main/royale/mx/controls/dateFieldClasses/DateFieldDateChooser.as} 
(76%)

Reply via email to