This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 05dd255 alert shown in close handler was going up before the
controller removed the first alert. Should fix #812
new f95291c jewel-itemrender: make renders use basic layout by default
new 07d450c tour-de-jewel: use HGroup layout to layout content. also use
gap instead of custom css
new b9a1c86 table style: needs more work
new 0ea630b jewel: css changes in renders
new 0a6114d tour-de-jewel: refacotr item renders and even clean checks in
bindings not need now
new 57941ef tour-de-jewel: another refactor on renderer left
new d1b325e changes in collapsible
new 0474a10 navigation link config beads
new 41ccf01 finish collapsible renderer finished
new ee195ca Merge branch 'feature/item-render-layouts' into develop
The 10 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:
.../src/main/resources/jewel-example-styles.css | 19 -----
.../AdvancedIconListItemRenderer.mxml | 10 +--
.../CheckBoxDataGridItemRenderer.mxml | 2 +-
.../itemRenderers/IconDataGridItemRenderer.mxml | 4 +-
.../royale/itemRenderers/IconListItemRenderer.mxml | 5 +-
.../itemRenderers/ImageDataGridItemRenderer.mxml | 2 +-
.../NavigationGroupExampleItemRenderer.mxml | 22 ++++--
.../NavigationIconLinkItemRenderer.mxml | 10 ++-
.../itemRenderers/SimpleIconListItemRenderer.mxml | 8 +-
.../TabBarHorizontalIconItemRenderer.mxml | 6 +-
.../TabBarVerticalIconItemRenderer.mxml | 6 +-
.../itemRenderers/TableStyleListItemRenderer.mxml | 11 ++-
.../projects/Jewel/src/main/resources/defaults.css | 36 ++++-----
.../CollapsibleNavigationSectionRenderer.as | 85 +++++++---------------
.../royale/jewel/itemRenderers/ListItemRenderer.as | 26 +++++--
.../itemRenderers/NavigationLinkItemRenderer.as | 5 --
.../src/main/sass/components/_itemRenderer.sass | 14 ++--
.../Jewel/src/main/sass/components/_layout.sass | 14 ++--
.../Jewel/src/main/sass/components/_list.sass | 6 +-
.../src/main/sass/components/_navigation.sass | 10 ++-
.../Jewel/src/main/sass/components/_table.sass | 3 +-
21 files changed, 143 insertions(+), 161 deletions(-)