|
4bb7185a0f
|
Added global exception handler routine.
|
2011-04-17 15:53:28 +02:00 |
|
|
99bd8c28ff
|
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.
|
2011-04-17 00:17:43 +02:00 |
|
|
60ac414c30
|
Updated LAME binary to v3.99 Beta-0 (2011-04-16), compiled with ICL 12.0.3. Also updated LAME switches accordingly.
|
2011-04-16 21:21:08 +02:00 |
|
|
f5ce2a60ca
|
Added a .gitignore file.
|
2011-04-14 12:25:19 +02:00 |
|
|
26fe0b0499
|
Slightly refactored macros.
|
2011-04-14 01:40:11 +02:00 |
|
|
2b2ec1df12
|
Improved installer error messages on unsupported platforms.
|
2011-04-12 18:08:44 +02:00 |
|
|
8977e0073f
|
Clean up #include directives: Don't include 'Windows.h' directly, as it's included from 'Global.h' header file.
|
2011-04-11 21:55:34 +02:00 |
|
|
431ed392e2
|
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).
|
2011-04-11 02:53:29 +02:00 |
|
|
5dc2a123b8
|
Updated MediaInfo binaries to v0.7.43 (2011-04-10), compiled with ICL 12.0.3 and MSVC 10.0.
|
2011-04-10 21:56:45 +02:00 |
|
|
31c06280f9
|
Updated LAME binary to v3.99.0.16 (2011-04-09), compiled with ICL 12.0.3 and Visual Studio 2010.
|
2011-04-09 20:48:46 +02:00 |
|
|
01bb356e17
|
Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.
|
2011-04-08 22:01:15 +02:00 |
|
|
0cf1263d70
|
Updated installer to check for Service Pack 2 on Windows XP and suggest download of Service Pack 3.
|
2011-04-08 15:51:54 +02:00 |
|
|
9a8f8e1c75
|
Small addition to translator's guide.
|
2011-04-08 14:05:50 +02:00 |
|
|
1beb0195b6
|
Updated "About" dialog: Display expiration date, if demo (pre-release) version.
|
2011-04-08 04:24:05 +02:00 |
|
|
abce92a814
|
Added Korean translation by JaeHyung Lee <kolanp@gmail.com>.
|
2011-04-08 01:17:47 +02:00 |
|
|
5066bd97c0
|
Improved compiler detection. Partly borrowed from MPC-HC project.
|
2011-04-07 22:40:47 +02:00 |
|
|
709a4c2079
|
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.
|
2011-04-05 14:57:21 +02:00 |
|
|
22d933a52b
|
Bump version.
|
2011-04-04 21:26:25 +02:00 |
|
|
456f065450
|
Updated LAME binary to v3.99.0.16 (2011-04-04), compiled with ICL 12.0.2. Also updated LAME switches accordingly.
|
2011-04-04 14:55:46 +02:00 |
|
|
990d00d0b7
|
Updated wizard graphic.
|
2011-04-01 00:57:52 +02:00 |
|
|
0fed20c4c7
|
Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>.
|
2011-03-31 03:04:10 +02:00 |
|
|
eeab6155e5
|
Updated version info: v4.01 RC-1.
|
2011-03-28 21:58:01 +02:00 |
|
|
23665ed4c9
|
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.
|
2011-03-28 04:26:47 +02:00 |
|
|
dba6d2fb3e
|
Added support for embedding cover artwork to FLAC encoder.
|
2011-03-25 16:17:19 +01:00 |
|
|
36de8e5d95
|
Make auto updater check for expired version information.
|
2011-03-25 15:18:13 +01:00 |
|
|
df8258cddf
|
Added busy animation to "Update" dialog + added timeout for Wget process.
|
2011-03-24 15:37:49 +01:00 |
|
|
5eec1b5931
|
New icons for the "Update" dialog.
|
2011-03-24 01:01:14 +01:00 |
|
|
675be99999
|
Added an option to add directories recursively.
|
2011-03-23 23:19:31 +01:00 |
|
|
e63d462578
|
Updated LAME encoder binary to v3.99.0.15 (2011-03-22), compiled with ICL 12.0.2.
|
2011-03-23 21:50:32 +01:00 |
|
|
1115a33264
|
Added support for adding, editing and clearing cover artwork by the user.
|
2011-03-22 17:33:03 +01:00 |
|
|
bbf7e8f446
|
Refactored the handling of cover artwork files into a separate class.
|
2011-03-21 22:51:47 +01:00 |
|
|
7e306384f6
|
Fix the progress parser for Valibdec. There's a leading whitespace character, if the progress is < 10%.
|
2011-03-21 17:36:43 +01:00 |
|
|
01b15d6f70
|
Display cover artwork in the "Meta Info" dialog.
|
2011-03-21 02:16:18 +01:00 |
|
|
157542f730
|
Initial support for cover artwork.
|
2011-03-20 23:32:11 +01:00 |
|
|
db6b218d5d
|
Added entry for "Help & Support" to Help menu.
|
2011-03-20 14:28:27 +01:00 |
|
|
8898d87975
|
Updated SoX binary to v14.3.2 (2010-02-27), compiled with 12.0.2
|
2011-03-19 22:47:43 +01:00 |
|
|
282b4cb538
|
Updated TTA decoder multiplatform library to v2.1 (2011-03-11), compiled with MSVC 9.0.
|
2011-03-19 20:44:00 +01:00 |
|
|
83192245a0
|
Added entries for the documents to the menu.
|
2011-03-19 18:16:23 +01:00 |
|
|
cf45f0391f
|
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.
|
2011-03-19 15:35:17 +01:00 |
|
|
f60515ca50
|
Use custom Wave files instead of Beep(), as the Beep() function doesn't work reliably on all platforms.
|
2011-03-18 12:37:18 +01:00 |
|
|
108c167767
|
Added an option to shutdown the computer as soon as all files are completed.
|
2011-03-18 01:12:17 +01:00 |
|
|
c4983e3a4c
|
Added macros for a Unicode-safe version of qDebug(), qWarning() and qFatal(). These will pass the UFT-8 string with a Base64 encoding.
|
2011-03-12 21:58:46 +01:00 |
|
|
4c269c1d9a
|
Updated FAQ document.
|
2011-03-12 01:50:43 +01:00 |
|
|
4973aeca68
|
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.
|
2011-03-10 02:07:51 +01:00 |
|
|
3f40f1ed66
|
Fix AAC encoding in CBR mode: Don't set the "-2pass" parameter when CBR mode is used, as this will cause the Nero AAC encoder to abort with error.
|
2011-03-09 17:40:26 +01:00 |
|
|
078dc62c79
|
Updates for German translation by Bodo Thevissen <bodo@thevissen.de>.
|
2011-03-09 00:20:36 +01:00 |
|
|
f2ab4c0467
|
Changed behavior of lamexp_temp_folder() function: Try to create the temporary folder in %TMP% first and fall back to "%LOCALAPPDATA%\Temp" only if %TMP% doesn't exist or isn't writable.
|
2011-03-08 01:12:40 +01:00 |
|
|
9f8db9c010
|
Added code to remove obsolete/unknown group's from the config file, so information left from previous versions will not flood the config file.
|
2011-03-05 17:43:57 +01:00 |
|
|
3f718caa2d
|
Updated MediaInfo binaries to v0.7.42 (2011-03-03), compiled with ICL 12.0.2 and MSVC 9.0.
|
2011-03-05 01:56:00 +01:00 |
|
|
0e0f63fe0d
|
Output log messages as debug strings, if no console is attached.
|
2011-03-04 23:46:00 +01:00 |
|