OSDN Git Service

lamexp/LameXP.git
13 years agoUpdated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>.
lordmulder [Sat, 21 May 2011 22:02:14 +0000 (00:02 +0200)]
Updated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>.

13 years agoMake Avisynth analyzer check the exit code of avs2wav.
lordmulder [Sat, 21 May 2011 21:51:28 +0000 (23:51 +0200)]
Make Avisynth analyzer check the exit code of avs2wav.

13 years agoMuch improved Avisynth input. Now actually detect Avisynth scripts and read meta...
lordmulder [Sat, 21 May 2011 19:08:10 +0000 (21:08 +0200)]
Much improved Avisynth input. Now actually detect Avisynth scripts and read meta-info.

13 years agoUpdated avs2wav tool (once again).
lordmulder [Sat, 21 May 2011 12:52:34 +0000 (14:52 +0200)]
Updated avs2wav tool (once again).

13 years agoCleaned-up main window code.
lordmulder [Sat, 21 May 2011 11:07:17 +0000 (13:07 +0200)]
Cleaned-up main window code.

13 years agoBugfix: Correctly disable Nero AAC option, if the Nero AAC encoder isn't available...
lordmulder [Fri, 20 May 2011 17:21:09 +0000 (19:21 +0200)]
Bugfix: Correctly disable Nero AAC option, if the Nero AAC encoder isn't available. Before this check was skipped, if Nero notifications were disabled!

13 years agoUpdated avs2wav tool (again) + fixed a bug with the "meta info" tab and the "edit...
lordmulder [Fri, 20 May 2011 16:13:08 +0000 (18:13 +0200)]
Updated avs2wav tool (again) + fixed a bug with the "meta info" tab and the "edit" button.

13 years agoUpdated avs2wav tool.
lordmulder [Fri, 20 May 2011 11:15:22 +0000 (13:15 +0200)]
Updated avs2wav tool.

13 years agoAdded support for Avisynth input (audio only!) using the 'avs2wav' tool. This is...
lordmulder [Thu, 19 May 2011 21:07:46 +0000 (23:07 +0200)]
Added support for Avisynth input (audio only!) using the 'avs2wav' tool. This is a stripped-down and cleaned-up version of the tool by Jory Stone <jcsston@toughguy.net>.

13 years agoUpdated French translation. Thanks to Dodich Informatique <dodich@live.fr>.
lordmulder [Wed, 18 May 2011 22:12:45 +0000 (00:12 +0200)]
Updated French translation. Thanks to Dodich Informatique <dodich@live.fr>.

13 years agoMuch simplified indexToString() using a QTime object.
lordmulder [Tue, 17 May 2011 22:36:51 +0000 (00:36 +0200)]
Much simplified indexToString() using a QTime object.

13 years agoImproved precision of the indexToString() function. The Cue Sheet splitter should...
lordmulder [Tue, 17 May 2011 18:06:01 +0000 (20:06 +0200)]
Improved precision of the indexToString() function. The Cue Sheet splitter should be able cut more precise now!

13 years agoTranslation fixes (German only).
lordmulder [Tue, 17 May 2011 11:39:59 +0000 (13:39 +0200)]
Translation fixes (German only).

13 years agoShow a warning when the user tries to add a Cue Sheet like a normal file.
lordmulder [Mon, 16 May 2011 23:14:50 +0000 (01:14 +0200)]
Show a warning when the user tries to add a Cue Sheet like a normal file.

13 years agoImplemented a better method to abort FileAnalyzer thread.
lordmulder [Mon, 16 May 2011 19:02:24 +0000 (21:02 +0200)]
Implemented a better method to abort FileAnalyzer thread.

13 years agoRefactored Cue Sheet splitter thread: Now we simply pass a pointer to the Cue Sheet...
lordmulder [Mon, 16 May 2011 16:05:50 +0000 (18:05 +0200)]
Refactored Cue Sheet splitter thread: Now we simply pass a pointer to the Cue Sheet model into the Cue Sheet splitter thread instead of having to copying all the information in the Cue Sheet import dialog. Also the Cue Sheet import process can now be aborted by the user.

13 years agoFixed a memory leak: Decoder objects were never destroyed!
lordmulder [Sun, 15 May 2011 16:54:40 +0000 (18:54 +0200)]
Fixed a memory leak: Decoder objects were never destroyed!

13 years agoThe Cue Sheet splitter will now also handle input files that are not PCM/Wave.
lordmulder [Sun, 15 May 2011 16:53:44 +0000 (18:53 +0200)]
The Cue Sheet splitter will now also handle input files that are not PCM/Wave.

13 years agoCue Sheet splitter improvements/fixes + German translation updates.
lordmulder [Sun, 15 May 2011 13:14:33 +0000 (15:14 +0200)]
Cue Sheet splitter improvements/fixes + German translation updates.

13 years agoImplemented Cue Sheet splitter thread. Basic Cue Sheet import should work now, but...
lordmulder [Sat, 14 May 2011 23:45:27 +0000 (01:45 +0200)]
Implemented Cue Sheet splitter thread. Basic Cue Sheet import should work now, but only uncompressed Wave/PCM files are supported.

13 years agoFirst step for Cue Sheet splitting: Call the FileAnalyzer thread in order to analyze...
lordmulder [Sat, 14 May 2011 16:34:34 +0000 (18:34 +0200)]
First step for Cue Sheet splitting: Call the FileAnalyzer thread in order to analyze all source files.

13 years agoImprove Cue Sheet parser: Calculate duration of each track + make sure each track...
lordmulder [Sat, 14 May 2011 13:54:04 +0000 (15:54 +0200)]
Improve Cue Sheet parser: Calculate duration of each track + make sure each track# isn't used multiple times + refactored error codes into an enum.

13 years agoShow working banner while parsing a Cue Sheet file + reject Cue Sheet files larger...
lordmulder [Fri, 13 May 2011 11:17:21 +0000 (13:17 +0200)]
Show working banner while parsing a Cue Sheet file + reject Cue Sheet files larger than 10 MB (these probably are not Cue Sheets, but parsing would take very long).

13 years agoImplemented a very basic Cue Sheet parser.
lordmulder [Fri, 13 May 2011 00:44:20 +0000 (02:44 +0200)]
Implemented a very basic Cue Sheet parser.

13 years agoAdded "Cue Sheet" importer to GUI. Actual Cue Sheet parsing and splitting not yet...
lordmulder [Thu, 12 May 2011 20:57:08 +0000 (22:57 +0200)]
Added "Cue Sheet" importer to GUI. Actual Cue Sheet parsing and splitting not yet implemented, but the model already works.

13 years agoUpdated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.
lordmulder [Tue, 10 May 2011 14:11:03 +0000 (16:11 +0200)]
Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.

13 years agoUpdated Russian translation. Thanks to Neonailol <neonailol@gmail.com>.
lordmulder [Tue, 10 May 2011 14:10:13 +0000 (16:10 +0200)]
Updated Russian translation. Thanks to Neonailol <neonailol@gmail.com>.

13 years agoAuto-Update improvements: Now we query InternetGetConnectedState() before testing...
lordmulder [Mon, 9 May 2011 20:22:15 +0000 (22:22 +0200)]
Auto-Update improvements: Now we query InternetGetConnectedState() before testing the Internet connection. This avoids a lengthy connection test on computers that are offline anyway. Moreover the connection test will now prevent HTTP redirection. This is required, because some ISP's redirect to a "search page" if the DNS lookup fails - rather than triggering a connection error (which is what they are supposed to do!). Also added a few more hosts to the list of known hosts.

13 years agoDecrease font-size in second "About" dialog a bit, so it fits better with small screens.
lordmulder [Mon, 9 May 2011 07:54:50 +0000 (09:54 +0200)]
Decrease font-size in second "About" dialog a bit, so it fits better with small screens.

13 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Mon, 9 May 2011 06:35:06 +0000 (08:35 +0200)]
Merge branch 'master' of github.com:lordmulder/LameXP

Conflicts:
etc/Translation/Blank.ts
etc/Translation/LameXP_DE.ts
etc/Translation/LameXP_ES.ts
etc/Translation/LameXP_FR.ts
etc/Translation/LameXP_IT.ts
etc/Translation/LameXP_KR.ts
etc/Translation/LameXP_RU.ts
etc/Translation/LameXP_UK.ts
res/localization/LameXP_DE.qm
src/Config.h

13 years agoUpdated Changelog.
lordmulder [Mon, 9 May 2011 06:32:42 +0000 (08:32 +0200)]
Updated Changelog.

13 years agoFixed a typo.
lordmulder [Sun, 8 May 2011 22:23:37 +0000 (00:23 +0200)]
Fixed a typo.

