[royale-asjs] branch develop updated: jewel example namespace cleaning

2018-05-05 Thread carlosrovira
This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
 new b64e3ec  jewel example namespace cleaning
b64e3ec is described below

commit b64e3ec77dae4df6e3592460ddeb894f4f088647
Author: Carlos Rovira 
AuthorDate: Sun May 6 07:15:07 2018 +0200

jewel example namespace cleaning
---
 .../JewelExample/src/main/royale/AlertPlayGround.mxml  |  2 +-
 .../JewelExample/src/main/royale/ButtonPlayGround.mxml |  6 +++---
 .../JewelExample/src/main/royale/CheckBoxPlayGround.mxml   |  7 +++
 .../src/main/royale/DropDownListPlayGround.mxml|  8 
 .../JewelExample/src/main/royale/HeadingsAndText.mxml  |  6 +++---
 .../JewelExample/src/main/royale/LabelPlayGround.mxml  |  2 +-
 .../JewelExample/src/main/royale/ListPlayGround.mxml   | 14 --
 .../royale/JewelExample/src/main/royale/MainContent.mxml   |  3 +--
 .../src/main/royale/RadioButtonPlayGround.mxml |  2 +-
 .../JewelExample/src/main/royale/SliderPlayGround.mxml |  2 +-
 .../JewelExample/src/main/royale/TextInputPlayGround.mxml  |  2 +-
 11 files changed, 31 insertions(+), 23 deletions(-)

diff --git a/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
index 257674f..e4336d2 100644
--- a/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
@@ -18,8 +18,8 @@ limitations under the License.
 
 -->
 http://ns.adobe.com/mxml/2009;
-xmlns:html="library://ns.apache.org/royale/html"
 xmlns:j="library://ns.apache.org/royale/jewel"
+xmlns:html="library://ns.apache.org/royale/html"
 className="container" width="350">
 

diff --git a/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
index 4e40bb6..c0c373b 100644
--- a/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
@@ -18,9 +18,9 @@ limitations under the License.
 
 -->
 http://ns.adobe.com/mxml/2009;
- xmlns:html="library://ns.apache.org/royale/html"
- xmlns:j="library://ns.apache.org/royale/jewel"
- className="container">
+xmlns:j="library://ns.apache.org/royale/jewel"
+xmlns:html="library://ns.apache.org/royale/html"
+className="container">
 



 
diff --git a/examples/royale/JewelExample/src/main/royale/MainContent.mxml 
b/examples/royale/JewelExample/src/main/royale/MainContent.mxml
index 74c86d5..a20e28b 100644
--- a/examples/royale/JewelExample/src/main/royale/MainContent.mxml
+++ b/examples/royale/JewelExample/src/main/royale/MainContent.mxml
@@ -19,11 +19,10 @@ limitations under the License.
 -->
 http://ns.adobe.com/mxml/2009;
  xmlns:j="library://ns.apache.org/royale/jewel"
- xmlns:js="library://ns.apache.org/royale/basic"
  xmlns:local="*">
 
 
-
+
 
 
 
diff --git 
a/examples/royale/JewelExample/src/main/royale/RadioButtonPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/RadioButtonPlayGround.mxml
index 6b4b89d..fe3309d 100644
--- a/examples/royale/JewelExample/src/main/royale/RadioButtonPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/RadioButtonPlayGround.mxml
@@ -18,8 +18,8 @@ limitations under the License.
 
 -->
 http://ns.adobe.com/mxml/2009;
-xmlns:html="library://ns.apache.org/royale/html"
 xmlns:j="library://ns.apache.org/royale/jewel"
+xmlns:html="library://ns.apache.org/royale/html"
  className="container">
 

diff --git a/examples/royale/JewelExample/src/main/royale/SliderPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/SliderPlayGround.mxml
index c3283d7..0d0fee5 100644
--- a/examples/royale/JewelExample/src/main/royale/SliderPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/SliderPlayGround.mxml
@@ -18,8 +18,8 @@ limitations under the License.
 
 -->
 http://ns.adobe.com/mxml/2009;
