From a12d0ac9faeef5cd6d274b5a0acb3b7cd6d8651f Mon Sep 17 00:00:00 2001 From: Raphael Luz <luz@ivt.tugraz.at> Date: Thu, 16 May 2013 13:55:11 +0200 Subject: [PATCH] VECTO 1.3.1 - Fixed assembly information - Removed duplicate icon form User Manual - updated readme.txt --- User Manual/GUI/mainform.html | 2 +- User Manual/pics/misc/Help-icon.png | Bin 878 -> 0 bytes User Manual/usermanual.html | 2 +- VECTO Changelog.txt | 11 ++++++++++- VECTO/My Project/AssemblyInfo.vb | 10 +++++----- VECTO/VECTO_Global.vb | 2 +- readme.txt | 12 ++++++++---- 7 files changed, 26 insertions(+), 13 deletions(-) delete mode 100644 User Manual/pics/misc/Help-icon.png diff --git a/User Manual/GUI/mainform.html b/User Manual/GUI/mainform.html index 629f1af21d..d4b392a987 100644 --- a/User Manual/GUI/mainform.html +++ b/User Manual/GUI/mainform.html @@ -65,7 +65,7 @@ editor</li> </ul> </div> <div style="margin-left: 40px;"><br> -<img src="../pics/misc/Help-icon.png" style="width: 16px; height: 16px;" alt="info"><span style="font-weight: bold;"><a name="info"></a>Help</span><br> +<img src="../pics/icons/Help-icon.png" style="width: 16px; height: 16px;" alt="info"><span style="font-weight: bold;"><a name="info"></a> Help</span><br> </div> <ul> <ul> diff --git a/User Manual/pics/misc/Help-icon.png b/User Manual/pics/misc/Help-icon.png deleted file mode 100644 index 6362dc4da8f24244b81eefb5fc7123a88412d435..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 878 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd4mJh`2Kmqb6B!s77>k44ofy`glX=O&z`&N| z?e4<x9|RZdT|SwCfq}EYBeIx*fm;}a85w5Hkzin8U@!6Xb!ET9&CX@P5UK7~$iTq# z&eO#)#NzbY$=(?;p)$wnpVyzOJvaBH%FHEOmwE~ZMK9hOB^bX$kZW3#h-eGfE58`7 zN5{lORfFWE3so=m?zlKjs9@nD!Hp6+uHum_x3}!edVJ%W+T@+Z>F*xPT;Hnq_pRNJ zA8Ysdf0RE`eLq{Rw_vqlT8v9)aFO8iu>U_Etvt7X_p4ndf1^xxCO_IZ^W;ZnPu)3z zi`2bdtDHTxSvvFopQ>4Br}z2S+x`6U!0n)JKJVSF>94-V8b{CDD5Uz<)IBa!>vh4l zBa^$7<V$u%e!rVnRrzlE&*jDpyaBs^|9x>Tdb{k*yOtko91s6rt!z_sUgNy%oimNU z-7-|{v~#^5HaTQ|Zn*Yv!Oq7MFNaUJU&nLc%(sWu$D(@04V`0t*gk%-d9uw8>w^-m zp;61sB-PA*%KY5myVq=q?mN*3)epS)*8cyvU}i<}<;%Cr)~}gXV(cxH-E+WN{nnJJ z$<M>&l{Zx6Ipm4n%GkIgd-3M>eWrmKwoAVr?3$3LugYWcxjTE#kG#2;nwY=6?R+WT zr@eCV3WX^G6LaSCHJP9F*sM11xofz!rI&)f?A|*;7KvqAkDjVW#k`(Yvu{dZhgw%l z1oz%kM_fZYG_}|to$x;GwmvDK>6?k?U4!pWB)kq@Kh50te}=J*OheEWX4jkFJ$|b$ zvtO~MRLl6U(XA6Yjw@EWe7x}1FuIMk_3>h3W+`X8ed`@XzDiswy}Y$!YRuJ7b#b+m zmf14-D@Hw(et76<*Hdp+`#)hDrg0a(5j<kI_F}_<Vu{7#pMtI}{ruYL;e%$I^DBOG zEfwil6nfpn$#wOz9hIBgKbaKXeZ0(YeqGp?fA4nuoSIx6ymO1i^EEFnPu0CAaQm<Z z<AV4@70$u^rqY%y`wT8#`f|-kZ{4$E`?>cmO7Bj|xBhZ-LU7TIS1(wb)I5a@>>deU zw>@-Zapd(i+p4#$7jd6H?Vrt_vQPg$wHe!1omsj0zRsKQMe&#B)#t~o_7tgpGPN`_ oZNJd@`mbkh@Amsx|A~LIv&mlu`whPt7#J8lUHx3vIVCg!0GBPJy#N3J diff --git a/User Manual/usermanual.html b/User Manual/usermanual.html index d717b006c2..92f6cc268b 100644 --- a/User Manual/usermanual.html +++ b/User Manual/usermanual.html @@ -17,7 +17,7 @@ Manual</span><span style="color: rgb(0, 0, 0); font-family: 'Times New Roman'; f <br> <span style="font-family: Verdana;"><big><big><big><span style="font-weight: bold;">User Manual</span></big></big></big> <br> -VECTO 1.3<br><br style="font-family: Verdana;"></span> +VECTO 1.3.1<br><br style="font-family: Verdana;"></span> <hr style="width: 100%; height: 2px;"><ul style="text-align: left; font-family: Tahoma; line-height: 1.7em;"> <li style="font-family: Calibri;"><a href="changelog.html"><big>Changes from previous version</big></a></li><li style="font-family: Calibri;"><big><a href="quickstart.html">Quick Start Guide</a></big></li><li style="font-family: Calibri;"><big>User Interface</big></li> diff --git a/VECTO Changelog.txt b/VECTO Changelog.txt index 6925b9f9e1..28cb4b86f0 100644 --- a/VECTO Changelog.txt +++ b/VECTO Changelog.txt @@ -1,7 +1,16 @@ VECTO ?.? (future release) - Gearbox Rules must be set when loading .gbx file to aviod invalid settings (e.g. AT with Skip Gears) -VECTO 1.3 (current source - next release) + + +VECTO x.x (current source - next release) + + + +VECTO 1.3.1 +- Fixed assembly information + +VECTO 1.3 - Some file-specific error messages link to files - Eco-Roll, Overspeed, Look Ahead Coasting - User Manual updated diff --git a/VECTO/My Project/AssemblyInfo.vb b/VECTO/My Project/AssemblyInfo.vb index 9deeb8d7a9..c6e66773e7 100644 --- a/VECTO/My Project/AssemblyInfo.vb +++ b/VECTO/My Project/AssemblyInfo.vb @@ -9,10 +9,10 @@ Imports System.Runtime.InteropServices ' Review the values of the Assembly Attributes <Assembly: AssemblyTitle("VECTO")> -<Assembly: AssemblyDescription("")> -<Assembly: AssemblyCompany("TUG")> +<Assembly: AssemblyDescription("Vehicle Energy Consumption Calculation Tool")> +<Assembly: AssemblyCompany("")> <Assembly: AssemblyProduct("VECTO")> -<Assembly: AssemblyCopyright("Copyright © TUG 2012")> +<Assembly: AssemblyCopyright("© European Commission 2012-13")> <Assembly: AssemblyTrademark("")> <Assembly: ComVisible(False)> @@ -31,5 +31,5 @@ Imports System.Runtime.InteropServices ' by entering "*" in them: ' <Assembly: AssemblyVersion("1.0.*")> -<Assembly: AssemblyVersion("1.0.0.0")> -<Assembly: AssemblyFileVersion("1.0.0.0")> +<Assembly: AssemblyVersion("1.3.1.0")> +<Assembly: AssemblyFileVersion("1.3.1.0")> diff --git a/VECTO/VECTO_Global.vb b/VECTO/VECTO_Global.vb index 2e5d1d2a07..ce05140838 100644 --- a/VECTO/VECTO_Global.vb +++ b/VECTO/VECTO_Global.vb @@ -2,7 +2,7 @@ Module VECTO_Global - Public Const VECTOvers As String = "1.3" + Public Const VECTOvers As String = "1.3.1" Public MyAppPath As String Public MyConfPath As String Public MyDeclPath As String diff --git a/readme.txt b/readme.txt index 6a4a296f4b..94d569fff5 100644 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,8 @@ -The following directories need to be provided in the application folder (e.g. ..\bin\Debug): -User Manual -Declaration [not yet] -GRAPHi (not included with the repository) \ No newline at end of file +*Before compiling you need to add a reference to vectolic.dll (provided with the VECTO release) + +*The following directories/files must be provided in the application folder (e.g. ..\bin\Release): + User Manual + User Manual\Update Notes.pdf (provided with the VECTO release) + GRAPHi (provided with the VECTO release) + vectolic.dll (should be placed there automatically when compiling) + license.dat (provided with the VECTO release or later by EC/JRC) \ No newline at end of file -- GitLab