[3/3] git commit: [flex-asjs] [refs/heads/develop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop

2017-07-12 Thread jmclean
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs 
into develop


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/2dd4d5d2
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/2dd4d5d2
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/2dd4d5d2

Branch: refs/heads/develop
Commit: 2dd4d5d2eba56a1445fde2ee2f85cdf244b1f6c8
Parents: c5b71c4 4010a04
Author: Justin Mclean 
Authored: Thu Jul 13 14:23:04 2017 +1000
Committer: Justin Mclean 
Committed: Thu Jul 13 14:23:04 2017 +1000

--
 .../org/apache/flex/core/ApplicationBase.as |   1 +
 .../org/apache/flex/html/beads/DisableBead.as   |   6 +-
 .../apache/flex/html/beads/DisabledAlphaBead.as | 130 +++
 .../html/beads/layouts/HorizontalFlexLayout.as  |   2 +-
 .../html/beads/layouts/VerticalFlexLayout.as|   2 +-
 .../supportClasses/AccordionItemRenderer.as |   1 -
 .../Basic/src/main/resources/basic-manifest.xml |   1 +
 .../Basic/src/main/resources/defaults.css   |   1 +
 .../flex/org/apache/flex/utils/BinaryData.as|   9 ++
 .../html/beads/SingleSelectionDragSourceBead.as |   4 +
 .../beads/controllers/DragMouseController.as|  13 +-
 .../main/flex/org/apache/flex/file/FileProxy.as |   9 ++
 .../org/apache/flex/file/beads/FileBrowser.as   |  26 ++--
 .../flex/file/beads/FileBrowserWithFilter.as|  63 +
 .../org/apache/flex/file/beads/FileLoader.as|   2 +-
 .../org/apache/flex/file/beads/FileModel.as |   2 +-
 .../src/main/resources/basic-manifest.xml   |   1 +
 17 files changed, 247 insertions(+), 26 deletions(-)
--




[3/3] git commit: [flex-asjs] [refs/heads/develop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop

2016-12-16 Thread yishayw
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs 
into develop


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a77717a1
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a77717a1
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a77717a1

Branch: refs/heads/develop
Commit: a77717a154b65f7396becb32e45979cd3b3bb188
Parents: f02ccba 299be84
Author: yishayw 
Authored: Fri Dec 16 22:05:18 2016 +0200
Committer: yishayw 
Committed: Fri Dec 16 22:05:18 2016 +0200

--
 examples/flexjs/ASDoc/pom.xml   |  26 ++--
 .../src/main/resources/data/catalog.json|   6 +-
 .../src/main/resources/data/catalog.json|   6 +-
 .../flexjs/MDLExample/src/main/flex/Cards.mxml  |  12 +-
 .../flexjs/MDLExample/src/main/flex/Chips.mxml  |   7 +-
 .../flex/org/apache/flex/core/CSSTextField.as   |  11 +-
 .../main/flex/org/apache/flex/html/DataGrid.as  |   4 +
 .../main/flex/org/apache/flex/html/TextNode.as  |  99 
 .../org/apache/flex/html/beads/DataGridView.as  |  16 ++
 .../HTML/src/main/resources/basic-manifest.xml  |   1 +
 .../org/apache/flex/mdl/beads/ContactChip.as| 108 -
 .../flex/org/apache/flex/mdl/beads/MdlColor.as  | 156 +++
 .../src/main/resources/mdl-manifest.xml |   1 +
 13 files changed, 343 insertions(+), 110 deletions(-)
--




[3/3] git commit: [flex-asjs] [refs/heads/develop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop

2016-11-21 Thread pent
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs 
into develop

# By piotrz
# Via piotrz
* 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs:
  - Add first version of Switch button - Add Switch button to MDLExample - 
Remove unused import from CheckBox


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/1e680c4f
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/1e680c4f
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/1e680c4f

Branch: refs/heads/develop
Commit: 1e680c4f4bcc1d9f12a056f534cea5c936c9caa4
Parents: 67058d8 0f2513c
Author: Peter Ent 
Authored: Mon Nov 21 15:02:10 2016 -0500
Committer: Peter Ent 
Committed: Mon Nov 21 15:02:10 2016 -0500

--
 .../flexjs/MDLExample/src/main/flex/App.mxml|   2 +-
 .../main/flex/org/apache/flex/mdl/CheckBox.as   |   2 +-
 .../src/main/flex/org/apache/flex/mdl/Switch.as | 175 +++
 .../src/main/resources/mdl-manifest.xml |   5 +-
 4 files changed, 180 insertions(+), 4 deletions(-)
--




[3/3] git commit: [flex-asjs] [refs/heads/develop] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop

2016-10-11 Thread gregdove
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs 
into develop


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/b7f661c7
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/b7f661c7
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/b7f661c7

Branch: refs/heads/develop
Commit: b7f661c75b3616e0fff5daddcb19f67a41ec2e63
Parents: 6ecf891 e118e31
Author: greg-dove 
Authored: Tue Oct 11 18:25:56 2016 +1300
Committer: greg-dove 
Committed: Tue Oct 11 18:25:56 2016 +1300

--
 .../apache/flex/html/beads/DateChooserView.as   | 61 
 1 file changed, 50 insertions(+), 11 deletions(-)
--