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 46d392f Moved util functions to package-level ones
discard 14ab70a Insert a ViewBead that is in JewelTheme and compiles ok, but
JewelExample can't see it, why??
discard 8758cda Refactor new styles API in UIBase to new ClassListUtil
discard 6b0b2d4 update css
discard a72bb53 Decouple theme in JewelTheme and JewelBlueTheme
discard 8cbef52 UIBase typenames and classNames proposal - working, but I'm
sure will be things to modify and/or enhance for performance
discard 7bc64b5 remove JewelThemeFontInject
discard fde6362 Ant build for Jewel project, theme and example
discard 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
discard e11752d HorizontalLayout and VerticalLayout in Jewel based on CSS
working
discard 78e19fc add TextFieldView;
discard db75de9 Jewel Label added
discard f045bf1 testing Lato font in theme
discard 16146e4 added html template to example until we get font injection
from theme
discard b8520b1 fix textfield error setting typeNames in constructor
discard 3e824bc update classList to fix issues. Now work totaly as expected
discard f037ec3 uibase refactor to classList
discard f890c53 forgotten changes in pom
discard 8aa72b4 redo branch due to mistake in the rebase
add ebb115e Label uses div
add 8e0f6e8 MDL Badges: - No need to set typeNames anymore - Change
dataBadge to Object in ordert to have ability set not only numbers
add d61b2ad Merge branch 'develop' of
https://github.com/apache/royale-asjs into develop
add d50bb9e Added defineProperty
add 235f746 Revert Label to span
add 2e412a9 Renamed TextOverflow to be more descriptive
add 295fa5f Updated release notes
new 703528f redo branch due to mistake in the rebase
new 412e6d3 forgotten changes in pom
new 3c44c0d uibase refactor to classList
new 420f0ba update classList to fix issues. Now work totaly as expected
new 57a2e19 fix textfield error setting typeNames in constructor
new 13858a5 added html template to example until we get font injection
from theme
new 5fddc83 testing Lato font in theme
new c370536 Jewel Label added
new 5b395a9 add TextFieldView;
new 802ae1a HorizontalLayout and VerticalLayout in Jewel based on CSS
working
new 4d1c859 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 8d9e110 Ant build for Jewel project, theme and example
new 8f8f877 remove JewelThemeFontInject
new 156ec2a UIBase typenames and classNames proposal - working, but I'm
sure will be things to modify and/or enhance for performance
new e5729e7 Decouple theme in JewelTheme and JewelBlueTheme
new 032fd2c update css
new 6928469 Refactor new styles API in UIBase to new ClassListUtil
new ae197b0 Insert a ViewBead that is in JewelTheme and compiles ok, but
JewelExample can't see it, why??
new 5b83a18 Moved util functions to package-level ones
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 (46d392f)
\
N -- N -- N refs/heads/feature/jewel-ui-set (5b83a18)
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 19 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:
RELEASE_NOTES.md | 8 +
.../Basic/src/main/resources/basic-manifest.xml | 2 +-
.../beads/{TextOverflow.as => EllipsisOverflow.as} | 28 +-
.../projects/Core/src/main/royale/CoreClasses.as | 2 +
.../object/{defineGetter.as => defineProperty.as} | 8 +-
.../{defineGetter.as => defineSimpleProperty.as} | 18 +-
.../royale/org/apache/royale/mdl/beads/Badge.as | 335 +++++++++++----------
7 files changed, 209 insertions(+), 192 deletions(-)
rename
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/{TextOverflow.as
=> EllipsisOverflow.as} (77%)
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/object/{defineGetter.as
=> defineProperty.as} (78%)
copy
frameworks/projects/Core/src/main/royale/org/apache/royale/utils/object/{defineGetter.as
=> defineSimpleProperty.as} (73%)
--
To stop receiving notification emails like this one, please contact
[email protected].