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 54c2bed 12 Color Palette Plan Almost done and working for Button, but
only one project theme for now
discard 12d2cf8 some minor changes
discard 2355909 introduce jewel checkbox and refactor styles to make more
easy handle the rest of components to be included
discard 5538948 changes to slider
discard edb3cc6 viewbeads inlib and theme (commented)
discard 10a94bd remove settings
discard 97f8f85 fix classreference compilation with themes in pom.xml
discard d6b8cb5 remove unused css
discard ea46b06 fix new classlist utility methods
discard 8457969 Moved util functions to package-level ones
discard 32415cc Insert a ViewBead that is in JewelTheme and compiles ok, but
JewelExample can't see it, why??
discard 136217f Refactor new styles API in UIBase to new ClassListUtil
discard 63ff483 update css
discard c6ee4fa Decouple theme in JewelTheme and JewelBlueTheme
discard c2b91d9 UIBase typenames and classNames proposal - working, but I'm
sure will be things to modify and/or enhance for performance
discard ca6bbe7 remove JewelThemeFontInject
discard 14e0336 Ant build for Jewel project, theme and example
discard 2a12b84 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 5faca3c HorizontalLayout and VerticalLayout in Jewel based on CSS
working
discard aa98978 add TextFieldView;
discard 61f9c1f Jewel Label added
discard a864dd6 testing Lato font in theme
discard 7919fdc added html template to example until we get font injection
from theme
discard d40c320 fix textfield error setting typeNames in constructor
discard ebabc42 update classList to fix issues. Now work totaly as expected
discard 4edd22e uibase refactor to classList
discard 70b51e4 forgotten changes in pom
discard ddbb674 redo branch due to mistake in the rebase
add c520bd8 MDL Menu: Fix issue where position of Menu wasn't setup at all
add 83c355e example of how to debug ant task
add 235c514 Removed warning
add 4628588 Added InfiniteVScroller
add 5b86482 Updated release notes
new eba2506 redo branch due to mistake in the rebase
new 5d79739 forgotten changes in pom
new 2133d63 uibase refactor to classList
new d975764 update classList to fix issues. Now work totaly as expected
new 52f8c6a fix textfield error setting typeNames in constructor
new 1ff20fd added html template to example until we get font injection
from theme
new 9c13696 testing Lato font in theme
new e0dfe7b Jewel Label added
new 82027d5 add TextFieldView;
new 1adc4ef HorizontalLayout and VerticalLayout in Jewel based on CSS
working
new 56801c2 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 0c6b9e2 Ant build for Jewel project, theme and example
new 73a080a remove JewelThemeFontInject
new 89a7884 UIBase typenames and classNames proposal - working, but I'm
sure will be things to modify and/or enhance for performance
new a27e7f9 Decouple theme in JewelTheme and JewelBlueTheme
new da8da85 update css
new 50b924c Refactor new styles API in UIBase to new ClassListUtil
new 07ce149 Insert a ViewBead that is in JewelTheme and compiles ok, but
JewelExample can't see it, why??
new 3f4b32a Moved util functions to package-level ones
new b315196 fix new classlist utility methods
new d945694 remove unused css
new af95141 fix classreference compilation with themes in pom.xml
new c413361 remove settings
new de8ee7c viewbeads inlib and theme (commented)
new ecd1b9f changes to slider
new ec1dde1 introduce jewel checkbox and refactor styles to make more
easy handle the rest of components to be included
new 063d9b3 some minor changes
new 33cf18f 12 Color Palette Plan Almost done and working for Button, but
only one project theme for now
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 (54c2bed)
\
N -- N -- N refs/heads/feature/jewel-ui-set (33cf18f)
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 28 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 | 1 +
.../ListExample/src/main/royale/MyInitialView.mxml | 4 +
.../Basic/src/main/resources/basic-manifest.xml | 1 +
.../apache/royale/html/beads/InfiniteVScroller.as | 157 +++++++++++++++++++++
frameworks/projects/Core/src/test/royale/build.xml | 5 +
.../flexUnitTests/KeyboardEventConverterTest.as | 2 +-
.../src/main/royale/org/apache/royale/mdl/Menu.as | 56 ++++----
7 files changed, 199 insertions(+), 27 deletions(-)
create mode 100644
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/InfiniteVScroller.as
--
To stop receiving notification emails like this one, please contact
[email protected].