From 7e1f790e9bf6dcaa326d42b7f035974d5d3b72b7 Mon Sep 17 00:00:00 2001 From: lordmulder Date: Thu, 4 Aug 2011 23:26:38 +0200 Subject: [PATCH] Added an option to rename the output files (based on an user-defined pattern). More macros might be added at a later time. --- doc/Changelog.html | 1 + etc/Translation/Blank.ts | 48 ++++++++++ etc/Translation/LameXP_DE.ts | 48 ++++++++++ etc/Translation/LameXP_ES.ts | 48 ++++++++++ etc/Translation/LameXP_FR.ts | 48 ++++++++++ etc/Translation/LameXP_IT.ts | 48 ++++++++++ etc/Translation/LameXP_KR.ts | 48 ++++++++++ etc/Translation/LameXP_RU.ts | 48 ++++++++++ etc/Translation/LameXP_UK.ts | 48 ++++++++++ gui/MainWindow.ui | 169 +++++++++++++++++++++++++++++++++- res/localization/LameXP_DE.qm | Bin 67573 -> 67637 bytes res/localization/LameXP_ES.qm | Bin 67040 -> 67108 bytes res/localization/LameXP_FR.qm | Bin 66020 -> 66088 bytes res/localization/LameXP_IT.qm | Bin 37599 -> 37661 bytes res/localization/LameXP_KR.qm | Bin 45568 -> 45618 bytes res/localization/LameXP_RU.qm | Bin 56034 -> 56102 bytes res/localization/LameXP_UK.qm | Bin 68272 -> 68334 bytes src/Config.h | 4 +- src/Dialog_MainWindow.cpp | 81 +++++++++++++++- src/Dialog_MainWindow.h | 4 + src/Dialog_Processing.cpp | 4 + src/Global.cpp | 22 ++--- src/Model_Settings.cpp | 4 + src/Model_Settings.h | 2 + src/Thread_Process.cpp | 20 +++- src/Thread_Process.h | 2 + 26 files changed, 676 insertions(+), 21 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index 29e1a2a5..e7fd7d59 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -17,6 +17,7 @@ a:visited { color: #0000EE; }

LameXP - Version History


Changes between v4.02 and v4.03: