You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2019/02/13 07:04:22 UTC

[royale-asjs] branch develop updated (7c40429 -> 7ba34a8)

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 7c40429  Make Jewel ComboBox popup list open in tablet the same as in dektop, so sliding from bottom only happens in mobile
     new e90d2c0  suppress warnings
     new 854a32f  changes to get Keyboard.capsLock to work (mostly).  There doesn't seem to be a way to just read the state of the capsLock key like you can in Flash.  Some mouse or key event has to occur first
     new 03e6f13  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
     new ce68079  suppress warnings
     new 9edb2b6  changes to get Keyboard.capsLock to work (mostly).  There doesn't seem to be a way to just read the state of the capsLock key like you can in Flash.  Some mouse or key event has to occur first
     new 9aaa38f  adg may not be set at this point
     new 95cda4b  force update to set adg property and refresh renderers if collection has data
     new fe70c13  handle non-hierarchical collections.  Fixes #391
     new 7ba34a8  Merge branch 'ADGDepth' into develop

The 8627 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:
 .../royale/mx/collections/GroupingCollection.as     |  1 +
 .../src/main/royale/mx/controls/AdvancedDataGrid.as |  6 +++++-
 ...FactoryForICollectionViewAdvancedDataGridData.as |  2 ++
 .../main/royale/mx/controls/beads/DataGridView.as   |  6 +++++-
 .../MXRoyale/src/main/royale/mx/core/Application.as | 10 ++++++++++
 .../MXRoyale/src/main/royale/mx/core/Keyboard.as    | 21 +++++++++++++++++++++
 .../src/main/royale/mx/events/KeyboardEvent.as      |  2 +-
 .../mx}/events/utils/KeyboardEventConverter.as      | 12 +++++++++---
 .../royale/mx/events/utils/MouseEventConverter.as   |  5 +++++
 9 files changed, 59 insertions(+), 6 deletions(-)
 copy frameworks/projects/{Core/src/main/royale/org/apache/royale => MXRoyale/src/main/royale/mx}/events/utils/KeyboardEventConverter.as (90%)