From commits-return-2410-archive-asf-public=cust-asf.ponee.io@royale.apache.org Sat Feb 24 03:18:24 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 589E6180652 for ; Sat, 24 Feb 2018 03:18:24 +0100 (CET) Received: (qmail 97002 invoked by uid 500); 24 Feb 2018 02:18:23 -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 96993 invoked by uid 99); 24 Feb 2018 02:18:23 -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; Sat, 24 Feb 2018 02:18:23 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id C9C13861CC; Sat, 24 Feb 2018 02:18:22 +0000 (UTC) Date: Sat, 24 Feb 2018 02:18:22 +0000 To: , "' commits@royale.apache.org" , '@gitbox.apache.org, Subject: [royale-asjs] branch develop updated (62fbd92 -> 8345254) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151943870237.665.3187734802140340329@gitbox.apache.org> From: aharui@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-Oldrev: 62fbd92fd6896d6b3503fa6927141e83b16c6eb6 X-Git-Newrev: 83452546ce80e37a5cb5291dd765b01bae3d61d6 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. aharui pushed a change to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git. from 62fbd92 use BasicTheme in examples that need it (not MDL, for example) new 16f0b2a get api lists from both swf and js. swf-only shows up as red, js-only as green, if available on both platforms, is black or anchor-visited color new 8345254 put up a loading screen while class data is loading. Fake some data for EventDispacher so ASDoc looks more complete. Fake a few methods to look like they exist on both platforms (which they do but our ASDoc doesn't process those external base classes) The 2 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: examples/royale/ASDoc/build.xml | 51 +++--- .../apache/royale/events/EventDispatcher.swf.json | 51 ++++++ .../{ASDocClassAttribute.as => ASDocClassData.as} | 31 ++-- .../ASDoc/src/main/royale/ASDocClassEvents.as | 11 ++ .../ASDoc/src/main/royale/ASDocMainView.mxml | 24 ++- .../ASDoc/src/main/royale/EventDetailRenderer.mxml | 7 + .../src/main/royale/EventSummaryRenderer.mxml | 7 + .../src/main/royale/MethodDetailRenderer.mxml | 11 ++ .../src/main/royale/MethodSummaryRenderer.mxml | 11 ++ .../src/main/royale/PropertyDetailRenderer.mxml | 7 + .../ASDoc/src/main/royale/SummaryRenderer.mxml | 7 + .../ASDoc/src/main/royale/models/ASDocModel.as | 201 ++++++++++++++++++--- 12 files changed, 359 insertions(+), 60 deletions(-) create mode 100644 examples/royale/ASDoc/src/main/json/org/apache/royale/events/EventDispatcher.swf.json copy examples/royale/ASDoc/src/main/royale/{ASDocClassAttribute.as => ASDocClassData.as} (68%) -- To stop receiving notification emails like this one, please contact aharui@apache.org.