Skip to content

Commit a0389fd

Browse files
authored
Release 2.1.2 (#10)
* repackaged new release as 2.1.2
1 parent 19ea23d commit a0389fd

File tree

7 files changed

+57
-38
lines changed

7 files changed

+57
-38
lines changed

deploy/Toolbox Packaging Project.prj

Lines changed: 19 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,17 @@
22
<configuration file="C:\Work\widgets-toolbox\deploy\Toolbox Packaging Project.prj" location="C:\Work\widgets-toolbox\deploy" name="Toolbox Packaging Project" target="target.toolbox" target-name="Package Toolbox">
33
<param.appname>Widgets Toolbox - MATLAB App Building Components</param.appname>
44
<param.authnamewatermark>Robyn Jackey (MathWorks Consulting)</param.authnamewatermark>
5-
<param.email>[email protected]</param.email>
5+
<param.email />
66
<param.company>MathWorks Consulting</param.company>
77
<param.summary>Additional app building components to efficiently develop advanced user interfaces in MATLAB</param.summary>
8-
<param.description>Widgets Toolbox helps you efficiently develop advanced user interfaces in MATLAB. Widgets combine existing control functionalities together into larger, reusable, common functionality to accelerate development of graphical user interfaces.
8+
<param.description>Widgets Toolbox helps you efficiently develop advanced user interfaces in MATLAB. Widgets combine existing control functionalities together into larger, reusable, common functionality to accelerate development of graphical user interfaces. The widgets may be used directly within App Designer
99

1010
The toolbox provides additional UI controls and higher-level components that implement common building blocks needed in MATLAB apps. Components include:
1111

1212
Grid of buttons grouped together
1313
List of checkboxes and labels grouped together
1414
Color selector control
15+
Date and time selector
1516
File selection control, consisting of a label, edit field, and browse button
1617
Listbox control combined with a label and a set of buttons for managing the list composition and ordering
1718
Password field with hidden text
@@ -23,12 +24,12 @@ Toolbar with advanced layout functionality that can appear like a toolstrip
2324

2425
This version of Widgets Toolbox is intended for NEW development of uifigure or App Designer apps starting from R2020b or newer releases.
2526

26-
If you have an existing MATLAB app using Widgets Toolbox content developed prior to R2020b, you may also need "Widgets Toolbox (Compatibility Support)".
27+
If you have an existing MATLAB app using Widgets Toolbox 1.x content, you may also need "Widgets Toolbox (Compatibility Support)".
2728
https://www.mathworks.com/matlabcentral/fileexchange/66235-widgets-toolbox
2829

2930
Planning a complex or business-critical app? MathWorks Consulting can advise you on design and architecture: https://www.mathworks.com/services/consulting/proven-solutions/software-development-with-matlab.html</param.description>
3031
<param.screenshot>${PROJECT_ROOT}\widgets_logo.png</param.screenshot>
31-
<param.version>2.1.1</param.version>
32+
<param.version>2.1.2</param.version>
3233
<param.output>${PROJECT_ROOT}\Widgets Toolbox - MATLAB App Building Components.mltbx</param.output>
3334
<param.products.name>
3435
<item>MATLAB</item>
@@ -37,7 +38,7 @@ Planning a complex or business-critical app? MathWorks Consulting can advise you
3738
<item>1</item>
3839
</param.products.id>
3940
<param.products.version>
40-
<item>9.9</item>
41+
<item>9.10</item>
4142
</param.products.version>
4243
<param.platforms />
4344
<param.guid>78895307-cc36-4970-8b66-0697da8f9352</param.guid>
@@ -123,10 +124,22 @@ Planning a complex or business-critical app? MathWorks Consulting can advise you
123124
</build-deliverables>
124125
<workflow />
125126
<matlab>
126-
<root>C:\Program Files\MATLAB\R2020b</root>
127+
<root>C:\Program Files\MATLAB\R2021a</root>
127128
<toolboxes>
129+
<toolbox name="matlabcoder" />
130+
<toolbox name="embeddedcoder" />
128131
<toolbox name="neuralnetwork" />
129132
</toolboxes>
133+
<toolbox>
134+
<matlabcoder>
135+
<enabled>true</enabled>
136+
</matlabcoder>
137+
</toolbox>
138+
<toolbox>
139+
<embeddedcoder>
140+
<enabled>true</enabled>
141+
</embeddedcoder>
142+
</toolbox>
130143
<toolbox>
131144
<neuralnetwork>
132145
<enabled>true</enabled>
418 KB
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info />
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<?xml version='1.0' encoding='UTF-8'?>
2+
<Info location="Widgets Toolbox 2.1.2.mltbx" type="File" />

widgets/demos.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,14 @@
44
<type>toolbox</type>
55
<icon>HelpIcon.DEMOS</icon>
66
<website/>
7-
<description>Widgets Toolbox helps you efficiently develop advanced user interfaces in MATLAB. Widgets combine existing control functionalities together into larger, reusable, common functionality to accelerate development of graphical user interfaces.
7+
<description>Widgets Toolbox helps you efficiently develop advanced user interfaces in MATLAB. Widgets combine existing control functionalities together into larger, reusable, common functionality to accelerate development of graphical user interfaces. The widgets may be used directly within App Designer
88

99
The toolbox provides additional UI controls and higher-level components that implement common building blocks needed in MATLAB apps. Components include:
1010

1111
Grid of buttons grouped together
1212
List of checkboxes and labels grouped together
1313
Color selector control
14+
Date and time selector
1415
File selection control, consisting of a label, edit field, and browse button
1516
Listbox control combined with a label and a set of buttons for managing the list composition and ordering
1617
Password field with hidden text
@@ -22,7 +23,7 @@ Toolbar with advanced layout functionality that can appear like a toolstrip
2223

2324
This version of Widgets Toolbox is intended for NEW development of uifigure or App Designer apps starting from R2020b or newer releases.
2425

25-
If you have an existing MATLAB app using Widgets Toolbox content developed prior to R2020b, you may also need "Widgets Toolbox (Compatibility Support)".
26+
If you have an existing MATLAB app using Widgets Toolbox 1.x content, you may also need "Widgets Toolbox (Compatibility Support)".
2627
https://www.mathworks.com/matlabcentral/fileexchange/66235-widgets-toolbox
2728

2829
Planning a complex or business-critical app? MathWorks Consulting can advise you on design and architecture: https://www.mathworks.com/services/consulting/proven-solutions/software-development-with-matlab.html</description>

widgets/doc/GettingStarted.mlx

-305 Bytes
Binary file not shown.

widgets/examples/html/WidgetExamples.html

Lines changed: 31 additions & 30 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)