From effb417eb5d5f729e3b2f3161dcdbcfd9d39543b Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sat, 9 May 2015 17:28:56 +0200 Subject: [PATCH] Some initial work for improved file renaming support. --- doc/Changelog.html | 3 +- doc/Changelog.md | 1 + etc/Translation/Blank.ts | 603 ++++++++++++++++++++++------------------- etc/Translation/LameXP_DE.ts | 603 ++++++++++++++++++++++------------------- etc/Translation/LameXP_EN.ts | 10 +- etc/Translation/LameXP_ES.ts | 603 ++++++++++++++++++++++------------------- etc/Translation/LameXP_FR.ts | 603 ++++++++++++++++++++++------------------- etc/Translation/LameXP_HU.ts | 603 ++++++++++++++++++++++------------------- etc/Translation/LameXP_IT.ts | 603 ++++++++++++++++++++++------------------- etc/Translation/LameXP_KR.ts | 603 ++++++++++++++++++++++------------------- etc/Translation/LameXP_PL.ts | 603 ++++++++++++++++++++++------------------- etc/Translation/LameXP_RU.ts | 603 ++++++++++++++++++++++------------------- etc/Translation/LameXP_SV.ts | 603 ++++++++++++++++++++++------------------- etc/Translation/LameXP_TW.ts | 603 ++++++++++++++++++++++------------------- etc/Translation/LameXP_UK.ts | 603 ++++++++++++++++++++++------------------- etc/Translation/LameXP_ZH.ts | 603 ++++++++++++++++++++++------------------- gui/MainWindow.ui | 625 ++++++++++++++++++++++++++++++++----------- res/Icons.qrc | 3 + src/Config.h | 2 +- src/Dialog_MainWindow.cpp | 35 ++- src/Dialog_MainWindow.h | 1 + tmp/delete_me.txt | 2 - 22 files changed, 4723 insertions(+), 3798 deletions(-) delete mode 100644 tmp/delete_me.txt diff --git a/doc/Changelog.html b/doc/Changelog.html index 8320a6df..cfdb2872 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -91,7 +91,8 @@ document.write(''+e+'<\/'+'a'+'>');
  • Added optional support for the libfdk-aac encoder, using the fdkaac front-end by nu774
  • Updated MediaInfo to v0.7.73 (2015-04-09), compiled with ICL 15.0 and MSVC 12.0
  • Updated ALAC decoder to refalac v1.47 (2015-02-15), based on reference implementation by Apple
  • -
  • Fixed potential deadlock in Cue Sheet import dialog when "Browse..." button is clicked
  • +
  • Fixed potential deadlock in Cue Sheet import dialog when "Browse..." button is clicked
  • +
  • Fixed function to restore the default Temp folder, if the custom Temp folder doesn't exist anymore
  • LameXP v4.11 [2015-04-05]