- i got (auto) promotion!

This commit is contained in:
Guido Ranzuglia granzuglia 2013-10-11 15:57:44 +00:00
parent 3e4a7ac69b
commit 7a74896286
3 changed files with 34 additions and 33 deletions

View File

@ -5,18 +5,18 @@
!define MAINDIR $PROGRAMFILES64
!define PRODUCT_NAME "MeshLab_64b"
!define PRODUCT_VERSION "1.3.2"
!define PRODUCT_VERSION "1.3.3"
!define PRODUCT_PUBLISHER "Paolo Cignoni - Guido Ranzuglia VCG - ISTI - CNR"
!define PRODUCT_WEB_SITE "http://meshlab.sourceforge.net"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\meshlab.exe"
!define PRODUCT_DIR_REGKEY_S "Software\Microsoft\Windows\CurrentVersion\App Paths\meshlabserver.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
!define QT_BASE "D:\qt-everywhere-opensource-src-4.7.2"
!define QT_BASE "C:\Qt\qt-everywhere-opensource-src-5.1.0\qtbase"
!define DISTRIB_FOLDER "../distrib"
!define MICROSOFT_VS2008_REDIST_KEYDIR "Software\Microsoft\Windows\CurrentVersion\Uninstall\"
!define MICROSOFT_VS2008_X64 "{8220EEFE-38CD-377E-8595-13398D740ACE}"
!define MICROSOFT_VS2008_IA64 "{5827ECE1-AEB0-328E-B813-6FC68622C1F9}"
!define MICROSOFT_VS2010_REDIST_KEYDIR "Software\Microsoft\Windows\CurrentVersion\Uninstall\"
!define MICROSOFT_VS2010_X64 "{1D8E6291-B0D5-35EC-8441-6616F567A0F7}"
!define MICROSOFT_VS2010_IA64 "{88C73C1C-2DE5-3B01-AFB8-B46EF4AB41CD}"
@ -55,7 +55,7 @@
!define /date NOW "%Y_%m_%d"
Name "${PRODUCT_NAME} ${PRODUCT_VERSION}"
OutFile "MeshLabDevel_v132BETA_64bit_${NOW}.exe"
OutFile "MeshLabDevel_v133_64bit_${NOW}.exe"
;InstallDirRegKey HKLM "${PRODUCT_DIR_REGKEY}" ""
InstallDir "${MAINDIR}\VCG\MeshLab"
ShowInstDetails show
@ -96,17 +96,17 @@ Section -Prerequisites
;MessageBox MB_OK "Letto : $0"
;Quit
!insertmacro IfKeyExists HKLM ${MICROSOFT_VS2008_REDIST_KEYDIR} ${MICROSOFT_VS2008_X64}
!insertmacro IfKeyExists HKLM ${MICROSOFT_VS2010_REDIST_KEYDIR} ${MICROSOFT_VS2010_X64}
Pop $R0
${If} $R0 == "1"
Goto endPrerequisites
${Else}
!insertmacro IfKeyExists HKLM ${MICROSOFT_VS2008_REDIST_KEYDIR} ${MICROSOFT_VS2008_IA64}
!insertmacro IfKeyExists HKLM ${MICROSOFT_VS2010_REDIST_KEYDIR} ${MICROSOFT_VS2010_IA64}
Pop $R0
${If} $R0 == "1"
Goto endPrerequisites
${Else}
MessageBox MB_OK "Your system does not appear to have $\"Microsoft Visual C++ 2008 SP1 Redistributable Package (x64) installed$\".$\r MeshLab's Installation process will be aborted.$\r Please, install it and restart the MeshLab installer!"
MessageBox MB_OK "Your system does not appear to have $\"Microsoft Visual C++ 2010 SP1 Redistributable Package (x64) installed$\".$\r MeshLab's Installation process will be aborted.$\r Please, install it and restart the MeshLab installer!"
Quit
${Endif}
${Endif}
@ -218,8 +218,8 @@ Section "MainSection" SEC01
File "${DISTRIB_FOLDER}/plugins\samplefilter.dll"
File "${DISTRIB_FOLDER}/plugins\samplefilterdyn.dll"
File "${DISTRIB_FOLDER}/plugins\filtergeodesic.dll"
File "${DISTRIB_FOLDER}/plugins\filtercreateiso.dll"
File "${DISTRIB_FOLDER}/plugins\filter_geodesic.dll"
File "${DISTRIB_FOLDER}/plugins\filter_createiso.dll"
; edit plugins (14)
@ -290,18 +290,19 @@ Section "MainSection" SEC01
SetOutPath "$INSTDIR\samples\images"
File "${DISTRIB_FOLDER}/sample\images\duckCM.jpg"
SetOutPath "$INSTDIR\imageformats"
File ${QT_BASE}\plugins\imageformats\qjpeg4.dll
File ${QT_BASE}\plugins\imageformats\qgif4.dll
File ${QT_BASE}\plugins\imageformats\qtiff4.dll
File ${QT_BASE}\plugins\imageformats\qjpeg.dll
File ${QT_BASE}\plugins\imageformats\qgif.dll
File ${QT_BASE}\plugins\imageformats\qtiff.dll
SetOutPath "$INSTDIR"
;File "${DISTRIB_FOLDER}\common.lib"
File "${QT_BASE}\bin\QtCore4.dll"
File "${QT_BASE}\bin\QtGui4.dll"
File "${QT_BASE}\bin\QtOpenGL4.dll"
File "${QT_BASE}\bin\QtXml4.dll"
File "${QT_BASE}\bin\QtNetwork4.dll"
File "${QT_BASE}\bin\QtScript4.dll"
File "${QT_BASE}\bin\QtXmlPatterns4.dll"
File "${QT_BASE}\bin\Qt5Core.dll"
File "${QT_BASE}\bin\Qt5Gui.dll"
File "${QT_BASE}\bin\Qt5OpenGL.dll"
File "${QT_BASE}\bin\Qt5Xml.dll"
File "${QT_BASE}\bin\Qt5Network.dll"
File "${QT_BASE}\bin\Qt5Script.dll"
File "${QT_BASE}\bin\Qt5XmlPatterns.dll"
File "${QT_BASE}\bin\Qt5Widgets.dll"
;File "C:\MinGW\bin\mingwm10.dll"
;File "${QT_BASE}\..\mingw\bin\mingwm10.dll"
;File "${QT_BASE}\..\mingw\bin\libgcc_s_dw2-1.dll"

