From 07dfd3211a91642f38f27e2a690607bcecb6e01a Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Sun, 11 Nov 2012 18:33:55 +0100 Subject: [PATCH] Added an option to filter the progress model entries. If filter is enabled, only progress items that match the filter will be shown in the TableView. --- doc/Changelog.html | 3 +- etc/Translation/Blank.ts | 114 +++++++++++++++++++++++----------- etc/Translation/LameXP_DE.ts | 32 ++++++++++ etc/Translation/LameXP_ES.ts | 32 ++++++++++ etc/Translation/LameXP_FR.ts | 32 ++++++++++ etc/Translation/LameXP_IT.ts | 32 ++++++++++ etc/Translation/LameXP_KR.ts | 32 ++++++++++ etc/Translation/LameXP_PL.ts | 114 +++++++++++++++++++++++----------- etc/Translation/LameXP_RU.ts | 32 ++++++++++ etc/Translation/LameXP_SV.ts | 114 +++++++++++++++++++++++----------- etc/Translation/LameXP_TW.ts | 32 ++++++++++ etc/Translation/LameXP_UK.ts | 32 ++++++++++ etc/Translation/LameXP_ZH.ts | 32 ++++++++++ res/Icons.qrc | 1 + res/localization/LameXP_DE.qm | Bin 83169 -> 84415 bytes src/Config.h | 2 +- src/Dialog_MainWindow.cpp | 2 - src/Dialog_Processing.cpp | 110 ++++++++++++++++++++++++++++++-- src/Dialog_Processing.h | 7 ++- src/Model_Progress.cpp | 10 +++ src/Model_Progress.h | 1 + src/Thread_Process.cpp | 8 +-- src/Thread_Process.h | 2 +- 23 files changed, 649 insertions(+), 127 deletions(-) diff --git a/doc/Changelog.html b/doc/Changelog.html index a2927c88..8c153b5f 100644 --- a/doc/Changelog.html +++ b/doc/Changelog.html @@ -18,7 +18,8 @@ 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]: