OSDN Git Service

Added indicators for current CPU usage, RAM usage and free disk space to the processi...
authorlordmulder <mulder2@gmx.de>
Sat, 29 Oct 2011 14:26:09 +0000 (16:26 +0200)
committerlordmulder <mulder2@gmx.de>
Sat, 29 Oct 2011 14:26:09 +0000 (16:26 +0200)
commit02b7cdc3e16050dc055cc3d50cb758c7c514e266
tree5b674fa910e579c80bc3de2c416ced34ed1000d5
parentadc4edf7e8c092c7fce9007c5e263548eb321139
Added indicators for current CPU usage, RAM usage and free disk space to the processing window.
31 files changed:
LameXP_VS2010.vcxproj
LameXP_VS2010.vcxproj.filters
doc/Changelog.html
etc/Translation/Blank.ts
etc/Translation/LameXP_DE.ts
etc/Translation/LameXP_ES.ts
etc/Translation/LameXP_FR.ts
etc/Translation/LameXP_IT.ts
etc/Translation/LameXP_KR.ts
etc/Translation/LameXP_PL.ts
etc/Translation/LameXP_RU.ts
etc/Translation/LameXP_UK.ts
etc/Translation/update.lst
gui/ProcessingDialog.ui
res/Icons.qrc
res/icons/cpu.png [new file with mode: 0644]
res/icons/memory.png [new file with mode: 0644]
res/localization/LameXP_DE.qm
src/Config.h
src/Dialog_CueImport.cpp
src/Dialog_MainWindow.cpp
src/Dialog_Processing.cpp
src/Dialog_Processing.h
src/Global.cpp
src/Global.h
src/Thread_CPUObserver.cpp [new file with mode: 0644]
src/Thread_CPUObserver.h [new file with mode: 0644]
src/Thread_DiskObserver.cpp
src/Thread_DiskObserver.h
src/Thread_RAMObserver.cpp [new file with mode: 0644]
src/Thread_RAMObserver.h [new file with mode: 0644]