-xmlns:html="library://ns.apache.org/royale/html"
 xmlns:j="library://ns.apache.org/royale/jewel"
+xmlns:html="library://ns.apache.org/royale/html"
  className="container">
 

diff --git 
a/examples/royale/JewelExample/src/main/royale/TextInputPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/TextInputPlayGround.mxml
index c92f126..3db6406 100644
--- 

[MAVEN-BUILD] Royale-asjs - Build # 698 - Fixed

2018-05-05 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #698)

Status: Fixed

Check console output at https://builds.apache.org/job/Royale-asjs/698/ to view 
the results.

[MAVEN-BUILD] Royale-asjs - Build # 697 - Failure

2018-05-05 Thread Apache Jenkins Server
The Apache Jenkins build system has built Royale-asjs (build #697)

Status: Failure

Check console output at https://builds.apache.org/job/Royale-asjs/697/ to view 
the results.

[royale-asjs] branch develop updated: some more fixes

2018-05-05 Thread carlosrovira
This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
 new cf084b7  some more fixes
cf084b7 is described below

commit cf084b7bf272cc7fac8c753e1761db176dff0a1c
Author: Carlos Rovira 
AuthorDate: Sat May 5 22:25:44 2018 +0200

some more fixes
---
 .../royale/DataBindingExample_as/src/main/royale/DataBindingExample.as  | 2 +-
 frameworks/projects/Express/src/main/resources/defaults.css | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/examples/royale/DataBindingExample_as/src/main/royale/DataBindingExample.as 
b/examples/royale/DataBindingExample_as/src/main/royale/DataBindingExample.as
index 6c6a707..11c7cc9 100644
--- 
a/examples/royale/DataBindingExample_as/src/main/royale/DataBindingExample.as
+++ 
b/examples/royale/DataBindingExample_as/src/main/royale/DataBindingExample.as
@@ -23,7 +23,7 @@ import org.apache.royale.core.Application;
 import org.apache.royale.core.ItemRendererClassFactory;
 import org.apache.royale.core.SimpleCSSValuesImpl;
 import org.apache.royale.events.Event;
-import org.apache.royale.html.beads.ContainerView;
+import org.apache.royale.core.beads.views.ContainerView;
 import org.apache.royale.core.beads.GroupView;
 import org.apache.royale.html.beads.DataItemRendererFactoryForArrayData;
 import org.apache.royale.html.beads.ListView;
diff --git a/frameworks/projects/Express/src/main/resources/defaults.css 
b/frameworks/projects/Express/src/main/resources/defaults.css
index c565e55..5b3f9c6 100644
--- a/frameworks/projects/Express/src/main/resources/defaults.css
+++ b/frameworks/projects/Express/src/main/resources/defaults.css
@@ -73,7 +73,7 @@ DataGrid
 
 Container
 {  
-   IBeadView: ClassReference("org.apache.royale.html.beads.ContainerView");
+   IBeadView: 
ClassReference("org.apache.royale.core.beads.views.ContainerView");
IBeadLayout: 
ClassReference("org.apache.royale.html.beads.layouts.BasicLayout");
IViewport: 
ClassReference("org.apache.royale.core.supportClasses.Viewport");
IViewportModel: 
ClassReference("org.apache.royale.core.beads.models.ViewportModel");

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


[royale-asjs] 01/01: Merge branch 'develop' into feature/refactor-separation-core-basic

2018-05-05 Thread carlosrovira
This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch feature/refactor-separation-core-basic
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 35e18092f3afc330185a02fad6f50d2f366e5d4b
Merge: a77786f 88cffe9
Author: Carlos Rovira 
AuthorDate: Sat May 5 22:02:13 2018 +0200

Merge branch 'develop' into feature/refactor-separation-core-basic

* develop:
  MDL: Fix issue where parent during changes of component className was 
undefined (reference #222)
  Update version

 .../src/main/royale/MDLClasses.as  |  4 ++
 .../org/apache/royale/mdl/NavigationLayout.as  | 13 +-
 .../royale/mdl/utils/getMdlContainerParent.as  | 52 ++
 npm/cli/package.json   |  2 +-
 4 files changed, 69 insertions(+), 2 deletions(-)

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


[royale-asjs] branch develop updated (88cffe9 -> 35e1809)

2018-05-05 Thread carlosrovira
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 88cffe9  MDL: Fix issue where parent during changes of component 
className was undefined (reference #222)
 add 16c0dcd  reafactor to separate Basic from Core and make new UI Sets 
not depend from Basic
 add a77786f  fix layout some issue with layout due to forgotten GroupView
 add 35e1809  Merge branch 'develop' into 
feature/refactor-separation-core-basic

No new revisions were added by this update.

Summary of changes:
 examples/blog/BE0001_Hello_World/pom.xml   |  15 +
 .../main/royale/products/ProductItemRenderer.as|   2 +-
 examples/royale/AccordionExample/pom.xml   |  14 +
 examples/royale/DataBindingExample/pom.xml |  14 +
 .../DataBindingExampleWithFlexLayout/pom.xml   |  14 +
 examples/royale/DataBindingExample_as/pom.xml  |  21 +
 .../src/main/royale/DataBindingExample.as  |  14 +-
 examples/royale/DataGridExample/pom.xml|  14 +
 .../main/royale/products/ProductItemRenderer.as|   2 +-
 examples/royale/DebuggingExample/pom.xml   |  14 +
 examples/royale/DividedContainerExample/pom.xml|  14 +
 .../src/main/royale/MyInitialView.mxml |   2 +-
 .../main/royale/products/ProductItemRenderer.as|   2 +-
 examples/royale/Flex2Royale/pom.xml|  14 +
 examples/royale/HTMLElements/pom.xml   |  14 +
 examples/royale/HelloWorld/pom.xml |  14 +
 examples/royale/JSON2ASVO/pom.xml  |  14 +
 .../src/main/royale/AlertPlayGround.mxml   |  19 +-
 .../royale/JewelExample/src/main/royale/App.mxml   |  12 +-
 .../src/main/royale/ButtonPlayGround.mxml  |   9 +-
 .../src/main/royale/CheckBoxPlayGround.mxml|   8 +-
 .../src/main/royale/DropDownListPlayGround.mxml|  11 +-
 .../src/main/royale/HeadingsAndText.mxml   |  11 +-
 .../src/main/royale/LabelPlayGround.mxml   |  15 +-
 .../src/main/royale/ListPlayGround.mxml|  27 +-
 .../JewelExample/src/main/royale/MainContent.mxml  |  48 +-
 .../src/main/royale/RadioButtonPlayGround.mxml |  15 +-
 .../src/main/royale/SliderPlayGround.mxml  |  15 +-
 .../src/main/royale/TextInputPlayGround.mxml   |  39 +-
 examples/royale/ListExample/pom.xml|  14 +
 .../ListExample/src/main/royale/MyInitialView.mxml |   2 +-
 .../main/royale/simple/IRFactoryForArrayData.as|   2 +-
 examples/royale/ModuleExample/pom.xml  |  21 +
 .../RemoteObjectAMFTest/src/main/royale/App.mxml   |  57 +-
 examples/royale/StyleExample/pom.xml   |  14 +
 examples/royale/TableExample/pom.xml   |  14 +
 .../mapper/DataTableMapperForArrayListData.as  |   2 +-
 examples/royale/TeamPage/pom.xml   |  14 +
 .../TeamPage/src/main/royale/MyInitialView.mxml|   2 +-
 examples/royale/TodoListSampleApp/pom.xml  |  14 +
 .../royale/sample/todo/views/TodoListView.mxml |   4 +-
 examples/royale/TreeExample/pom.xml|  14 +
 .../Basic/src/main/resources/basic-manifest.xml|  14 +-
 .../projects/Basic/src/main/resources/defaults.css |  94 +--
 .../projects/Basic/src/main/royale/BasicClasses.as |  11 +-
 .../apache/royale/core/IScrollingLayoutParent.as   |   2 +-
 .../main/royale/org/apache/royale/html/Alert.as|   4 +-
 .../main/royale/org/apache/royale/html/CheckBox.as |  12 +-
 .../royale/org/apache/royale/html/ControlBar.as|   4 +-
 .../royale/org/apache/royale/html/DataContainer.as |   4 +-
 .../royale/org/apache/royale/html/DropDownList.as  |   2 +-
 .../main/royale/org/apache/royale/html/Panel.as|   4 +-
 .../royale/org/apache/royale/html/SimpleAlert.as   |   4 +-
 .../html/accessories/NumericOnlyTextInputBead.as   |   2 +-
 .../royale/html/accessories/PasswordInputBead.as   |   2 +-
 .../royale/html/beads/AccordionCollapseBead.as |   1 +
 .../org/apache/royale/html/beads/AlertView.as  |   5 +-
 .../royale/html/beads/BackgroundImageBead.as   |   2 +
 .../org/apache/royale/html/beads/ButtonBarView.as  |   2 +-
 .../royale/html/beads/ControlBarMeasurementBead.as |   2 +-
 .../org/apache/royale/html/beads/DataGridView.as   |   5 +-
 .../beads/DataItemRendererFactoryForArrayData.as   |   4 +-
 .../beads/DataItemRendererFactoryForArrayList.as   |   2 +-
 .../DataItemRendererFactoryForCollectionView.as|   3 +-
 .../beads/DataItemRendererFactoryForColumnData.as  |   2 +-
 .../apache/royale/html/beads/DateChooserView.as|   4 +-
 .../royale/html/beads/DispatchInputFinishedBead.as |   2 +-
 .../royale/html/beads/DispatchKeyboardEventBead.as |   2 +-
 .../apache/royale/html/beads/DropDownListView.as   |   1 +
 .../DynamicItemsRendererFactoryForArrayListData.as |   2 +-
 .../org/apache/royale/html/beads/IDataGridView.as  |   2 +-
 .../org/apache/royale/html/beads/ListView.as   |   

[royale-asjs] branch feature/refactor-separation-core-basic updated (a77786f -> 35e1809)

2018-05-05 Thread carlosrovira
This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a change to branch feature/refactor-separation-core-basic
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


from a77786f  fix layout some issue with layout due to forgotten GroupView
 add 71a6bf7  Update version
 add 470cd13  Merge branch 'develop' of 
https://github.com/apache/royale-asjs into develop
 add 88cffe9  MDL: Fix issue where parent during changes of component 
className was undefined (reference #222)
 new 35e1809  Merge branch 'develop' into 
feature/refactor-separation-core-basic

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:
 .../src/main/royale/MDLClasses.as  |   4 +
 .../org/apache/royale/mdl/NavigationLayout.as  |  13 ++-
 .../royale/mdl/utils/getMdlContainerParent.as} | 102 +++--
 npm/cli/package.json   |   2 +-
 4 files changed, 69 insertions(+), 52 deletions(-)
 copy 
frameworks/projects/{Core/src/main/royale/org/apache/royale/utils/cssclasslist/removeAllStyles.as
 => 
MaterialDesignLite/src/main/royale/org/apache/royale/mdl/utils/getMdlContainerParent.as}
 (55%)

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


[royale-asjs] branch feature/refactor-separation-core-basic updated: fix layout some issue with layout due to forgotten GroupView

2018-05-05 Thread carlosrovira
This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch feature/refactor-separation-core-basic
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to 
refs/heads/feature/refactor-separation-core-basic by this push:
 new a77786f  fix layout some issue with layout due to forgotten GroupView
a77786f is described below

commit a77786f87d2487e15178ecf10ff0e52716d1dd8a
Author: Carlos Rovira 
AuthorDate: Sat May 5 22:01:39 2018 +0200

fix layout some issue with layout due to forgotten GroupView
---
 .../JewelExample/src/main/royale/AlertPlayGround.mxml |  4 ++--
 examples/royale/JewelExample/src/main/royale/App.mxml |  4 ++--
 .../src/main/royale/ButtonPlayGround.mxml |  4 ++--
 .../src/main/royale/CheckBoxPlayGround.mxml   |  4 ++--
 .../src/main/royale/DropDownListPlayGround.mxml   |  2 +-
 .../JewelExample/src/main/royale/HeadingsAndText.mxml |  4 ++--
 .../JewelExample/src/main/royale/LabelPlayGround.mxml |  4 ++--
 .../JewelExample/src/main/royale/ListPlayGround.mxml  |  4 ++--
 .../JewelExample/src/main/royale/MainContent.mxml | 19 ++-
 .../src/main/royale/RadioButtonPlayGround.mxml|  4 ++--
 .../src/main/royale/SliderPlayGround.mxml |  4 ++--
 .../src/main/royale/TextInputPlayGround.mxml  | 12 ++--
 .../projects/Jewel/src/main/resources/defaults.css|  4 
 frameworks/projects/Jewel/src/main/sass/_global.sass  |  2 ++
 14 files changed, 41 insertions(+), 34 deletions(-)

diff --git a/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
index c53a75a..257674f 100644
--- a/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/AlertPlayGround.mxml
@@ -46,9 +46,9 @@ limitations under the License.
]]>

 
-   
+   



diff --git a/examples/royale/JewelExample/src/main/royale/App.mxml 
b/examples/royale/JewelExample/src/main/royale/App.mxml
index f223fa1..c358c9e 100644
--- a/examples/royale/JewelExample/src/main/royale/App.mxml
+++ b/examples/royale/JewelExample/src/main/royale/App.mxml
@@ -31,9 +31,9 @@



-   
+   


 
diff --git a/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
index 222eef6..4e40bb6 100644
--- a/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/ButtonPlayGround.mxml
@@ -30,9 +30,9 @@ limitations under the License.
]]>

 
-   
+   