13 years agoUpdated FAQ document + added 'Don't Show Again' buttons to some dialogs.
lordmulder [Sun, 8 May 2011 17:41:25 +0000 (19:41 +0200)]
Updated FAQ document + added 'Don't Show Again' buttons to some dialogs.

13 years agoUpdated FAQ document.
lordmulder [Sat, 7 May 2011 13:50:21 +0000 (15:50 +0200)]
Updated FAQ document.

13 years agoAdded more options for Aften to the "Advanced Options" tab.
lordmulder [Fri, 6 May 2011 22:50:18 +0000 (00:50 +0200)]
Added more options for Aften to the "Advanced Options" tab.

13 years agoFix AC-3 encoding with non-standard sampling rates. Aften needs input at 48, 44.1...
lordmulder [Fri, 6 May 2011 15:51:49 +0000 (17:51 +0200)]
Fix AC-3 encoding with non-standard sampling rates. Aften needs input at 48, 44.1 or 32 kHz, so insert Resampling filter, if needed.

13 years agoImplemented encoding mode and bitrate selection for AC-3 encoder. Also support for...
lordmulder [Thu, 5 May 2011 10:27:25 +0000 (12:27 +0200)]
Implemented encoding mode and bitrate selection for AC-3 encoder. Also support for custom parameters.

13 years agoAdded "Aften" to About dialog.
lordmulder [Wed, 4 May 2011 23:47:58 +0000 (01:47 +0200)]
Added "Aften" to About dialog.

13 years agoUpdated OggEnc binary to v2.87 using aoTuV Beta-6.03 (2011-05-04), compiled with...
lordmulder [Wed, 4 May 2011 22:58:39 +0000 (00:58 +0200)]
Updated OggEnc binary to v2.87 using aoTuV Beta-6.03 (2011-05-04), compiled with ICL 11.1 and MSVC 9.0.

13 years agoInitial ATSC A/52 (aka "AC-3", aka "Dolby Digital") encoding support, based on the...
lordmulder [Tue, 3 May 2011 23:15:05 +0000 (01:15 +0200)]
Initial ATSC A/52 (aka "AC-3", aka "Dolby Digital") encoding support, based on the Aften encoder.

13 years agoImplemented a custom function to blink a window. On Windows XP the native FlashWindow...
lordmulder [Tue, 3 May 2011 18:17:33 +0000 (20:17 +0200)]
Implemented a custom function to blink a window. On Windows XP the native FlashWindowEx() function doesn't work with caption-less windows.

13 years agoAdded an option to check for "Beta" (pre-release) updates in "Final" releases. Disabl...
lordmulder [Tue, 3 May 2011 12:28:06 +0000 (14:28 +0200)]
Added an option to check for "Beta" (pre-release) updates in "Final" releases. Disabled by default, not available in "Beta" versions (Beta versions always check for Beta updates).

13 years agoUpdated MediaInfo binaries to v0.7.45 Beta/Trunk (2011-05-02), compiled with ICL...
lordmulder [Mon, 2 May 2011 10:31:50 +0000 (12:31 +0200)]
Updated MediaInfo binaries to v0.7.45 Beta/Trunk (2011-05-02), compiled with ICL 12.0.3 and MSVC 10.0 + remove workaround for MediaInfo line-break bug.

13 years agoUpdated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>.
lordmulder [Sun, 1 May 2011 20:02:38 +0000 (22:02 +0200)]
Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>.

13 years agoSmall update to translator's guide.
lordmulder [Sun, 1 May 2011 01:03:02 +0000 (03:03 +0200)]
Small update to translator's guide.

13 years agoMake three strings translatable that I missed before. Sorry ;-)
lordmulder [Sat, 30 Apr 2011 23:46:57 +0000 (01:46 +0200)]
Make three strings translatable that I missed before. Sorry ;-)

13 years agoFix bounds checking for "dropbox" and "moving disque" if the origin of the work-area...
lordmulder [Sat, 30 Apr 2011 22:42:34 +0000 (00:42 +0200)]
Fix bounds checking for "dropbox" and "moving disque" if the origin of the work-area is different from (0,0).

13 years agoAdded Ukrainian translation by Arestarh <arestarh@ukr.net>.
lordmulder [Fri, 29 Apr 2011 19:19:02 +0000 (21:19 +0200)]
Added Ukrainian translation by Arestarh <arestarh@ukr.net>.

