OSDN Git Service

lamexp/LameXP.git
12 years agoDo not pack the EXE file when the deployment script is run in "skip build this time...
lordmulder [Sat, 8 Oct 2011 18:12:28 +0000 (20:12 +0200)]
Do not pack the EXE file when the deployment script is run in "skip build this time" mode.

12 years agoClean-up installer script.
lordmulder [Sat, 8 Oct 2011 17:34:24 +0000 (19:34 +0200)]
Clean-up installer script.

12 years agoRenamed obsolete file.
lordmulder [Sat, 8 Oct 2011 16:21:12 +0000 (18:21 +0200)]
Renamed obsolete file.

12 years agoUpdated installer to get rid of "parameters.nsh", now using StdUtils plug-in to get...
lordmulder [Sat, 8 Oct 2011 16:20:20 +0000 (18:20 +0200)]
Updated installer to get rid of "parameters.nsh", now using StdUtils plug-in to get the parameters.

12 years agoAdded support for /Force to uninstaller. Required some tweaks for the 'parameters...
lordmulder [Fri, 7 Oct 2011 14:06:48 +0000 (16:06 +0200)]
Added support for /Force to uninstaller. Required some tweaks for the 'parameters.nsh' include file.

12 years agoMade the channel equalization mode of the "normalization" filter an advanced option...
lordmulder [Thu, 6 Oct 2011 21:55:42 +0000 (23:55 +0200)]
Made the channel equalization mode of the "normalization" filter an advanced option. The "-ne" mode still is default, be you can use "-nb" or even "-n" now. The last one still has problems with multi-channel files.

12 years agoUpdated translator's guide.
lordmulder [Thu, 6 Oct 2011 18:19:33 +0000 (20:19 +0200)]
Updated translator's guide.

12 years agoUse ShellExecute() to run the Uninstaller, because the Uninstaller now needs to be...
lordmulder [Thu, 6 Oct 2011 12:35:13 +0000 (14:35 +0200)]
Use ShellExecute() to run the Uninstaller, because the Uninstaller now needs to be elevated (and thus QProcess can fail).

12 years agoHTML syntax fixes.
lordmulder [Tue, 4 Oct 2011 21:21:20 +0000 (23:21 +0200)]
HTML syntax fixes.

12 years agoUpdated translator's guide + FAQ document.
lordmulder [Tue, 4 Oct 2011 21:17:34 +0000 (23:17 +0200)]
Updated translator's guide + FAQ document.

12 years agoUpdated installer wrapper to use StdUtils and wait for the actual installer to terminate.
lordmulder [Mon, 3 Oct 2011 10:52:12 +0000 (12:52 +0200)]
Updated installer wrapper to use StdUtils and wait for the actual installer to terminate.

12 years agoAdded Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.
lordmulder [Sun, 2 Oct 2011 23:33:12 +0000 (01:33 +0200)]
Added Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.

12 years agoSome more fine-tuning for the recent installer improvements.
lordmulder [Sun, 2 Oct 2011 21:32:15 +0000 (23:32 +0200)]
Some more fine-tuning for the recent installer improvements.

12 years agoInstaller updates.
lordmulder [Sun, 2 Oct 2011 20:14:09 +0000 (22:14 +0200)]
Installer updates.

12 years agoUpdated MediaInfo and wma2wav binaries. Now compiled with new stdout/stderr Unicode...
lordmulder [Sat, 1 Oct 2011 01:40:49 +0000 (03:40 +0200)]
Updated MediaInfo and wma2wav binaries. Now compiled with new stdout/stderr Unicode fix.

12 years agoAdded hack to disable 'x64' support on Windows 8 Developer Preview, as our MPress...
lordmulder [Fri, 30 Sep 2011 18:17:42 +0000 (20:17 +0200)]
Added hack to disable 'x64' support on Windows 8 Developer Preview, as our MPress-compressed x64 binaries currently crash on that platform. It's not yet clear whether Windows 8 or MPress is at fault...

12 years agoUpdated Web-Updater and Elevator binary. NSIS updated again.
lordmulder [Thu, 29 Sep 2011 18:59:54 +0000 (20:59 +0200)]
Updated Web-Updater and Elevator binary. NSIS updated again.

12 years agoFixed a typo, thanks to Rub3n CT for reporting.
lordmulder [Thu, 29 Sep 2011 18:20:12 +0000 (20:20 +0200)]
Fixed a typo, thanks to Rub3n CT for reporting.

12 years agoUpdated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>.
lordmulder [Thu, 29 Sep 2011 18:13:56 +0000 (20:13 +0200)]
Updated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>.

12 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Thu, 29 Sep 2011 18:07:26 +0000 (20:07 +0200)]
Merge branch 'master' of github.com:lordmulder/LameXP

Conflicts:
src/Config.h

12 years agoSet text codec to UTF-8, so qDebug/qWarning/qFatal don't destroy Unicode strings...
lordmulder [Thu, 29 Sep 2011 18:06:09 +0000 (20:06 +0200)]
Set text codec to UTF-8, so qDebug/qWarning/qFatal don't destroy Unicode strings. Also remove qDebug64() and friends, as we don't need them any more.

12 years ago* Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
lordmulder [Thu, 29 Sep 2011 17:04:34 +0000 (19:04 +0200)]
* Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

12 years agoAdded a button for loading a different Cue Sheet to the Cue Sheet importer dialog.
lordmulder [Thu, 29 Sep 2011 15:36:38 +0000 (17:36 +0200)]
Added a button for loading a different Cue Sheet to the Cue Sheet importer dialog.

12 years agoAlso repair 'cout' and 'cerr' to not mangle UTF-8 strings.
lordmulder [Tue, 27 Sep 2011 19:32:45 +0000 (21:32 +0200)]
Also repair 'cout' and 'cerr' to not mangle UTF-8 strings.

12 years agoUpdated MediaInfo binaries to v0.7.50 (2011-09-23), compiled with MSVC 10.0.
lordmulder [Sat, 24 Sep 2011 13:59:29 +0000 (15:59 +0200)]
Updated MediaInfo binaries to v0.7.50 (2011-09-23), compiled with MSVC 10.0.

12 years agoUpdated Web-Updater binary. After last update the Web-Updater failed to verify the...
lordmulder [Fri, 23 Sep 2011 23:49:20 +0000 (01:49 +0200)]
Updated Web-Updater binary. After last update the Web-Updater failed to verify the signatures on Windows 2000, because of a broken NSIS plug-in.

12 years agoMore fixes for the Cue Sheet parser: Strings don't have to be enclosed in quotes...
lordmulder [Fri, 23 Sep 2011 22:15:50 +0000 (00:15 +0200)]
More fixes for the Cue Sheet parser: Strings don't have to be enclosed in quotes, if they don't contain any whitespace chars, so we should support that case. Also generate a title from the track number, if the Cue Sheet doesn't define a title for the track.

12 years agoAdded support for the non-standard tags "REM DATE" and "REM GENRE" to the CUE Sheet...
lordmulder [Fri, 23 Sep 2011 19:30:55 +0000 (21:30 +0200)]
Added support for the non-standard tags "REM DATE" and "REM GENRE" to the CUE Sheet parser.

12 years agoUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
lordmulder [Fri, 23 Sep 2011 19:29:07 +0000 (21:29 +0200)]
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

12 years agoRe-added missing "<br>"'s that got lost in the recent refactoring.
lordmulder [Mon, 19 Sep 2011 22:29:01 +0000 (00:29 +0200)]
Re-added missing "<br>"'s that got lost in the recent refactoring.

12 years agoAdded CLI parameters to overwrite the CPU feature flags. Useful for testing.
lordmulder [Mon, 19 Sep 2011 22:03:51 +0000 (00:03 +0200)]
Added CLI parameters to overwrite the CPU feature flags. Useful for testing.

12 years agoDon't check for updates when application is run for the very first time (after instal...
lordmulder [Mon, 19 Sep 2011 16:52:02 +0000 (18:52 +0200)]
Don't check for updates when application is run for the very first time (after install or update).

12 years agoSlightly tweak installer + updated Web Updater binary.
lordmulder [Mon, 19 Sep 2011 15:27:12 +0000 (17:27 +0200)]
Slightly tweak installer + updated Web Updater binary.

