OSDN Git Service

lamexp/LameXP.git
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.

13 years agoUpdated LAME binary to v3.99.0.16 (2011-04-04), compiled with ICL 12.0.2. Also update...
lordmulder [Mon, 4 Apr 2011 12:55:46 +0000 (14:55 +0200)]
Updated LAME binary to v3.99.0.16 (2011-04-04), compiled with ICL 12.0.2. Also updated LAME switches accordingly.

13 years agoUpdated FAQ document.
lordmulder [Fri, 1 Apr 2011 01:39:03 +0000 (03:39 +0200)]
Updated FAQ document.

13 years agoUpdated wizard graphic.
lordmulder [Thu, 31 Mar 2011 22:57:52 +0000 (00:57 +0200)]
Updated wizard graphic.

13 years agoUpdated FAQ document.
lordmulder [Thu, 31 Mar 2011 17:31:23 +0000 (19:31 +0200)]
Updated FAQ document.

13 years agoUpdated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>.
lordmulder [Thu, 31 Mar 2011 01:04:10 +0000 (03:04 +0200)]
Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>.

13 years agoUpdated version info: v4.01 RC-1.
lordmulder [Mon, 28 Mar 2011 19:58:01 +0000 (21:58 +0200)]
Updated version info: v4.01 RC-1.

13 years agoUpdated stylesheet information in documents.
lordmulder [Mon, 28 Mar 2011 19:09:40 +0000 (21:09 +0200)]
Updated stylesheet information in documents.

13 years agoImplemented a new "disk observer" thread which will constantly check the free diskspa...
lordmulder [Mon, 28 Mar 2011 02:26:47 +0000 (04:26 +0200)]
Implemented a new "disk observer" thread which will constantly check the free diskspace of the disk where the TEMP folder is located. If the diskspace drops below a critical limit (currently 100 MB) a warning message is emitted.

13 years agoMake sure the language selection dialog is shown on systems that don't use UAC (like...
lordmulder [Mon, 28 Mar 2011 02:25:06 +0000 (04:25 +0200)]
Make sure the language selection dialog is shown on systems that don't use UAC (like Windows XP). On these systems there will be no "inner" instance of the installer.

13 years agoNew icon for network connection error.
lordmulder [Mon, 28 Mar 2011 02:23:57 +0000 (04:23 +0200)]
New icon for network connection error.

13 years agoAdded support for embedding cover artwork to FLAC encoder.
lordmulder [Fri, 25 Mar 2011 15:17:19 +0000 (16:17 +0100)]
Added support for embedding cover artwork to FLAC encoder.

13 years agoMake auto updater check for expired version information.
lordmulder [Fri, 25 Mar 2011 14:18:13 +0000 (15:18 +0100)]
Make auto updater check for expired version information.

13 years agoUpdated FAQ document.
lordmulder [Thu, 24 Mar 2011 15:04:29 +0000 (16:04 +0100)]
Updated FAQ document.

13 years agoAdded busy animation to "Update" dialog + added timeout for Wget process.
lordmulder [Thu, 24 Mar 2011 14:37:49 +0000 (15:37 +0100)]
Added busy animation to "Update" dialog + added timeout for Wget process.

13 years agoNew icons for the "Update" dialog.
lordmulder [Thu, 24 Mar 2011 00:01:14 +0000 (01:01 +0100)]
New icons for the "Update" dialog.

13 years agoUpdated Russian translation by Neonailol <neonailol@gmail.com>.
lordmulder [Wed, 23 Mar 2011 22:24:59 +0000 (23:24 +0100)]
Updated Russian translation by Neonailol <neonailol@gmail.com>.

13 years agoAdded an option to add directories recursively.
lordmulder [Wed, 23 Mar 2011 22:19:31 +0000 (23:19 +0100)]
Added an option to add directories recursively.

13 years agoUpdated LAME encoder binary to v3.99.0.15 (2011-03-22), compiled with ICL 12.0.2.
lordmulder [Wed, 23 Mar 2011 20:50:32 +0000 (21:50 +0100)]
Updated LAME encoder binary to v3.99.0.15 (2011-03-22), compiled with ICL 12.0.2.

13 years agoUpdated MediaInfo binary to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC...
lordmulder [Wed, 23 Mar 2011 20:49:59 +0000 (21:49 +0100)]
Updated MediaInfo binary to v0.7.43 (2011-03-20), compiled with ICL 12.0.2 and MSVC 9.0.

13 years agoAdded support for adding, editing and clearing cover artwork by the user.
lordmulder [Tue, 22 Mar 2011 16:33:03 +0000 (17:33 +0100)]
Added support for adding, editing and clearing cover artwork by the user.

13 years agoAdded support for embedding cover artwork to AAC encoder.
lordmulder [Mon, 21 Mar 2011 21:52:08 +0000 (22:52 +0100)]
Added support for embedding cover artwork to AAC encoder.

13 years agoRefactored the handling of cover artwork files into a separate class.
lordmulder [Mon, 21 Mar 2011 21:51:47 +0000 (22:51 +0100)]
Refactored the handling of cover artwork files into a separate class.

