Skip to content
This repository has been archived by the owner on May 27, 2022. It is now read-only.

Commit

Permalink
Release 2.0b5
Browse files Browse the repository at this point in the history
Ultra-Modern UI is resynchronized under Modern UI version 1.81.
Consequently, The UMUI_TEXT_COLOR define was renamed in MUI_TEXTCOLOR.
UMUI now provide an extended NSIS Menu with links for UMUI and extra plugins documentations.
Consequently, UMUI installers no more create extra shortcuts on the start menu, but replace the original NSIS menu shortcuts.
Fixed bug when the Additional Tasks page is skipped, options where not affected...
Fixed bug when the Licence page text is unreadable with the Windows high contrast mode.
Minor Fixes.
  • Loading branch information
SuperPat45 committed Jan 1, 2019
1 parent e83bbc8 commit 6ce16ab
Show file tree
Hide file tree
Showing 44 changed files with 1,008 additions and 507 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"files.autoGuessEncoding": true,
"nsis.bridlensis.nsisHome": "C:\\ProgramData\\NSIS",
"nsis.pathToMakensis": "C:\\ProgramData\\NSIS\\Bin\\makensis.exe"
}
4 changes: 2 additions & 2 deletions Contrib/UltraModernUI/Language files/French.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,8 @@
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_TITLE "Tâches supplémentaires"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_SUBTITLE "Quelles sont les tâches supplémentaires qui doivent être effectuées?"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_ADDITIONAL_ICONS "Icônes Additionnelles:"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_CREATE_DESKTOP_ICON "Créer une icône de bureau"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_CREATE_QUICK_LAUNCH_ICON "Créer une icône de lancement rapide"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_CREATE_DESKTOP_ICON "Créer une icône sur le bureau"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_CREATE_QUICK_LAUNCH_ICON "Créer une icône dans la barre de lancement rapide"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_ADVANCED_PARAMETERS "Paramètres avancés:"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_LAUNCH_PROGRAM_AT_WINDOWS_STARTUP "Lancer $(^NameDA) au démarrage de Windows"
${LangFileString} UMUI_TEXT_ADDITIONALTASKS_FILE_ASSOCIATION "Association de fichier:"
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/SoftBlue.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR 3d66ab
!define /IfNDef MUI_TEXTCOLOR 3d66ab
!define /IfNDef MUI_BGCOLOR e8f1f9
!define /IfNDef UMUI_TEXT_LIGHTCOLOR 0000FF
!define /IfNDef UMUI_HEADERTEXT_COLOR 335182
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/SoftBrown.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR ab663d
!define /IfNDef MUI_TEXTCOLOR ab663d
!define /IfNDef MUI_BGCOLOR F9F1E8
!define /IfNDef UMUI_TEXT_LIGHTCOLOR FF0000
!define /IfNDef UMUI_HEADERTEXT_COLOR 825133
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/SoftGray.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR 3d66ab
!define /IfNDef MUI_TEXTCOLOR 3d66ab
!define /IfNDef MUI_BGCOLOR F9F9F9
!define /IfNDef UMUI_TEXT_LIGHTCOLOR 0000FF
!define /IfNDef UMUI_HEADERTEXT_COLOR 335182
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/SoftGreen.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR 3dab66
!define /IfNDef MUI_TEXTCOLOR 3dab66
!define /IfNDef MUI_BGCOLOR E8F9F1
!define /IfNDef UMUI_TEXT_LIGHTCOLOR 008000
!define /IfNDef UMUI_HEADERTEXT_COLOR 338251
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/SoftPurple.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR 663dab
!define /IfNDef MUI_TEXTCOLOR 663dab
!define /IfNDef MUI_BGCOLOR F1E8F9
!define /IfNDef UMUI_TEXT_LIGHTCOLOR 0000FF
!define /IfNDef UMUI_HEADERTEXT_COLOR 513382
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/SoftRed.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR ab3d66
!define /IfNDef MUI_TEXTCOLOR ab3d66
!define /IfNDef MUI_BGCOLOR F9E8F1
!define /IfNDef UMUI_TEXT_LIGHTCOLOR FF0000
!define /IfNDef UMUI_HEADERTEXT_COLOR 823351
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/blue.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR 4C72B2
!define /IfNDef UMUI_TEXT_LIGHTCOLOR FFFF00
!define /IfNDef UMUI_HEADERTEXT_COLOR FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/blue2.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR 4C72B2
!define /IfNDef UMUI_TEXT_LIGHTCOLOR FFFF00
!define /IfNDef UMUI_HEADERTEXT_COLOR FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/brown.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR B2724C
!define /IfNDef UMUI_TEXT_LIGHTCOLOR 00FFFF
!define /IfNDef UMUI_HEADERTEXT_COLOR FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/brown2.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR B2724C
!define /IfNDef UMUI_TEXT_LIGHTCOLOR 00FFFF
!define /IfNDef UMUI_HEADERTEXT_COLOR FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/darkgreen.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR 36744D
!define /IfNDef UMUI_TEXT_LIGHTCOLOR b5d300
!define /IfNDef UMUI_BRANDINGTEXTFRONTCOLOR 8ba48c
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/darkgreen2.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR 36744D
!define /IfNDef UMUI_TEXT_LIGHTCOLOR b5d300
!define /IfNDef UMUI_BRANDINGTEXTFRONTCOLOR 8ba48c
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/gray.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR 6D6D6D
!define /IfNDef UMUI_TEXT_LIGHTCOLOR FFFF00
!define /IfNDef UMUI_HEADERTEXT_COLOR FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/gray2.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR 6D6D6D
!define /IfNDef UMUI_TEXT_LIGHTCOLOR FFFF00
!define /IfNDef UMUI_HEADERTEXT_COLOR FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/green.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR 4CB272
!define /IfNDef UMUI_TEXT_LIGHTCOLOR FF00FF
!define /IfNDef UMUI_HEADERTEXT_COLOR FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/green2.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR 4CB272
!define /IfNDef UMUI_TEXT_LIGHTCOLOR FF00FF
!define /IfNDef UMUI_HEADERTEXT_COLOR FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/purple.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR 724CB2
!define /IfNDef UMUI_TEXT_LIGHTCOLOR FFFF00
!define /IfNDef UMUI_HEADERTEXT_COLOR FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/purple2.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR 724CB2
!define /IfNDef UMUI_TEXT_LIGHTCOLOR FFFF00
!define /IfNDef UMUI_HEADERTEXT_COLOR FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/red.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR B24C72
!define /IfNDef UMUI_TEXT_LIGHTCOLOR 00FFFF
!define /IfNDef UMUI_HEADERTEXT_COLOR FFFFFF
Expand Down
2 changes: 1 addition & 1 deletion Contrib/UltraModernUI/Skins/red2.nsh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
!define /IfNDef UMUI_TEXT_COLOR FFFFFF
!define /IfNDef MUI_TEXTCOLOR FFFFFF
!define /IfNDef MUI_BGCOLOR B24C72
!define /IfNDef UMUI_TEXT_LIGHTCOLOR 00FFFF
!define /IfNDef UMUI_HEADERTEXT_COLOR FFFFFF
Expand Down
Loading

0 comments on commit 6ce16ab

Please sign in to comment.