12 years agoImproved announce box.
lordmulder [Sun, 18 Sep 2011 00:01:45 +0000 (02:01 +0200)]
Improved announce box.

12 years agoUpdated MediaInfo binaries to v0.7.49 (2011-09-09), compiled with MSVC 10.0 + some...
lordmulder [Sat, 17 Sep 2011 21:08:59 +0000 (23:08 +0200)]
Updated MediaInfo binaries to v0.7.49 (2011-09-09), compiled with MSVC 10.0 + some message box text refactoring.

12 years agoAdded support for a few Playlist file name prefixes. Will be chosen based on the...
lordmulder [Tue, 6 Sep 2011 16:47:13 +0000 (18:47 +0200)]
Added support for a few Playlist file name prefixes. Will be chosen based on the file names in the Playlist.

12 years agoMake the FileAnalyzer remember the recently analyzed files. This way the audio files...
lordmulder [Mon, 5 Sep 2011 22:51:00 +0000 (00:51 +0200)]
Make the FileAnalyzer remember the recently analyzed files. This way the audio files won't be MediaInfo'ed twice, when adding a folder that contains audio files *and* a playlist references these audio files.

12 years agoWorkaround for a bug(?) in bug in SoX' gain/normalization filter that sometimes cause...
lordmulder [Mon, 5 Sep 2011 20:42:23 +0000 (22:42 +0200)]
Workaround for a bug(?) in bug in SoX' gain/normalization filter that sometimes caused the "normalized" file to be empty.

12 years agoWhen a folder that does NOT contain any files is dropped, descent into its sub-folder...
lordmulder [Mon, 5 Sep 2011 13:36:58 +0000 (15:36 +0200)]
When a folder that does NOT contain any files is dropped, descent into its sub-folders (if any).

12 years agoTemporarily hide the "disque" widget in About dialog while showing one of the sub...
lordmulder [Mon, 29 Aug 2011 13:57:17 +0000 (15:57 +0200)]
Temporarily hide the "disque" widget in About dialog while showing one of the sub-dialogs.

12 years agoUpdated FAQ document.
lordmulder [Sat, 27 Aug 2011 23:18:39 +0000 (01:18 +0200)]
Updated FAQ document.

12 years agoRevert: Avoid applying the Downmix filter on Mono/Stereo sources. Otherwise we need...
lordmulder [Sat, 27 Aug 2011 19:28:20 +0000 (21:28 +0200)]
Revert: Avoid applying the Downmix filter on Mono/Stereo sources. Otherwise we need to decode (i.e. copy) Wave files, even when the Downmix filter does nothing.

12 years agoFixed compilation with Visual Studio 2010.
lordmulder [Sat, 27 Aug 2011 18:07:21 +0000 (20:07 +0200)]
Fixed compilation with Visual Studio 2010.

12 years agoUpdated changelog + more installer updates.
lordmulder [Sat, 27 Aug 2011 14:24:03 +0000 (16:24 +0200)]
Updated changelog + more installer updates.

12 years agoInstaller: Don't show service pack message twice on UAC-enabled systems.
lordmulder [Sat, 27 Aug 2011 12:53:44 +0000 (14:53 +0200)]
Installer: Don't show service pack message twice on UAC-enabled systems.

12 years agoUpdate installer script: Service pack detection for more platforms.
lordmulder [Sat, 27 Aug 2011 12:33:35 +0000 (14:33 +0200)]
Update installer script: Service pack detection for more platforms.

12 years agoUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
lordmulder [Fri, 26 Aug 2011 16:45:17 +0000 (18:45 +0200)]
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

12 years agoImproved initialization of config directory.
lordmulder [Fri, 26 Aug 2011 14:32:25 +0000 (16:32 +0200)]
Improved initialization of config directory.

12 years agoWorkaround for "console window not drawing" bug on Wine.
lordmulder [Fri, 26 Aug 2011 01:28:34 +0000 (03:28 +0200)]
Workaround for "console window not drawing" bug on Wine.

12 years agoFixed a typo.
lordmulder [Thu, 25 Aug 2011 11:36:03 +0000 (13:36 +0200)]
Fixed a typo.

