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

carlosrovira pushed a change to branch feature/jewel-ui-set
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


 discard d2c7795  Ant build for Jewel project, theme and example
 discard 05502cc  Added HorizontalLayoutWithPaddingAndGap and 
VerticalLayoutWithPaddingAndGap using CSS, but gaps and padding are still in 
inline style, what can be ok, but can't be modified at runtime, this must be 
revisited some time later
 discard 826b3cd  HorizontalLayout and VerticalLayout in Jewel based on CSS 
working
 discard ed3fee1  add TextFieldView;
 discard f094dcb  Jewel Label added
 discard 0964f45  testing Lato font in theme
 discard f6d6af0  added html template to example until we get font injection 
from theme
 discard ac52c69  fix textfield error setting typeNames in constructor
 discard ca27841  update classList to fix issues. Now work totaly as expected
 discard 196cae2  uibase refactor to classList
 discard c2f21f2  forgotten changes in pom
 discard 9150412  redo branch due to mistake in the rebase
     add d64973a  go back to slashes and fix some links
     add c008696  Fixes #128
     add 429032f  Export cross browser support to a bead so core implementation 
stays efficient and works on non-IE browsers
     add 7486410  Merge branch 'EventConverter' into develop
     add af19f12  Added utility function for adding JS getters
     new 8aa72b4  redo branch due to mistake in the rebase
     new f890c53  forgotten changes in pom
     new f037ec3  uibase refactor to classList
     new 3e824bc  update classList to fix issues. Now work totaly as expected
     new b8520b1  fix textfield error setting typeNames in constructor
     new 16146e4  added html template to example until we get font injection 
from theme
     new f045bf1  testing Lato font in theme
     new db75de9  Jewel Label added
     new 78e19fc  add TextFieldView;
     new e11752d  HorizontalLayout and VerticalLayout in Jewel based on CSS 
working
     new d07d761  Added HorizontalLayoutWithPaddingAndGap and 
VerticalLayoutWithPaddingAndGap using CSS, but gaps and padding are still in 
inline style, what can be ok, but can't be modified at runtime, this must be 
revisited some time later
     new fde6362  Ant build for Jewel project, theme and example

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (d2c7795)
            \
             N -- N -- N   refs/heads/feature/jewel-ui-set (fde6362)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 12 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:
 .../ASDoc/src/main/royale/ASDocMainView.mxml       | 11 ++-
 .../ASDoc/src/main/royale/models/ASDocModel.as     |  3 +-
 .../Basic/src/main/resources/basic-manifest.xml    |  2 +
 .../beads/CrossBrowserFireListenerOverrideBead.as} | 89 +++++++++++-----------
 ...ectableElementBead.as => IEEventAdapterBead.as} | 55 +++++++------
 .../projects/Core/src/main/royale/CoreClasses.as   |  2 +
 .../rangeCheck.as => object/defineGetter.as}       | 17 +++--
 .../rangeCheck.as => object/defineSimpleGetter.as} | 21 +++--
 8 files changed, 107 insertions(+), 93 deletions(-)
 copy 
frameworks/projects/{Reflection/src/main/royale/org/apache/royale/reflection/beads/ClassAliasBead.as
 => 
Basic/src/main/royale/org/apache/royale/html/beads/CrossBrowserFireListenerOverrideBead.as}
 (50%)
 copy 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{UnselectableElementBead.as
 => IEEventAdapterBead.as} (60%)
 copy 
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/{array/rangeCheck.as
 => object/defineGetter.as} (73%)
 copy 
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/{array/rangeCheck.as
 => object/defineSimpleGetter.as} (70%)

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

Reply via email to