Commit graph

775 commits

Author SHA1 Message Date
kichik
0aed504f4a happy new year!
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5917 212acab6-be3b-0410-9dea-997c60f758d6
2009-02-01 14:44:30 +00:00
pabs3
80c2fae5c1 Remove some gratuitous use of non-ANSI characters that were making the Unicode patch harder to review.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5905 212acab6-be3b-0410-9dea-997c60f758d6
2009-01-13 16:54:39 +00:00
kichik
5ac5b3f95b deprecate SetPluginUnload and /NOUNLOAD
plug-ins are now responsible to keeping themselves loaded using the new api

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5855 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-20 08:17:15 +00:00
kichik
f664fddb91 don't allow both "reboot now" and "reboot later" to be turned on at the same time
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5828 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-12 17:02:20 +00:00
kichik
a2d5557705 fixed bug #2386821 - MUI_CUSTOMFUNCTION_MOUSEOVERSECTION documentation error
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5812 212acab6-be3b-0410-9dea-997c60f758d6
2008-12-06 22:20:02 +00:00
joostverburg
f655226380 * New LangFile.nsh macro LANGFILE_INCLUDE_WITHDEFAULT to load language file with defaults being obtained from a default file. This replaces the LANGFILE_DEFAULT setting and makes it easier to use LangFile.nsh for multiple sets of languages file without having to care about the different LANGFILE_DEFAULT settings.
* Allow LangFile.nsh to be included multiple times.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5577 212acab6-be3b-0410-9dea-997c60f758d6
2008-03-29 15:35:08 +00:00
joostverburg
19c119e66c set default language file for MUI without changing the user setting
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5501 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-29 15:36:09 +00:00
joostverburg
562d0de639 fix variable name for Start Menu folder
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5472 212acab6-be3b-0410-9dea-997c60f758d6
2008-01-02 16:19:02 +00:00
kichik
2675599a31 happy new year!
bug #1855805

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5429 212acab6-be3b-0410-9dea-997c60f758d6
2007-12-22 09:41:57 +00:00
kichik
b2bbab051c fixed definition of MUI_LANGDLL_LANGUAGES_CP
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5375 212acab6-be3b-0410-9dea-997c60f758d6
2007-11-17 14:15:48 +00:00
kichik
595573c61f LF -> CRLF
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5370 212acab6-be3b-0410-9dea-997c60f758d6
2007-11-14 20:06:56 +00:00
kichik
0e222393bf allow MUI_LANGDLL_ALLLANGUAGES to be defined after MUI_LANGUAGE
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5369 212acab6-be3b-0410-9dea-997c60f758d6
2007-11-14 19:20:31 +00:00
kichik
b7866ea153 typo (thanks Anders)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5303 212acab6-be3b-0410-9dea-997c60f758d6
2007-10-03 00:57:12 +00:00
kichik
122291df73 tabs to spaces
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5287 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-28 18:09:51 +00:00
kichik
68094262ad add Nsis2Io only when it's really needed to avoid unused function warnings
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5286 212acab6-be3b-0410-9dea-997c60f758d6
2007-09-28 18:05:12 +00:00
joostverburg
17f376f671 move check whether the MUI_INTERFACE macro is already included to the macro itself
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5246 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-18 12:56:26 +00:00
kichik
d62850dd1a mention MUI_CUSTOMFUNCTION_MOUSEOVERSECTION in 1.8's log
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5243 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-17 18:43:49 +00:00
joostverburg
84edce4b2a Modern UI 1.8
* Uses the new language files
* Updated documentation
* Although MUI_DIRECTORYPAGE_BGCOLOR and MUI_STARTMENUPAGE_BGCOLOR are documented as interface
  setttings that apply to every directory page or Start Menu folder page, they were actually
  implemented as page specific settings. They have been changed to interface settings.
* MUI_LANGDLL_DISPLAY now also reads a previously saved language from the registry if the
  installation is silent.