13 years agoAdded workaround for MediaInfo's line break bug (regression in latest MediaInfo).
lordmulder [Mon, 25 Apr 2011 19:13:52 +0000 (21:13 +0200)]
Added workaround for MediaInfo's line break bug (regression in latest MediaInfo).

13 years agoAdded "moving disque" easter egg to 'About' dialog. (Hotfix)
lordmulder [Sun, 24 Apr 2011 21:34:52 +0000 (23:34 +0200)]
Added "moving disque" easter egg to 'About' dialog. (Hotfix)

13 years agoAdded "moving disque" easter egg to 'About' dialog. (Part 2)
lordmulder [Sun, 24 Apr 2011 21:23:00 +0000 (23:23 +0200)]
Added "moving disque" easter egg to 'About' dialog. (Part 2)

13 years agoAdded "moving disque" easter egg to 'About' dialog.
lordmulder [Sun, 24 Apr 2011 21:18:39 +0000 (23:18 +0200)]
Added "moving disque" easter egg to 'About' dialog.

13 years agoRe-compiled FAAD v2.7 with Visual Studio 2010.
lordmulder [Sun, 24 Apr 2011 21:18:00 +0000 (23:18 +0200)]
Re-compiled FAAD v2.7 with Visual Studio 2010.

13 years agoFix typo.
lordmulder [Sat, 23 Apr 2011 14:20:50 +0000 (16:20 +0200)]
Fix typo.

13 years agoUpdated FAQ document: Added instructions to build Qt v4.7.3 as 'static' libraries.
lordmulder [Sat, 23 Apr 2011 14:17:06 +0000 (16:17 +0200)]
Updated FAQ document: Added instructions to build Qt v4.7.3 as 'static' libraries.

13 years agoUpdated mpg123 binary to v1.13.3 (2011-04-21), compiled with GCC 4.6.0.
lordmulder [Sat, 23 Apr 2011 02:02:38 +0000 (04:02 +0200)]
Updated mpg123 binary to v1.13.3 (2011-04-21), compiled with GCC 4.6.0.

13 years agoSlightly tweak deployment script.
lordmulder [Fri, 22 Apr 2011 20:10:55 +0000 (22:10 +0200)]
Slightly tweak deployment script.

13 years agoSlightly tweak deployment script.
lordmulder [Thu, 21 Apr 2011 18:35:03 +0000 (20:35 +0200)]
Slightly tweak deployment script.

13 years agoAdded a more reliable method (hopefully) to generate a proper ISO date in batch.
lordmulder [Wed, 20 Apr 2011 23:45:07 +0000 (01:45 +0200)]
Added a more reliable method (hopefully) to generate a proper ISO date in batch.

13 years agoUpdated MediaInfo binaries to v0.7.44 (2011-04-19), compiled with ICL 12.0.3 and...
lordmulder [Wed, 20 Apr 2011 22:50:21 +0000 (00:50 +0200)]
Updated MediaInfo binaries to v0.7.44 (2011-04-19), compiled with ICL 12.0.3 and MSVC 10.0.

13 years agoNow using 'qtenv2.bat' rather than 'qtvars.bat', as the latter apparently isn't avail...
lordmulder [Tue, 19 Apr 2011 14:28:25 +0000 (16:28 +0200)]
Now using 'qtenv2.bat' rather than 'qtvars.bat', as the latter apparently isn't available in Qt SDK v1.1.

13 years agoSimply deployment scripts a bit.
lordmulder [Tue, 19 Apr 2011 14:21:19 +0000 (16:21 +0200)]
Simply deployment scripts a bit.

13 years agoNow using Qt v4.7.3, available trough Qt SDK v1.1 RC.
lordmulder [Tue, 19 Apr 2011 14:14:05 +0000 (16:14 +0200)]
Now using Qt v4.7.3, available trough Qt SDK v1.1 RC.

13 years agoUpdated FAQ document.
lordmulder [Mon, 18 Apr 2011 09:12:27 +0000 (11:12 +0200)]
Updated FAQ document.

13 years agoAdded a method to use custom binaries instead of the "built-in" ones: Simply put...
lordmulder [Sun, 17 Apr 2011 18:38:49 +0000 (20:38 +0200)]
Added a method to use custom binaries instead of the "built-in" ones: Simply put the custom binary to "$ORIGIN\tools\<build_no>\<tool_name>.exe" and it will be detected at runtime.

