- Compressor type listed in summary
- SetOutPath now sets the current directory (RegDLL no longer does) - File names are now validated for commands that need normal files, the directory selection dialog, and every variable that contains a file/dir name - Fixed a distortion of the MUI's branding text with ClearType - $INSTDIR is now right in the custom page after the directory selection dialog - No more squares in the automatically appended directory name in the directory selection dialog - Size optimizations git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2121 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
91906c55e3
commit
ae16cbfe3f
14 changed files with 248 additions and 199 deletions
10
TODO.txt
10
TODO.txt
|
@ -4,12 +4,18 @@ TODO
|
|||
|
||||
NSIS
|
||||
|
||||
* check for invalid chars/spaces in folder input
|
||||
* fix $QUICKLAUNCH with all context
|
||||
|
||||
* avaiable size not showing when directory doesn't exist
|
||||
|
||||
-- NSIS 2 Beta 2 --
|
||||
|
||||
NSIS
|
||||
|
||||
* move more ui changes to compile time.
|
||||
make progress bar flags be written directly in the UI (PBS_SMOOTH)
|
||||
inst details could be changed in compile time too
|
||||
|
||||
* component page for uninstaller, multiple sections
|
||||
|
||||
* more default texts in NLF language files
|
||||
|
@ -18,6 +24,8 @@ NSIS
|
|||
|
||||
* different color for the drive space when there is not enough space
|
||||
|
||||
* all installer strings should be language strings
|
||||
|
||||
DOCUMENTATION
|
||||
|
||||
* user_vars should link to the user_vars section as in the old docs callbacks and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue