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 93365200BDB for ; Mon, 7 Nov 2016 06:15:30 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 91E67160B0D; Mon, 7 Nov 2016 05:15:30 +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 CFE71160B11 for ; Mon, 7 Nov 2016 06:15:29 +0100 (CET) Received: (qmail 25236 invoked by uid 500); 7 Nov 2016 05:15:28 -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 25105 invoked by uid 99); 7 Nov 2016 05:15:28 -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, 07 Nov 2016 05:15:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 92F76F170A; Mon, 7 Nov 2016 05:15:28 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jmclean@apache.org To: commits@flex.apache.org Date: Mon, 07 Nov 2016 05:15:31 -0000 Message-Id: <9a87a0ea4d0840e29f7e3530b5b2cb3c@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/4] git commit: [flex-sdk] [refs/heads/release4.16.0] - Merge commit '0b5a634dabb00c04a492a08375e29c6885c1486f' into release4.16.0 archived-at: Mon, 07 Nov 2016 05:15:30 -0000 Merge commit '0b5a634dabb00c04a492a08375e29c6885c1486f' 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/f86902af Tree: http://git-wip-us.apache.org/repos/asf/flex-sdk/tree/f86902af Diff: http://git-wip-us.apache.org/repos/asf/flex-sdk/diff/f86902af Branch: refs/heads/release4.16.0 Commit: f86902afa4dd31d94f06232bbc9af7fc6d81c3fd Parents: 4c8fe16 0b5a634 Author: Justin Mclean Authored: Mon Nov 7 16:15:08 2016 +1100 Committer: Justin Mclean Committed: Mon Nov 7 16:15:08 2016 +1100 ---------------------------------------------------------------------- .../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, 54 insertions(+), 84 deletions(-) ----------------------------------------------------------------------