font / ui changes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1786 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
e11278afdd
commit
63a3fbed90
2 changed files with 29 additions and 23 deletions
|
@ -1,10 +1,11 @@
|
||||||
NSIS Modern User Interface - VERSION HISTORY
|
NSIS Modern User Interface - VERSION HISTORY
|
||||||
|
|
||||||
1.6 - November 16, 2002
|
1.6 - November 18, 2002
|
||||||
* Welcome / Finish pages
|
* Welcome / Finish pages
|
||||||
* Automatic ask for reboot on finish page
|
* Automatic ask for reboot on finish page
|
||||||
* Create no shortcut option on Start Menu Folder selection page
|
* Create no shortcut option on Start Menu Folder selection page
|
||||||
* Customizing GUIInit functions easier
|
* Customizing GUIInit functions easier
|
||||||
|
* Minor font / UI changes
|
||||||
|
|
||||||
1.5 - November 11, 2002
|
1.5 - November 11, 2002
|
||||||
* New language file format
|
* New language file format
|
||||||
|
|
|
@ -175,27 +175,31 @@ with a custom user interface.</p>
|
||||||
<p class="text">You can change the settings of the interface by usings defines:</p>
|
<p class="text">You can change the settings of the interface by usings defines:</p>
|
||||||
<pre class="margin">!define MUI_UI "${NSISDIR}\Contrib\UIs\modern2.exe"</pre>
|
<pre class="margin">!define MUI_UI "${NSISDIR}\Contrib\UIs\modern2.exe"</pre>
|
||||||
<p class="text">If you don't define a setting, the default will be used.</p>
|
<p class="text">If you don't define a setting, the default will be used.</p>
|
||||||
<p class="text">The following settings are available: <i>(default)</i><br><br>
|
<p class="text">The following settings are available: <i>(default values)</i></p>
|
||||||
<span class="bold">MUI_UI</span> <i>(${NSISDIR}\Contrib\UIs\modern.exe)</i>
|
<p class="text"><span class="bold">MUI_UI</span> <i>(${NSISDIR}\Contrib\UIs\modern.exe)</i><br>
|
||||||
- The interface file with the dialog resources<br>
|
The interface file with the dialog resources</p>
|
||||||
<span class="bold">MUI_ICON</span> <i>(${NSISDIR}\Contrib\Icons\modern-install.ico)</i>
|
<p class="text"><span class="bold">MUI_ICON</span> <i>(${NSISDIR}\Contrib\Icons\modern-install.ico)</i><br>
|
||||||
- The icon of the instaleller<br>
|
The icon of the instaleller</p>
|
||||||
<span class="bold">MUI_UNICON</span> <i>(${NSISDIR}\Contrib\Icons\modern-uninstall.ico)</i>
|
<p class="text"><span class="bold">MUI_UNICON</span> <i>(${NSISDIR}\Contrib\Icons\modern-uninstall.ico)</i><br>
|
||||||
- The icon of the uninstaleller<br>
|
The icon of the uninstaleller</p>
|
||||||
<span class="bold">MUI_CHECKBITMAP</span> <i>(${NSISDIR}\Contrib\Icons\modern.bmp)</i>
|
<p class="text"><span class="bold">MUI_CHECKBITMAP</span> <i>(${NSISDIR}\Contrib\Icons\modern.bmp)</i><br>
|
||||||
- The bitmap with images for the checks of the
|
The bitmap with images for the checks of the component select treeview</p>
|
||||||
component select treeview.<br>
|
<p class="text"><span class="bold">MUI_FONT, MUI_FONTSIZE</span> <i>(MS Shell Dlg, 8)</i><br>
|
||||||
<span class="bold">MUI_FONT</span> <i>(Tahoma)</i>
|
The font for the normal texts.</p>
|
||||||
- The font of the installer and uninstaller<br>
|
<p class="text"><span class="bold">MUI_FONT_HEADER, MUI_FONTSIZE_HEADER, MUI_FONTSTYLE_HEADER</span>
|
||||||
<span class="bold">MUI_INSTALLCOLORS</span> <i>(/windows)</i>
|
<i>(MS Sans Serif, 8, 700)</i><br>
|
||||||
- The hexadecimal colors of the details screen ("foreground" "background")<br>
|
The font for the title in the header. Fontstyle: [weight] [/ITALIC] [/UNDERLINE] [/STRIKE]</p>
|
||||||
<span class="bold">MUI_PROGRESSBAR</span> <i>(smooth)</i>
|
<p class="text"><span class="bold">MUI_FONT_TITLE, MUI_FONTSIZE_TITLE, MUI_FONTSTYLE_TITLE</span>
|
||||||
- The style of the progress bar ("colored" to use the MUI_INSTALLCOLORS or ""
|
<i>(Verdana, 12, 700)</i><br>
|
||||||
for a old-school windows look)<br>
|
The font for the title on the Welcome and Finish pages. Fontstyle: [weight] [/ITALIC] [/UNDERLINE] [/STRIKE]</p>
|
||||||
<span class="bold">MUI_WIZARDINI</span> <i>(${NSISDIR}\Contrib\ioWizard.ini)</i>
|
<p class="text"><span class="bold">MUI_INSTALLCOLORS</span> <i>(/windows)</i><br>
|
||||||
- Install Options INI File for the Welcome and Finish pages<br>
|
The hexadecimal colors of the details screen ("foreground" "background")
|
||||||
<span class="bold">MUI_WIZARDBITMAP</span> <i>(${NSISDIR}\Contrib\Icons\modern-wizard.bmp)</i>
|
<p class="text"><span class="bold">MUI_PROGRESSBAR</span> <i>(smooth)</i><br>
|
||||||
- Bitmap for the Welcome and Finish pages</p>
|
The style of the progress bar ("colored" to use the MUI_INSTALLCOLORS or "" for a old-school windows look)</p>
|
||||||
|
<p class="text"><span class="bold">MUI_SPECIALINI</span> <i>(${NSISDIR}\Contrib\ioSpecial.ini)</i><br>
|
||||||
|
Install Options INI File for the Welcome and Finish pages</p>
|
||||||
|
<p class="text"><span class="bold">MUI_SPECIALBITMAP</span> <i>(${NSISDIR}\Contrib\Icons\modern-wizard.bmp)</i><br>
|
||||||
|
Bitmap for the Welcome and Finish pages</p>
|
||||||
<p class="subheader">6. Insert the MUI_SYSTEM macro</p>
|
<p class="subheader">6. Insert the MUI_SYSTEM macro</p>
|
||||||
<pre class="margin">!insertmacro MUI_SYSTEM</pre>
|
<pre class="margin">!insertmacro MUI_SYSTEM</pre>
|
||||||
<p class="subheader">7. Insert the MUI_SECTIONS_FINISHHEADER macro
|
<p class="subheader">7. Insert the MUI_SECTIONS_FINISHHEADER macro
|
||||||
|
@ -312,12 +316,13 @@ FunctionEnd
|
||||||
</pre>
|
</pre>
|
||||||
<p class="header">Version history</p>
|
<p class="header">Version history</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="changelog">1.6 - November 16, 2002
|
<li class="changelog">1.6 - November 18, 2002
|
||||||
<ul>
|
<ul>
|
||||||
<li>Welcome / Finish pages
|
<li>Welcome / Finish pages
|
||||||
<li>Automatic ask for reboot on finish page
|
<li>Automatic ask for reboot on finish page
|
||||||
<li>Create no shortcut option on Start Menu Folder selection page
|
<li>Create no shortcut option on Start Menu Folder selection page
|
||||||
<li>Customizing GUIInit functions easier
|
<li>Customizing GUIInit functions easier
|
||||||
|
<li>Minor font / UI changes
|
||||||
</ul>
|
</ul>
|
||||||
<p class="text"></p>
|
<p class="text"></p>
|
||||||
<li class="changelog">1.5 - November 11, 2002
|
<li class="changelog">1.5 - November 11, 2002
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue