Implemented a new "disk observer" thread which will constantly check the free diskspa...
commit23665ed4c978512037668f6053d56dbb27a53d45
authorlordmulder <mulder2@gmx.de>
Mon, 28 Mar 2011 02:26:47 +0000 (28 04:26 +0200)
committerlordmulder <mulder2@gmx.de>
Mon, 28 Mar 2011 02:26:47 +0000 (28 04:26 +0200)
tree887616ec1a55e538fea842ae303e87b140e3f400
parent3af79d261b41c552eeee750abff7f0c398d7d996
Implemented a new "disk observer" thread which will constantly check the free diskspace of the disk where the TEMP folder is located. If the diskspace drops below a critical limit (currently 100 MB) a warning message is emitted.
27 files changed:
LameXP.vcproj
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_RU.ts
etc/Translation/LameXP_UK.ts
etc/Translation/update.lst
gui/MetaInfo.ui
res/Icons.qrc
res/localization/LameXP_DE.qm
res/localization/LameXP_ES.qm
res/localization/LameXP_FR.qm
res/localization/LameXP_IT.qm
res/localization/LameXP_RU.qm
res/localization/LameXP_UK.qm
src/Config.h
src/Dialog_About.cpp
src/Dialog_MainWindow.cpp
src/Dialog_Processing.cpp
src/Dialog_Processing.h
src/Model_Progress.cpp
src/Model_Progress.h
src/Thread_DiskObserver.cpp [new file with mode: 0644]
src/Thread_DiskObserver.h [copied from src/Config.h with 50% similarity]