12 years agoAdded warnings when LAME algorithm quality is set to "extreme" values.
lordmulder [Thu, 25 Aug 2011 01:44:46 +0000 (03:44 +0200)]
Added warnings when LAME algorithm quality is set to "extreme" values.

12 years agoRemember most recent path for "add file(s)" and "add directory" dialogs.
lordmulder [Tue, 23 Aug 2011 16:48:16 +0000 (18:48 +0200)]
Remember most recent path for "add file(s)" and "add directory" dialogs.

12 years agoBetter workaround for "ResizeToContents not updating" bug.
lordmulder [Tue, 23 Aug 2011 15:01:11 +0000 (17:01 +0200)]
Better workaround for "ResizeToContents not updating" bug.

12 years agoUpdated LAME binaries, compiled with ICL 12.0 and Win2k-fix. Also reorganized QRC...
lordmulder [Tue, 23 Aug 2011 12:09:28 +0000 (14:09 +0200)]
Updated LAME binaries, compiled with ICL 12.0 and Win2k-fix. Also reorganized QRC files a bit.

12 years agoUpdated FAQ document.
lordmulder [Mon, 22 Aug 2011 11:48:27 +0000 (13:48 +0200)]
Updated FAQ document.

12 years agoWorkaround for a bug in Qt's TableView that causes column widths to not be updated...
lordmulder [Sun, 21 Aug 2011 22:03:36 +0000 (00:03 +0200)]
Workaround for a bug in Qt's TableView that causes column widths to not be updated immediately when ResizeToContents is used. We have to force the update via event filter.

12 years agoUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
lordmulder [Sun, 21 Aug 2011 16:41:32 +0000 (18:41 +0200)]
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

12 years agoSome more clean-up for FhgAacEnc support + updated documents.
lordmulder [Sun, 21 Aug 2011 12:43:18 +0000 (14:43 +0200)]
Some more clean-up for FhgAacEnc support + updated documents.

12 years agoSlightly improved FhgAacEnc integration.
lordmulder [Fri, 19 Aug 2011 17:25:01 +0000 (19:25 +0200)]
Slightly improved FhgAacEnc integration.

12 years agoAdded experimental(!) support for FhgAacEnc. Replaces the Nero AAC encoder, if available.
lordmulder [Fri, 19 Aug 2011 13:27:58 +0000 (15:27 +0200)]
Added experimental(!) support for FhgAacEnc. Replaces the Nero AAC encoder, if available.

12 years agoUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
lordmulder [Wed, 17 Aug 2011 20:55:02 +0000 (22:55 +0200)]
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

12 years agoUpdated MediaInfo binary to v0.7.48 (2011-08-17), compiled with MSVC 10.0
lordmulder [Wed, 17 Aug 2011 20:54:15 +0000 (22:54 +0200)]
Updated MediaInfo binary to v0.7.48 (2011-08-17), compiled with MSVC 10.0

12 years agoAdded "wma2wav" and "avs2wav" to About dialog.
lordmulder [Tue, 16 Aug 2011 21:09:50 +0000 (23:09 +0200)]
Added "wma2wav" and "avs2wav" to About dialog.

12 years agoRe-compiled more tools with Windows 2000 hack + reorganized CPU flags.
lordmulder [Tue, 16 Aug 2011 20:31:04 +0000 (22:31 +0200)]
Re-compiled more tools with Windows 2000 hack + reorganized CPU flags.

12 years agoUpdated EncodePointer library.
lordmulder [Mon, 15 Aug 2011 23:53:02 +0000 (01:53 +0200)]
Updated EncodePointer library.

12 years agoUpdated MediaInfo and wma2wav binaries with Win2k-compatible versions + installer...
lordmulder [Mon, 15 Aug 2011 19:32:47 +0000 (21:32 +0200)]
Updated MediaInfo and wma2wav binaries with Win2k-compatible versions + installer tweaks.

12 years agoUpdated install script. We can now allow installation on Windows 2000 again.
lordmulder [Mon, 15 Aug 2011 13:49:48 +0000 (15:49 +0200)]
Updated install script. We can now allow installation on Windows 2000 again.

