[royale-asjs] branch develop updated (74f3d81 -> 80f932e)

2018-11-14 Thread harbs
This is an automated email from the ASF dual-hosted git repository.

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


from 74f3d81  Assign topLevelApplication
 add 1633099  Added Modal beads with example
 add 4a36cf3  Flash not perfect, but at least it runs.
 new 80f932e  Merge branch 'feature/modal' into develop

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:
 .../{JewelExample => AlertExample}/asconfig.json   |   6 +-
 .../royale/AlertExample/src/main/royale/ASModal.as |  56 ++
 .../AlertExample/src/main/royale/AlertExample.mxml |  29 ++-
 .../AlertExample/src/main/royale/MXMLModal.mxml|  21 +-
 .../Basic/src/main/resources/basic-manifest.xml|   3 +
 .../main/royale/org/apache/royale/core/UIBase.as   |   8 +-
 .../royale/html/beads/plugin/IModalDisplay.as  |  30 +--
 .../royale/html/beads/plugin/ModalDisplay.as   | 196 +++
 .../royale/html/beads/plugin/ModalOverlay.as   | 215 +
 9 files changed, 529 insertions(+), 35 deletions(-)
 copy examples/royale/{JewelExample => AlertExample}/asconfig.json (53%)
 create mode 100644 examples/royale/AlertExample/src/main/royale/ASModal.as
 copy 
archetypes/royale-simple-application-pure-js-archetype/src/main/resources/archetype-resources/src/main/royale/App.mxml
 => examples/royale/AlertExample/src/main/royale/MXMLModal.mxml (63%)
 copy manualtests/EffectsExample/src/README.txt => 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/plugin/IModalDisplay.as
 (68%)
 create mode 100644 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/plugin/ModalDisplay.as
 create mode 100644 
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/plugin/ModalOverlay.as



[royale-asjs] branch release/0.9.4 updated (b3d6252 -> 77ced93)

2018-11-14 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

aharui pushed a change to branch release/0.9.4
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.


from b3d6252  Revert "remove SNAPSHOT from compiler and typedefs versions"
 new c543693  remove SNAPSHOT from compiler and typedefs versions
 new 14f4508  update other poms to current version
 new 77ced93  [maven-release-plugin] prepare release 
org.apache.royale.framework-0.9.4-rc2

