From f8f792f23f3aa17f0d348d9a180c90f36d83b12e Mon Sep 17 00:00:00 2001 From: lordmulder Date: Sun, 15 May 2011 18:53:44 +0200 Subject: [PATCH] The Cue Sheet splitter will now also handle input files that are not PCM/Wave. --- doc/Changelog.html | 2 +- etc/Translation/Blank.ts | 16 +++++ etc/Translation/LameXP_DE.ts | 18 +++++- etc/Translation/LameXP_ES.ts | 16 +++++ etc/Translation/LameXP_FR.ts | 16 +++++ etc/Translation/LameXP_IT.ts | 16 +++++ etc/Translation/LameXP_KR.ts | 16 +++++ etc/Translation/LameXP_RU.ts | 16 +++++ etc/Translation/LameXP_UK.ts | 16 +++++ gui/CueSheetImport.ui | 10 +++ res/localization/LameXP_DE.qm | Bin 67361 -> 67885 bytes res/localization/LameXP_ES.qm | Bin 58702 -> 58767 bytes res/localization/LameXP_FR.qm | Bin 58131 -> 58200 bytes res/localization/LameXP_IT.qm | Bin 40778 -> 40837 bytes res/localization/LameXP_KR.qm | Bin 48057 -> 48110 bytes res/localization/LameXP_RU.qm | Bin 52034 -> 52095 bytes src/Dialog_CueImport.cpp | 27 ++++++-- src/Dialog_CueImport.h | 4 +- src/Model_CueSheet.cpp | 4 +- src/Thread_CueSplitter.cpp | 113 ++++++++++++++++++++++++++-------- src/Thread_CueSplitter.h | 7 +++ 21 files changed, 259 insertions(+), 38 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index aa29f669..cfdfa33a 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -19,7 +19,7 @@ a:visited { color: #0000EE; } Changes between v4.01 and v4.02: