Commit graph

4089 commits

Author SHA1 Message Date
kichik
1424259a96 2.20
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4746 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-09 13:26:31 +00:00
kichik
1f9b40a4bd explain about comments being extended
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4745 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-09 08:57:38 +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
kichik
6fcaae6c90 corrections by Osidach Vitaly
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4743 212acab6-be3b-0410-9dea-997c60f758d6
2006-09-01 09:32:38 +00:00
kichik
d470bbc2a6 fixed bug #1548190 - Danish "Browse" words not translated
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4742 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-28 23:01:09 +00:00
kichik
912cfe7455 DirShow is no longer desired, as discussed in patch #1539701
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4741 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-28 12:41:45 +00:00
kichik
1a420ab524 fixed bug #1546183 - Italian language file has duplicate access key
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4740 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-25 11:36:24 +00:00
kichik
1856b59ba7 typo fixes by SuperPat
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4739 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-25 11:32:32 +00:00
kichik
71e601f11f fixed bug #1536377 - incorrect timestamps on big-endian platforms
instead of messing with structs, use simple arithmetic ops to split the time to low & high words


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4738 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-19 12:47:17 +00:00
kichik
23bc91327d fixed bug #1542680 - Untranslated entry in Swedish.nlf
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4737 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-19 10:59:23 +00:00
kichik
83e60e3136 partial fix for bug #1537976 - vague LogicLib syntax error messages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4736 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-19 10:56:16 +00:00
kichik
830776971e fixed bug #1542765 - Turkish.nlf is encoded using UTF-8
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4735 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-18 18:53:25 +00:00
kichik
a3e92a11f4 updated comment
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4734 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-18 11:15:16 +00:00
kichik
55207cde1d added missing $_CLICK
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4733 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-18 11:03:08 +00:00
pabs3
eb0febabab TypeLib.dll doesn't have a resource section, use LangDLL.dll instead
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4732 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-09 06:11:49 +00:00
kichik
7a966c8335 use InstallOptions' new HWND field, not 1200 + field number - 1
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4731 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-08 15:44:05 +00:00
kichik
b57f6918df (Joel) Retranslate some text strings to fit some static controls
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4730 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-08 15:38:17 +00:00
kichik
f69dde1f7a NLF_ERR_REG_DLL isn't used anywhere, no need to add it to the language table
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4729 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-07 14:01:54 +00:00
kichik
2e365a4e13 fixed bug #1535995 - failed plug-in calls output incomplete messages
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4728 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-07 13:57:13 +00:00
pabs3
66f8b367c7 fixed bug #1515592 - NSIS_CONFIG_CONST_DATA_PATH wasn't honoured on Linux
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4727 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-07 07:37:20 +00:00
kichik
5809a7c1b2 2.19
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4725 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-06 18:56:15 +00:00
kichik
208452788b 2.19
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4724 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-06 18:41:03 +00:00
kichik
5890f372eb better version of IsDotNETInstalled
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4723 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-06 18:13:16 +00:00
kichik
729b7cd451 fixed bug #1535005 - System.dll corrupts the stack with 0 arguments functions
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4722 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-06 16:22:40 +00:00
kichik
3131a7d728 fixed bug #1535007 - System.dll returns bad values, if function returns short
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4721 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-05 11:01:35 +00:00
kichik
5cc43bc46d improvements by Joe Siebenmann
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4720 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-04 15:35:24 +00:00
kichik
593633dec7 like StrCmp and !ifdef, !if is now case insensitive
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4719 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-03 18:49:07 +00:00
kichik
36aa6e0481 fixed bug #1531874 - Typos in french translation
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4718 212acab6-be3b-0410-9dea-997c60f758d6
2006-08-02 11:12:08 +00:00
kichik
c94460fefc max_cache_entries isn't used anywhere
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4717 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 14:27:50 +00:00
kichik
78b996033a fixed random dns errors caused by synchronization issues with m_thread_kill
for more details: http://forums.winamp.com/showthread.php?s=&threadid=247723


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4716 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 14:26:47 +00:00
kichik
4d504e2df8 patch #1503208 - Norwegian nynorsk language file
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4715 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 13:02:38 +00:00
kichik
1faa72a2d2 fixed bug #1468852 - Wrong "Total size" reported if greater than 2GB
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4714 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 11:58:22 +00:00
kichik
e530408b95 partial fix for bug #1470826 - unaligned memory access
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4713 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 11:52:20 +00:00
kichik
aa9edc8427 fixed bug #1504772 - Sources/Platform.h type definitions are not 64bit-safe
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4712 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 11:48:47 +00:00
kichik
b15cf04ef2 fixed bug #1509909 - !system & !packhdr fail with quotes
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4711 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 10:29:23 +00:00
kichik
e4432fd8e1 added release notes check box to the finish page
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4710 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-30 10:11:40 +00:00
kichik
03ba89e1b7 typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4709 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-24 20:09:39 +00:00
kichik
1e2531ef2f failing wiki update is not critical
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4708 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-01 17:37:16 +00:00
kichik
434aee81d2 sort
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4706 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-01 16:52:19 +00:00
kichik
fa9d100448 2.18
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4705 212acab6-be3b-0410-9dea-997c60f758d6
2006-07-01 16:52:18 +00:00
kichik
f0b8dc1f67 updates by Obucinac:
- Fixed unclear semantics
- Fixed grammar
- Fixed typos
- Tuned to match serbian translation of Windows XP interface


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4704 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-30 17:12:42 +00:00
kichik
831ef39740 typos
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4703 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-30 09:21:15 +00:00
joostverburg
d2860db7db corrections by Jeferson Hultmann, from Mozilla bug #340885
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4702 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-17 07:34:53 +00:00
joostverburg
31884328eb corrections by Kevin P. Scannell, from Mozilla bug #340979
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4701 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-17 07:31:04 +00:00
joostverburg
7666ef56dd corrections by Mozilla Turkey, from Mozilla bug #340511
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4700 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-16 20:34:54 +00:00
joostverburg
061a56ee0d corrections by the Mozilla.fi crew, from Mozilla bug #341643
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4699 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-16 20:30:42 +00:00
kichik
d9cf0668e2 avoid "statement with no effect" warnings with gcc
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4698 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-16 14:53:27 +00:00
kichik
3e561714e4 fixed bug #1504758 - CRC32 implementation use potentially non-32bit types
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4697 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-16 14:12:04 +00:00
kichik
618331287c install Irish
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4696 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-16 13:26:13 +00:00
kichik
cb5d3c8152 no wildcards for RMDir
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4695 212acab6-be3b-0410-9dea-997c60f758d6
2006-06-16 13:18:12 +00:00