13 years agoFix typo.
lordmulder [Sun, 17 Apr 2011 13:54:54 +0000 (15:54 +0200)]
Fix typo.

13 years agoAdded global exception handler routine.
lordmulder [Sun, 17 Apr 2011 13:53:28 +0000 (15:53 +0200)]
Added global exception handler routine.

13 years agoWorkaround for Wine: It appears that Wine exports SetConsoleIcon() from kernel32...
lordmulder [Sat, 16 Apr 2011 22:17:43 +0000 (00:17 +0200)]
Workaround for Wine: It appears that Wine exports SetConsoleIcon() from kernel32.dll, but as soon as we call it the application will be terminated ("Unimplemented function KERNEL32.dll.SetConsoleIcon called"). Consequently we will now detect Wine and avoid calling SetConsoleIcon() under Wine. This way LameXP should work under Wine again.

13 years agoUpdated LAME binary to v3.99 Beta-0 (2011-04-16), compiled with ICL 12.0.3. Also...
lordmulder [Sat, 16 Apr 2011 19:21:08 +0000 (21:21 +0200)]
Updated LAME binary to v3.99 Beta-0 (2011-04-16), compiled with ICL 12.0.3. Also updated LAME switches accordingly.

13 years agoUpdated deployment script. Now should work regardless of the current directory.
lordmulder [Sat, 16 Apr 2011 19:20:21 +0000 (21:20 +0200)]
Updated deployment script. Now should work regardless of the current directory.

13 years agoExtended deployment script to clean up VS2010-specific files.
lordmulder [Thu, 14 Apr 2011 19:55:05 +0000 (21:55 +0200)]
Extended deployment script to clean up VS2010-specific files.

13 years agoAdded a .gitignore file.
lordmulder [Thu, 14 Apr 2011 10:25:19 +0000 (12:25 +0200)]
Added a .gitignore file.

13 years agoFix installer after recent macro changes.
lordmulder [Thu, 14 Apr 2011 00:21:46 +0000 (02:21 +0200)]
Fix installer after recent macro changes.

13 years agoSlightly refactored macros.
lordmulder [Wed, 13 Apr 2011 23:40:11 +0000 (01:40 +0200)]
Slightly refactored macros.

13 years agoImproved installer error messages on unsupported platforms.
lordmulder [Tue, 12 Apr 2011 16:08:44 +0000 (18:08 +0200)]
Improved installer error messages on unsupported platforms.

13 years agoMake it possible to abort the operation when adding files or when scanning for direct...
lordmulder [Mon, 11 Apr 2011 19:57:16 +0000 (21:57 +0200)]
Make it possible to abort the operation when adding files or when scanning for directories. Press "ESC" key to abort!

13 years agoClean up #include directives: Don't include 'Windows.h' directly, as it's included...
lordmulder [Mon, 11 Apr 2011 19:55:34 +0000 (21:55 +0200)]
Clean up #include directives: Don't include 'Windows.h' directly, as it's included from 'Global.h' header file.

13 years agoAdded filter file for VS2010 solution.
lordmulder [Mon, 11 Apr 2011 19:53:04 +0000 (21:53 +0200)]
Added filter file for VS2010 solution.

13 years agoRewrote initialization code: Instead of extracting all binaries at startup and later...
lordmulder [Mon, 11 Apr 2011 00:53:29 +0000 (02:53 +0200)]
Rewrote initialization code: Instead of extracting all binaries at startup and later selecting the suitable binary for the detected CPU, we will now extract only the binaries that are suitable for the detected CPU. This way we need to extract fewer files at startup. Also CPU selection can be skipped later, as there will be only one registered binary for each tool (the one suitable for the CPU).

13 years agoUpdated MediaInfo binaries to v0.7.43 (2011-04-10), compiled with ICL 12.0.3 and...
lordmulder [Sun, 10 Apr 2011 19:56:45 +0000 (21:56 +0200)]
Updated MediaInfo binaries to v0.7.43 (2011-04-10), compiled with ICL 12.0.3 and MSVC 10.0.

13 years agoSlightly improve deployment scripts.
lordmulder [Sun, 10 Apr 2011 17:14:23 +0000 (19:14 +0200)]
Slightly improve deployment scripts.

13 years agoMake "buildenv.txt" file more portable.
lordmulder [Sat, 9 Apr 2011 23:10:41 +0000 (01:10 +0200)]
Make "buildenv.txt" file more portable.

