2a29e1ae94Make sure the "queued" slots in the FileAnalyzer thread are really executed in the context of the proper thread.LoRd_MuldeR2014-08-17 16:35:29 +0200
0be5c1d24cUpdated Simplified Chinese translation, thanks to <kidneybean@sohu.com>.LoRd_MuldeR2014-08-17 14:09:33 +0200
0a65e42012Fixed potential crash when trying to import Cue Sheet where *all* files are missing: If none of the files exist, we shouldn't try to analyze them. The real problem, however, was a potential NULL-pointer access in the FileAnalyzer thread's destructor code. Thanks to XhmikosR for reporting!LoRd_MuldeR2014-08-16 14:45:18 +0200
a63baad374Added support for Visual Studio 2013 with Update-3.LoRd_MuldeR2014-08-13 14:54:54 +0200
f02043bd21Some improvements and simplifications to error handling functions.LoRd_MuldeR2014-06-27 16:20:47 +0200
a32b63a232Updated mpg123 decoder binary to v1.20.1 (2014-06-17), compiled with GCC 4.9.0.LoRd_MuldeR2014-06-27 16:20:10 +0200
21498ebc80Updated OggEnc2 binaries to v2.87 using libvorbis v1.3.4 and aoTuV v6.03_2014 (2014-06-24), compiled with MSVC 9.0 and ICL 14.0.LoRd_MuldeR2014-06-26 00:10:30 +0200
16e40f2bf2Updated F.A.Q. document and Changelog.LoRd_MuldeR2014-05-30 18:06:16 +0200
1bb96ba6dbSome code clean up. Use an enum type for the "overwrite" mode instead of two separate flags.LoRd_MuldeR2014-05-30 16:52:34 +0200
b7b4fa31bdTweaked LAME algorithm quality modes a bit.LoRd_MuldeR2014-05-30 16:50:41 +0200
6417cccdf6Re-enabled BerliOS mirror again (for now), since the site is up and running again.LoRd_MuldeR2014-05-30 16:49:37 +0200
b97d383e39Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.LoRd_MuldeR2014-05-29 13:54:12 +0200
e44d9937bcUpdated VS2010 project file to include the compatibility manifest.LoRd_MuldeR2014-05-29 01:00:07 +0200
4accd22659Make sure we don't try to delete the input file when running in "overwrite existing file" mode and the input/output happen to be identical.LoRd_MuldeR2014-05-28 16:49:58 +0200
e365edaafdAdded a missing QDir::toNativeSeparators() call.LoRd_MuldeR2014-05-28 16:45:44 +0200
6c0a6de7f0Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.LoRd_MuldeR2014-05-25 17:24:52 +0200
e808cb2949Got rid of some more Windows 2000 compatibility cruft.LoRd_MuldeR2014-05-21 15:23:56 +0200
9b34076d55Added some info on the situation of Windows XP.LoRd_MuldeR2014-05-21 15:23:12 +0200
b8aa14643aMerge branch 'master' of github.com:lordmulder/LameXPLoRd_MuldeR2014-05-20 21:23:05 +0200
c574a5e550Some code clean-up in Model_AudioFile class.LoRd_MuldeR2014-02-08 17:24:54 +0100
a07cec8342Fixed ArtworkModel::isEmpty() to actually give the expected result. Previous code gave the opposite of the expected result! This bug could cause the cover artwork to be lost in AudioFileModel_MetaInfo::update().LoRd_MuldeR2014-02-08 17:24:24 +0100
14baf8d52dRefactored host connectivity check into a separate function. Also decrease the number of remaining connection attempts *only* if the connection failed.LoRd_MuldeR2014-02-02 21:37:22 +0100
272214778aDisable Auto-Update, by default, when running in "portable" mode.LoRd_MuldeR2014-02-02 18:01:26 +0100
40250a3cadBound the maximum number of hosts that will be tested during connectivity test, rather than testing *all* hosts. This avoids that the connectivity test will take VERY long to fail when the Internet connection is actually NOT working.LoRd_MuldeR2014-02-02 18:00:21 +0100
cc513cda0eUpdated Russian translation. Thanks to Иван Митин <bardak@inbox.ru>.LoRd_MuldeR2014-01-27 15:56:46 +0100
c285d94e94Moved one file to the correct folder/filter (VS2013 solution) and fixed a stupid typo.LoRd_MuldeR2014-01-27 15:35:35 +0100
7fd6fbbe1aUpdated MediaInfo binaries to v0.7.67 (2014-01-10), compiled with ICL 14.1 and MSVC 12.0.LoRd_MuldeR2014-01-17 01:30:30 +0100
75c4f49cc3Updated Web Updater binary to use latest GnuPG.LoRd_MuldeR2014-01-17 01:25:45 +0100
5be0205012Updated GnuPG binary to v1.4.16 (2013-12-13), compiled with GCC 4.8.1.LoRd_MuldeR2014-01-17 01:24:45 +0100
d29f292264Now using Unix 'zip' for generating the ZIP packages. Eliminates dependency on external 7-Zip and allows for adding an archive comment.LoRd_MuldeR2014-01-08 21:43:24 +0100
29089c567bFixed number of tools (only relevant for DEBUG builds) + fixed an out-of-bounds array access in the error message.LoRd_MuldeR2014-01-01 17:50:56 +0100