The 3 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:
 archetypes/pom.xml |   6 +-
 .../royale-simple-application-archetype/pom.xml|   4 +-
 .../pom.xml|   4 +-
 .../pom.xml|   4 +-
 archetypes/royale-simple-library-archetype/pom.xml |   4 +-
 archetypes/royale-simple-typedef-archetype/pom.xml |   4 +-
 distribution/jars/compc/pom.xml|   4 +-
 distribution/jars/compiler-asc/pom.xml |   4 +-
 distribution/jars/compiler-compc/pom.xml   |   4 +-
 distribution/jars/compiler-mxmlc/pom.xml   |   4 +-
 distribution/jars/compiler-optimizer/pom.xml   |   4 +-
 distribution/jars/compiler-swfdump/pom.xml |   4 +-
 distribution/jars/mxmlc/pom.xml|   4 +-
 distribution/pom.xml   | 120 ++---
 examples/amf/SampleAmfWebApp/pom.xml   |   6 +-
 examples/amf/pom.xml   |   4 +-
 examples/blog/BE0001_Hello_World/pom.xml   |  10 +-
 .../blog/BE0002_Using_Jewel_Alert_Control/pom.xml  |  14 +--
 .../blog/BE0003_Using_Jewel_Slider_Control/pom.xml |  14 +--
 .../BE0004_Adding_an_item_to_a_Jewel_List/pom.xml  |  14 +--
 .../pom.xml|  14 +--
 .../pom.xml|  10 +-
 .../pom.xml|  14 +--
 .../pom.xml|  14 +--
 .../pom.xml|  18 ++--
 .../pom.xml|  10 +-
 .../pom.xml|  14 +--
 examples/blog/pom.xml  |  30 +++---
 examples/examples-integrationtests/pom.xml |  52 -
 examples/examples-tests/pom.xml|   4 +-
 examples/express/DataBindingExample/pom.xml|   8 +-
 examples/express/DataGridExample/pom.xml   |   4 +-
 examples/express/GitHubCommitLogViewer/pom.xml |   8 +-
 examples/express/pom.xml   |  18 ++--
 examples/mxroyale/ControlsExample/pom.xml  |   6 +-
 examples/mxroyale/HelloWorld/pom.xml   |   6 +-
 examples/mxroyale/RemoteObjectAMFTest/pom.xml  |  16 +--
 examples/mxroyale/SparkHelloWorld/pom.xml  |   6 +-
 examples/mxroyale/pom.xml  |  38 +++
 examples/native/ButtonExample/pom.xml  |   4 +-
 examples/native/USStatesMap/pom.xml|   6 +-
 examples/native/pom.xml|   4 +-
 examples/node/HelloWorld/pom.xml   |   4 +-
 examples/node/pom.xml  |   4 +-
 examples/pom.xml   |   6 +-
 examples/royale/ASDoc/pom.xml  |  14 +--
 examples/royale/AccordionExample/pom.xml   |  10 +-
 examples/royale/AlertExample/pom.xml   |  12 +--
 examples/royale/ChartExample/pom.xml   |  10 +-
 examples/royale/CordovaCameraExample/pom.xml   |  10 +-
 examples/royale/CreateJSExample/pom.xml|  10 +-
 examples/royale/DataBindingExample/pom.xml |  14 +--
 .../DataBindingExampleWithFlexLayout/pom.xml   |  14 +--
 examples/royale/DataBindingExample_Flat/pom.xml|  14 +--
 examples/royale/DataBindingExample_as/pom.xml  |  14 +--
 examples/royale/DataGridExample/pom.xml|  10 +-
 examples/royale/DateControlsExample/pom.xml|  10 +-
 examples/royale/DebuggingExample/pom.xml   |  14 +--
 examples/royale/DesktopMap/pom.xml |  10 +-
 examples/royale/DividedContainerExample/pom.xml|  10 +-
 examples/royale/DragAndDropExample/pom.xml |  10 +-
 examples/royale/Flex2Royale/pom.xml|  14 +--
 examples/royale/HTMLElements/pom.xml   |  10 +-
 examples/royale/HelloWorld/pom.xml |  10 +-
 examples/royale/JSON2ASVO/pom.xml  |  18 ++--
 examples/royale/JewelExample/pom.xml   |  26 ++---
 examples/royale/ListExample/pom.xml|  14 +--
 examples/royale/MDLDynamicTableExample/pom.xml |   6 +-
 examples/royale/MDLDynamicTabsExample/pom.xml  

[royale-asjs] 01/03: remove SNAPSHOT from compiler and typedefs versions

2018-11-14 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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

commit c543693e590fe4098111ed9218cf8e94e793cd2c
Author: Alex Harui 
AuthorDate: Tue Nov 13 23:07:41 2018 -0800

remove SNAPSHOT from compiler and typedefs versions
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4f8f9e7..b6f24fc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
 UTF-8
 3.5.4
 
-0.9.4-SNAPSHOT
-0.9.4-SNAPSHOT
+0.9.4
+0.9.4
 1.0.0
 
 true



[royale-asjs] 02/03: update other poms to current version

2018-11-14 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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

commit 14f4508492dcb24ed9461093f7a2d7e1fa45436d
Author: Alex Harui 
AuthorDate: Tue Nov 13 23:08:10 2018 -0800

update other poms to current version
---
 archetypes/pom.xml  | 2 +-
 examples/pom.xml| 2 +-
 manualtests/pom.xml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index e28783c..7cc6bfc 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -34,7 +34,7 @@
   Maven archetypes for creating royale maven 
projects
 
   
-0.9.4-SNAPSHOT
+0.9.4
   
   
   
diff --git a/examples/pom.xml b/examples/pom.xml
index 93264fb..8aee197 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -38,7 +38,7 @@
 
${basedir}/target/javascript/bin/js-debug
 
 
${basedir}/target/javascript/bin/js-release
-0.9.4-SNAPSHOT
+0.9.4
   
 
   
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index a60a24d..1cb84ea 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -33,7 +33,7 @@
   
   
 
