This is an automated email from the ASF dual-hosted git repository.
harbs pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git.
from 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.
add f002276 Removed the need to set flexjs_wrapper positioner is just a
pointer to element unless needed to be separate Modified classes in Basic and
MDL to use addElementToWrapper()
add 386dc04 Removed code for setting flexjs_wrapper in CreateJS
add ce4469e Removed setting flexjs_wrapper from Flat
add 02655c9 FontAwesome too
add 4897085 And HTML (with a couple of extra elements — still needs work)…
add 47c7186 Merge branch 'develop' into feature/flexjs_wrapper
add 609f10d missed some changes
add 72303bc Merge branch 'develop' into feature/flexjs_wrapper
add ad9458e Added UIElement and Lookalike
add 9b33767 Merge branch 'develop' into feature/flexjs_wrapper
add 7a233a1 Moved addElementWrapper to a util package Added some docs
No new revisions were added by this update.
Summary of changes:
.../projects/Basic/src/main/flex/BasicClasses.as | 7 ++-
.../main/flex/org/apache/flex/core/Application.as | 1 -
.../main/flex/org/apache/flex/core/GroupBase.as | 12 ++---
.../org/apache/flex/core/HTMLElementWrapper.as | 1 +
.../main/flex/org/apache/flex/core/Lookalike.as | 53 ++++++++++++++++++++++
.../flex/org/apache/flex/core/SimpleApplication.as | 5 +-
.../src/main/flex/org/apache/flex/core/UIBase.as | 19 ++------
.../main/flex/org/apache/flex/core/UIElement.as | 33 ++++++++++++++
.../main/flex/org/apache/flex/html/ButtonBar.as | 10 +---
.../main/flex/org/apache/flex/html/ButtonBase.as | 12 ++---
.../main/flex/org/apache/flex/html/CSSCheckBox.as | 16 ++-----
.../src/main/flex/org/apache/flex/html/CheckBox.as | 16 ++-----
.../main/flex/org/apache/flex/html/ControlBar.as | 6 +--
.../main/flex/org/apache/flex/html/DropDownList.as | 9 +---
.../src/main/flex/org/apache/flex/html/Form.as | 9 +---
.../src/main/flex/org/apache/flex/html/HRule.as | 7 +--
.../src/main/flex/org/apache/flex/html/Image.as | 8 +---
.../org/apache/flex/html/ImageAndTextButton.as | 8 +---
.../main/flex/org/apache/flex/html/ImageButton.as | 8 +---
.../src/main/flex/org/apache/flex/html/Label.as | 5 +-
.../flex/org/apache/flex/html/MultilineLabel.as | 7 ++-
.../flex/org/apache/flex/html/NumericStepper.as | 10 ++--
.../main/flex/org/apache/flex/html/RadioButton.as | 7 +--
.../main/flex/org/apache/flex/html/SimpleList.as | 7 +--
.../src/main/flex/org/apache/flex/html/Slider.as | 9 +---
.../src/main/flex/org/apache/flex/html/Spacer.as | 13 ------
.../src/main/flex/org/apache/flex/html/Spinner.as | 7 +--
.../src/main/flex/org/apache/flex/html/Table.as | 10 ++--
.../main/flex/org/apache/flex/html/TableCell.as | 10 ++--
.../main/flex/org/apache/flex/html/TableHeader.as | 10 ++--
.../src/main/flex/org/apache/flex/html/TableRow.as | 10 ++--
.../src/main/flex/org/apache/flex/html/TextArea.as | 9 +---
.../main/flex/org/apache/flex/html/TextButton.as | 3 +-
.../main/flex/org/apache/flex/html/TextInput.as | 8 +---
.../src/main/flex/org/apache/flex/html/TitleBar.as | 12 ++---
.../src/main/flex/org/apache/flex/html/ToolTip.as | 2 +-
.../src/main/flex/org/apache/flex/html/VRule.as | 18 ++++----
.../main/flex/org/apache/flex/html/WebBrowser.as | 14 ++----
.../flex/html/supportClasses/CheckBoxIcon.as | 6 ---
.../flex/html/supportClasses/DataItemRenderer.as | 8 +---
.../flex/html/supportClasses/RadioButtonIcon.as | 17 +++----
.../flex/html/supportClasses/StringItemRenderer.as | 6 ---
.../flex/html/{ => util}/addElementToWrapper.as | 5 +-
.../main/flex/org/apache/flex/svg/DOMWrapper.as | 4 --
.../flex/org/apache/flex/svg/GraphicContainer.as | 7 ---
.../main/flex/org/apache/flex/svg/GraphicShape.as | 4 --
.../src/main/flex/org/apache/flex/svg/Image.as | 3 --
.../flex/org/apache/flex/core/ElementWrapper.as | 2 +
.../org/apache/flex/core/UIHTMLElementWrapper.as | 7 +--
.../src/main/flex/org/apache/flex/events/Event.as | 5 +-
.../main/flex/org/apache/flex/events/MouseEvent.as | 5 +-
.../flex/org/apache/flex/createjs/Application.as | 1 -
.../flex/org/apache/flex/createjs/Container.as | 10 +---
.../main/flex/org/apache/flex/createjs/Label.as | 4 --
.../flex/org/apache/flex/createjs/TextButton.as | 3 +-
.../flex/org/apache/flex/createjs/core/UIBase.as | 3 --
.../flex/org/apache/flex/createjs/core/View.as | 10 +---
.../apache/flex/createjs/graphics/GraphicShape.as | 4 --
.../src/main/flex/org/apache/flex/flat/CheckBox.as | 7 +--
.../main/flex/org/apache/flex/flat/DropDownList.as | 39 +++++++---------
.../main/flex/org/apache/flex/flat/RadioButton.as | 8 ++--
.../flex/org/apache/flex/fa/FontAwesomeIcon.as | 15 ++----
.../HTML/src/main/flex/org/apache/flex/html/A.as | 9 ++--
.../HTML/src/main/flex/org/apache/flex/html/H1.as | 10 ++--
.../HTML/src/main/flex/org/apache/flex/html/H2.as | 10 ++--
.../HTML/src/main/flex/org/apache/flex/html/H3.as | 10 ++--
.../HTML/src/main/flex/org/apache/flex/html/H4.as | 10 ++--
.../HTML/src/main/flex/org/apache/flex/html/H5.as | 10 ++--
.../HTML/src/main/flex/org/apache/flex/html/H6.as | 10 ++--
.../src/main/flex/org/apache/flex/html/HTMLText.as | 5 +-
.../HTML/src/main/flex/org/apache/flex/html/I.as | 8 ++--
.../flex/org/apache/flex/html/{I.as => Input.as} | 31 +++++++++----
.../HTML/src/main/flex/org/apache/flex/html/Li.as | 9 ++--
.../flex/org/apache/flex/html/{Ul.as => Ol.as} | 14 ++----
.../src/main/flex/org/apache/flex/html/Option.as | 12 ++---
.../HTML/src/main/flex/org/apache/flex/html/P.as | 10 ++--
.../src/main/flex/org/apache/flex/html/Select.as | 10 ++--
.../src/main/flex/org/apache/flex/html/Span.as | 10 ++--
.../HTML/src/main/flex/org/apache/flex/html/Td.as | 10 ++--
.../HTML/src/main/flex/org/apache/flex/html/Th.as | 10 ++--
.../HTML/src/main/flex/org/apache/flex/html/Ul.as | 10 ++--
.../HTML/src/main/resources/basic-manifest.xml | 2 +
.../src/main/flex/org/apache/flex/mdl/Button.as | 8 +---
.../main/flex/org/apache/flex/mdl/ButtonChip.as | 10 +---
.../src/main/flex/org/apache/flex/mdl/Card.as | 9 +---
.../main/flex/org/apache/flex/mdl/CardActions.as | 9 +---
.../src/main/flex/org/apache/flex/mdl/CardMedia.as | 9 +---
.../src/main/flex/org/apache/flex/mdl/CardMenu.as | 9 +---
.../flex/org/apache/flex/mdl/CardSupportingText.as | 9 +---
.../src/main/flex/org/apache/flex/mdl/CardTitle.as | 9 +---
.../main/flex/org/apache/flex/mdl/CardTitleText.as | 10 ++--
.../src/main/flex/org/apache/flex/mdl/CheckBox.as | 8 ++--
.../src/main/flex/org/apache/flex/mdl/Chip.as | 8 +---
.../src/main/flex/org/apache/flex/mdl/Dialog.as | 8 +---
.../main/flex/org/apache/flex/mdl/DialogActions.as | 9 +---
.../main/flex/org/apache/flex/mdl/DialogContent.as | 9 +---
.../main/flex/org/apache/flex/mdl/DialogTitle.as | 10 ++--
.../src/main/flex/org/apache/flex/mdl/Drawer.as | 9 +---
.../main/flex/org/apache/flex/mdl/DropDownList.as | 10 ++--
.../src/main/flex/org/apache/flex/mdl/Footer.as | 9 +---
.../org/apache/flex/mdl/FooterBottomSection.as | 9 +---
.../org/apache/flex/mdl/FooterDropDownSection.as | 9 +---
.../main/flex/org/apache/flex/mdl/FooterHeading.as | 10 ++--
.../flex/org/apache/flex/mdl/FooterLeftSection.as | 9 +---
.../flex/org/apache/flex/mdl/FooterLinkList.as | 11 ++---
.../main/flex/org/apache/flex/mdl/FooterLogo.as | 9 +---
.../org/apache/flex/mdl/FooterMiddleSection.as | 9 +---
.../flex/org/apache/flex/mdl/FooterRightSection.as | 9 +---
.../flex/org/apache/flex/mdl/FooterSocialButton.as | 9 +---
.../flex/org/apache/flex/mdl/FooterTopSection.as | 9 +---
.../src/main/flex/org/apache/flex/mdl/Grid.as | 9 +---
.../src/main/flex/org/apache/flex/mdl/GridCell.as | 9 +---
.../src/main/flex/org/apache/flex/mdl/Header.as | 9 +---
.../src/main/flex/org/apache/flex/mdl/HeaderRow.as | 9 +---
.../main/flex/org/apache/flex/mdl/IconToggle.as | 9 +---
.../main/flex/org/apache/flex/mdl/LayoutTitle.as | 9 +---
.../src/main/flex/org/apache/flex/mdl/List.as | 11 ++---
.../src/main/flex/org/apache/flex/mdl/Menu.as | 11 ++---
.../main/flex/org/apache/flex/mdl/Navigation.as | 9 +---
.../flex/org/apache/flex/mdl/NavigationLayout.as | 9 +---
.../org/apache/flex/mdl/NavigationLayoutContent.as | 9 +---
.../flex/org/apache/flex/mdl/NavigationLink.as | 13 ++----
.../main/flex/org/apache/flex/mdl/ProgressBar.as | 8 +---
.../main/flex/org/apache/flex/mdl/RadioButton.as | 8 +---
.../src/main/flex/org/apache/flex/mdl/Slider.as | 25 +++++++---
.../src/main/flex/org/apache/flex/mdl/Spacer.as | 10 ++--
.../src/main/flex/org/apache/flex/mdl/Spinner.as | 9 +---
.../src/main/flex/org/apache/flex/mdl/Switch.as | 8 +---
.../src/main/flex/org/apache/flex/mdl/TBody.as | 8 +---
.../src/main/flex/org/apache/flex/mdl/THead.as | 8 +---
.../src/main/flex/org/apache/flex/mdl/TabBar.as | 8 +---
.../main/flex/org/apache/flex/mdl/TabBarButton.as | 9 +---
.../main/flex/org/apache/flex/mdl/TabBarPanel.as | 8 +---
.../src/main/flex/org/apache/flex/mdl/Table.as | 7 +--
.../src/main/flex/org/apache/flex/mdl/Tabs.as | 9 +---
.../src/main/flex/org/apache/flex/mdl/TextArea.as | 25 +++++++---
.../src/main/flex/org/apache/flex/mdl/TextField.as | 27 ++++++++---
.../src/main/flex/org/apache/flex/mdl/Toast.as | 8 ++--
.../mdl/itemRenderers/DropDownListItemRenderer.as | 4 --
.../mdl/itemRenderers/FooterLinkItemRenderer.as | 9 ++--
.../flex/mdl/itemRenderers/ListItemRenderer.as | 10 ++--
.../flex/mdl/itemRenderers/MenuItemRenderer.as | 10 ++--
.../itemRenderers/NavigationLinkItemRenderer.as | 12 ++---
.../mdl/itemRenderers/TabBarLayoutItemRenderer.as | 9 +---
.../mdl/itemRenderers/TabBarPanelItemRenderer.as | 9 +---
.../flex/mdl/itemRenderers/TableRowItemRenderer.as | 28 ++++++++----
.../apache/flex/mdl/supportClasses/CardInner.as | 8 +---
.../flex/mdl/supportClasses/MaterialIconBase.as | 14 ++----
.../supportClasses/TabBarButtonItemRendererBase.as | 9 +---
149 files changed, 539 insertions(+), 943 deletions(-)
create mode 100644
frameworks/projects/Basic/src/main/flex/org/apache/flex/core/Lookalike.as
create mode 100644
frameworks/projects/Basic/src/main/flex/org/apache/flex/core/UIElement.as
rename frameworks/projects/Basic/src/main/flex/org/apache/flex/html/{ =>
util}/addElementToWrapper.as (92%)
copy frameworks/projects/HTML/src/main/flex/org/apache/flex/html/{I.as =>
Input.as} (78%)
copy frameworks/projects/HTML/src/main/flex/org/apache/flex/html/{Ul.as =>
Ol.as} (84%)
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].