diff --git 
a/examples/royale/JewelExample/src/main/royale/CheckBoxPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/CheckBoxPlayGround.mxml
index cf35fce..7ed747b 100644
--- a/examples/royale/JewelExample/src/main/royale/CheckBoxPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/CheckBoxPlayGround.mxml
@@ -23,9 +23,9 @@ limitations under the License.
  xmlns:j="library://ns.apache.org/royale/jewel"
   className="container">
 
-   
+   


 
diff --git 
a/examples/royale/JewelExample/src/main/royale/DropDownListPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/DropDownListPlayGround.mxml
index 8ff300d..ff30a72 100644
--- a/examples/royale/JewelExample/src/main/royale/DropDownListPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/DropDownListPlayGround.mxml
@@ -41,7 +41,7 @@ limitations under the License.

 

-   
+   



diff --git a/examples/royale/JewelExample/src/main/royale/HeadingsAndText.mxml 
b/examples/royale/JewelExample/src/main/royale/HeadingsAndText.mxml
index 33aa449..3209e85 100644
--- a/examples/royale/JewelExample/src/main/royale/HeadingsAndText.mxml
+++ b/examples/royale/JewelExample/src/main/royale/HeadingsAndText.mxml
@@ -22,9 +22,9 @@ limitations under the License.
  xmlns:j="library://ns.apache.org/royale/jewel"
   className="container" width="350">
 
-   
+   

 
 
diff --git a/examples/royale/JewelExample/src/main/royale/LabelPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/LabelPlayGround.mxml
index 3413555..7d4a27a 100644
--- a/examples/royale/JewelExample/src/main/royale/LabelPlayGround.mxml
+++ b/examples/royale/JewelExample/src/main/royale/LabelPlayGround.mxml
@@ -33,9 +33,9 @@ limitations under the License.
]]>

 
-   
+   



diff --git