13 years agoFix the progress parser for Valibdec. There's a leading whitespace character, if...
lordmulder [Mon, 21 Mar 2011 16:36:43 +0000 (17:36 +0100)]
Fix the progress parser for Valibdec. There's a leading whitespace character, if the progress is < 10%.

13 years agoDisplay cover artwork in the "Meta Info" dialog.
lordmulder [Mon, 21 Mar 2011 01:16:18 +0000 (02:16 +0100)]
Display cover artwork in the "Meta Info" dialog.

13 years agoInitial support for cover artwork.
lordmulder [Sun, 20 Mar 2011 22:32:11 +0000 (23:32 +0100)]
Initial support for cover artwork.

13 years agoAdded entry for "Help & Support" to Help menu.
lordmulder [Sun, 20 Mar 2011 13:28:27 +0000 (14:28 +0100)]
Added entry for "Help & Support" to Help menu.

13 years agoUpdated SoX binary to v14.3.2 (2010-02-27), compiled with 12.0.2
lordmulder [Sat, 19 Mar 2011 21:47:43 +0000 (22:47 +0100)]
Updated SoX binary to v14.3.2 (2010-02-27), compiled with 12.0.2

13 years agoUpdated TTA decoder multiplatform library to v2.1 (2011-03-11), compiled with MSVC...
lordmulder [Sat, 19 Mar 2011 19:44:00 +0000 (20:44 +0100)]
Updated TTA decoder multiplatform library to v2.1 (2011-03-11), compiled with MSVC 9.0.

13 years agoUpdated FAQ document.
lordmulder [Sat, 19 Mar 2011 18:50:26 +0000 (19:50 +0100)]
Updated FAQ document.

13 years agoUpdated FAQ document.
lordmulder [Sat, 19 Mar 2011 17:16:35 +0000 (18:16 +0100)]
Updated FAQ document.

13 years agoAdded entries for the documents to the menu.
lordmulder [Sat, 19 Mar 2011 17:16:23 +0000 (18:16 +0100)]
Added entries for the documents to the menu.

13 years agoOnly use uncompressed (PCM) Wave audio files.
lordmulder [Sat, 19 Mar 2011 14:35:49 +0000 (15:35 +0100)]
Only use uncompressed (PCM) Wave audio files.

13 years agoDetect the .cda files that can be found in the root of the "dummy" file systems that...
lordmulder [Sat, 19 Mar 2011 14:35:17 +0000 (15:35 +0100)]
Detect the .cda files that can be found in the root of the "dummy" file systems that Windows emulates for Audio-CD's. If such files are encountered, we tell the user gently to rip the audio tracks with EAC.

13 years agoUse custom Wave files instead of Beep(), as the Beep() function doesn't work reliably...
lordmulder [Fri, 18 Mar 2011 11:37:18 +0000 (12:37 +0100)]
Use custom Wave files instead of Beep(), as the Beep() function doesn't work reliably on all platforms.

13 years agoAdded an option to shutdown the computer as soon as all files are completed.
lordmulder [Fri, 18 Mar 2011 00:12:17 +0000 (01:12 +0100)]
Added an option to shutdown the computer as soon as all files are completed.

13 years agoUpdated FAQ document.
lordmulder [Wed, 16 Mar 2011 00:32:19 +0000 (01:32 +0100)]
Updated FAQ document.

13 years agoUpdated FAQ document.
lordmulder [Tue, 15 Mar 2011 19:30:10 +0000 (20:30 +0100)]
Updated FAQ document.

13 years agoUpdated FAQ document.
lordmulder [Tue, 15 Mar 2011 10:44:48 +0000 (11:44 +0100)]
Updated FAQ document.

13 years agoFix a syntax error.
lordmulder [Sun, 13 Mar 2011 22:42:39 +0000 (23:42 +0100)]
Fix a syntax error.

13 years agoUpdated FAQ document.
lordmulder [Sun, 13 Mar 2011 19:55:51 +0000 (20:55 +0100)]
Updated FAQ document.

13 years agoAdded macros for a Unicode-safe version of qDebug(), qWarning() and qFatal(). These...
lordmulder [Sat, 12 Mar 2011 20:58:46 +0000 (21:58 +0100)]
Added macros for a Unicode-safe version of qDebug(), qWarning() and qFatal(). These will pass the UFT-8 string with a Base64 encoding.

13 years agoUpdated FAQ document.
lordmulder [Sat, 12 Mar 2011 01:04:09 +0000 (02:04 +0100)]
Updated FAQ document.

13 years agoUpdated FAQ document.
lordmulder [Sat, 12 Mar 2011 00:50:43 +0000 (01:50 +0100)]
Updated FAQ document.

13 years agoImplemented a workaround to pass UTF-8 strings through qDebug(): As the argument...
lordmulder [Thu, 10 Mar 2011 01:07:51 +0000 (02:07 +0100)]
Implemented a workaround to pass UTF-8 strings through qDebug(): As the argument of qDebug() is defined as char*, we cannot pass UTF-16 strings. And as qDebug() mangles UTF-8 strings, we cannot pass UTF-8 encoded strings directly either. Consequently we will now encode UTF-8 strings as Base64 before passing them to qDebug(). A special prefix ("@BASE64@") is used to indicate Base64 encoded strings.