OSDN Git Service

Set creation/modified time of the encoded file the same value as the original file...
[lamexp/LameXP.git] / src / Thread_DiskObserver.cpp
2015-01-01 LoRd_MuldeRHappy new year 2015 !!!
2014-12-03 LoRd_MuldeRMoved some more OS-specific functions into the MUtiliti...
2014-11-30 LoRd_MuldeRMoved various auxiliary macros into the MUtils library.
2014-11-25 LoRd_MuldeRRemoved the lamexp_fatal_exit() function.
2014-11-25 LoRd_MuldeRMoved various functions into MUtils library and removed...
2014-06-27 LoRd_MuldeRSome improvements and simplifications to error handling...
2014-01-01 LoRd_MuldeRHappy new year 2014!
2013-10-23 LoRd_MuldeRUpdated license info.
2013-10-21 LoRd_MuldeRIntroduce QUTF8 macro and replace ".toUtf8().constData...
2013-10-18 LoRd_MuldeRUse the THROW macro instead of plain "throw" in the...
2013-02-08 LoRd_MuldeRWelcome to year 2013 ;-)
2012-12-11 LoRd_MuldeRAdded global lamexp_fatal_exit() function.
2012-01-01 lordmulderHappy New Year 2012!
2011-11-27 lordmulderPrint the total duration when the process is completed.
2011-11-25 lordmulderNow using a QSemaphore to make the observer threads...
2011-11-19 lordmulderAllow faster termination if the 'observer' threads.
2011-11-18 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-11-18 lordmulderReduce polling interval of "observer" threads to limit...
2011-11-11 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-11-08 lordmulderUse qMin() and qMax() instead of min() and max() macros...
2011-10-29 lordmulderAdded indicators for current CPU usage, RAM usage and...
2011-09-29 lordmulderMerge branch 'master' of github.com:lordmulder/LameXP
2011-09-29 lordmulderSet text codec to UTF-8, so qDebug/qWarning/qFatal...
2011-04-11 lordmulderClean up #include directives: Don't include 'Windows...
2011-03-28 lordmulderImplemented a new "disk observer" thread which will...