[royale-asjs] 01/01: Merge branch 'develop' into feature/vivid-ui-set

2018-02-23 Thread piotrz
This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a commit to branch feature/vivid-ui-set
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 55b307f92f21589c0bcd038b4b685a7abedb68bd
Merge: 8d9b616 5db5c2c
Author: Piotr Zarzycki 
AuthorDate: Fri Feb 23 09:17:34 2018 +0100

Merge branch 'develop' into feature/vivid-ui-set

 .../ASDoc/src/main/royale/ASDocMainView.mxml   | 19 
 .../ASDoc/src/main/royale/models/ASDocModel.as |  2 +-
 examples/royale/MDLDynamicTabsExample/build.xml| 55 ++
 .../src/main/config/compile-app-config.xml | 25 ++
 .../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, 265 insertions(+), 130 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
pio...@apache.org.


[royale-asjs] 01/01: Merge branch 'develop' into feature/vivid-ui-set

2018-02-20 Thread piotrz
This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a commit to branch feature/vivid-ui-set
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit d9038f1e64ff257d76a64ff072d8ad5bef1de592
Merge: ecaab75 b4f67a5
Author: Piotr Zarzycki 
AuthorDate: Tue Feb 20 23:26:17 2018 +0100

Merge branch 'develop' into feature/vivid-ui-set

 .../src/main/royale/org/apache/royale/mdl/beads/RestrictTextField.as | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
pio...@apache.org.