From commits-return-5293-archive-asf-public=cust-asf.ponee.io@royale.apache.org Wed Aug 29 09:19:16 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id A7EEB18067B for ; Wed, 29 Aug 2018 09:19:15 +0200 (CEST) Received: (qmail 17057 invoked by uid 500); 29 Aug 2018 07:19:14 -0000 Mailing-List: contact commits-help@royale.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@royale.apache.org Delivered-To: mailing list commits@royale.apache.org Received: (qmail 17039 invoked by uid 99); 29 Aug 2018 07:19:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Aug 2018 07:19:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 43904850FB; Wed, 29 Aug 2018 07:19:14 +0000 (UTC) Date: Wed, 29 Aug 2018 07:19:14 +0000 To: , "' commits@royale.apache.org" , '@gitbox.apache.org, Subject: [royale-asjs] branch feature/MXRoyale updated (fee6961 -> d648d54) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <153552715419.2722.4928674375298815782@gitbox.apache.org> From: alinakazi@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: royale-asjs X-Git-Refname: refs/heads/feature/MXRoyale X-Git-Reftype: branch X-Git-Oldrev: fee6961130212ea7e906ad3cd65e7b26789e87c8 X-Git-Newrev: d648d543e9957a5b8e908fea1066c134f6d93755 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. alinakazi pushed a change to branch feature/MXRoyale in repository https://gitbox.apache.org/repos/asf/royale-asjs.git. from fee6961 first cut at TabNavigator. Changing selectedIndex still needs to be wired up between the TabNav's model and the TabBar's model add ab41608 Update my pashminakazi:Feature/MXRoyale add 1178bf5 Update Container.as add af5cdc2 Update Series.as add cced0af Update PieSeries.as add 01bc9ad Update ColumnSeries.as add 2607b93 Update BarSeries.as add 5777f6e Update ChartBase.as add a6ce389 Update UIComponent.as add ff79a51 Update PlotChart.as add 78cfabd Update AreaChart.as new d648d54 Merge pull request #276 from pashminakazi/newbranch3 The 1 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: .../src/main/royale/mx/charts/AreaChart.as | 6 ++-- .../src/main/royale/mx/charts/PlotChart.as | 10 +++--- .../royale/mx/charts/chartClasses/ChartBase.as | 22 +++++++++++- .../main/royale/mx/charts/chartClasses/Series.as | 33 ++++++++++++------ .../src/main/royale/mx/charts/series/BarSeries.as | 40 ++++++++++++++++++++++ .../main/royale/mx/charts/series/ColumnSeries.as | 39 +++++++++++++++++++++ .../src/main/royale/mx/charts/series/PieSeries.as | 10 +++--- .../MXRoyale/src/main/royale/mx/core/Container.as | 9 +++++ .../src/main/royale/mx/core/UIComponent.as | 23 +++++++++++++ 9 files changed, 168 insertions(+), 24 deletions(-)