[Commits] [wesnoth/wesnoth] 8bbeea: Windows installer: Remove components page
GitHub
noreply at github.com
Sat Aug 8 02:21:36 UTC 2015
Branch: refs/heads/1.12
Home: https://github.com/wesnoth/wesnoth
Commit: 8bbeea846ceaeea8f1ae1d47f9bd6b5b28222e65
https://github.com/wesnoth/wesnoth/commit/8bbeea846ceaeea8f1ae1d47f9bd6b5b28222e65
Author: aquileia <sk.aquileia at gmail.com>
Date: 2015-08-08 (Sat, 08 Aug 2015)
Changed paths:
M packaging/windows/Wesnoth.nsi.in
Log Message:
-----------
Windows installer: Remove components page
We only have one module anyways, thus there's no choice in the component selection menu.
Commit: ef9ac0968e892eebaf1dc2d1dd6b2b5e69f2b559
https://github.com/wesnoth/wesnoth/commit/ef9ac0968e892eebaf1dc2d1dd6b2b5e69f2b559
Author: aquileia <sk.aquileia at gmail.com>
Date: 2015-08-08 (Sat, 08 Aug 2015)
Changed paths:
M packaging/windows/Wesnoth.nsi.in
A packaging/windows/gpl-2.de.txt
A packaging/windows/gpl-2.gl.txt
A packaging/windows/gpl-2.it.txt
A packaging/windows/gpl-2.pl.txt
A packaging/windows/gpl-2.pt-br.txt
A packaging/windows/gpl-2.pt.txt
A packaging/windows/gpl-2.ru.txt
A packaging/windows/gpl-2.zh-cn.txt
A packaging/windows/gpl-2.zh-tw.txt
A packaging/windows/gpl-3.cs.txt
A packaging/windows/gpl-3.fr.txt
A packaging/windows/gpl-3.hu.txt
A packaging/windows/translations.nsh
Log Message:
-----------
Windows Installer: Add GPL translations
Source:
https://www.gnu.org/licenses/old-licenses/gpl-2.0-translations.html
http://www.gnu.org/licenses/translations.html
Changes:
- Links to the English original added in the headers.
- Portuguese translations reindented to fit width of textbox.
- Reference between Chinese GPLs removed.
- UTF8 BOM added (else NSIS doesn't recognize the encoding).
Thanks to @chisquare130 (Xara) for checking the Chinese versions.
Commit: 5732c0408416b2c80d597c016eab477c4c2757c0
https://github.com/wesnoth/wesnoth/commit/5732c0408416b2c80d597c016eab477c4c2757c0
Author: aquileia <sk.aquileia at gmail.com>
Date: 2015-08-08 (Sat, 08 Aug 2015)
Changed paths:
M packaging/windows/Wesnoth.nsi.in
M packaging/windows/translations.nsh
Log Message:
-----------
Windows Installer: Translate 'Battle for Wesnoth' and shortcuts
The title is now localized, as are the start menu shortcuts. As localized
titles can be longer than the English string, a third line was explicitly
added to the welcome page (else NSIS cuts the line in half).
The manual shortcut points to the translated manual version, if available.
Due to lack of Unicode support in NSIS 2, only translations matching the
codepage are displayed correctly.
The desktop.ini file isn't removed during uninstallation as it may contain
info on other programs, e.g. if the player chose to place the shortcuts in
'Games'.
Commit: dbe397cf202b0f4d2d3bf19d08268677a7ed8908
https://github.com/wesnoth/wesnoth/commit/dbe397cf202b0f4d2d3bf19d08268677a7ed8908
Author: aquileia <sk.aquileia at gmail.com>
Date: 2015-08-08 (Sat, 08 Aug 2015)
Changed paths:
M SConstruct
M packaging/windows/Wesnoth.nsi.in
Log Message:
-----------
Windows installer: Use FILE /oname to avoid copying files
Commit: 759411a129f2243486608a172699cf59d5c60c94
https://github.com/wesnoth/wesnoth/commit/759411a129f2243486608a172699cf59d5c60c94
Author: aquileia <sk.aquileia at gmail.com>
Date: 2015-08-08 (Sat, 08 Aug 2015)
Changed paths:
M packaging/windows/Wesnoth.nsi.in
Log Message:
-----------
Windows installer: Update to NSIS 3
Compatibility changes:
- Plugins moved to a different directory
New Features:
- Unicode installer
- Could now detect Windows 8 - 10
Compare: https://github.com/wesnoth/wesnoth/compare/652cdfc90c4d...759411a129f2
More information about the Commits
mailing list