View File

@ -654,8 +654,8 @@ void MainWindow::createMenus()
//////////////////// Menu Preferences /////////////////////////////////////////////////////////////////////
preferencesMenu=menuBar()->addMenu(tr("&Tools"));
preferencesMenu->addAction(showFilterEditAct);
preferencesMenu->addSeparator();
//preferencesMenu->addAction(showFilterEditAct);
//preferencesMenu->addSeparator();
preferencesMenu->addAction(setCustomizeAct);
@ -1139,7 +1139,7 @@ void MainWindow::saveRecentFileList(const QString &fileName)
temp.buttonBox->addButton("Send Mail", QDialogButtonBox::AcceptRole);
congratsDialog->exec();
if(congratsDialog->result()==QDialog::Accepted)
QDesktopServices::openUrl(QUrl("mailto:p.cignoni@isti.cnr.it?cc=g.ranzuglia@isti.cnr.it&subject=[MeshLab] Reporting Info on MeshLab Usage"));
QDesktopServices::openUrl(QUrl("mailto:p.cignoni@isti.cnr.it;g.ranzuglia@isti.cnr.it?subject=[MeshLab] Reporting Info on MeshLab Usage"));
}
}
}

View File

@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>808</width>
<height>643</height>
<height>751</height>
</rect>
</property>
<property name="sizePolicy">
@ -139,12 +139,12 @@ p, li { white-space: pre-wrap; }
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;General Info&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt; &lt;br /&gt;MeshLab is an extensible mesh processing system, aimed to the user assisted cleaning, filtering, editing and rendering of unstructured 3D triangular meshes. The tool found its natural use for the processing of the meshes that usually arise in 3D scanning. The system is heavily based on the VCG library (&lt;/span&gt;&lt;a href=&quot;http://vcg.sf.net&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://vcg.sf.net&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;). &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;References&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br /&gt;Please, when using this tool in any academic activity, cite its use with the following reference:&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-style:italic;&quot;&gt;MeshLab&lt;br /&gt;Visual Computing Lab - ISTI - CNR&lt;br /&gt;http://meshlab.sourceforge.net/&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;Contacts&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br /&gt;For bug reports, feature requests and technical issues please use the following sourceforge services.&lt;br /&gt;    - &lt;/span&gt;&lt;a href=&quot;http://sourceforge.net/forum/forum.php?forum_id=499533&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;help forum&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br /&gt;    - &lt;/span&gt;&lt;a href=&quot;http://sourceforge.net/tracker/?group_id=149444&amp;amp;atid=774731&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;bug report tracking system &lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br /&gt;    - &lt;/span&gt;&lt;a href=&quot;http://sourceforge.net/tracker/?group_id=149444&amp;amp;atid=774734&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;feature request tracking system&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br /&gt;For any other general, high level, question about MeshLab  (no bug issue or feature request please) please contact: &lt;br /&gt;&lt;/span&gt;&lt;a href=&quot;mailto:p.cignoni@isti.cnr.it?subject=%5BMeshLab%5D%20Info%20request&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;Paolo Cignoni ( p.cignoni@isti.cnr.it ) &lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-weight:600;&quot;&gt;Authors&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-style:italic;&quot;&gt;Main Designer&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;:&lt;br /&gt;    - Paolo Cignoni&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt; font-style:italic;&quot;&gt;Release Manager&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt; - Guido Ranzuglia&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-size:10pt; font-style:italic;&quot;&gt;Stable Contributors&lt;/span&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;:&lt;br /&gt;    - Marco Callieri&lt;br /&gt;    - Massimiliano Corsini&lt;br /&gt;    - Fabio Ganovelli&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt; - Nico Pietroni&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt; - Marco Tarini&lt;br /&gt;The complete list of authors is available &lt;/span&gt;&lt;a href=&quot;http://meshlab.sourceforge.net/wiki/index.php/Developers&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;here &lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br /&gt;Some of the authors of MeshLab have received financial support from various projects, acknowledged &lt;/span&gt;&lt;a href=&quot;http://meshlab.sourceforge.net/wiki/index.php/Licenses#Acknowledgments&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;here &lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; font-weight:600;&quot;&gt;General Info&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt; &lt;br /&gt;MeshLab is an extensible mesh processing system, aimed to the user assisted cleaning, filtering, editing and rendering of unstructured 3D triangular meshes. The tool found its natural use for the processing of the meshes that usually arise in 3D scanning. The system is heavily based on the VCG library (&lt;/span&gt;&lt;a href=&quot;http://vcg.sf.net&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://vcg.sf.net&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;). &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; font-weight:600;&quot;&gt;References&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;&lt;br /&gt;Please, when using this tool in any academic activity, cite its use with the following reference:&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; font-style:italic;&quot;&gt;MeshLab&lt;br /&gt;Visual Computing Lab - ISTI - CNR&lt;br /&gt;http://meshlab.sourceforge.net/&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; font-weight:600;&quot;&gt;Contacts&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;&lt;br /&gt;For bug reports, feature requests and technical issues please use the following sourceforge services.&lt;br /&gt; - &lt;/span&gt;&lt;a href=&quot;http://sourceforge.net/forum/forum.php?forum_id=499533&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;help forum&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;&lt;br /&gt; - &lt;/span&gt;&lt;a href=&quot;http://sourceforge.net/tracker/?group_id=149444&amp;amp;atid=774731&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;bug report tracking system &lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;&lt;br /&gt; - &lt;/span&gt;&lt;a href=&quot;http://sourceforge.net/tracker/?group_id=149444&amp;amp;atid=774734&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;feature request tracking system&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;&lt;br /&gt;For any other general, high level, question about MeshLab (no bug issue or feature request please) please contact: &lt;br /&gt;&lt;/span&gt;&lt;a href=&quot;mailto:p.cignoni@isti.cnr.it?subject=%5BMeshLab%5D%20Info%20request&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;Paolo Cignoni ( p.cignoni@isti.cnr.it ) &lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a href=&quot;mailto:p.cignoni@isti.cnr.it?subject=%5BMeshLab%5D%20Info%20request&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;Guido Ranzuglia ( guido.ranzuglia@isti.cnr.it ) &lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; font-weight:600;&quot;&gt;Authors&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt; &lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; font-style:italic;&quot;&gt;Main Designers&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;:&lt;br /&gt; - Paolo Cignoni&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt; - Guido Ranzuglia&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; font-style:italic;&quot;&gt;Stable Contributors&lt;/span&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;:&lt;br /&gt; - Marco Callieri&lt;br /&gt; - Massimiliano Corsini&lt;br /&gt; - Fabio Ganovelli&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt; - Nico Pietroni&lt;/span&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt; - Marco Tarini&lt;br /&gt;The complete list of authors is available &lt;/span&gt;&lt;a href=&quot;http://meshlab.sourceforge.net/wiki/index.php/Developers&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;here &lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;&lt;br /&gt;Some of the authors of MeshLab have received financial support from various projects, acknowledged &lt;/span&gt;&lt;a href=&quot;http://meshlab.sourceforge.net/wiki/index.php/Licenses#Acknowledgments&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;here &lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="wordWrap">
<bool>true</bool>
@ -188,8 +188,8 @@ p, li { white-space: pre-wrap; }
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;Copyright(C) 2005-2010&lt;br /&gt;&lt;br /&gt;Paolo Cignoni &lt;br /&gt;&lt;/span&gt;&lt;a href=&quot;http://vcg.isti.cnr.it/%7Ecignoni&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://vcg.isti.cnr.it/~cignoni&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt; &lt;br /&gt;Visual Computing Lab &lt;br /&gt;&lt;/span&gt;&lt;a href=&quot;http://vcg.isti.cnr.it&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt; http://vcg.isti.cnr.it&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br /&gt;ISTI - Italian National Research Council&lt;br /&gt;&lt;/span&gt;&lt;a href=&quot;http://www.isti.cnr.it&quot;&gt;&lt;span style=&quot; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt; http://www.isti.cnr.it&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-size:10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;Copyright(C) 2005-2013&lt;br /&gt;&lt;br /&gt;Paolo Cignoni &lt;br /&gt;&lt;/span&gt;&lt;a href=&quot;http://vcg.isti.cnr.it/%7Ecignoni&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt;http://vcg.isti.cnr.it/~cignoni&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt; &lt;br /&gt;Visual Computing Lab &lt;br /&gt;&lt;/span&gt;&lt;a href=&quot;http://vcg.isti.cnr.it&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt; http://vcg.isti.cnr.it&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;&lt;br /&gt;ISTI - Italian National Research Council&lt;br /&gt;&lt;/span&gt;&lt;a href=&quot;http://www.isti.cnr.it&quot;&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt; text-decoration: underline; color:#0000ff;&quot;&gt; http://www.isti.cnr.it&lt;/span&gt;&lt;/a&gt;&lt;span style=&quot; font-family:'Lucida Grande'; font-size:10pt;&quot;&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>