You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Harbs <ha...@gmail.com> on 2017/10/01 08:45:08 UTC

Re: [royale-asjs] branch feature/flexjs_wrapper updated (ad9458e -> 9b33767)

Any objection to me merging this into develop?

> On Oct 1, 2017, at 11:20 AM, piotrz@apache.org wrote:
> 
> This is an automated email from the ASF dual-hosted git repository.
> 
> piotrz pushed a change to branch feature/flexjs_wrapper
> in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
> 
> 
>    from ad9458e  Added UIElement and Lookalike
>     add fd4ffd9  Renamed getByType and added documentation
>     add 49831cb  Created specialized bead for DataGrid drag and drop operations so that column re-order can work with DataGrids that also want to do drag and drop. Added events to the SingleSelection drag and drop beads.
>     new 9b33767  Merge branch 'develop' into feature/flexjs_wrapper
> 
> The 1 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:
> .../org/apache/flex/html/beads/DataGridView.as     |   2 +
> .../projects/Core/src/main/flex/CoreClasses.as     |   2 +-
> .../main/flex/org/apache/flex/utils/PointUtils.as  |  24 +-
> .../{getByType.as => getParentOrSelfByType.as}     |  10 +-
> .../DragDrop/src/main/flex/DragDropClasses.as      |   2 +
> .../apache/flex/html/beads/ButtonBarReorderBead.as |   7 +-
> .../apache/flex/html/beads/DataGridDragDropBead.as | 243 +++++++++++++++++++++
> .../html/beads/SingleSelectionDragImageBead.as     |  10 +-
> .../html/beads/SingleSelectionDragSourceBead.as    |  81 ++++++-
> .../html/beads/SingleSelectionDropTargetBead.as    |  90 ++++++++
> .../html/beads/controllers/DragMouseController.as  | 118 +++++-----
> .../html/beads/controllers/DropMouseController.as  |  74 +++----
> .../DragDrop/src/main/resources/basic-manifest.xml |   2 +
> 13 files changed, 547 insertions(+), 118 deletions(-)
> rename frameworks/projects/Core/src/main/flex/org/apache/flex/utils/{getByType.as => getParentOrSelfByType.as} (81%)
> create mode 100644 frameworks/projects/DragDrop/src/main/flex/org/apache/flex/html/beads/DataGridDragDropBead.as
> 
> -- 
> To stop receiving notification emails like this one, please contact
> ['"commits@royale.apache.org" <co...@royale.apache.org>'].


Re: [royale-asjs] branch feature/flexjs_wrapper updated (ad9458e -> 9b33767)

Posted by Piotr Zarzycki <pi...@gmail.com>.
Hi Harbs,

Today I have some spare time to check your changes with one app. That is
why I have merged develop into that branch to have everything fresh. :) I
will let you know. :)

Thanks!

2017-10-01 10:45 GMT+02:00 Harbs <ha...@gmail.com>:

> Any objection to me merging this into develop?
>
> > On Oct 1, 2017, at 11:20 AM, piotrz@apache.org wrote:
> >
> > This is an automated email from the ASF dual-hosted git repository.
> >
> > piotrz pushed a change to branch feature/flexjs_wrapper
> > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
> >
> >
> >    from ad9458e  Added UIElement and Lookalike
> >     add fd4ffd9  Renamed getByType and added documentation
> >     add 49831cb  Created specialized bead for DataGrid drag and drop
> operations so that column re-order can work with DataGrids that also want
> to do drag and drop. Added events to the SingleSelection drag and drop
> beads.
> >     new 9b33767  Merge branch 'develop' into feature/flexjs_wrapper
> >
> > The 1 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:
> > .../org/apache/flex/html/beads/DataGridView.as     |   2 +
> > .../projects/Core/src/main/flex/CoreClasses.as     |   2 +-
> > .../main/flex/org/apache/flex/utils/PointUtils.as  |  24 +-
> > .../{getByType.as => getParentOrSelfByType.as}     |  10 +-
> > .../DragDrop/src/main/flex/DragDropClasses.as      |   2 +
> > .../apache/flex/html/beads/ButtonBarReorderBead.as |   7 +-
> > .../apache/flex/html/beads/DataGridDragDropBead.as | 243
> +++++++++++++++++++++
> > .../html/beads/SingleSelectionDragImageBead.as     |  10 +-
> > .../html/beads/SingleSelectionDragSourceBead.as    |  81 ++++++-
> > .../html/beads/SingleSelectionDropTargetBead.as    |  90 ++++++++
> > .../html/beads/controllers/DragMouseController.as  | 118 +++++-----
> > .../html/beads/controllers/DropMouseController.as  |  74 +++----
> > .../DragDrop/src/main/resources/basic-manifest.xml |   2 +
> > 13 files changed, 547 insertions(+), 118 deletions(-)
> > rename frameworks/projects/Core/src/main/flex/org/apache/flex/utils/{getByType.as
> => getParentOrSelfByType.as} (81%)
> > create mode 100644 frameworks/projects/DragDrop/
> src/main/flex/org/apache/flex/html/beads/DataGridDragDropBead.as
> >
> > --
> > To stop receiving notification emails like this one, please contact
> > ['"commits@royale.apache.org" <co...@royale.apache.org>'].
>
>


-- 

Piotr Zarzycki

mobile: +48 880 859 557
skype: zarzycki10

LinkedIn: http://www.linkedin.com/piotrzarzycki
<https://pl.linkedin.com/in/piotr-zarzycki-92a53552>

GitHub: https://github.com/piotrzarzycki21