This is an automated email from the ASF dual-hosted git repository.
carlosrovira pushed a change to branch feature/vivid-ui-set
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
discard e329450 add for possible swf comp
discard 05be987 Introduce RadioButton
discard fc85819 fresh branch with all vivid work, still not work
add 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
add 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)
add 192a644 new beads to try to get search indexing to work
add 07339fa more work to try to get search indexing to work
new 13a7fc5 fresh branch with all vivid work, still not work
new 94ce2c2 Introduce RadioButton
new 3ff25d4 add for possible swf comp
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e329450)
\
N -- N -- N refs/heads/feature/vivid-ui-set (3ff25d4)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 3 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 ++++++
.../src/main/resources/royale-index-template.html | 1 +
.../{ASDocClassAttribute.as => ASDocClassData.as} | 31 ++--
.../ASDoc/src/main/royale/ASDocClassEvents.as | 11 ++
.../ASDoc/src/main/royale/ASDocMainView.mxml | 54 +++++-
.../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 ++++++++++++++++++---
.../Basic/src/main/resources/basic-manifest.xml | 3 +
...hangeNotifierBead.as => EscapedFragmentBead.as} | 68 ++++---
.../routing/HashChangeNotifierBeadWithTitle.as | 48 +++--
...shChangeNotifierBead.as => URLParameterBead.as} | 31 ++--
17 files changed, 460 insertions(+), 140 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%)
copy
frameworks/projects/Basic/src/main/royale/org/apache/royale/routing/{HashChangeNotifierBead.as
=> EscapedFragmentBead.as} (53%)
copy examples/royale/ASDoc/src/main/royale/AttributeRenderer.as =>
frameworks/projects/Basic/src/main/royale/org/apache/royale/routing/HashChangeNotifierBeadWithTitle.as
(67%)
copy
frameworks/projects/Basic/src/main/royale/org/apache/royale/routing/{HashChangeNotifierBead.as
=> URLParameterBead.as} (76%)
--
To stop receiving notification emails like this one, please contact
[email protected].