-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix SliderSpinner Orientation to use enum * investigate issues * bugfix for toolbar section not popping up correctly beneath the toolbar, add unit tests for toolbar * tweak comments * tag test files * work on remaining unit tests. Fixes to ButtonGrid, ProgressBar, TaskStatusTable * work on unit tests * work on unit tests * bugfix to TaskStatusTable on list shrinking, updated several mixins to use fastSet utility * update copyrights, versioning to 2.0.3, build release * tweaks to initialization in BaseApp * update release 2.0.3
- Loading branch information
Showing
108 changed files
with
1,884 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
classdef MyComponent < matlab.ui.componentcontainer.ComponentContainer | ||
|
||
%% Public properties | ||
properties (AbortSet) | ||
|
||
Name (1,1) string = "My Component" | ||
|
||
end %properties | ||
|
||
|
||
%% Internal Properties | ||
properties (Transient, NonCopyable, Access = protected) | ||
|
||
Label matlab.ui.control.Label | ||
|
||
end %properties | ||
|
||
|
||
%% Protected methods | ||
methods (Access = protected) | ||
|
||
function setup(obj) | ||
|
||
obj.Position(3:4) = [200 25]; | ||
grid = uigridlayout(obj,[1 1],'Padding',[0 0 0 0]); | ||
obj.Label = uilabel(grid,'BackgroundColor','green'); | ||
|
||
end %function | ||
|
||
|
||
function update(obj) | ||
|
||
disp("MyComponent update called"); | ||
obj.Label.Text = obj.Name; | ||
|
||
end %function | ||
|
||
end %methods | ||
|
||
end %classdef |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
f = uifigure; | ||
g = uigridlayout(f,[2 1]); | ||
g.RowHeight = {80, '1x'}; | ||
|
||
tb = wt.Toolbar(g); | ||
dummy = uipanel(g,'BackgroundColor','red'); | ||
|
||
tb.Section = [ | ||
addSection() | ||
addSection() | ||
addSection() | ||
addSection() | ||
]; | ||
|
||
|
||
function s = addSection() | ||
|
||
s = wt.toolbar.HorizontalSection(); | ||
for idx = 1:4 | ||
s.addButton("", string(idx)); | ||
end | ||
|
||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
6 changes: 6 additions & 0 deletions
6
resources/project/96GeO6L1DdRMBtEBPq3bpWosruk/RlHaUdWFi_lNvfF2h5hyAf4K1x8d.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/96GeO6L1DdRMBtEBPq3bpWosruk/RlHaUdWFi_lNvfF2h5hyAf4K1x8p.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="MyComponent.m" type="File" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/96GeO6L1DdRMBtEBPq3bpWosruk/mbVnexFlSS9dIdTgdsJ6R-P4Fkkd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info /> |
2 changes: 2 additions & 0 deletions
2
resources/project/96GeO6L1DdRMBtEBPq3bpWosruk/mbVnexFlSS9dIdTgdsJ6R-P4Fkkp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="1" type="DIR_SIGNIFIER" /> |
6 changes: 6 additions & 0 deletions
6
resources/project/9ENWrIOXxrb6YaitWVPAXr1h5jE/_ymR1xA4ytc1MSjw6Zd2o0l9Uq8d.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/9ENWrIOXxrb6YaitWVPAXr1h5jE/_ymR1xA4ytc1MSjw6Zd2o0l9Uq8p.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="reproduceToolbarBug.m" type="File" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/9ENWrIOXxrb6YaitWVPAXr1h5jE/rtt8ZXOqSTyueG7_ypu5JtofCuEd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info /> |
2 changes: 2 additions & 0 deletions
2
resources/project/9ENWrIOXxrb6YaitWVPAXr1h5jE/rtt8ZXOqSTyueG7_ypu5JtofCuEp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="1" type="DIR_SIGNIFIER" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/B7BdPfT_W691i4YRWWdVQLY3Fjs/96GeO6L1DdRMBtEBPq3bpWosrukd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info /> |
2 changes: 2 additions & 0 deletions
2
resources/project/B7BdPfT_W691i4YRWWdVQLY3Fjs/96GeO6L1DdRMBtEBPq3bpWosrukp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="abortset_update_bug" type="File" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/B7BdPfT_W691i4YRWWdVQLY3Fjs/9ENWrIOXxrb6YaitWVPAXr1h5jEd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info /> |
2 changes: 2 additions & 0 deletions
2
resources/project/B7BdPfT_W691i4YRWWdVQLY3Fjs/9ENWrIOXxrb6YaitWVPAXr1h5jEp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="toolbar_pulldown_bug" type="File" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/IusVJs9gd_WCVNUuAddwmAvf9nAd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info Ref="issues/toolbar_pulldown_bug" Type="Relative" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/IusVJs9gd_WCVNUuAddwmAvf9nAp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="bf5c30d4-02b3-40dd-8556-da39891600d9" type="Reference" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/_5Xyt_J1rG4iFP4xycYVc_CKVqUd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info Ref="issues/abortset_update_bug" Type="Relative" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/EEtUlUb-dLAdf0KpMVivaUlztwA/_5Xyt_J1rG4iFP4xycYVc_CKVqUp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="a2cc9bef-7faf-4741-9f46-0d90c26a4d0e" type="Reference" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/FVIFMHuse2VWlFgbqX2S_OQzxiU/53njxdRRmwBSUTly-33aDJDDmCMd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info /> |
2 changes: 2 additions & 0 deletions
2
resources/project/FVIFMHuse2VWlFgbqX2S_OQzxiU/53njxdRRmwBSUTly-33aDJDDmCMp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="Widgets Toolbox 2.0.3.mltbx" type="File" /> |
2 changes: 1 addition & 1 deletion
2
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/4LjnRxn_PDoKq9Gzrp6Zt78m93wd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
<Label UUID="test" /> | ||
</Category> | ||
</Info> |
2 changes: 1 addition & 1 deletion
2
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/5r2iUz4k_NmJ3dAxL2VFYLrl908d.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
<Label UUID="test" /> | ||
</Category> | ||
</Info> |
6 changes: 6 additions & 0 deletions
6
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/R2I-03tuAnQmT4JLMfn6zTFlWYMd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="test" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/R2I-03tuAnQmT4JLMfn6zTFlWYMp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="Toolbar.m" type="File" /> |
6 changes: 6 additions & 0 deletions
6
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/RAUmIkhTqKwJybdilYHHyF0eUvgd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="test" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/RAUmIkhTqKwJybdilYHHyF0eUvgp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="TaskStatusTable.m" type="File" /> |
6 changes: 6 additions & 0 deletions
6
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/Z9CBHQoJSBnVGDcfUj4_Oi1-gewd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="test" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/Z9CBHQoJSBnVGDcfUj4_Oi1-gewp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="ProgressBar.m" type="File" /> |
6 changes: 6 additions & 0 deletions
6
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/ZmntEkBOCgQjJL2XqWK7rsqMvjkd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="test" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/ZmntEkBOCgQjJL2XqWK7rsqMvjkp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="ButtonGrid.m" type="File" /> |
6 changes: 6 additions & 0 deletions
6
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/g0y7IF8VCviw4OhVvKOo7SoCShcd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="test" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/g0y7IF8VCviw4OhVvKOo7SoCShcp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="CheckboxList.m" type="File" /> |
2 changes: 1 addition & 1 deletion
2
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/hHtzZ7G-PvEBonVBpuAFucVCn9Yd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
<Label UUID="test" /> | ||
</Category> | ||
</Info> |
6 changes: 6 additions & 0 deletions
6
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/prKBW6hTnJR4FlP9Y3GrjoDrI6Ud.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="test" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/FWb00jXzyA0ae61v0EOixwayiuU/prKBW6hTnJR4FlP9Y3GrjoDrI6Up.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="PasswordField.m" type="File" /> |
6 changes: 6 additions & 0 deletions
6
resources/project/q138eJA8Ym4eSfM3RFMVvg63QtU/PUMahrtvKX67qazxeB1EFjsiB44d.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/q138eJA8Ym4eSfM3RFMVvg63QtU/PUMahrtvKX67qazxeB1EFjsiB44p.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="rjImageGallery.m" type="File" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/q138eJA8Ym4eSfM3RFMVvg63QtU/ulE9PYd_TlaqYfhxJlcxk9uZKPwd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info /> |
2 changes: 2 additions & 0 deletions
2
resources/project/q138eJA8Ym4eSfM3RFMVvg63QtU/ulE9PYd_TlaqYfhxJlcxk9uZKPwp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="1" type="DIR_SIGNIFIER" /> |
6 changes: 6 additions & 0 deletions
6
resources/project/q138eJA8Ym4eSfM3RFMVvg63QtU/uxxJQ1_6BNIpFwr3u6UwjPxiWSEd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info> | ||
<Category UUID="FileClassCategory"> | ||
<Label UUID="design" /> | ||
</Category> | ||
</Info> |
2 changes: 2 additions & 0 deletions
2
resources/project/q138eJA8Ym4eSfM3RFMVvg63QtU/uxxJQ1_6BNIpFwr3u6UwjPxiWSEp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="ImageGallery.m" type="File" /> |
2 changes: 2 additions & 0 deletions
2
resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/q138eJA8Ym4eSfM3RFMVvg63QtUd.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info /> |
2 changes: 2 additions & 0 deletions
2
resources/project/qaw0eS1zuuY1ar9TdPn1GMfrjbQ/q138eJA8Ym4eSfM3RFMVvg63QtUp.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info location="sandbox" type="File" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.