You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2017/04/11 16:00:32 UTC

[07/44] git commit: [flex-asjs] [refs/heads/develop] - Merge branch 'develop' into feature/chart-work

Merge branch 'develop' into feature/chart-work


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

Branch: refs/heads/develop
Commit: 3e8efbdc42e85617f4216f32d2e23b5031af5b82
Parents: 3b9d436 04ad0ed
Author: piotrz <pi...@apache.org>
Authored: Thu Mar 30 06:56:37 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Thu Mar 30 06:56:37 2017 +0200

----------------------------------------------------------------------
 .../src/main/flex/MyInitialView.mxml            |  79 +++----
 .../src/main/flex/MyInitialView.mxml            |  19 +-
 .../src/main/flex/MainView.mxml                 |  25 +--
 .../flex/itemRenderers/MemberItemRenderer.mxml  |   4 +-
 .../src/main/flex/models/MembersModel.as        |  92 ++++----
 .../src/main/flex/vos/MemberVO.as               |  19 +-
 examples/flexjs/ListExample/pom.xml             |  33 ---
 .../src/main/flex/MyInitialView.mxml            |   4 -
 .../src/main/flex/simple/GenericList.as         |  66 +-----
 .../src/main/flex/simple/GenericListView.as     |  38 +---
 .../main/flex/simple/IRFactoryForArrayData.as   |   2 +-
 .../src/main/flex/TabsExample.mxml              |   4 +-
 .../src/main/flex/views/InitialView.mxml        |   2 +-
 examples/flexjs/pom.xml                         |   4 +-
 .../main/flex/org/apache/flex/core/UIBase.as    |   8 +-
 .../flex/org/apache/flex/html/CSSCheckBox.as    | 219 +++++++++++++++++++
 .../src/main/flex/org/apache/flex/html/Form.as  |   2 +-
 .../src/main/flex/org/apache/flex/html/Panel.as |   6 +
 .../HTML/src/main/resources/basic-manifest.xml  |   1 +
 .../HTML/src/main/resources/defaults.css        |   6 +
 .../src/main/flex/org/apache/flex/mdl/List.as   |  17 +-
 .../src/main/flex/org/apache/flex/mdl/Menu.as   |  68 +++++-
 frameworks/projects/pom.xml                     |   2 +-
 pom.xml                                         |   1 +
 24 files changed, 448 insertions(+), 273 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3e8efbdc/frameworks/projects/HTML/src/main/resources/defaults.css
----------------------------------------------------------------------

http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/3e8efbdc/frameworks/projects/MaterialDesignLite/src/main/flex/org/apache/flex/mdl/Menu.as
----------------------------------------------------------------------