0e6058df9eMoved Windows 8 64-Bit hack to a better place. MPress will not be fixed soon for Windows 8, so we will have to keep that hack for a while...lordmulder2011-10-21 16:17:22 +02:00
4a9ee707b1Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.lordmulder2011-10-20 22:36:34 +02:00
6a04c29ad9Some refactoring: Moved tools info into a separate header file + added simple self-test to Thread_Initialization.lordmulder2011-10-19 00:24:03 +02:00
a14b030a5cRe-organized CPU type selection. This should also fix a potential bug, which might have caused an Intel-only binary to be used on 64-Bit AMD systems.lordmulder2011-10-18 18:54:56 +02:00
e5e9f63258Updated LAME encoder to v3.99 Final (2011-10-17), compiled with ICL 12.1.6 and MSVC 10.0. Note: The "i386" binary uses CPU Runtime Detection with on optional(!) SSE2-optimized code path, while the "sse2" binary uses Intel-specific SSE2 optimizations and does NOT use CPU Runtime Detection.lordmulder2011-10-18 18:52:52 +02:00
d14ecfffa6Fixed web-update tool. After the recent update of the Inetc plug-in, the updater was not working anymore. D'oh!lordmulder2011-10-16 19:15:40 +02:00
61331ce6f8Updated Ukrainian translation. Thanks to Rub3n CT <rub3nct@gmail.com>.lordmulder2011-10-16 17:58:15 +02:00
1a9aa81d3aMore extensive use of the NOBR macro + code clan-up.lordmulder2011-10-16 16:38:01 +02:00
ad94a4726bUpdated installer to get rid of "parameters.nsh", now using StdUtils plug-in to get the parameters.lordmulder2011-10-08 18:20:20 +02:00
9d652fb2e0Added support for /Force to uninstaller. Required some tweaks for the 'parameters.nsh' include file.lordmulder2011-10-07 16:06:48 +02:00
af7bb2026aMade the channel equalization mode of the "normalization" filter an advanced option. The "-ne" mode still is default, be you can use "-nb" or even "-n" now. The last one still has problems with multi-channel files.lordmulder2011-10-06 23:55:42 +02:00
c80f45f704Use ShellExecute() to run the Uninstaller, because the Uninstaller now needs to be elevated (and thus QProcess can fail).lordmulder2011-10-06 14:35:13 +02:00
866fb13e2eUpdated MediaInfo and wma2wav binaries. Now compiled with new stdout/stderr Unicode fix.lordmulder2011-10-01 03:40:49 +02:00
f8512798a2Added hack to disable 'x64' support on Windows 8 Developer Preview, as our MPress-compressed x64 binaries currently crash on that platform. It's not yet clear whether Windows 8 or MPress is at fault...lordmulder2011-09-30 20:17:42 +02:00
48efab12ebUpdated Web-Updater and Elevator binary. NSIS updated again.lordmulder2011-09-29 20:59:54 +02:00
1aa870d7f3Fixed a typo, thanks to Rub3n CT for reporting.lordmulder2011-09-29 20:20:12 +02:00
78ad6b722cUpdated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>.lordmulder2011-09-29 20:13:56 +02:00
2d4770e277Merge branch 'master' of github.com:lordmulder/LameXPlordmulder2011-09-29 20:07:26 +02:00
282528ea67Set text codec to UTF-8, so qDebug/qWarning/qFatal don't destroy Unicode strings. Also remove qDebug64() and friends, as we don't need them any more.lordmulder2011-09-29 20:06:09 +02:00
b87e13a5eb* Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.lordmulder2011-09-29 19:04:34 +02:00
4c867dc325Added a button for loading a different Cue Sheet to the Cue Sheet importer dialog.lordmulder2011-09-29 17:36:38 +02:00
9f011cb572Also repair 'cout' and 'cerr' to not mangle UTF-8 strings.lordmulder2011-09-27 21:32:45 +02:00
8e63e2e4ecUpdated MediaInfo binaries to v0.7.50 (2011-09-23), compiled with MSVC 10.0.lordmulder2011-09-24 15:59:29 +02:00
d017608eddUpdated Web-Updater binary. After last update the Web-Updater failed to verify the signatures on Windows 2000, because of a broken NSIS plug-in.lordmulder2011-09-24 01:49:20 +02:00
9276645f1bMore fixes for the Cue Sheet parser: Strings don't have to be enclosed in quotes, if they don't contain any whitespace chars, so we should support that case. Also generate a title from the track number, if the Cue Sheet doesn't define a title for the track.lordmulder2011-09-24 00:15:50 +02:00
466d339d9dAdded support for the non-standard tags "REM DATE" and "REM GENRE" to the CUE Sheet parser.lordmulder2011-09-23 21:30:55 +02:00
4e79fc2fc5Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.lordmulder2011-09-23 21:29:07 +02:00
bb986dd203Re-added missing "<br>"'s that got lost in the recent refactoring.lordmulder2011-09-20 00:29:01 +02:00
1fc851af2bAdded CLI parameters to overwrite the CPU feature flags. Useful for testing.lordmulder2011-09-20 00:03:51 +02:00
a77ee5c397Don't check for updates when application is run for the very first time (after install or update).lordmulder2011-09-19 18:52:02 +02:00
41b9763ef8Slightly tweak installer + updated Web Updater binary.lordmulder2011-09-19 17:27:12 +02:00
daa780d90fUpdated MediaInfo binaries to v0.7.49 (2011-09-09), compiled with MSVC 10.0 + some message box text refactoring.lordmulder2011-09-17 23:08:59 +02:00
c08fa1493aAdded support for a few Playlist file name prefixes. Will be chosen based on the file names in the Playlist.lordmulder2011-09-06 18:47:13 +02:00
85cc4daac3Make the FileAnalyzer remember the recently analyzed files. This way the audio files won't be MediaInfo'ed twice, when adding a folder that contains audio files *and* a playlist references these audio files.lordmulder2011-09-06 00:51:00 +02:00
64696fa133Workaround for a bug(?) in bug in SoX' gain/normalization filter that sometimes caused the "normalized" file to be empty.lordmulder2011-09-05 22:42:23 +02:00
9e9b3ed25eWhen a folder that does NOT contain any files is dropped, descent into its sub-folders (if any).lordmulder2011-09-05 15:36:58 +02:00
b687666ac9Temporarily hide the "disque" widget in About dialog while showing one of the sub-dialogs.lordmulder2011-08-29 15:57:17 +02:00
bcbd8defceRevert: Avoid applying the Downmix filter on Mono/Stereo sources. Otherwise we need to decode (i.e. copy) Wave files, even when the Downmix filter does nothing.lordmulder2011-08-27 21:28:20 +02:00
037287ddb9Fixed compilation with Visual Studio 2010.lordmulder2011-08-27 20:07:21 +02:00
24a8dcafa5Updated changelog + more installer updates.lordmulder2011-08-27 16:24:03 +02:00
1dc6a81916Installer: Don't show service pack message twice on UAC-enabled systems.lordmulder2011-08-27 14:53:44 +02:00
8faa0949bdUpdate installer script: Service pack detection for more platforms.lordmulder2011-08-27 14:33:35 +02:00
2df038a3e2Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.lordmulder2011-08-26 18:45:17 +02:00
992133d1e2Improved initialization of config directory.lordmulder2011-08-26 16:32:25 +02:00
ec8db207f5Workaround for "console window not drawing" bug on Wine.lordmulder2011-08-26 03:28:34 +02:00
137535927aWorkaround for a bug in Qt's TableView that causes column widths to not be updated immediately when ResizeToContents is used. We have to force the update via event filter.lordmulder2011-08-22 00:03:36 +02:00
95797b11b5Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.lordmulder2011-08-21 18:41:32 +02:00
95f627ee1aSome more clean-up for FhgAacEnc support + updated documents.lordmulder2011-08-21 14:43:18 +02:00
fc538b24d5Updated MediaInfo and wma2wav binaries with Win2k-compatible versions + installer tweaks.lordmulder2011-08-15 21:32:47 +02:00
5d3ef86cfeUpdated install script. We can now allow installation on Windows 2000 again.lordmulder2011-08-15 15:49:48 +02:00
b2d1eceb41Restored Windows 2000 support: Added hacks that avoid dependency on EncodePointer() and DecodePointer(), as these functions are missing from KERNEL32.DLL in Windows 2000.lordmulder2011-08-15 15:34:44 +02:00
7e14e0f1a7Restored Windows 2000 support (experimental!).lordmulder2011-08-15 15:27:56 +02:00
0ff44da0ceUpdated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.lordmulder2011-08-09 13:46:21 +02:00