You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/09/27 23:07:20 UTC

[royale-asjs] branch develop updated (1902ff1 -> 36152d9)

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 1902ff1  workspace for VSCode for add projects and remove other unwanted extensions (i.e Java)
     add 4ec8cc5  Merge pull request #1 from apache/develop
     add 9d570d6  enter value into textinput should dispatch ValueChangeEvent
     add b2b94df  rewrite, because newValue not always equals spinner.value
     new 47baa6d  Merge branch 'develop' of https://github.com/yestaro/royale-asjs into develop
     new 36152d9  add ws to .gitignore

The 2 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:
 .gitignore                                                           | 1 +
 .../royale/org/apache/royale/jewel/beads/views/NumericStepperView.as | 5 +++++
 royale-asjs.code-workspace                                           | 3 +++
 3 files changed, 9 insertions(+)


[royale-asjs] 01/02: Merge branch 'develop' of https://github.com/yestaro/royale-asjs into develop

Posted by ca...@apache.org.
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

commit 47baa6d3631dcc6bede22cbf2fd903e1602eca55
Merge: 1902ff1 b2b94df
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Thu Sep 27 20:17:13 2018 +0200

    Merge branch 'develop' of https://github.com/yestaro/royale-asjs into develop

 .../royale/org/apache/royale/jewel/beads/views/NumericStepperView.as | 5 +++++
 1 file changed, 5 insertions(+)


[royale-asjs] 02/02: add ws to .gitignore

Posted by ca...@apache.org.
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

commit 36152d947be8810bb3f7ef559136ef362e0fac18
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Sep 28 01:07:12 2018 +0200

    add ws to .gitignore
---
 .gitignore                 | 1 +
 royale-asjs.code-workspace | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/.gitignore b/.gitignore
index 69498fb..946cd70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,6 +17,7 @@
 
 # VSCode conf files
 **/.vscode/**
+*.code-workspace
 
 
 # building
diff --git a/royale-asjs.code-workspace b/royale-asjs.code-workspace
index fe9d77e..e6d8c7d 100644
--- a/royale-asjs.code-workspace
+++ b/royale-asjs.code-workspace
@@ -5,6 +5,9 @@
 		},
 		{
 			"path": "frameworks/themes/JewelTheme"
+		},
+		{
+			"path": "examples/royale/JewelExample"
 		}
 	]
 }
\ No newline at end of file