* InstallOptions macros have been moved to a separate header file (InstallOptions.nsh).
  The MUI_INSTALLOPTIONS_* macros are still provided for backwards compatibility and insert the
  equalivent INSTALLOPTIONS_* macros.


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5229 212acab6-be3b-0410-9dea-997c60f758d6
2007-08-09 02:52:50 +00:00
kichik
babab14623 updates by birk
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5224 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-31 17:32:23 +00:00
kichik
f33aecbbeb applied patch #1762627 - Updated version of Slovak language files for NSIS
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5222 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-28 15:50:16 +00:00
kichik
fc252efe60 applied patch #1762003 - Modern UI MUI_CUSTOMFUNCTION_MOUSEOVERSECTION
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5221 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-27 16:46:37 +00:00
kichik
338bf03bff International Spanish and a few Spanish fixes by niwrad
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5187 212acab6-be3b-0410-9dea-997c60f758d6
2007-07-05 15:59:49 +00:00
kichik
964984ad00 bump to 1.78
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5165 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-08 18:07:59 +00:00
kichik
5bb4146ed6 don't install Valencian and Catalan
see patch #1558822 for details and http://forums.winamp.com/showthread.php?s=&threadid=270401&highlight=Valencian


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5163 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-08 17:55:44 +00:00
kichik
bce96b3872 renamed MUI_LANGDLL_SHOW_ALL_LANGUAGES to MUI_LANGDLL_ALLLANGUAGES to match the style of other defines
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5160 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-05 18:37:41 +00:00
kichik
422da14d5d applied patch #1724876 - Language selection dialog doesn't display all languages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5159 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-05 18:36:32 +00:00
kichik
2a79b6e4eb documentation for patch #1724876
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5158 212acab6-be3b-0410-9dea-997c60f758d6
2007-06-05 18:34:58 +00:00
kichik
fcfe33c05b applied patch #1706187 - MUI_STARTMENUPAGE_BGCOLOR and MUI_DIRECTORYPAGE_BGCOLOR
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5153 212acab6-be3b-0410-9dea-997c60f758d6
2007-05-23 15:15:46 +00:00
kichik
9cb8501db4 version bump
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5132 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-27 16:57:58 +00:00
kichik
dd14f55630 added comma
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5123 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-25 19:26:20 +00:00
kichik
f1c873ba36 implemented RFE #1564986 - block unsupported language
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5080 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-14 23:03:40 +00:00
kichik
1f116b5f3d implemented RFE #1143843 - Ability to change default reboot behavior
added MUI_FINISHPAGE_REBOOTLATER_DEFAULT


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5069 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-13 20:30:59 +00:00
kichik
7f5e1d7b1b fixed bug #1267491 - MUI finish page has unnecessary cancel button
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5068 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-13 20:10:50 +00:00
kichik
37f6fceef1 applied patch #1699558 - Afrikaans translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5064 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-12 21:56:55 +00:00
kichik
b60f5f2aa9 applied patch #1696610 - Reduce flicker when using MUI_HEADER_TRANSPARENT_TEXT
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5038 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-09 10:03:57 +00:00
kichik
cab85d397f applied patch #1676101 - Suggested corrections to MUI French prompts
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5029 212acab6-be3b-0410-9dea-997c60f758d6
2007-04-01 21:27:00 +00:00
kichik
71df1fde32 fixed bug #1663795 - Galician language is broken in MUI installers
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4945 212acab6-be3b-0410-9dea-997c60f758d6
2007-02-20 20:34:19 +00:00
kichik
c06d106133 patch #1631765 - New Galician translation available
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4856 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-19 20:09:12 +00:00
kichik
c145d69e55 2006 -> 2007
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4847 212acab6-be3b-0410-9dea-997c60f758d6
2007-01-13 17:28:23 +00:00
joostverburg
62776e907d updated info about reserving files
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4815 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-13 14:25:27 +00:00
kichik
8556216fb3 patch #1590108 - Another update for Slovenian localization
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4807 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-03 18:50:40 +00:00
kichik
3ee55b256b minor fixes by solenn
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4803 212acab6-be3b-0410-9dea-997c60f758d6
2006-11-02 12:59:50 +00:00
kichik
25cb1c150c added Uzbek
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4789 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-28 23:55:53 +00:00
joostverburg
773827c36f Uzbek language files by Emil Garipov
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4788 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-28 20:07:48 +00:00
kichik
359fc5dc86 small fixes for better view by Dumperbg
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4768 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-06 16:25:26 +00:00
joostverburg
6305717786 language name
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4767 212acab6-be3b-0410-9dea-997c60f758d6
2006-10-02 11:12:23 +00:00
kichik
47e6091866 patch #1558822 - Valencian translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4758 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-23 22:02:54 +00:00
kichik
67ff922222 implemented RFE #1547844 - default button of the abort warning
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4757 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-23 08:28:07 +00:00
joostverburg
479c68d139 updated by Martin Srebotnjak
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4748 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-13 10:46:43 +00:00
kichik
70e7eefe43 better MUI_UNTEXT_WELCOME_INFO_TEXT translation (SuperPat)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4744 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-08 16:35:51 +00:00