13 years agoRemoved reference to one of our contributor from the Changelog (on personal request)
lordmulder [Sat, 9 Apr 2011 22:43:52 +0000 (00:43 +0200)]
Removed reference to one of our contributor from the Changelog (on personal request)

13 years agoUpdated LAME binary to v3.99.0.16 (2011-04-09), compiled with ICL 12.0.3 and Visual...
lordmulder [Sat, 9 Apr 2011 18:48:46 +0000 (20:48 +0200)]
Updated LAME binary to v3.99.0.16 (2011-04-09), compiled with ICL 12.0.3 and Visual Studio 2010.

13 years agoUpdated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.
lordmulder [Fri, 8 Apr 2011 20:01:15 +0000 (22:01 +0200)]
Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.

13 years agoUpdated installer to check for Service Pack 2 on Windows XP and suggest download...
lordmulder [Fri, 8 Apr 2011 13:51:54 +0000 (15:51 +0200)]
Updated installer to check for Service Pack 2 on Windows XP and suggest download of Service Pack 3.

13 years agoUpdated Changelog and FAQ document with respect to the fact the we do NOT support...
lordmulder [Fri, 8 Apr 2011 13:36:41 +0000 (15:36 +0200)]
Updated Changelog and FAQ document with respect to the fact the we do NOT support Windows 2000 and Windows XP prior to Service Pack 2 any more. These are limitations of Microsoft Visual Studio 2010, so blame Microsoft ;-)

13 years agoSmall addition to translator's guide.
lordmulder [Fri, 8 Apr 2011 12:05:50 +0000 (14:05 +0200)]
Small addition to translator's guide.

13 years agoMerge branch 'master' of github.com:lordmulder/LameXP
lordmulder [Fri, 8 Apr 2011 02:26:32 +0000 (04:26 +0200)]
Merge branch 'master' of github.com:lordmulder/LameXP

13 years agoUpdated "About" dialog: Display expiration date, if demo (pre-release) version.
lordmulder [Fri, 8 Apr 2011 02:24:05 +0000 (04:24 +0200)]
Updated "About" dialog: Display expiration date, if demo (pre-release) version.

13 years agoCommit a "buildenv.txt" with more standard paths.
lordmulder [Thu, 7 Apr 2011 23:58:53 +0000 (01:58 +0200)]
Commit a "buildenv.txt" with more standard paths.

13 years agoAdded Korean translation by JaeHyung Lee <kolanp@gmail.com>.
lordmulder [Thu, 7 Apr 2011 23:17:47 +0000 (01:17 +0200)]
Added Korean translation by JaeHyung Lee <kolanp@gmail.com>.

13 years agoRename Visual Studio 2008 solution/project file + adjust deployment script accordingly.
lordmulder [Thu, 7 Apr 2011 22:25:06 +0000 (00:25 +0200)]
Rename Visual Studio 2008 solution/project file + adjust deployment script accordingly.

13 years agoAdded Visual Studio 2010 project/solution files.
lordmulder [Thu, 7 Apr 2011 20:44:35 +0000 (22:44 +0200)]
Added Visual Studio 2010 project/solution files.

13 years agoImproved compiler detection. Partly borrowed from MPC-HC project.
lordmulder [Thu, 7 Apr 2011 20:40:47 +0000 (22:40 +0200)]
Improved compiler detection. Partly borrowed from MPC-HC project.

13 years agoUpdated FAQ document.
lordmulder [Tue, 5 Apr 2011 15:46:31 +0000 (17:46 +0200)]
Updated FAQ document.

13 years agoAdded code to automatically resize (enlarge) the main window if it is too small for...
lordmulder [Tue, 5 Apr 2011 12:57:21 +0000 (14:57 +0200)]
Added code to automatically resize (enlarge) the main window if it is too small for all widgets/strings to fit in. Mainly useful for translations that contain strings which are significant longer than the default translation.

13 years agoUpdated French translation by Dodich Informatique <dodich@live.fr>.
lordmulder [Mon, 4 Apr 2011 19:49:27 +0000 (21:49 +0200)]
Updated French translation by Dodich Informatique <dodich@live.fr>.

13 years agoBump version. Release_401
lordmulder [Mon, 4 Apr 2011 19:26:25 +0000 (21:26 +0200)]
Bump version.

13 years agoUpdated FAQ document.
lordmulder [Mon, 4 Apr 2011 15:38:50 +0000 (17:38 +0200)]
Updated FAQ document.