${basedir}/target/javascript/bin/js-debug
-0.9.4-SNAPSHOT
+0.9.4
   
   Apache Royale: ManualTests
 



[royale-asjs] branch develop updated (7aa42ea -> 5778873)

2018-11-14 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


from 7aa42ea  Small fix for external model adjustment
 add 4a077c5  removed duplicate definition
 add 98ab565  added TabBar
 add 9b409d2  added module class
 add 4f36582  added module class
 add 3283649  emulation works
 add eb95bde  Update spark-royale-manifest.xml
 add 44320e1  Merge branch 'develop' of 
https://github.com/nihavend/royale-asjs into develop
 add fcddb45  Merge remote-tracking branch 'upstream/develop' into develop
 add aa833dc  it was not required
 add 4f41414  removed weak reference
 add 86d731b  removed unnecessary class
 add 67b569a  Merge remote-tracking branch 'upstream/develop' into develop
 add 2172204  accidentally deleted, restored
 add 539e0b4  Menu class emulated
 add 5cfc071  Merge remote-tracking branch 'upstream/develop' into develop
 new 5778873  Merge pull request #339 from nihavend/develop

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:
 .../MXRoyale/src/main/royale/MXRoyaleClasses.as|3 +-
 .../MXRoyale/src/main/royale/mx/controls/Alert.as  |2 +-
 .../MXRoyale/src/main/royale/mx/controls/Menu.as   | 2641 
 .../src/main/royale/mx/core/ScrollControlBase.as   |4 +-
 .../src/main/royale/mx/events/EffectEvent.as   |4 +-
 .../src/main/royale/mx/events/FlexEvent.as |4 +-
 .../src/main/royale/mx/events/HTTPStatusEvent.as   |2 +
 .../src/main/royale/mx/events/IOErrorEvent.as  |2 +
 .../src/main/royale/mx/events/MenuEvent.as |2 +-
 .../main/royale/mx/events/SecurityErrorEvent.as|2 +
 .../src/main/royale/mx/managers/CursorManager.as   |6 +-
 .../royale/mx/managers/CursorManagerPriority.as|   84 +-
 .../src/main/resources/spark-royale-manifest.xml   |5 +-
 .../src/main/royale/SparkRoyaleClasses.as  |2 +
 .../src/main/royale/spark/components/ButtonBar.as  |  296 +++
 .../spark/components/SkinnablePopUpContainer.as| 1462 +++
 .../components/supportClasses/ButtonBarBase.as |  873 +++
 .../spark/components/supportClasses/ListBase.as|   26 +-
 .../src/main/royale/spark/modules/Module.as|   89 +
 19 files changed, 5456 insertions(+), 53 deletions(-)
 create mode 100644 
frameworks/projects/MXRoyale/src/main/royale/mx/controls/Menu.as
 create mode 100644 
frameworks/projects/SparkRoyale/src/main/royale/spark/components/ButtonBar.as
 create mode 100644 
frameworks/projects/SparkRoyale/src/main/royale/spark/components/SkinnablePopUpContainer.as
 create mode 100644 
frameworks/projects/SparkRoyale/src/main/royale/spark/components/supportClasses/ButtonBarBase.as
 create mode 100644 
frameworks/projects/SparkRoyale/src/main/royale/spark/modules/Module.as



[royale-asjs] 01/01: Merge pull request #339 from nihavend/develop

2018-11-14 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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

commit 57788732b24bfdd8a212a683edc11ac50f47557b
Merge: 7aa42ea 5cfc071
Author: aharui 
AuthorDate: Wed Nov 14 15:19:19 2018 -0800

Merge pull request #339 from nihavend/develop

