From 977f4d4213d8d45a450bb42d64e944e8039a08e2 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Thu, 8 Nov 2012 21:19:45 +0100 Subject: [PATCH] "Overwrite Mode" should actually be working now. --- doc/Changelog.html | 4 ++ etc/Translation/Blank.ts | 123 ++++++++++++++++++++-------------- etc/Translation/LameXP_DE.ts | 20 ++++++ etc/Translation/LameXP_ES.ts | 20 ++++++ etc/Translation/LameXP_FR.ts | 20 ++++++ etc/Translation/LameXP_IT.ts | 20 ++++++ etc/Translation/LameXP_KR.ts | 20 ++++++ etc/Translation/LameXP_PL.ts | 123 ++++++++++++++++++++-------------- etc/Translation/LameXP_RU.ts | 20 ++++++ etc/Translation/LameXP_SV.ts | 123 ++++++++++++++++++++-------------- etc/Translation/LameXP_TW.ts | 20 ++++++ etc/Translation/LameXP_UK.ts | 20 ++++++ etc/Translation/LameXP_ZH.ts | 20 ++++++ res/Icons.qrc | 1 + res/icons/step_over.png | Bin 0 -> 815 bytes res/localization/LameXP_DE.qm | Bin 82016 -> 83169 bytes src/Config.h | 2 +- src/Dialog_Processing.cpp | 11 +++ src/Model_Progress.cpp | 6 +- src/Model_Progress.h | 4 +- src/Thread_Process.cpp | 94 +++++++++++++++++++++----- src/Thread_Process.h | 5 +- 22 files changed, 509 insertions(+), 167 deletions(-) create mode 100644 res/icons/step_over.png diff --git a/doc/Changelog.html b/doc/Changelog.html index 3439dc35..a2927c88 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -17,6 +17,10 @@ a:visited { color: #0000EE; }

LameXP - Version History


+Changes between v4.06 and v4.07 [unreleased]:

+ Changes between v4.05 and v4.06 [2012-11-04]: