You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/08/13 22:04:35 UTC

[42/42] git commit: [flex-asjs] [refs/heads/feature/amf] - Merge branch 'develop' into feature/amf

Merge branch 'develop' into feature/amf


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

Branch: refs/heads/feature/amf
Commit: 492cab8f91db067ee093941c120085bdb2840670
Parents: dc2cbec 003ccc4
Author: piotrz <pi...@apache.org>
Authored: Mon Aug 14 00:03:22 2017 +0200
Committer: piotrz <pi...@apache.org>
Committed: Mon Aug 14 00:03:22 2017 +0200

----------------------------------------------------------------------
 .../flexjs/examples/tests/ExampleBuildTest.java |   3 +
 .../src/main/flex/models/MyModel.as             |   2 +
 examples/flexjs/FlexTeamPage_MDL/pom.xml        |  32 +-
 examples/flexjs/MDLExample/pom.xml              |  17 +-
 .../src/main/config/compile-app-config.xml      |   2 +-
 .../flexjs/MDLExample/src/main/flex/Menus.mxml  |  18 +-
 .../MDLExample/src/main/flex/Toggles.mxml       |  13 +-
 examples/flexjs/TeamPage/pom.xml                |  15 -
 examples/flexjs/pom.xml                         |   1 +
 .../main/flex/org/apache/flex/css2/Cursors.as   |   1 -
 .../html/beads/DispatchInputFinishedBead.as     |   7 +-
 .../beads/EasyDataProviderChangeNotifier.as     | 108 +++++++
 .../beads/SimpleDataProviderChangeNotifier.as   |  90 ------
 .../html/beads/layouts/HorizontalFlexLayout.as  | 298 ++++++++++---------
 .../layouts/OneFlexibleChildHorizontalLayout.as |   3 +-
 .../layouts/OneFlexibleChildVerticalLayout.as   |   3 +-
 .../html/beads/layouts/VerticalFlexLayout.as    | 288 +++++++++---------
 .../html/supportClasses/OverflowViewport.as     | 129 ++++++++
 .../Basic/src/main/resources/basic-manifest.xml |   6 +-
 .../org/apache/flex/core/SimpleCSSValuesImpl.as |   2 +-
 .../html/beads/SingleSelectionDragSourceBead.as |   2 +
 .../beads/controllers/DragMouseController.as    |   1 -
 .../beads/controllers/DropMouseController.as    |   9 +-
 .../src/main/flex/org/apache/flex/html/A.as     |   6 +-
 .../src/main/flex/org/apache/flex/html/H1.as    |   6 +-
 .../src/main/flex/org/apache/flex/html/H2.as    |   6 +-
 .../src/main/flex/org/apache/flex/html/H3.as    |   6 +-
 .../src/main/flex/org/apache/flex/html/H4.as    |   6 +-
 .../src/main/flex/org/apache/flex/html/H5.as    |   6 +-
 .../src/main/flex/org/apache/flex/html/H6.as    |   6 +-
 .../src/main/flex/org/apache/flex/html/I.as     |   6 +-
 .../src/main/flex/org/apache/flex/html/Li.as    |   7 +-
 .../main/flex/org/apache/flex/html/Select.as    |   3 +-
 .../src/main/flex/org/apache/flex/html/Ul.as    |   5 +-
 .../main/flex/org/apache/flex/mdl/CheckBox.as   |  26 +-
 .../src/main/flex/org/apache/flex/mdl/Dialog.as |   4 +-
 .../src/main/flex/org/apache/flex/mdl/Menu.as   |  10 +-
 .../apache/flex/mdl/supportClasses/CardInner.as |   2 +-
 .../src/main/resources/defaults.css             |   1 +
 frameworks/projects/TLF/pom.xml                 |  10 +
 .../projects/TLF/src/main/flex/TLFClasses.as    |   1 +
 .../beads/DispatchTLFKeyboardEventBead.as       |  13 +-
 .../flex/textLayout/compose/TextLineRecycler.as |   2 +-
 .../textLayout/compose/utils/AdornmentUtils.as  |   4 +-
 .../textLayout/elements/FlowGroupElement.as     |  14 +-
 .../flex/textLayout/elements/FlowLeafElement.as |  14 +-
 .../apache/flex/text/engine/ElementFormat.as    |  11 +-
 .../org/apache/flex/text/engine/FontMetrics.as  |  20 ++
 .../org/apache/flex/text/engine/ITextLine.as    |   4 +-
 .../flex/org/apache/flex/text/html/TextLine.as  |  15 +-
 frameworks/projects/XML/src/main/flex/XML.as    |  30 +-
 manualtests/TLFEditTestFlexJS/src/TLFEditor.as  |   4 +
 52 files changed, 750 insertions(+), 548 deletions(-)
----------------------------------------------------------------------