Spark Module class added.

 .../MXRoyale/src/main/royale/MXRoyaleClasses.as|3 +-
 .../MXRoyale/src/main/royale/mx/controls/Alert.as  |2 +-
 .../MXRoyale/src/main/royale/mx/controls/Menu.as   | 2641 
 .../src/main/royale/mx/core/ScrollControlBase.as   |4 +-
 .../src/main/royale/mx/events/EffectEvent.as   |4 +-
 .../src/main/royale/mx/events/FlexEvent.as |4 +-
 .../src/main/royale/mx/events/HTTPStatusEvent.as   |2 +
 .../src/main/royale/mx/events/IOErrorEvent.as  |2 +
 .../src/main/royale/mx/events/MenuEvent.as |2 +-
 .../main/royale/mx/events/SecurityErrorEvent.as|2 +
 .../src/main/royale/mx/managers/CursorManager.as   |6 +-
 .../royale/mx/managers/CursorManagerPriority.as|   84 +-
 .../src/main/resources/spark-royale-manifest.xml   |5 +-
 .../src/main/royale/SparkRoyaleClasses.as  |2 +
 .../src/main/royale/spark/components/ButtonBar.as  |  296 +++
 .../spark/components/SkinnablePopUpContainer.as| 1462 +++
 .../components/supportClasses/ButtonBarBase.as |  873 +++
 .../spark/components/supportClasses/ListBase.as|   26 +-
 .../src/main/royale/spark/modules/Module.as|   89 +
 19 files changed, 5456 insertions(+), 53 deletions(-)



[royale-asjs] 01/01: Merge pull request #342 from ajwfrost/ajwfrost/httpstatus

2018-11-14 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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

commit 6d4fd2fec34eea8f9b5df8d38872ee049cd26d95
Merge: 5778873 e45c2d2
Author: aharui 
AuthorDate: Wed Nov 14 15:20:49 2018 -0800

Merge pull request #342 from ajwfrost/ajwfrost/httpstatus

Switching from using a new HTTPStatusEvent to a ValueEvent, now with …

 .../royale/org/apache/royale/events/ValueEvent.as  |  4 +--
 .../Network/src/main/royale/NetworkClasses.as  |  4 ---
 .../main/royale/org/apache/royale/net/URLLoader.as |  4 +--
 .../apache/royale/net/events/HTTPStatusEvent.as| 39 --
 4 files changed, 4 insertions(+), 47 deletions(-)



[royale-asjs] branch develop updated (5778873 -> 6d4fd2f)

2018-11-14 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


from 5778873  Merge pull request #339 from nihavend/develop
 add e45c2d2  Switching from using a new HTTPStatusEvent to a ValueEvent, 
now with the 'any' type for its value
 new 6d4fd2f  Merge pull request #342 from ajwfrost/ajwfrost/httpstatus

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:
 .../royale/org/apache/royale/events/ValueEvent.as  |  4 +--
 .../Network/src/main/royale/NetworkClasses.as  |  4 ---
 .../main/royale/org/apache/royale/net/URLLoader.as |  4 +--
 .../apache/royale/net/events/HTTPStatusEvent.as| 39 --
 4 files changed, 4 insertions(+), 47 deletions(-)
 delete mode 100644 
frameworks/projects/Network/src/main/royale/org/apache/royale/net/events/HTTPStatusEvent.as



[royale-asjs] branch develop updated: some improvements in section and grid layout

2018-11-14 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 6616a6d  some improvements in section and grid layout
6616a6d is described below

commit 6616a6dcc211de153c8ddc74fb3d2ac361436b81
Author: Carlos Rovira 
AuthorDate: Wed Nov 14 20:25:24 2018 +0100

some improvements in section and grid layout
---
 frameworks/projects/Jewel/src/main/resources/defaults.css   | 2 +-
 frameworks/projects/Jewel/src/main/sass/components/_layout.sass | 2 +-
 frameworks/projects/Jewel/src/main/sass/components/_sectioncontent.sass | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css 
b/frameworks/projects/Jewel/src/main/resources/defaults.css
index be61edd..dfbee22 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -1007,7 +1007,6 @@ j|Label {
 .layout.grid {
   flex-flow: row wrap;
   width: 100%;
-  height: 100%;
 }
 .layout.grid > * {
   flex: 0 0 auto;
@@ -3134,6 +3133,7 @@ j|Spinner {
 .jewel.section {
   display: none;
   flex-flow: column nowrap;
+  height: 100%;
 }
 .jewel.section.is-active {
   display: flex;
diff --git a/frameworks/projects/Jewel/src/main/sass/components/_layout.sass 
b/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
index 13e6dbf..92bf99f 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_layout.sass
@@ -146,7 +146,7 @@ $gap-size: 10px !default
&.grid
flex-flow: row wrap
width: 100%
-   height: 100%
+   // height: 100%

> *
flex: 0 0 auto // flex-grow, flex-shrink and flex-basis
diff --git 
a/frameworks/projects/Jewel/src/main/sass/components/_sectioncontent.sass 
b/frameworks/projects/Jewel/src/main/sass/components/_sectioncontent.sass
index d08b2fc..46c507a 100644
--- a/frameworks/projects/Jewel/src/main/sass/components/_sectioncontent.sass
+++ b/frameworks/projects/Jewel/src/main/sass/components/_sectioncontent.sass
@@ -25,6 +25,7 @@
 //padding: 40px
 display: none
 flex-flow: column nowrap
+height: 100%
 
 &.is-active
 display: flex



[royale-asjs] branch develop updated: New Jewel Wizard component

2018-11-14 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 73e894b  New Jewel Wizard component
73e894b is described below

commit 73e894be6aad858ecadc81937ef2e98a06f947c4
Author: Carlos Rovira 
AuthorDate: Wed Nov 14 20:26:03 2018 +0100

New Jewel Wizard component
---
 .../projects/Jewel/src/main/resources/defaults.css |  28 ++
 .../Jewel/src/main/resources/jewel-manifest.xml|   6 +-
 .../projects/Jewel/src/main/royale/JewelClasses.as |  11 +
 .../main/royale/org/apache/royale/jewel/Wizard.as  | 238 +
 .../org/apache/royale/jewel/WizardContent.as   | 100 ++
 .../royale/org/apache/royale/jewel/WizardPage.as   | 183 ++
 .../jewel/beads/controllers/WizardController.as| 174 +
 .../royale/jewel/beads/layouts/WizardLayout.as |  51 +++
 .../royale/jewel/beads/models/WizardModel.as   | 111 ++
 .../apache/royale/jewel/beads/models/WizardStep.as | 183 ++
 .../apache/royale/jewel/beads/views/WizardView.as  | 388 +
 .../supportClasses/wizard/WizardLayoutProxy.as | 237 +
 .../Jewel/src/main/sass/components/_wizard.sass|  71 
 .../projects/Jewel/src/main/sass/defaults.sass |   1 +
 14 files changed, 1781 insertions(+), 1 deletion(-)

diff --git a/frameworks/projects/Jewel/src/main/resources/defaults.css 
b/frameworks/projects/Jewel/src/main/resources/defaults.css
index dfbee22..d4f5076 100644
--- a/frameworks/projects/Jewel/src/main/resources/defaults.css
+++ b/frameworks/projects/Jewel/src/main/resources/defaults.css
@@ -3664,6 +3664,34 @@ j|TopAppBarTitle {
   IBeadLayout: 
ClassReference("org.apache.royale.jewel.beads.layouts.NullLayout");
 }
 
+.jewel .wizard {
+  width: 100%;
+}
+.jewel .next {
+  flex: 1 1 0;
+}
+.jewel .previous {
+  flex: 1 1 0;
+}
+.jewel .wizardcontent {
+  flex-grow: 100;
+}
+
+j|Wizard {
+  IBeadView: ClassReference("org.apache.royale.jewel.beads.views.WizardView");
+  IBeadController: 
ClassReference("org.apache.royale.jewel.beads.controllers.WizardController");
+  IBeadModel: 
ClassReference("org.apache.royale.jewel.beads.models.WizardModel");
+  IWizardLayout: 
ClassReference("org.apache.royale.jewel.beads.layouts.WizardLayout");
+  IWizardContentArea: ClassReference("org.apache.royale.jewel.WizardContent");
+}
+
+j|WizardContent {
+  IBeadView: ClassReference("org.apache.royale.html.beads.ContainerView");
+  IBeadLayout: 
ClassReference("org.apache.royale.jewel.beads.layouts.NullLayout");
+  IViewport: ClassReference("org.apache.royale.jewel.supportClasses.Viewport");
+  IViewportModel: 
ClassReference("org.apache.royale.html.beads.models.ViewportModel");
+}
+
 .jewel.main {
   width: 100%;
   min-height: 100%;
diff --git a/frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml 
b/frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml
index ca63bd8..e7bc4bb 100644
--- a/frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml
+++ b/frameworks/projects/Jewel/src/main/resources/jewel-manifest.xml
@@ -169,7 +169,11 @@
 
 
 
-
+
+
+
+
+
 
  
 
diff --git a/frameworks/projects/Jewel/src/main/royale/JewelClasses.as 
b/frameworks/projects/Jewel/src/main/royale/JewelClasses.as
index ec20445..8d0b6ff 100644
--- a/frameworks/projects/Jewel/src/main/royale/JewelClasses.as
+++ b/frameworks/projects/Jewel/src/main/royale/JewelClasses.as
@@ -104,6 +104,17 @@ package
 import 
org.apache.royale.jewel.supportClasses.util.positionInsideBoundingClientRect; 
positionInsideBoundingClientRect;
 
 //import org.apache.royale.jewel.beads.views.JewelLabelViewBead; 
JewelLabelViewBead;
+
+import org.apache.royale.jewel.beads.views.WizardView; WizardView;
+
+import 
org.apache.royale.jewel.supportClasses.wizard.WizardLayoutProxy; 
WizardLayoutProxy;
+
+import org.apache.royale.jewel.beads.controllers.WizardController; 
WizardController;
+
+import org.apache.royale.jewel.beads.models.WizardModel; WizardModel;
+import org.apache.royale.jewel.beads.models.WizardStep; WizardStep;
+
+import org.apache.royale.jewel.beads.layouts.WizardLayout; 
WizardLayout;
 }
 
 }
\ No newline at end of file
diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Wizard.as 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Wizard.as
new file mode 100644
index 000..4a8b2ef
--- /dev/null
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/Wizard.as
@@ -0,0 +1,238 @@
+
+//
+//  Licensed to the Apache Software Foundation (ASF) under one or more
+//  contributor license agreements.  See the NOTICE file distributed with
+//  this work for 

[royale-asjs] branch develop updated: Jewel Wizard initial example in JewelExample

2018-11-14 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 5589a71  Jewel Wizard initial example in JewelExample
5589a71 is described below

commit 5589a71204a6ac1757319981f1767f2fda355ba5
Author: Carlos Rovira 
AuthorDate: Wed Nov 14 20:26:52 2018 +0100

Jewel Wizard initial example in JewelExample
---
 .../JewelExample/src/main/royale/MainContent.mxml  |  1 +
 .../src/main/royale/WizardPlayGround.mxml  | 91 ++
 .../src/main/royale/models/MainNavigationModel.as  |  3 +-
 3 files changed, 94 insertions(+), 1 deletion(-)

diff --git a/examples/royale/JewelExample/src/main/royale/MainContent.mxml 
b/examples/royale/JewelExample/src/main/royale/MainContent.mxml
index effb677..aba15fd 100644
--- a/examples/royale/JewelExample/src/main/royale/MainContent.mxml
+++ b/examples/royale/JewelExample/src/main/royale/MainContent.mxml
@@ -144,6 +144,7 @@ limitations under the License.
 
 
 
+
 
 
 
diff --git a/examples/royale/JewelExample/src/main/royale/WizardPlayGround.mxml 
b/examples/royale/JewelExample/src/main/royale/WizardPlayGround.mxml
new file mode 100644
index 000..2766bec
--- /dev/null
+++ b/examples/royale/JewelExample/src/main/royale/WizardPlayGround.mxml
@@ -0,0 +1,91 @@
+
+
+http://ns.adobe.com/mxml/2009;
+   xmlns:j="library://ns.apache.org/royale/jewel"
+   xmlns:js="library://ns.apache.org/royale/basic"
+   xmlns:html="library://ns.apache.org/royale/html">
+
+   
+   
+   
+
+   
+
+
+   
+   
+   
+
+   
+   
+   
+   
+   
+   
+   
+   
+
+   
+   
+   
+   
+   
+   
+   
+
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+
diff --git 
a/examples/royale/JewelExample/src/main/royale/models/MainNavigationModel.as 
b/examples/royale/JewelExample/src/main/royale/models/MainNavigationModel.as
index aa0638c..474d253 100644
--- a/examples/royale/JewelExample/src/main/royale/models/MainNavigationModel.as
+++ b/examples/royale/JewelExample/src/main/royale/models/MainNavigationModel.as
@@ -56,7 +56,8 @@ package models
 new NavigationLinkVO("Grid", "grid_panel", 
MaterialIconType.GRID_ON),
 new NavigationLinkVO("Tables", "tables_panel", 
MaterialIconType.VIEW_LIST),
 new NavigationLinkVO("TabBar", "tabbar_panel", 
MaterialIconType.TAB),
-new NavigationLinkVO("Card", "card_panel", 
MaterialIconType.WEB_ASSET)
+new NavigationLinkVO("Card", "card_panel", 
MaterialIconType.WEB_ASSET),
+new NavigationLinkVO("Wizard", "wizards_panel", 
MaterialIconType.MOVIE_FILTER)
 // new NavigationLinkVO("Tabs", "tabs_panel")
 ]);
 



svn commit: r30894 - in /dev/royale/0.9.4/rc2: ./ binaries/

2018-11-14 Thread aharui
Author: aharui
Date: Wed Nov 14 18:00:43 2018
New Revision: 30894

Log:
rc2 of Apache Royale 0.9.4

Added:
dev/royale/0.9.4/rc2/
dev/royale/0.9.4/rc2/ApproveRoyale.xml
dev/royale/0.9.4/rc2/READme
dev/royale/0.9.4/rc2/apache-royale-0.9.4-src.tar.gz   (with props)
dev/royale/0.9.4/rc2/apache-royale-0.9.4-src.tar.gz.asc
dev/royale/0.9.4/rc2/apache-royale-0.9.4-src.tar.gz.sha512
dev/royale/0.9.4/rc2/apache-royale-0.9.4-src.zip   (with props)
dev/royale/0.9.4/rc2/apache-royale-0.9.4-src.zip.asc
dev/royale/0.9.4/rc2/apache-royale-0.9.4-src.zip.sha512
dev/royale/0.9.4/rc2/binaries/
dev/royale/0.9.4/rc2/binaries/apache-royale-0.9.4-bin-js-swf.tar.gz   (with 
props)
dev/royale/0.9.4/rc2/binaries/apache-royale-0.9.4-bin-js-swf.tar.gz.asc
dev/royale/0.9.4/rc2/binaries/apache-royale-0.9.4-bin-js-swf.tar.gz.sha512
dev/royale/0.9.4/rc2/binaries/apache-royale-0.9.4-bin-js-swf.zip   (with 
props)
dev/royale/0.9.4/rc2/binaries/apache-royale-0.9.4-bin-js-swf.zip.asc
dev/royale/0.9.4/rc2/binaries/apache-royale-0.9.4-bin-js-swf.zip.sha512
dev/royale/0.9.4/rc2/binaries/apache-royale-0.9.4-bin-js.tar.gz   (with 
props)
dev/royale/0.9.4/rc2/binaries/apache-royale-0.9.4-bin-js.tar.gz.asc
dev/royale/0.9.4/rc2/binaries/apache-royale-0.9.4-bin-js.tar.gz.sha512
dev/royale/0.9.4/rc2/binaries/apache-royale-0.9.4-bin-js.zip   (with props)
dev/royale/0.9.4/rc2/binaries/apache-royale-0.9.4-bin-js.zip.asc
dev/royale/0.9.4/rc2/binaries/apache-royale-0.9.4-bin-js.zip.sha512

Added: dev/royale/0.9.4/rc2/ApproveRoyale.xml
==
--- dev/royale/0.9.4/rc2/ApproveRoyale.xml (added)
+++ dev/royale/0.9.4/rc2/ApproveRoyale.xml Wed Nov 14 18:00:43 2018
@@ -0,0 +1,1109 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   
+   
+   
+   
+   
+   
+
+
+
+
+   
+   
+
+
+
+   
+   
+   http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat/0.11;
 />
+http://search.maven.org/remotecontent?filepath=org/apache/rat/apache-rat-tasks/0.11;
 />
+  
+
+
+   
+   
+   
+
+
+
+   
+
+
+
+
+
+   
+   
+
+   
+
+   
+   
+
+   
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   
+
+
+http://apacheflexbuild.cloudapp.net:8080/job/royale-asjs/lastSuccessfulBuild/artifact/out;>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   https://dist.apache.org/repos/dist/dev/royale/${release.version}/rc${rc};
 />
+   
+
+
+
+
+   
+
+
+
+
+   
+   = Begin ${file} 
==
+   
+
+   
+   = End ${file} 
==
+   
+   
+   
+   
+   
+   = Begin ${winfile} 
==
+   
+   
+   
+
+
+   = End ${winfile} 
==
+   
+   
+   = Begin ${file} 
==
+   
+
+   
+   = End ${file} 
==
+   
+   
+   
+   
+   
+   
+   
+   
+   
+   
+
+
+
+
+
+
+
+
+
+   
+
+
+
+
+
+
+
+
+
+   ${rat.report}.bin.txt
+   
+
+   
+
+
+
+
+
+
+
+
+
+   
+   
+   
+   
+   
+
+   
+   
+   
+   
+   
+   
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+   
+   
+
+   
+   
+   
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  

[royale-asjs.wiki] branch master updated: Updated Release Manager Notes (markdown)

2018-11-14 Thread aharui
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new d304539  Updated Release Manager Notes (markdown)
d304539 is described below

commit d304539a39adbe40d8ab0ee966bc3d8891e1bd5e
Author: aharui 
AuthorDate: Wed Nov 14 10:14:01 2018 -0800

Updated Release Manager Notes (markdown)
---
 Release-Manager-Notes.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Release-Manager-Notes.md b/Release-Manager-Notes.md
index e650bc8..1b92409 100644
--- a/Release-Manager-Notes.md
+++ b/Release-Manager-Notes.md
@@ -252,6 +252,8 @@ Use double blackslash on Windows and single forward slash 
on Mac.  Set the svn p
 
 ## Release Steps
 
+Note: There is some evidence that internet connection bandwidth is really 
important.  The scripts kept hanging for me trying to access the Maven repo if 
I was watching videos on another computer while waiting for the scripts to 
finish.
+
 The release scripts assume that each of the 3 repos is properly versioned.  
The scripts assume that the version numbers in certain files reflect the 
version being released.  The RM may need to verify that the following files 
have the following versions:
 A) All pom.xml files have the SNAPSHOT version of the release.  So if 
releasing 0.9.4, then the pom.xml files should be version 0.9.4-SNAPSHOT.  
There are some properties with versions in the pom.xml files that may need to 
be upgraded to 0.9.4 as well.
 B) build.properties lists the correct version (without -SNAPSHOT).



[royale-asjs] branch develop updated: Small fix for external model adjustment

2018-11-14 Thread gregdove
This is an automated email from the ASF dual-hosted git repository.

gregdove 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 7aa42ea  Small fix for external model adjustment
7aa42ea is described below

commit 7aa42ea845e2269f52d6686e3374e5e2e569e7b3
Author: greg-dove 
AuthorDate: Thu Nov 15 10:06:04 2018 +1300

Small fix for external model adjustment
---
 .../org/apache/royale/jewel/beads/models/ArrayListSelectionModel.as | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/models/ArrayListSelectionModel.as
 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/models/ArrayListSelectionModel.as
index a735000..99689d2 100644
--- 
a/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/models/ArrayListSelectionModel.as
+++ 
b/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/models/ArrayListSelectionModel.as
@@ -51,7 +51,7 @@ package org.apache.royale.jewel.beads.models
 
private var _dispatchChangeOnDataChange:Boolean;
public function set 
dispatchChangeOnDataProviderChange(value:Boolean):void{
-_dispatchChangeOnDataChange = true;
+_dispatchChangeOnDataChange = value;
}
 
private var _strand:IStrand;