Commit Graph

666 Commits

Author SHA1 Message Date
57a1b8146e Changed icon for loading a different Cue Sheet file. 2011-10-11 16:44:28 +02:00
b6c72e9f84 Updated Changelog file. 2011-10-11 14:08:48 +02:00
b86b7c45a5 More updates to Russian translation by Иван Митин <bardak@inbox.ru>. 2011-10-11 13:57:40 +02:00
84cc763278 Updated mpg123 decoder binary to v1.13.4 (2011-09-07), compiled with GCC 4.6.1. 2011-10-11 02:04:12 +02:00
24efb53f3a Some updates to Russian translation by Иван Митин <bardak@inbox.ru>. 2011-10-10 22:26:50 +02:00
71f8c6dcf6 Updated installer wrapper. 2011-10-10 20:24:17 +02:00
22c25d334e Updated Web Updater and Elevator binaries. Now with newer StdUtils plug-in. 2011-10-09 22:52:54 +02:00
901bf4c7c6 Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-10-09 21:15:21 +02:00
c13939aa12 Got rid of the need to explicitly unload the StdUtils plug-in. 2011-10-09 17:37:10 +02:00
68fd91c6f8 Minor installer fix. 2011-10-08 23:53:54 +02:00
7c5ef4ca58 More installer clean-up. 2011-10-08 22:58:11 +02:00
4a329e65df Updated FAQ document. 2011-10-08 20:34:10 +02:00
a77f65fac3 Do not pack the EXE file when the deployment script is run in "skip build this time" mode. 2011-10-08 20:12:28 +02:00
11781e8a8d Clean-up installer script. 2011-10-08 19:34:24 +02:00
ba72c43108 Renamed obsolete file. 2011-10-08 18:21:12 +02:00
ad94a4726b Updated installer to get rid of "parameters.nsh", now using StdUtils plug-in to get the parameters. 2011-10-08 18:20:20 +02:00
9d652fb2e0 Added support for /Force to uninstaller. Required some tweaks for the 'parameters.nsh' include file. 2011-10-07 16:06:48 +02:00
af7bb2026a Made 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. 2011-10-06 23:55:42 +02:00
32b3e2607c Updated translator's guide. 2011-10-06 20:19:33 +02:00
c80f45f704 Use ShellExecute() to run the Uninstaller, because the Uninstaller now needs to be elevated (and thus QProcess can fail). 2011-10-06 14:35:13 +02:00
682dbbc668 HTML syntax fixes. 2011-10-04 23:21:20 +02:00
f753f3ad41 Updated translator's guide + FAQ document. 2011-10-04 23:17:34 +02:00
66c70657ef Updated installer wrapper to use StdUtils and wait for the actual installer to terminate. 2011-10-03 12:52:12 +02:00
0e31ec7cad Added Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>. 2011-10-03 01:33:12 +02:00
b09aaa30dc Some more fine-tuning for the recent installer improvements. 2011-10-02 23:32:15 +02:00
9d09a8d5b0 Installer updates. 2011-10-02 22:14:09 +02:00
866fb13e2e Updated MediaInfo and wma2wav binaries. Now compiled with new stdout/stderr Unicode fix. 2011-10-01 03:40:49 +02:00
f8512798a2 Added 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... 2011-09-30 20:17:42 +02:00
48efab12eb Updated Web-Updater and Elevator binary. NSIS updated again. 2011-09-29 20:59:54 +02:00
1aa870d7f3 Fixed a typo, thanks to Rub3n CT for reporting. 2011-09-29 20:20:12 +02:00
78ad6b722c Updated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>. 2011-09-29 20:13:56 +02:00
2d4770e277 Merge branch 'master' of github.com:lordmulder/LameXP
Conflicts:
	src/Config.h
2011-09-29 20:07:26 +02:00
282528ea67 Set 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. 2011-09-29 20:06:09 +02:00
b87e13a5eb * Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-09-29 19:04:34 +02:00
4c867dc325 Added a button for loading a different Cue Sheet to the Cue Sheet importer dialog. 2011-09-29 17:36:38 +02:00
9f011cb572 Also repair 'cout' and 'cerr' to not mangle UTF-8 strings. 2011-09-27 21:32:45 +02:00
8e63e2e4ec Updated MediaInfo binaries to v0.7.50 (2011-09-23), compiled with MSVC 10.0. 2011-09-24 15:59:29 +02:00
d017608edd Updated Web-Updater binary. After last update the Web-Updater failed to verify the signatures on Windows 2000, because of a broken NSIS plug-in. 2011-09-24 01:49:20 +02:00
9276645f1b More 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. 2011-09-24 00:15:50 +02:00
466d339d9d Added support for the non-standard tags "REM DATE" and "REM GENRE" to the CUE Sheet parser. 2011-09-23 21:30:55 +02:00
4e79fc2fc5 Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>. 2011-09-23 21:29:07 +02:00
bb986dd203 Re-added missing "<br>"'s that got lost in the recent refactoring. 2011-09-20 00:29:01 +02:00
1fc851af2b Added CLI parameters to overwrite the CPU feature flags. Useful for testing. 2011-09-20 00:03:51 +02:00
a77ee5c397 Don't check for updates when application is run for the very first time (after install or update). 2011-09-19 18:52:02 +02:00
41b9763ef8 Slightly tweak installer + updated Web Updater binary. 2011-09-19 17:27:12 +02:00
20d2e33a7d Improved announce box. 2011-09-18 02:01:45 +02:00
daa780d90f Updated MediaInfo binaries to v0.7.49 (2011-09-09), compiled with MSVC 10.0 + some message box text refactoring. 2011-09-17 23:08:59 +02:00
c08fa1493a Added support for a few Playlist file name prefixes. Will be chosen based on the file names in the Playlist. 2011-09-06 18:47:13 +02:00
85cc4daac3 Make 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. 2011-09-06 00:51:00 +02:00
64696fa133 Workaround for a bug(?) in bug in SoX' gain/normalization filter that sometimes caused the "normalized" file to be empty. 2011-09-05 22:42:23 +02:00