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 D0AE9200D2B for ; Thu, 2 Nov 2017 10:21:09 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id CF2281609EE; Thu, 2 Nov 2017 09:21:09 +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 4734F160BE5 for ; Thu, 2 Nov 2017 10:21:09 +0100 (CET) Received: (qmail 90963 invoked by uid 500); 2 Nov 2017 09:21:08 -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 90954 invoked by uid 99); 2 Nov 2017 09:21:08 -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; Thu, 02 Nov 2017 09:21:08 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3A20381C79; Thu, 2 Nov 2017 09:21:03 +0000 (UTC) Date: Thu, 02 Nov 2017 09:21:04 +0000 To: "commits@royale.apache.org" Subject: [royale-asjs] 01/02: Merge branch 'data_grid_update' into develop MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: yishayw@apache.org In-Reply-To: <150961446360.31106.14124243490675696333@gitbox.apache.org> References: <150961446360.31106.14124243490675696333@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: royale-asjs X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Rev: aea1a855d3eb367630463565a01caa2f638ce2dd X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20171102092105.3A20381C79@gitbox.apache.org> archived-at: Thu, 02 Nov 2017 09:21:10 -0000 This is an automated email from the ASF dual-hosted git repository. yishayw pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git commit aea1a855d3eb367630463565a01caa2f638ce2dd Merge: 3b235a7 4de8303 Author: DESKTOP-RH4S838\Yishay AuthorDate: Thu Nov 2 11:05:24 2017 +0200 Merge branch 'data_grid_update' into develop .../Basic/src/main/resources/basic-manifest.xml | 2 + .../projects/Basic/src/main/resources/defaults.css | 1 + .../main/royale/org/apache/royale/html/DataGrid.as | 3 + .../html/beads/DataGridColumnChangePropagator.as | 73 ++++++++++++++++++++ .../beads/DataGridColumnForceChangePropagator.as | 79 ++++++++++++++++++++++ .../org/apache/royale/html/beads/DataGridView.as | 11 --- .../projects/Core/src/main/royale/CoreClasses.as | 1 + .../org/apache/royale/core/IChangePropagator.as | 33 +++++++++ 8 files changed, 192 insertions(+), 11 deletions(-) -- To stop receiving notification emails like this one, please contact "commits@royale.apache.org" .