|
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 |
|
|
9e9b3ed25e
|
When a folder that does NOT contain any files is dropped, descent into its sub-folders (if any).
|
2011-09-05 15:36:58 +02:00 |
|
|
b687666ac9
|
Temporarily hide the "disque" widget in About dialog while showing one of the sub-dialogs.
|
2011-08-29 15:57:17 +02:00 |
|
|
737be134d4
|
Updated FAQ document.
|
2011-08-28 01:18:39 +02:00 |
|
|
bcbd8defce
|
Revert: 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.
|
2011-08-27 21:28:20 +02:00 |
|
|
037287ddb9
|
Fixed compilation with Visual Studio 2010.
|
2011-08-27 20:07:21 +02:00 |
|
|
24a8dcafa5
|
Updated changelog + more installer updates.
|
2011-08-27 16:24:03 +02:00 |
|
|
1dc6a81916
|
Installer: Don't show service pack message twice on UAC-enabled systems.
|
2011-08-27 14:53:44 +02:00 |
|
|
8faa0949bd
|
Update installer script: Service pack detection for more platforms.
|
2011-08-27 14:33:35 +02:00 |
|
|
2df038a3e2
|
Updated Ukrainian translation. Thanks to Arestarh <arestarh@ukr.net>.
|
2011-08-26 18:45:17 +02:00 |
|
|
992133d1e2
|
Improved initialization of config directory.
|
2011-08-26 16:32:25 +02:00 |
|
|
ec8db207f5
|
Workaround for "console window not drawing" bug on Wine.
|
2011-08-26 03:28:34 +02:00 |
|
|
74d550038f
|
Fixed a typo.
|
2011-08-25 13:36:03 +02:00 |
|
|
2da39922ca
|
Added warnings when LAME algorithm quality is set to "extreme" values.
|
2011-08-25 03:44:46 +02:00 |
|
|
b84f66f741
|
Remember most recent path for "add file(s)" and "add directory" dialogs.
|
2011-08-23 18:48:16 +02:00 |
|
|
10ae6c8451
|
Better workaround for "ResizeToContents not updating" bug.
|
2011-08-23 17:01:11 +02:00 |
|
|
8300d58c46
|
Updated LAME binaries, compiled with ICL 12.0 and Win2k-fix. Also reorganized QRC files a bit.
|
2011-08-23 14:09:28 +02:00 |
|