Commit Graph

  • a9b2c81abe Updated FAQ document. lordmulder 2011-03-13 20:55:51 +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. lordmulder 2011-03-12 21:58:46 +01:00
  • deff9ec023 Updated FAQ document. lordmulder 2011-03-12 02:04:09 +01:00
  • 4c269c1d9a Updated FAQ document. lordmulder 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. lordmulder 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. lordmulder 2011-03-09 17:40:26 +01:00
  • 078dc62c79 Updates for German translation by Bodo Thevissen <bodo@thevissen.de>. lordmulder 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. lordmulder 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. lordmulder 2011-03-05 17:43:57 +01:00
  • 698480e185 Dummy commit. lordmulder 2011-03-05 03:51:12 +01:00
  • 005aeb38e8 Merge branch 'master' of ssh://lamexp.git.sourceforge.net/gitroot/lamexp/lamexp lordmulder 2011-03-05 03:49:18 +01:00
  • 4346a34bf6 Updated MediaInfo binaries to v0.7.42 (2011-03-03), compiled with ICL 12.0.2 and MSVC 9.0. lordmulder 2011-03-05 03:27:52 +01:00
  • f0a7686b72 Dummy commit. lordmulder 2011-03-05 03:01:36 +01:00
  • 3f718caa2d Updated MediaInfo binaries to v0.7.42 (2011-03-03), compiled with ICL 12.0.2 and MSVC 9.0. lordmulder 2011-03-05 01:56:00 +01:00
  • 0e0f63fe0d Output log messages as debug strings, if no console is attached. lordmulder 2011-03-04 23:40:09 +01:00
  • 92a2835519 Output log messages as debug strings, if now console is attached. lordmulder 2011-03-04 23:40:09 +01:00
  • 82e64a9a00 Updated FAQ document. lordmulder 2011-03-02 23:15:15 +01:00
  • 1e2044d1a1 Updated FAQ document and license text (RTF version). lordmulder 2011-03-02 19:27:49 +01:00
  • 15282c6591 Updated LAME binary to v3.99 Alpha-14 (2011-02-28), compiled with ICL 12.0.2. lordmulder 2011-02-28 22:35:47 +01:00
  • aa02ad742c Output warning message to the log when a process has to be killed due to a timeout. lordmulder 2011-02-28 17:53:17 +01:00
  • 14a129f058 Updated OggEnc binary to v2.87 using aoTuV Beta-6.02 (2011-02-28), compiled with ICL 11.1 and MSVC 9.0. lordmulder 2011-02-28 17:52:43 +01:00
  • fe6c43dbaa Updated FAQ document. lordmulder 2011-02-28 04:05:00 +01:00
  • 63d6708fc1 Refactored a few constants. lordmulder 2011-02-28 01:28:27 +01:00
  • d2a2954188 Updated installer script. lordmulder 2011-02-27 22:28:34 +01:00
  • d3c1a14f1f Fix hyperlink in 'ReadMe' file. lordmulder 2011-02-26 22:46:28 +01:00
  • f1c7269cd5 Updated installer script. lordmulder 2011-02-26 21:23:10 +01:00
  • 75e3854ac5 Update translator's guide. lordmulder 2011-02-26 20:02:16 +01:00
  • a85ee8fc40 Fix syntax of Changelog and F.A.Q. document (should be valid HTML 4.01 Transitional now!) lordmulder 2011-02-26 19:59:01 +01:00
  • f829d69636 Added an option to select a user-defined TEMP directory. lordmulder 2011-02-25 22:03:39 +01:00
  • efbb182372 Added support for Windows 7 Taskbar Progress to "Update" dialog. lordmulder 2011-02-25 13:40:45 +01:00
  • f75c3ca496 Added an option to manually specify the number of parallel instances. lordmulder 2011-02-25 00:22:18 +01:00
  • 298bee4b99 Fixed LAME binary, previous build was borked for some reason. lordmulder 2011-02-25 00:20:36 +01:00
  • 831e74cb7d Updated FAQ document. lordmulder 2011-02-24 22:16:07 +01:00
  • bdee102e35 Updated LAME binary to v3.99 Alpha-12 (2011-02-13), compiled with ICL 12.0.2. lordmulder 2011-02-24 13:41:21 +01:00
  • 76f7a3f530 Updated OggEnc binary to v2.87 using aoTuV Beta-6.01 (2011-02-23), compiled with ICL 11.1 and MSVC 9.0. lordmulder 2011-02-24 13:40:02 +01:00
  • 987dce8c3b Updated FAQ document. lordmulder 2011-02-23 15:34:02 +01:00
  • 5f5435c79d Fix syntax errors in install script. lordmulder 2011-02-23 02:52:44 +01:00
  • 0f9dddad65 Extend deployment script to re-build (update + release) translation files. lordmulder 2011-02-23 02:43:06 +01:00
  • 442ff4095d Updated OggEnc binary to v2.87 using aoTuV Beta-6 (2011-02-22), compiled with ICL 11.1 and MSVC 9.0. lordmulder 2011-02-23 02:19:50 +01:00
  • 950422e63f Update "About" dialog. lordmulder 2011-02-21 17:59:26 +01:00
  • 9ba92600cb Updated Russian translation by Neonailol <neonailol@gmail.com>. lordmulder 2011-02-21 17:31:25 +01:00
  • 2da54a2e9b Improve Uninstaller a bit. lordmulder 2011-02-21 17:28:01 +01:00
  • 994fdeefb0 Added Ukrainian translation by Arestarh <arestarh@ukr.net>. lordmulder 2011-02-21 16:18:47 +01:00
  • 7354c8e023 Bump version. Release_400 lordmulder 2011-02-21 13:32:37 +01:00
  • 39356690db Update installer script. lordmulder 2011-02-21 13:25:02 +01:00
  • 979205e4a1 Fixed one typo. lordmulder 2011-02-21 13:22:00 +01:00
  • c3992fd61b Updated Russian translation by Neonailol <neonailol@gmail.com>. lordmulder 2011-02-21 13:12:13 +01:00
  • c1cde1acd8 Invoke the "resampling" filter only if the target sampling rate is really different from the file's current sampling rate. lordmulder 2011-02-20 20:19:48 +01:00
  • 9e75a20158 Updated mpg123 binary to v1.13.2 (2011-02-19). lordmulder 2011-02-20 19:30:21 +01:00
  • 67b698ba4d Fix "Debug" configuration. lordmulder 2011-02-20 19:29:28 +01:00
  • f54fd17b3c Implemented a better method to check whether a string should be encoded as Unicode: We should check whether the string can be represented with the Latin-1 Codepage rather than with the user's "local" Codepage. lordmulder 2011-02-20 16:28:28 +01:00
  • c8b16ace28 Actually enable Russian translation in installer. lordmulder 2011-02-18 21:42:32 +01:00
  • 26af882003 Added Russian translation by Neonailol <neonailol@gmail.com>. lordmulder 2011-02-18 20:14:45 +01:00
  • 710b56b69e Fixed a typo. lordmulder 2011-02-18 16:57:15 +01:00
  • 5ddbd0275b Fixed a typo. lordmulder 2011-02-18 16:36:30 +01:00
  • 0ccfd146bc Updated FAQ document. lordmulder 2011-02-18 16:29:26 +01:00
  • de86e298ac Bump version. lordmulder 2011-02-18 01:05:21 +01:00
  • 5902f1822d Fixed a bug that could lead to an infinite loop when trying to install an update from auto-update and the WMA decoder component was not installed yet. lordmulder 2011-02-18 00:53:36 +01:00
  • 9b31e95690 Updated French translation. Thanks to Dodich Informatique <dodich@live.fr>. lordmulder 2011-02-17 21:14:32 +01:00
  • 01291d94ff Updated FAQ document. lordmulder 2011-02-16 22:38:13 +01:00
  • ad757269b5 Updated FAQ document. lordmulder 2011-02-16 00:11:59 +01:00
  • bdfe4d5998 Added some code to the installer that cleans up obsolete files form the LameXP directory. This will be especially useful when updating from v3.xx. lordmulder 2011-02-15 01:56:48 +01:00
  • f412e041e9 Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. lordmulder 2011-02-15 00:28:41 +01:00
  • 34069a7b6c Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. lordmulder 2011-02-15 00:02:03 +01:00
  • 5713a9bf8c Added FAQ document. lordmulder 2011-02-14 23:37:48 +01:00
  • b66f791387 Fix installer language files. lordmulder 2011-02-14 20:26:45 +01:00
  • bdfb6c712f Updated the changelog. Also updated installer to include changelog. lordmulder 2011-02-14 20:10:26 +01:00
  • c967a013be Properly map the popup menu position to global coordinates. lordmulder 2011-02-14 19:03:36 +01:00
  • 49e5495414 Updated LAME binary to v3.99 Alpha-11 (2011-02-11). lordmulder 2011-02-14 19:00:43 +01:00
  • d32ffdf542 Updated the changelog. lordmulder 2011-02-13 23:56:25 +01:00
  • 36f9405269 Added changelog. lordmulder 2011-02-13 15:32:34 +01:00
  • 1a027fb1e7 Only check for "beta" updates when using a pre-release build. lordmulder 2011-02-12 22:17:42 +01:00
  • cdf9ac9b54 Fix typos. lordmulder 2011-02-12 22:17:01 +01:00
  • 588aab5c20 Small update to translator's guide. lordmulder 2011-02-11 23:46:04 +01:00
  • b12e524a96 Add option "Brose Output File Location" to context menu in processing window. lordmulder 2011-02-11 23:16:11 +01:00
  • 54ae153b54 Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. lordmulder 2011-02-10 23:20:30 +01:00
  • 476265df3a Save the "Position" field on the "Meta Data" tab. lordmulder 2011-02-10 16:08:03 +01:00
  • cfb20fe3cb Added support for custom encoder parameters. lordmulder 2011-02-09 23:36:17 +01:00
  • fb77806ada Removed installer workaround for a bug of the LockedList plug-in on Win2k, as the bug has finally been fixed. lordmulder 2011-02-07 22:07:24 +01:00
  • 8016e186dc Fix a bug in the CPU detection code that could result in an infinite loop, if the CPU doesn't provide 'Extended Function CPUID Information'. Core of this problem is that VC's __cpuid() intrinsic has the parameters defined as 'int', but returns values of type 'unsigned int'. lordmulder 2011-02-07 22:01:06 +01:00
  • 0fd4b56a87 Refactor audio file model. lordmulder 2011-02-06 23:43:26 +01:00
  • 18bc47cb9a Fixed a bug that caused files to fail to convert when writing meta tags is disabled. lordmulder 2011-02-06 17:34:14 +01:00
  • d9e775b4b8 Show notification in progress window, if multi-threading is activated. lordmulder 2011-02-02 22:56:45 +01:00
  • 7206fe771e Fix a few typos in error messages (doesn't effect translations). lordmulder 2011-02-02 22:05:17 +01:00
  • 8330043f76 Added one mirror. lordmulder 2011-02-02 21:40:18 +01:00
  • 2b621421a2 Fix for previous updated to Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. lordmulder 2011-02-02 00:19:48 +01:00
  • 4838c4b294 Updated Spanish translation. Thanks to Rub3nCT <Rub3nCT@gmail.com>. lordmulder 2011-02-02 00:02:35 +01:00
  • 297c9e4796 Added support for Speex input. lordmulder 2011-02-01 22:15:57 +01:00
  • b210b0e826 Refactor playlist importer into a separate class. lordmulder 2011-01-31 21:02:47 +01:00
  • 003e259ca8 Removed TAK binary. LameXP 4.00 can't support TAK at the moment, as their command-line decoder doesn't handle Unicode filenames. And, as TAK is ClosedSource, we cannot fix this. Support for TAK will be added when they release a fixed version or when they make their sources available. lordmulder 2011-01-31 19:56:29 +01:00
  • 628bf3de25 Improve ASX/WPL parser. Should be more XML-conform now. lordmulder 2011-01-31 16:55:24 +01:00
  • ac53f70488 Added playlist extensions to combobox in "file open" dialog. lordmulder 2011-01-30 22:19:53 +01:00
  • 571625a032 Added support for playlist import (M3U, PLS, ASX and WPL). lordmulder 2011-01-30 21:49:32 +01:00
  • e9a1ba9b06 Added support for Shorten input. lordmulder 2011-01-30 01:45:34 +01:00
  • f2e5fa49a4 Added support for Musepack input. lordmulder 2011-01-29 22:50:37 +01:00
  • 199d132eb7 Fixed Windows XP compatibility. RegSetKeyValue() isn't supported on system prior to Vista. lordmulder 2011-01-29 21:57:53 +01:00
  • 0e59d6f9a2 Second part of LameXP shell integration. We can now remove the shell integration again. Also installing/removing the shell integration was moved into a separate thread in order to speed-up the startup. lordmulder 2011-01-29 00:40:29 +01:00
  • 02abefddd7 First part of LameXP shell integration. Can't remove shell integration yet. lordmulder 2011-01-27 22:10:51 +01:00
  • 9687cf1d11 Fix a few line-breaks in about dialog. lordmulder 2011-01-27 15:46:21 +01:00
  • 6a6a3a10d4 Fixed a typo. lordmulder 2011-01-26 23:19:12 +01:00