2b2f1e2f13Added workaround to allow installation on Windows XP x64-Edition again: It appears that NSIS (intentionally!) detects Windows XP x64-Edition as "5.1" although it actually is "5.2", so the Windows XP (non-x64) Service Pack checks were triggered on Windows XP x64-Edition too. And, as there is no such thing as a Service Pack 3 for Windows XP x64-Edition, installation was aborted. Consequently we will now avoid the Service Pack checks, if running on a x64 system.LoRd_MuldeR2012-11-24 22:32:20 +01:00
e9bcc809aaMade installer error message on un-supported platforms more detailed.LoRd_MuldeR2012-11-24 21:20:09 +01:00
992c8c7e95Added patch for vcvars32.bat that will overwrite the SDK path. Required in MSVC 11.0 (VC2012) Update-1, because the default (8.0) Windows SDK does *not* support Windows XP.lordmulder2012-11-24 17:27:45 +01:00
41c129a0ecUpgraded build environment to Microsoft Visual Studio 2012 Update-1 (CTP #4).lordmulder2012-11-24 16:27:38 +01:00
c220a0b73fUpdated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.5 (2012-11-23). Also removed obsolete Opus options.LoRd_MuldeR2012-11-23 21:03:59 +01:00
d0288b7c57Made getLogFile() function "const" and made sure that we will return a const reference to the QStringList object inside the QHash, rather than a reference to a local object.LoRd_MuldeR2012-11-18 14:23:54 +01:00
15697af84dMake VS2010 configurations use the Windows SDK v7.1. Needs to set the LXP_WINSDK_ROOT environment variable.lordmulder2012-11-17 21:54:11 +01:00
93f8e28620Made the ProgressModel expose the QIcon's, so we can re-use them int the ProcessingDialog instead of maintaining a separate set of icons there.LoRd_MuldeR2012-11-17 19:26:55 +01:00
c180306e85Added checks for Windows SDK version.LoRd_MuldeR2012-11-17 19:22:56 +01:00
9dc61d0454Added reference to Manual.html to the Readme file.LoRd_MuldeR2012-11-17 16:12:59 +01:00
c90a5f4542If no item matches the current filter, hide all items and show an overlay message rather than disabling the filter.LoRd_MuldeR2012-11-15 18:06:04 +01:00
b57650acdaRemoved "Qt5" configurations, as they were badly maintained anyway. Also fixed QKeccakHash for the "Release_Static" configuration.LoRd_MuldeR2012-11-12 20:42:37 +01:00
bcb85f22c3Now using Keccak/SHA-3 to verify the built-in files.LoRd_MuldeR2012-11-12 00:32:39 +01:00
d328e69132Added the QKeccakHash class, which implements the "Keccak" aka "SHA-3" hash function.LoRd_MuldeR2012-11-11 23:34:52 +01:00
20d7a2cb58Bugfix: One of the context menu items was never connected.LoRd_MuldeR2012-11-11 19:36:31 +01:00
8ba1c016c6Delete "blank" output file, if encoding failed or was aborted (or never actually started).LoRd_MuldeR2012-11-11 18:58:08 +01:00
07dfd3211aAdded an option to filter the progress model entries. If filter is enabled, only progress items that match the filter will be shown in the TableView.LoRd_MuldeR2012-11-11 18:33:55 +01:00
977f4d4213"Overwrite Mode" should actually be working now.LoRd_MuldeR2012-11-08 21:19:45 +01:00
4d3bce8fc3Added option for "Overwrite Mode" (keep both, skip file, replace) to "Advanced Options" tab. Does not do anything yet.LoRd_MuldeR2012-11-08 00:42:55 +01:00
7339a05c23Updated ALAC decoder binary to refalac v0.56, based on ALAC reference implementation by Apple (Apache License).LoRd_MuldeR2012-10-29 20:47:49 +01:00
9aeb6b6b64Updated FAAD2 binary in order to fix a bug in the progress printing code, which caused a buffer overrun with very long file names.LoRd_MuldeR2012-10-27 01:38:20 +02:00
4ed70b7beaIf a QM file is used instead of a built-in translation, the QM file will now be remembered. Also the translation system can now be re-initialized by pressing CTRL+F5 in the Main window.LoRd_MuldeR2012-10-14 22:21:57 +02:00
b653702f46Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.LoRd_MuldeR2012-10-14 22:17:30 +02:00
50e9d01cfbNow using rand_s() to generate random numbers, which doesn't need a seed. Falling back to qsrand() + qrand() on platforms that don't support rand_s().LoRd_MuldeR2012-10-13 12:36:41 +02:00
f9890315b4Updated mpg123 decoder binary to v1.14.4+ (2012-09-24), compiled with GCC 4.7.1.LoRd_MuldeR2012-09-26 23:21:21 +02:00
18ef1b4d9eMerge branch 'master' of github.com:lordmulder/LameXPLoRd_MuldeR2012-09-23 18:09:52 +02:00
0cbf86e215Updated Opus encoder/decoder libraries to v1.0.1 and Opus-Tools to v0.1.5 (2012-09-22). Also disabled "--speech" and "--music" options, as latest Opus-Tools doesn't support those anymore.LoRd_MuldeR2012-09-23 18:05:37 +02:00
67609a9b65Updated Russian translation. Thanks to Иван Митин <bardak@inbox.ru>.LoRd_MuldeR2012-08-24 21:20:00 +02:00
2878dc7ad0Treat Wave files with IEEE Float (32-Bit) sample format separately from Wave files with 32-Bit Integer sample format. For example, the Opus encoder accepts 32-Bit IEEE Float just fine, but does NOT like 32-Bit Integer as input.LoRd_MuldeR2012-08-22 23:52:55 +02:00
0a28e39309Update Spanish translation. Thanks to Rub3nCT <rub3nct@gmail.com>.LoRd_MuldeR2012-08-22 21:55:02 +02:00
c5de867488Fixed a typo in Opus encoder class that broke constrained variable bitrate encoding.LoRd_MuldeR2012-08-22 21:54:06 +02:00
420bd764abSmall install script update: Don't look for "PRE_RELEASE_INFO.txt" in a Release version.LoRd_MuldeR2012-08-21 21:41:34 +02:00