-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
80 changed files
with
247 additions
and
1,419 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
MFTyreToolApp_resources/ | ||
MagicFormulaTyreTool_resources/ | ||
*.asv | ||
slprj/ | ||
*.mltbx | ||
|
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,3 +1,3 @@ | ||
[submodule "src/mftyre-matlab-library"] | ||
path = src/mftyre-matlab-library | ||
url = git@github.com:teasit/mftyre-matlab-library.git | ||
[submodule "src/magic-formula-tyre-library"] | ||
path = src/magic-formula-tyre-library | ||
url = https://github.com/teasit/magic-formula-tyre-library |
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,4 +1,5 @@ | ||
# Changelog | ||
|
||
- new: most app settings are now stored persistently across sessions | ||
- new: menu bar overhaul (split "App" menu into multiple menus), should help keep menu complexity moderate with upcoming features | ||
- new: app and code renaming due to conflicts with existing trademark | ||
- documentation and screenshots updated | ||
- fix: event-listener lifecycling issues fixed |
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,19 +1,19 @@ | ||
<deployment-project plugin="plugin.apptool" plugin-version="1.0"> | ||
<configuration build-checksum="3068110024" file="C:\Users\Tom\Documents\mftyre-tool-matlab\MFTyreToolApp.prj" location="C:\Users\Tom\Documents\mftyre-tool-matlab" name="MFTyreToolApp" target="target.mlapps" target-name="Package App"> | ||
<param.appname>MFTyreToolApp</param.appname> | ||
<configuration build-checksum="555520072" file="C:\Users\Tom\Documents\mftyre-tool-matlab\MagicFormulaTyreTool.prj" location="C:\Users\Tom\Documents\mftyre-tool-matlab" name="MagicFormulaTyreTool" target="target.mlapps" target-name="Package App"> | ||
<param.appname>MagicFormulaTyreTool</param.appname> | ||
<param.authnamewatermark>Tom Teasdale</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
<param.company /> | ||
<param.icon>${PROJECT_ROOT}\MFTyreToolApp_resources\icon_24.png</param.icon> | ||
<param.icon>${PROJECT_ROOT}\MagicFormulaTyreTool_resources\icon_24.png</param.icon> | ||
<param.icons> | ||
<file>${PROJECT_ROOT}\MFTyreToolApp_resources\icon_48.png</file> | ||
<file>${PROJECT_ROOT}\MFTyreToolApp_resources\icon_24.png</file> | ||
<file>${PROJECT_ROOT}\MFTyreToolApp_resources\icon_16.png</file> | ||
<file>${PROJECT_ROOT}\MagicFormulaTyreTool_resources\icon_48.png</file> | ||
<file>${PROJECT_ROOT}\MagicFormulaTyreTool_resources\icon_24.png</file> | ||
<file>${PROJECT_ROOT}\MagicFormulaTyreTool_resources\icon_16.png</file> | ||
</param.icons> | ||
<param.summary>Create, fit and evaluate MF-Tyre model with a convenient MATLAB GUI.</param.summary> | ||
<param.summary>MATLAB GUI for Magic Formula Tyre Modeling</param.summary> | ||
<param.description /> | ||
<param.screenshot>${PROJECT_ROOT}\assets\img\MFTyreTool_Screenshot_Main.jpg</param.screenshot> | ||
<param.version>1.3.0</param.version> | ||
<param.screenshot>${PROJECT_ROOT}\assets\img\App_Screenshot_Main.jpg</param.screenshot> | ||
<param.version>1.3.1</param.version> | ||
<param.products.name> | ||
<item>MATLAB</item> | ||
<item>Optimization Toolbox</item> | ||
|
@@ -41,7 +41,7 @@ | |
<param.output /> | ||
</unset> | ||
<fileset.main> | ||
<file>${PROJECT_ROOT}\src\MFTyreTool.m</file> | ||
<file>${PROJECT_ROOT}\src\MagicFormulaTyreTool.m</file> | ||
</fileset.main> | ||
<fileset.depfun> | ||
<file>${PROJECT_ROOT}\src\+events\FitterMeasurementsLoadedEventData.m</file> | ||
|
@@ -88,34 +88,34 @@ | |
<file>${PROJECT_ROOT}\src\+ui\TyrePlotCurvesPanel.m</file> | ||
<file>${PROJECT_ROOT}\src\+ui\TyrePlotFrictionEllipsePanel.m</file> | ||
<file>${PROJECT_ROOT}\src\about.json</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+exceptions\EmptyMeasurement.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+exceptions\FitterFailed.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+exceptions\NoMeasurementForFitMode.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\+v62\+equations\Fx.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\+v62\+equations\Fx0.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\+v62\+equations\Fy.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\+v62\+equations\Fy0.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\+v62\eval.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\+v62\FitMode.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\+v62\Fitter.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\+v62\getFitParamNames.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\+v62\Model.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\+v62\Parameter.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\+v62\ParameterFittable.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\+v62\Parameters.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+mftyre\Model.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+tir\TyrePropertiesFileCreator.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+tir\TyrePropertiesFileReader.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+tydex\ConstantParameter.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+tydex\MeasuredParameter.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+tydex\Measurement.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+tydex\Metadata.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+tydex\Parameter.m</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+tydex\Parser.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+exceptions\EmptyMeasurement.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+exceptions\FitterFailed.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+exceptions\NoMeasurementForFitMode.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\+v62\+equations\Fx.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\+v62\+equations\Fx0.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\+v62\+equations\Fy.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\+v62\+equations\Fy0.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\+v62\eval.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\+v62\FitMode.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\+v62\Fitter.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\+v62\getFitParamNames.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\+v62\Model.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\+v62\Parameter.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\+v62\ParameterFittable.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\+v62\Parameters.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+magicformula\Model.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+tir\TyrePropertiesFileCreator.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+tir\TyrePropertiesFileReader.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+tydex\ConstantParameter.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+tydex\MeasuredParameter.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+tydex\Measurement.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+tydex\Metadata.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+tydex\Parameter.m</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+tydex\Parser.m</file> | ||
</fileset.depfun> | ||
<fileset.resources> | ||
<file>${PROJECT_ROOT}\assets</file> | ||
<file>${PROJECT_ROOT}\src\mftyre-matlab-library\src\+tydex\+parsers</file> | ||
<file>${PROJECT_ROOT}\src\magic-formula-tyre-library\src\+tydex\+parsers</file> | ||
</fileset.resources> | ||
<fileset.package /> | ||
<build-deliverables> | ||
|
File renamed without changes.
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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<deployment-project plugin="plugin.toolbox" plugin-version="1.0"> | ||
<configuration build-checksum="2416458237" file="C:\Users\Tom\Documents\mftyre-tool-matlab\MFTyreToolToolboxPackager.prj" location="C:\Users\Tom\Documents\mftyre-tool-matlab" name="MFTyreToolToolboxPackager" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>MFTyreTool</param.appname> | ||
<configuration build-checksum="4228771701" file="C:\Users\Tom\Documents\mftyre-tool-matlab\ToolboxPackager.prj" location="C:\Users\Tom\Documents\mftyre-tool-matlab" name="ToolboxPackager" target="target.toolbox" target-name="Package Toolbox"> | ||
<param.appname>MagicFormulaTyreTool</param.appname> | ||
<param.authnamewatermark>Tom Teasdale</param.authnamewatermark> | ||
<param.email>[email protected]</param.email> | ||
<param.company /> | ||
<param.summary>Create, fit and evaluate MF-Tyre models with a convenient MATLAB GUI.</param.summary> | ||
<param.summary>MATLAB GUI for Magic Formula Tyre Modeling</param.summary> | ||
<param.description /> | ||
<param.screenshot>${PROJECT_ROOT}\assets\img\MFTyreTool_Screenshot_Main.jpg</param.screenshot> | ||
<param.version>1.3.0</param.version> | ||
<param.output>${PROJECT_ROOT}\MFTyreTool.mltbx</param.output> | ||
<param.screenshot>${PROJECT_ROOT}\assets\img\App_Screenshot_Main.jpg</param.screenshot> | ||
<param.version>1.3.1</param.version> | ||
<param.output>${PROJECT_ROOT}\MagicFormulaTyreTool.mltbx</param.output> | ||
<param.products.name /> | ||
<param.products.id /> | ||
<param.products.version /> | ||
|
@@ -46,12 +46,12 @@ tools | |
assets | ||
slprj | ||
resources | ||
MFTyreToolApp_resources</param.exclude.filters> | ||
MagicFormulaTyreTool_resources</param.exclude.filters> | ||
<param.exclude.pcodedmfiles>true</param.exclude.pcodedmfiles> | ||
<param.examples /> | ||
<param.demosxml /> | ||
<param.apps> | ||
<file>${PROJECT_ROOT}\MFTyreToolApp.mlappinstall</file> | ||
<file>${PROJECT_ROOT}\MagicFormulaTyreTool.mlappinstall</file> | ||
</param.apps> | ||
<param.registered.apps /> | ||
<param.docs /> | ||
|
@@ -115,14 +115,14 @@ MFTyreToolApp_resources</param.exclude.filters> | |
<file>${PROJECT_ROOT}\CHANGELOG.md</file> | ||
<file>${PROJECT_ROOT}\doc</file> | ||
<file>${PROJECT_ROOT}\LICENSE</file> | ||
<file>${PROJECT_ROOT}\MFTyreToolApp.mlappinstall</file> | ||
<file>${PROJECT_ROOT}\MagicFormulaTyreTool.mlappinstall</file> | ||
<file>${PROJECT_ROOT}\README.md</file> | ||
</fileset.rootfiles> | ||
<fileset.depfun.included /> | ||
<fileset.depfun.excluded /> | ||
<fileset.package /> | ||
<build-deliverables> | ||
<file location="${PROJECT_ROOT}" name="MFTyreTool.mltbx" optional="false">C:\Users\Tom\Documents\mftyre-tool-matlab\MFTyreTool.mltbx</file> | ||
<file location="${PROJECT_ROOT}" name="MagicFormulaTyreTool.mltbx" optional="false">C:\Users\Tom\Documents\mftyre-tool-matlab\MagicFormulaTyreTool.mltbx</file> | ||
</build-deliverables> | ||
<workflow /> | ||
<matlab> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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,2 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info Name="MFTyre Creation Tool" /> | ||
<Info Name="Magic Formula Tyre Tool" /> |
2 changes: 1 addition & 1 deletion
2
...es/project/Root.type.EntryPoints/9533103f-cc36-4d72-821c-0dab9a7c96db.type.EntryPoint.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,2 +1,2 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<Info Type="Basic" Visible="1" Icon="" File="tools/publishReleaseMFTyreTool.m" Name="publishReleaseMFTyreTool" /> | ||
<Info Type="Basic" Visible="1" Icon="" File="tools/publishRelease.m" Name="Publish Release" /> |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 0 additions & 2 deletions
2
resources/project/Root.type.Files/src.type.File/deprecated.type.File.xml
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...urces/project/Root.type.Files/src.type.File/deprecated.type.File/1.type.DIR_SIGNIFIER.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...ct/Root.type.Files/src.type.File/deprecated.type.File/TyreDatabaseBrowser.m.type.File.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...t/Root.type.Files/src.type.File/deprecated.type.File/TyrePropertiesEditor.m.type.File.xml
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
...roject/Root.type.Files/src.type.File/deprecated.type.File/getParentFigure.m.type.File.xml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
6 changes: 0 additions & 6 deletions
6
resources/project/Root.type.Files/tools.type.File/publishReleaseMFTyreTool.m.type.File.xml
This file was deleted.
Oops, something went wrong.
2 changes: 0 additions & 2 deletions
2
...rces/project/Root.type.References/7c35b7c7-c533-4947-8f05-0df9df31e01e.type.Reference.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.