12 years agoRestored Windows 2000 support: Added hacks that avoid dependency on EncodePointer...
lordmulder [Mon, 15 Aug 2011 13:34:44 +0000 (15:34 +0200)]
Restored Windows 2000 support: Added hacks that avoid dependency on EncodePointer() and DecodePointer(), as these functions are missing from KERNEL32.DLL in Windows 2000.

12 years agoRestored Windows 2000 support (experimental!).
lordmulder [Mon, 15 Aug 2011 13:27:56 +0000 (15:27 +0200)]
Restored Windows 2000 support (experimental!).

12 years agoUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
lordmulder [Tue, 9 Aug 2011 11:46:21 +0000 (13:46 +0200)]
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

12 years agoUpdated German translation.
lordmulder [Mon, 8 Aug 2011 18:45:59 +0000 (20:45 +0200)]
Updated German translation.

12 years agoAdded "Favorites" menu for output folders.
lordmulder [Mon, 8 Aug 2011 18:26:30 +0000 (20:26 +0200)]
Added "Favorites" menu for output folders.

12 years agoAdded two more channel configurations.
lordmulder [Mon, 8 Aug 2011 01:53:42 +0000 (03:53 +0200)]
Added two more channel configurations.

12 years agoTweaked downmix channel weights.
lordmulder [Sun, 7 Aug 2011 21:54:47 +0000 (23:54 +0200)]
Tweaked downmix channel weights.

12 years agoDownmix filter will now check if the input already is Mono/Stereo, so we can safely...
lordmulder [Sun, 7 Aug 2011 12:04:17 +0000 (14:04 +0200)]
Downmix filter will now check if the input already is Mono/Stereo, so we can safely invoke the filter for ALL sources.

12 years agoIn Downmix filter: Choose the "remix" parameters based on the number of input channels.
lordmulder [Sun, 7 Aug 2011 02:06:03 +0000 (04:06 +0200)]
In Downmix filter: Choose the "remix" parameters based on the number of input channels.

12 years agoUse "remix" filter instead of "-c" option for downmixing. Hopefully gives better...
lordmulder [Sat, 6 Aug 2011 19:52:56 +0000 (21:52 +0200)]
Use "remix" filter instead of "-c" option for downmixing. Hopefully gives better results. Default WAVE channel ordering is assumed.

12 years agoRefactored code to insert the Downmix filter in processing thread.
lordmulder [Sat, 6 Aug 2011 16:56:09 +0000 (18:56 +0200)]
Refactored code to insert the Downmix filter in processing thread.

12 years agoApply "Force Stereo Downmix" only for sources with more than two channels.
lordmulder [Sat, 6 Aug 2011 12:12:20 +0000 (14:12 +0200)]
Apply "Force Stereo Downmix" only for sources with more than two channels.

12 years agoAdded an option option to enforce Stereo Downmix.
lordmulder [Fri, 5 Aug 2011 19:52:43 +0000 (21:52 +0200)]
Added an option option to enforce Stereo Downmix.

12 years agoPreview example file name for current rename pattern.
lordmulder [Fri, 5 Aug 2011 13:41:19 +0000 (15:41 +0200)]
Preview example file name for current rename pattern.

12 years agoPrevent rename pattern edit box from being translated, so the text won't be lost...
lordmulder [Fri, 5 Aug 2011 00:33:32 +0000 (02:33 +0200)]
Prevent rename pattern edit box from being translated, so the text won't be lost anymore.

12 years agoAdded an option to rename the output files (based on an user-defined pattern). More...
lordmulder [Thu, 4 Aug 2011 21:26:38 +0000 (23:26 +0200)]
Added an option to rename the output files (based on an user-defined pattern). More macros might be added at a later time.

12 years agoMake lamexp_clean_filename() a global function.
lordmulder [Thu, 4 Aug 2011 18:35:40 +0000 (20:35 +0200)]
Make lamexp_clean_filename() a global function.

12 years agoRemoved some more remnants of "old" WMA decoder + updated changelog.
lordmulder [Wed, 3 Aug 2011 22:55:17 +0000 (00:55 +0200)]
Removed some more remnants of "old" WMA decoder + updated changelog.

12 years agoUpdated wma2wav binary to 2011-07-31.
lordmulder [Sun, 31 Jul 2011 19:31:30 +0000 (21:31 +0200)]
Updated wma2wav binary to 2011-07-31.

