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 b5d6b0a get rid of GCC warnings on this class
new ed0a0b4 create a PopUpList that encapsulates the styles needed for
floating over the view
new 7a631d3 should use typeNames instead of className. ClassName can be
swapped out by the user
new 6c9e27a ant build for MDLDynamicTabsExample
new cf255ee switch to PopUpList and clean up
new 9af2ca4 turn off default theme
new 2815145 move some more visual styles to theme
new 4d298a1 MDL shoudld turn off default layout
The 7 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:
.../ASDoc/src/main/royale/ASDocMainView.mxml | 19 +++++++-------
.../ASDoc/src/main/royale/models/ASDocModel.as | 2 +-
.../build.xml | 4 +--
.../src/main/config/compile-app-config.xml | 4 +++
.../Basic/src/main/resources/basic-manifest.xml | 1 +
.../projects/Basic/src/main/resources/defaults.css | 10 +++++---
.../org/apache/royale/core/DataContainerBase.as | 12 ---------
.../main/royale/org/apache/royale/core/UIBase.as | 30 ++++++++++++++++++++--
.../main/royale/org/apache/royale/html/Alert.as | 2 +-
.../royale/org/apache/royale/html/CSSCheckBox.as | 1 -
.../main/royale/org/apache/royale/html/CheckBox.as | 1 -
.../main/royale/org/apache/royale/html/ComboBox.as | 2 +-
.../royale/org/apache/royale/html/ControlBar.as | 2 +-
.../main/royale/org/apache/royale/html/DataGrid.as | 2 +-
.../org/apache/royale/html/DataGridButtonBar.as | 2 +-
.../royale/html/DataGridButtonBarTextButton.as | 3 +--
.../royale/org/apache/royale/html/DateField.as | 2 +-
.../main/royale/org/apache/royale/html/HTMLText.as | 1 -
.../main/royale/org/apache/royale/html/Image.as | 1 -
.../main/royale/org/apache/royale/html/Label.as | 1 -
.../src/main/royale/org/apache/royale/html/List.as | 16 +-----------
.../main/royale/org/apache/royale/html/Panel.as | 2 +-
.../html/{DataGridButtonBar.as => PopUpList.as} | 24 +++++++++--------
.../royale/org/apache/royale/html/RangeStepper.as | 2 +-
.../royale/org/apache/royale/html/SimpleAlert.as | 2 +-
.../royale/org/apache/royale/html/SimpleList.as | 2 +-
.../main/royale/org/apache/royale/html/Slider.as | 3 +--
.../main/royale/org/apache/royale/html/Spinner.as | 2 +-
.../main/royale/org/apache/royale/html/Table.as | 2 +-
.../royale/org/apache/royale/html/TableCell.as | 2 +-
.../royale/org/apache/royale/html/TableHeader.as | 2 +-
.../main/royale/org/apache/royale/html/TableRow.as | 2 +-
.../main/royale/org/apache/royale/html/TextArea.as | 1 -
.../royale/org/apache/royale/html/TextButton.as | 1 -
.../royale/org/apache/royale/html/TextInput.as | 1 -
.../main/royale/org/apache/royale/html/TitleBar.as | 2 +-
.../main/royale/org/apache/royale/html/ToolTip.as | 3 +--
.../src/main/royale/org/apache/royale/html/Tree.as | 2 +-
.../main/royale/org/apache/royale/html/TreeGrid.as | 2 +-
.../royale/org/apache/royale/express/MXMLViewer.as | 1 -
.../src/main/resources/defaults.css | 7 +++++
.../royale/org/apache/royale/mobile/DatePicker.as | 2 +-
.../royale/org/apache/royale/mobile/ManagerBase.as | 2 +-
.../org/apache/royale/mobile/StackedViewManager.as | 2 +-
.../org/apache/royale/mobile/TabbedViewManager.as | 2 +-
.../apache/royale/mobile/chrome/NavigationBar.as | 2 +-
.../org/apache/royale/mobile/chrome/TabBar.as | 2 +-
.../org/apache/royale/mobile/chrome/ToolBar.as | 2 +-
frameworks/themes/Basic/basic.css | 12 +++++++++
49 files changed, 113 insertions(+), 96 deletions(-)
copy examples/royale/{DebuggingExample => MDLDynamicTabsExample}/build.xml
(95%)
copy examples/royale/{RoyaleTeamPage_MDL =>
MDLDynamicTabsExample}/src/main/config/compile-app-config.xml (93%)
copy
frameworks/projects/Basic/src/main/royale/org/apache/royale/html/{DataGridButtonBar.as
=> PopUpList.as} (79%)
--
To stop receiving notification emails like this one, please contact
[email protected].