This is an automated email from the ASF dual-hosted git repository.
piotrz pushed a change to branch feature/vivid-ui-set
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 8d9b616 fresh branch with all vivid work, still not work
add b5d6b0a get rid of GCC warnings on this class
add ed0a0b4 create a PopUpList that encapsulates the styles needed for
floating over the view
add 7a631d3 should use typeNames instead of className. ClassName can be
swapped out by the user
add 6c9e27a ant build for MDLDynamicTabsExample
add cf255ee switch to PopUpList and clean up
add 9af2ca4 turn off default theme
add 2815145 move some more visual styles to theme
add 4d298a1 MDL shoudld turn off default layout
add 5db1e78 no commas in classname list
add dfc85d6 watch out for private property collisions in JS
add 53db8b9 default Group to 1 pixel border width
add bc71108 fix up typenames for labels
add e41c70d use global selector properly
add 5db5c2c clean up warnings
new 55b307f Merge branch 'develop' into feature/vivid-ui-set
The 1 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 | 19 +++++++-------
.../ASDoc/src/main/royale/models/ASDocModel.as | 2 +-
.../build.xml | 4 +--
.../src/main/config/compile-app-config.xml | 4 +++
.../royale/RoyaleStore/src/main/royale/beige.css | 16 +-----------
.../royale/RoyaleStore/src/main/royale/main.css | 10 +++-----
.../src/main/royale/productsView/ProductList.mxml | 15 +++++++++++
.../main/royale/productsView/ProductListItem.mxml | 4 +++
.../samples/royalestore/ProductFilterEvent.as | 7 +++++
.../royale/samples/royalestore/ProductListEvent.as | 3 +++
.../samples/royalestore/ProductThumbEvent.as | 3 +++
.../Basic/src/main/resources/basic-manifest.xml | 1 +
.../projects/Basic/src/main/resources/defaults.css | 10 +++++---
.../org/apache/royale/core/DataContainerBase.as | 12 ---------
.../main/royale/org/apache/royale/core/UIBase.as | 30 ++++++++++++++++++++--
.../main/royale/org/apache/royale/html/Alert.as | 2 +-
.../royale/org/apache/royale/html/CSSCheckBox.as | 1 -
.../main/royale/org/apache/royale/html/CheckBox.as | 3 +--
.../main/royale/org/apache/royale/html/ComboBox.as | 2 +-
.../royale/org/apache/royale/html/ControlBar.as | 2 +-
.../main/royale/org/apache/royale/html/DataGrid.as | 2 +-
.../org/apache/royale/html/DataGridButtonBar.as | 2 +-
.../royale/html/DataGridButtonBarTextButton.as | 3 +--
.../royale/org/apache/royale/html/DateField.as | 2 +-
.../main/royale/org/apache/royale/html/Group.as | 1 +
.../main/royale/org/apache/royale/html/HTMLText.as | 1 -
.../main/royale/org/apache/royale/html/Image.as | 1 -
.../main/royale/org/apache/royale/html/Label.as | 3 +--
.../src/main/royale/org/apache/royale/html/List.as | 16 +-----------
.../org/apache/royale/html/MultilineLabel.as | 1 +
.../main/royale/org/apache/royale/html/Panel.as | 2 +-
.../html/{DataGridButtonBar.as => PopUpList.as} | 24 +++++++++--------
.../royale/org/apache/royale/html/RangeStepper.as | 2 +-
.../royale/org/apache/royale/html/SimpleAlert.as | 2 +-
.../royale/org/apache/royale/html/SimpleList.as | 2 +-
.../main/royale/org/apache/royale/html/Slider.as | 3 +--
.../main/royale/org/apache/royale/html/Spinner.as | 2 +-
.../main/royale/org/apache/royale/html/Table.as | 2 +-
.../royale/org/apache/royale/html/TableCell.as | 2 +-
.../royale/org/apache/royale/html/TableHeader.as | 2 +-
.../main/royale/org/apache/royale/html/TableRow.as | 2 +-
.../main/royale/org/apache/royale/html/TextArea.as | 1 -
.../royale/org/apache/royale/html/TextButton.as | 1 -
.../royale/org/apache/royale/html/TextInput.as | 1 -
.../main/royale/org/apache/royale/html/TitleBar.as | 2 +-
.../main/royale/org/apache/royale/html/ToolTip.as | 3 +--
.../src/main/royale/org/apache/royale/html/Tree.as | 2 +-
.../main/royale/org/apache/royale/html/TreeGrid.as | 2 +-
.../royale/utils/loadBeadFromValuesManager.as | 13 +++++++++-
.../main/royale/org/apache/royale/effects/Fade.as | 8 +++---
.../main/royale/org/apache/royale/effects/Move.as | 8 +++---
.../royale/org/apache/royale/effects/Resize.as | 8 +++---
.../main/royale/org/apache/royale/effects/Wipe.as | 8 +++---
.../royale/org/apache/royale/express/MXMLViewer.as | 1 -
.../src/main/resources/defaults.css | 7 +++++
.../royale/org/apache/royale/mobile/DatePicker.as | 2 +-
.../royale/org/apache/royale/mobile/ManagerBase.as | 2 +-
.../org/apache/royale/mobile/StackedViewManager.as | 2 +-
.../org/apache/royale/mobile/TabbedViewManager.as | 2 +-
.../apache/royale/mobile/chrome/NavigationBar.as | 2 +-
.../org/apache/royale/mobile/chrome/TabBar.as | 2 +-
.../org/apache/royale/mobile/chrome/ToolBar.as | 2 +-
frameworks/themes/Basic/basic.css | 17 ++++++++++++
63 files changed, 191 insertions(+), 132 deletions(-)
copy examples/royale/{DebuggingExample => MDLDynamicTabsExample}/build.xml
(95%)
copy examples/royale/{RoyaleTeamPage_MDL =>
MDLDynamicTabsExample}/src/main/config/compile-app-config.xml (93%)
copy
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/{DataGridButtonBar.as
=> PopUpList.as} (79%)
--
To stop receiving notification emails like this one, please contact
[email protected].