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 BF82D200BB7 for ; Wed, 9 Nov 2016 14:25:17 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id BE48C160B0F; Wed, 9 Nov 2016 13:25:17 +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 19BF9160AF7 for ; Wed, 9 Nov 2016 14:25:16 +0100 (CET) Received: (qmail 29209 invoked by uid 500); 9 Nov 2016 13:25:16 -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 29200 invoked by uid 99); 9 Nov 2016 13:25:16 -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; Wed, 09 Nov 2016 13:25:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 10C8FDFE12; Wed, 9 Nov 2016 13:25:15 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: mihaic@apache.org To: commits@flex.apache.org Date: Wed, 09 Nov 2016 13:25:18 -0000 Message-Id: <1b1afc15488b464fa8e493eefec1ed6b@git.apache.org> In-Reply-To: <4ffd60898fdd4d21a848b6f3a74a7341@git.apache.org> References: <4ffd60898fdd4d21a848b6f3a74a7341@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/4] git commit: [flex-sdk] [refs/heads/release4.16.0] - Merge branch 'develop' into release4.16.0 archived-at: Wed, 09 Nov 2016 13:25:17 -0000 Merge branch 'develop' into release4.16.0 Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-sdk/commit/13183954 Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/13183954 Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/13183954 Branch: refs/heads/release4.16.0 Commit: 13183954ec08c2c58d5e16b0067e352f0084e768 Parents: b7ea704 286a0ca Author: Mihai Chira Authored: Wed Nov 9 14:24:15 2016 +0100 Committer: Mihai Chira Committed: Wed Nov 9 14:24:15 2016 +0100 ---------------------------------------------------------------------- .../src/mx/collections/GroupingCollection.as | 2 +- .../src/mx/collections/GroupingCollection2.as | 2 +- .../src/mx/olap/DefaultCubeImpl.as | 6 ++-- .../src/spark/components/MobileGrid.as | 5 ++-- .../supportClasses/MobileGridColumn.as | 6 ++-- .../framework/src/mx/collections/ISortField.as | 31 +++++++++++++++++++- .../framework/src/mx/collections/SortField.as | 16 +++++----- .../framework/tests/FLEX_34852_Tests.as | 5 ++-- .../ListCollectionView_FLEX_34837_Tests.as | 4 +-- .../projects/mx/src/mx/controls/DataGrid.as | 15 ++++++---- .../spark/src/spark/collections/SortField.as | 9 +++--- .../spark/src/spark/components/DataGrid.as | 3 +- .../spark/components/gridClasses/GridColumn.as | 6 ++-- .../SWFs/GridSortPreserveSelection.mxml | 5 ++-- .../Sort/SWFs/SF_ORIG_DataGridApp.mxml | 10 +++---- .../Sort/SWFs/SF_ORIG_DataGridApp_halo.mxml | 8 ++--- .../CustComp_sortField_compareFunction.mxml | 5 ++-- 17 files changed, 84 insertions(+), 54 deletions(-) ----------------------------------------------------------------------