Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id BDAC1200BF2 for ; Mon, 19 Dec 2016 03:17:52 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BCC69160B36; Mon, 19 Dec 2016 02:17:52 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id CBB07160B3E for ; Mon, 19 Dec 2016 03:17:51 +0100 (CET) Received: (qmail 1513 invoked by uid 500); 19 Dec 2016 02:17:49 -0000 Mailing-List: contact commits-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list commits@flex.apache.org Received: (qmail 1060 invoked by uid 99); 19 Dec 2016 02:17:49 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Dec 2016 02:17:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7768ADFCFC; Mon, 19 Dec 2016 02:17:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: carlosrovira@apache.org To: commits@flex.apache.org Date: Mon, 19 Dec 2016 02:18:09 -0000 Message-Id: <2da6e76a5e4b46a6bf05c7575eea20cd@git.apache.org> In-Reply-To: <9c99bbf9d9e64c84a927b15543b4ca44@git.apache.org> References: <9c99bbf9d9e64c84a927b15543b4ca44@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [21/50] git commit: [flex-asjs] [refs/heads/feature/mdl] - Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/flex-asjs into develop archived-at: Mon, 19 Dec 2016 02:17:52 -0000 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/7906ae7c Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7906ae7c Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7906ae7c Branch: refs/heads/feature/mdl Commit: 7906ae7cc6f67ad83ae85db52ed5bd133b73bfe1 Parents: d84aa0e e19deed Author: yishayw Authored: Wed Dec 14 12:20:01 2016 +0200 Committer: yishayw Committed: Wed Dec 14 12:20:01 2016 +0200 ---------------------------------------------------------------------- examples/build_example.xml | 30 +- examples/flexjs/ASDoc/build.xml | 47 +- .../ASDoc/src/main/config/asdoc-config.xml | 473 +++++++++++++++++++ .../ASDoc/src/main/flex/ASDocMainView.mxml | 2 +- .../ASDoc/src/main/flex/models/ASDocModel.as | 73 ++- .../src/main/flex/MyInitialView.mxml | 12 +- .../html/accessories/DateFormatMMDDYYYYBead.as | 21 +- .../projects/HTML/src/main/flex/HTMLClasses.as | 2 + .../flex/org/apache/flex/html/DateChooser.as | 4 +- .../apache/flex/html/beads/DateChooserView.as | 260 +++------- .../controllers/DateChooserMouseController.as | 28 +- .../controllers/DateFieldMouseController.as | 72 ++- .../flex/html/beads/models/DateChooserModel.as | 110 ++++- .../html/supportClasses/DateChooserHeader.as | 66 +++ .../flex/html/supportClasses/DateChooserList.as | 38 ++ .../html/supportClasses/DateItemRenderer.as | 90 ++++ .../html/supportClasses/DayNameItemRenderer.as | 85 ++++ .../html/supportClasses/StringItemRenderer.as | 2 +- .../HTML/src/main/resources/basic-manifest.xml | 4 + .../HTML/src/main/resources/defaults.css | 54 ++- 20 files changed, 1223 insertions(+), 250 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7906ae7c/frameworks/projects/HTML/src/main/resources/basic-manifest.xml ----------------------------------------------------------------------