Skip to content

Commit

Permalink
Graphical objects now with stack order; other minor changes. v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
alexschimel committed May 13, 2022
1 parent cafb0d7 commit da715cf
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 6 deletions.
Binary file modified Iskaffe.mlapp
Binary file not shown.
6 changes: 3 additions & 3 deletions Iskaffe.prj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<file>${PROJECT_ROOT}\Iskaffe_resources\icon_24.png</file>
<file>${PROJECT_ROOT}\Iskaffe_resources\icon_16.png</file>
</param.icons>
<param.version>0.1.1</param.version>
<param.version>0.1.2</param.version>
<param.authnamewatermark>Alexandre Schimel</param.authnamewatermark>
<param.email>alexandre.schimel@ngu.no</param.email>
<param.company>NGU</param.company>
<param.summary>Multibeam backscatter quality control tool</param.summary>
<param.description />
<param.screenshot>${PROJECT_ROOT}\Iskaffe_resources\splash.png</param.screenshot>
<param.guid />
<param.installpath.string>\Iskaffe\v0.1.1</param.installpath.string>
<param.installpath.string>\Iskaffe\v0.1.2</param.installpath.string>
<param.installpath.combo>option.installpath.programfiles</param.installpath.combo>
<param.logo>${PROJECT_ROOT}\Iskaffe_resources\splash_half.png</param.logo>
<param.install.notes />
Expand All @@ -34,7 +34,7 @@
<param.web.mcr>true</param.web.mcr>
<param.package.mcr>false</param.package.mcr>
<param.no.mcr>false</param.no.mcr>
<param.web.mcr.name>iskaffe_v011_setup</param.web.mcr.name>
<param.web.mcr.name>iskaffe_v012_setup</param.web.mcr.name>
<param.package.mcr.name>MyAppInstaller_mcr</param.package.mcr.name>
<param.no.mcr.name>MyAppInstaller_app</param.no.mcr.name>
<param.windows.command.prompt>false</param.windows.command.prompt>
Expand Down
6 changes: 3 additions & 3 deletions Iskaffe/PackagingLog.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<html><meta charset="UTF-8"><pre>
<font color=blue>mcc -o Iskaffe -W 'main:Iskaffe,version=0.1.1' -T link:exe -d C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_testing -R '-logfile,iskaffe_logfile' -v C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe.mlapp -r C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe_resources\icon.ico </font>
<font color=blue>mcc -o Iskaffe -W 'main:Iskaffe,version=0.1.2' -T link:exe -d C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_testing -R '-logfile,iskaffe_logfile' -v C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe.mlapp -r C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe_resources\icon.ico </font>
Compiler version: 8.1 (R2020b)

Analyzing file dependencies.
Expand All @@ -10,7 +10,7 @@
<font color=blue>Packaging...</font>
Creating the bundle...
Creating the install agent URL file...
Web based installer created at C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_redistribution\iskaffe_v011_setup.exe.
Web based installer created at C:\Users\Schimel_Alexandre\Code\MATLAB\Iskaffe\Iskaffe\for_redistribution\iskaffe_v012_setup.exe.
Packaging complete.
Elapsed packaging time was: 25 seconds.
Elapsed packaging time was: 34 seconds.
</pre></html>
Binary file added Iskaffe/for_redistribution/iskaffe_v012_setup.exe
Binary file not shown.
Binary file modified Iskaffe/for_redistribution_files_only/Iskaffe.exe
Binary file not shown.
Binary file modified Iskaffe/for_testing/Iskaffe.exe
Binary file not shown.
Binary file added Iskaffe_resources/splash.xcf
Binary file not shown.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ alexandre.schimel@ngu.no

## Version History

* 0.1.2
* Not resetting zoom view when changing gridded data displayed
* Graphical objects now with stack order, with top loaded lines in foreground, and navigation above bad data above gridded data above coverage
* Right-click in loaded lines to allow reordering stack by time
* Colored coverage
* Fix "restore view"
* 0.1.1
* Fix UTM zones in Norway
* Acquisition modes warning and in results
Expand Down

0 comments on commit da715cf

Please sign in to comment.