12 years agoFixed a bug that could files to be added twice. Files weren't actually added two...
lordmulder [Thu, 28 Jul 2011 11:37:00 +0000 (13:37 +0200)]
Fixed a bug that could files to be added twice. Files weren't actually added two times, because we have a check for duplicate files later, but the error message for unsupported/rejected files did pop up twice!

12 years agoInitialize stdout and stderr in a way that won't mangle UTF-8 string. Now we can...
lordmulder [Thu, 28 Jul 2011 11:35:24 +0000 (13:35 +0200)]
Initialize stdout and stderr in a way that won't mangle UTF-8 string. Now we can use standard fprintf() to output UTF-8 string to the console -> console output workarounds removed.

12 years agoUpdated MediaInfo binaries to v0.7.47 (2011-07-27), compiled with MSVC 10.0.
lordmulder [Wed, 27 Jul 2011 20:17:43 +0000 (22:17 +0200)]
Updated MediaInfo binaries to v0.7.47 (2011-07-27), compiled with  MSVC 10.0.

12 years agoConverted Ukrainian installer translation from Cyrillic Codepage (Windows-1251) to...
lordmulder [Tue, 26 Jul 2011 21:01:31 +0000 (23:01 +0200)]
Converted Ukrainian installer translation from Cyrillic Codepage (Windows-1251) to proper UTF-8.

12 years agoUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
lordmulder [Tue, 26 Jul 2011 20:36:34 +0000 (22:36 +0200)]
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.

12 years agoFurther increased timeout delay to 10 Minutes. It seems FAAD sometimes stops sending...
lordmulder [Tue, 26 Jul 2011 20:23:32 +0000 (22:23 +0200)]
Further increased timeout delay to 10 Minutes. It seems FAAD sometimes stops sending status updates :-/

12 years agoAdded wma2wav binary, compiled 2011-07-26.
lordmulder [Tue, 26 Jul 2011 20:18:04 +0000 (22:18 +0200)]
Added wma2wav binary, compiled 2011-07-26.

12 years agoAdded 'wma2wav' as WMA decoder and removed all support for WMA decoder by NCH Swift...
lordmulder [Tue, 26 Jul 2011 20:17:14 +0000 (22:17 +0200)]
Added 'wma2wav' as WMA decoder and removed all support for WMA decoder by NCH Swift Sound.

12 years agoUse QtConcurrent::run() in ShellIntegration class instead of manually managing the...
lordmulder [Fri, 15 Jul 2011 11:44:32 +0000 (13:44 +0200)]
Use QtConcurrent::run() in ShellIntegration class instead of manually managing the thread. ShellIntegration is now completely static and must not be instantiated.

12 years agoUpdated MediaInfo binaries to v0.7.46 (2011-07-04), compiled with MSVC 10.0.
lordmulder [Thu, 14 Jul 2011 00:03:04 +0000 (02:03 +0200)]
Updated MediaInfo binaries to v0.7.46 (2011-07-04), compiled with  MSVC 10.0.

12 years agoUpdated Web Update utility. Now with "Aero Glass" theming enabled, thanks to NSIS...
lordmulder [Tue, 12 Jul 2011 18:29:22 +0000 (20:29 +0200)]
Updated Web Update utility. Now with "Aero Glass" theming enabled, thanks to NSIS Aero plug-in.

12 years agoCheck InternetGetConnectedState() in an asynchronous way + update list of mirrors.
lordmulder [Sun, 10 Jul 2011 19:46:43 +0000 (21:46 +0200)]
Check InternetGetConnectedState() in an asynchronous way + update list of mirrors.

12 years agoUpdated install script to use the Aero plug-in, which will use an "Aero Glass"-style...
lordmulder [Thu, 7 Jul 2011 17:40:49 +0000 (19:40 +0200)]
Updated install script to use the Aero plug-in, which will use an "Aero Glass"-style window on supported OS.

12 years agoUpdated web-site URL + more tweaks to hash algorithm.
lordmulder [Wed, 6 Jul 2011 21:30:43 +0000 (23:30 +0200)]
Updated web-site URL + more tweaks to hash algorithm.