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 71fed14  new AlertPlayGround in jewel example with Tour de Flex Alert 
examples
 discard d7f0b3d  latest changes to Alert
 discard 7d4d8b6  changes for alert and its theme, and more work on separation 
in themes
 discard b75820a  preparing blue theme to make separations of primary colors
 discard 13ead95  basic jewel alert finished now needs theme coloring
 discard 6de4a41  alert more changes
 discard a431696  a way to layout the alert
 discard aa70805  close icon, simplify other icons and more css changes
 discard 8ae7322  alert and layout changes
 discard db28b01  fixes to local UIBase to work with layout performance branch
 discard 1c2c76b  some styles for alert
 discard 716ec33  more changes on Alert, and a bit refactor to 
button/textbutton styles due to closeButton
 discard bbc630d  Jewel Alert first iteration
 discard 350aa59  test that issue #133 is working right. Commented the 
ViewBeads declarations since was only for testing, but left in the project so 
we can reproduce at any time
 discard 5260678  fix check and radio disabled label state and some cleaning
 discard 6a61485  checked state in radiobutton and checkbox solved thanks to 
fix apache/royale-compiler#35
 discard 6888248  jewel slider fixed, now is an input range with change and 
input events, but still needs to create the valueChangeEvent
 discard 51a99f2  some changes to slider and more refactors to example
 discard 6a576a3  removes workaround for element styles thanks to bugs 
apache/royale-compiler#30 and apache/royale-compiler#32 solved
 discard 55e1e8a  this styles div, span (no dot) are not seeing in final app. 
the them I must to move them from theme to final app
 discard 99c5ca9  disabled labels look in check and radio
 discard 523dac1  radiobutton almost done but as checbox needs of #35 solved to 
be finished
 discard fbec3e3  checkbox mostly done, but needs #35 solved to be finished
 discard c146f01  change location of unused svgs
 discard e70b45a  initial work on checkbox. get inline svg with color variable 
substitution
 discard 26e95ed  textfield flat and placeholder styles
 discard c2bb1cb  - Fix TextField disabled w/wout prompt - Improve focus on 
buttons and textfield
 discard 5b53183  some initial slider look
 discard fdfadde  remove primary from textfield and integrate in border when 
focus
 discard 797c3d8  -Fix textfield -Make dark/light themes depend on only one var
 discard 48608d7  remove wrong lines
 discard dbb2b84  - Change slider to input range (but still is unfinished , no 
events), and CSS compilation give problem (reported as issues) - CheckBox and 
Radio Button still need more progress, but still fins problems in CSS 
compilation that needs to be solved
 discard 94cdb59  organizing and presenting example in a better way and making 
room for more components and examples that test look'n feel
 discard f49132c  some work on textfield
 discard 165fc3e  more fixes
 discard ce45ec4  Preparing textfield, radio and check, but there're some bugs 
in compiler css that prevents to complete this task
 discard b9822be  Headings and text styling, condense vars in one file
 discard fb04540  add transition configuration
 discard 3d74383  - Add theme styles: flat / gradient - Add light / dark styles 
- Add more variables to tune final themes - Adjust some values for better 
looking
 discard ebfec99  12 Color Palette Plan Almost done and working for Button, but 
only one project theme for now
 discard 766fc29  some minor changes
 discard dcacb65  introduce jewel checkbox and refactor styles to make more 
easy handle the rest of components to be included
 discard 8840c22  changes to slider
 discard 8170fd5  viewbeads inlib and theme  (commented)
 discard 0310d04  remove settings
 discard 6bf054c  fix classreference compilation with themes in pom.xml
 discard 70ec547  remove unused css
 discard b91bb01  fix new classlist utility methods
 discard d953978  Moved util functions to package-level ones
 discard 162f283  Insert a ViewBead that is in JewelTheme and compiles ok, but 
JewelExample can't see it, why??
 discard 435acf0  Refactor new styles API in UIBase to new ClassListUtil
 discard 6992162  update css
 discard a80ac79  Decouple theme in JewelTheme and JewelBlueTheme
 discard a41b5f6  UIBase typenames and classNames proposal - working, but I'm 
sure will be things to modify and/or enhance for performance
 discard 50d6c80  remove JewelThemeFontInject
 discard 1c665ed  Ant build for Jewel project, theme and example
 discard aec5379  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 6b53f43  HorizontalLayout and VerticalLayout in Jewel based on CSS 
working
 discard 55aad25  add TextFieldView;
 discard 03ddc74  Jewel Label added
 discard 5aa14c1  testing Lato font in theme
 discard 2c40ca5  added html template to example until we get font injection 
from theme
 discard 8abf280  fix textfield error setting typeNames in constructor
 discard 03ca45d  update classList to fix issues. Now work totaly as expected
 discard afaec4e  uibase refactor to classList
 discard bcb4349  forgotten changes in pom
 discard 2048eb9  redo branch due to mistake in the rebase
     add 8176581  MDL: Fix issue where Footer sections had wrong typeNames in 
case of Mega footer
     add 09d4129  Language.is needs a bit of work
     new 154431e  redo branch due to mistake in the rebase
     new 0e4580d  forgotten changes in pom
     new df28284  uibase refactor to classList
     new ec42e22  update classList to fix issues. Now work totaly as expected
     new 44f3af8  fix textfield error setting typeNames in constructor
     new 938e7ba  added html template to example until we get font injection 
from theme
     new 779ed8b  testing Lato font in theme
     new b63c368  Jewel Label added
     new 27f3a14  add TextFieldView;
     new 08f52ba  HorizontalLayout and VerticalLayout in Jewel based on CSS 
working
     new d2d3eb9  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 c8635a1  Ant build for Jewel project, theme and example
     new a5a6442  remove JewelThemeFontInject
     new 79bf96d  UIBase typenames and classNames proposal - working, but I'm 
sure will be things to modify and/or enhance for performance
     new 1de5fcc  Decouple theme in JewelTheme and JewelBlueTheme
     new 0d719c9  update css
     new 5296f8a  Refactor new styles API in UIBase to new ClassListUtil
     new 3ea4847  Insert a ViewBead that is in JewelTheme and compiles ok, but 
JewelExample can't see it, why??
     new e1664a2  Moved util functions to package-level ones
     new ddef05b  fix new classlist utility methods
     new 3dc4e1d  remove unused css
     new 5a84bbc  fix classreference compilation with themes in pom.xml
     new 997f8fa  remove settings
     new bc7e12e  viewbeads inlib and theme  (commented)
     new 5661f4a  changes to slider
     new 61d061f  introduce jewel checkbox and refactor styles to make more 
easy handle the rest of components to be included
     new 9b7fbd0  some minor changes
     new 546326b  12 Color Palette Plan Almost done and working for Button, but 
only one project theme for now
     new 81f4017  - Add theme styles: flat / gradient - Add light / dark styles 
- Add more variables to tune final themes - Adjust some values for better 
looking
     new 9c79819  add transition configuration
     new b652af5  Headings and text styling, condense vars in one file
     new 3ed4f53  Preparing textfield, radio and check, but there're some bugs 
in compiler css that prevents to complete this task
     new abcc401  more fixes
     new c100e9a  some work on textfield
     new c849178  organizing and presenting example in a better way and making 
room for more components and examples that test look'n feel
     new 8d84c14  - Change slider to input range (but still is unfinished , no 
events), and CSS compilation give problem (reported as issues) - CheckBox and 
Radio Button still need more progress, but still fins problems in CSS 
compilation that needs to be solved
     new 4c16b1e  remove wrong lines
     new 0cfa797  -Fix textfield -Make dark/light themes depend on only one var
     new bf79a7b  remove primary from textfield and integrate in border when 
focus
     new 5b35f45  some initial slider look
     new df57d34  - Fix TextField disabled w/wout prompt - Improve focus on 
buttons and textfield
     new 6c69f79  textfield flat and placeholder styles
     new 1108b95  initial work on checkbox. get inline svg with color variable 
substitution
     new 19f123f  change location of unused svgs
     new 89610d1  checkbox mostly done, but needs #35 solved to be finished
     new c0405ab  radiobutton almost done but as checbox needs of #35 solved to 
be finished
     new b762a88  disabled labels look in check and radio
     new cf652d0  this styles div, span (no dot) are not seeing in final app. 
the them I must to move them from theme to final app
     new b4dc940  removes workaround for element styles thanks to bugs 
apache/royale-compiler#30 and apache/royale-compiler#32 solved
     new 44bc68e  some changes to slider and more refactors to example
     new 42f43cc  jewel slider fixed, now is an input range with change and 
input events, but still needs to create the valueChangeEvent
     new 509c1ce  checked state in radiobutton and checkbox solved thanks to 
fix apache/royale-compiler#35
     new 806f04d  fix check and radio disabled label state and some cleaning
     new 79a09bf  test that issue #133 is working right. Commented the 
ViewBeads declarations since was only for testing, but left in the project so 
we can reproduce at any time
     new ec3d8c6  Jewel Alert first iteration
     new c94d670  more changes on Alert, and a bit refactor to 
button/textbutton styles due to closeButton
     new fe69a22  some styles for alert
     new 04a5ea6  fixes to local UIBase to work with layout performance branch
     new 70dc063  alert and layout changes
     new 41acd9c  close icon, simplify other icons and more css changes
     new d4bb90d  a way to layout the alert
     new 8bcdcad  alert more changes
     new a2a2809  basic jewel alert finished now needs theme coloring
     new 86c2100  preparing blue theme to make separations of primary colors
     new 2ed0345  changes for alert and its theme, and more work on separation 
in themes
     new 3081c78  latest changes to Alert
     new 8461025  new AlertPlayGround in jewel example with Tour de Flex Alert 
examples

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   (71fed14)
            \
             N -- N -- N   refs/heads/feature/jewel-ui-set (8461025)

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 67 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/utils/Language.as     | 23 ++++++++++++++--------
 .../org/apache/royale/mdl/FooterBottomSection.as   |  2 +-
 .../org/apache/royale/mdl/FooterLeftSection.as     |  2 +-
 .../royale/org/apache/royale/mdl/FooterLinkList.as |  2 +-
 .../org/apache/royale/mdl/FooterMiddleSection.as   |  2 +-
 .../org/apache/royale/mdl/FooterRightSection.as    |  2 +-
 .../org/apache/royale/mdl/FooterSocialButton.as    |  2 +-
 .../org/apache/royale/mdl/FooterTopSection.as      |  2 +-
 8 files changed, 22 insertions(+), 15 deletions(-)

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

Reply via email to