Commit Graph

27 Commits

Author SHA1 Message Date
2434ba73f2 Updated copyright year. 2020-03-28 17:33:07 +01:00
a463b2d633 Happy new year 2019! 2019-01-11 23:28:57 +01:00
57f851ab69 Happy new year 2018! 2018-01-17 21:18:10 +01:00
33f5a3badf Bump release year. 2017-03-12 12:12:49 +01:00
eb8da7b6f9 Happy new year 2016! 2016-01-03 15:53:42 +01:00
1ea15b179c Happy new year 2015 !!! 2015-01-01 18:06:21 +01:00
06db588742 Moved some more OS-specific functions into the MUtilities library. 2014-12-04 00:02:42 +01:00
dc98131fd1 Moved various auxiliary macros into the MUtils library. 2014-11-30 21:32:23 +01:00
bdfef0ed1c Removed the lamexp_fatal_exit() function. 2014-11-25 18:23:03 +01:00
035699c84e Moved various functions into MUtils library and removed obsolete code from LameXP. 2014-11-25 02:14:42 +01:00
f02043bd21 Some improvements and simplifications to error handling functions. 2014-06-27 16:20:47 +02:00
cc38035087 Happy new year 2014! 2014-01-01 17:05:52 +01:00
7b016d5fec Updated license info. 2013-10-23 22:25:04 +02:00
b54886f242 Introduce QUTF8 macro and replace ".toUtf8().constData()" everywhere. 2013-10-21 15:00:55 +02:00
8a64624ba4 Use the THROW macro instead of plain "throw" in the complete project. 2013-10-18 21:37:40 +02:00
bd0a370aee Welcome to year 2013 ;-) 2013-02-08 23:57:50 +01:00
30507937de Added global lamexp_fatal_exit() function. 2012-12-11 23:22:20 +01:00
9b687fff9a Happy New Year 2012! 2012-01-02 00:52:27 +01:00
5585d53fc7 Print the total duration when the process is completed. 2011-11-28 00:35:43 +01:00
2243c77f4b Now using a QSemaphore to make the observer threads sleep. This allows waking up the threads immediately *without* having to poll the 'terminated' flag at short intervals. 2011-11-25 01:01:30 +01:00
37cd023080 Allow faster termination if the 'observer' threads. 2011-11-19 02:57:30 +01:00
55a91042ec Reduce polling interval of "observer" threads to limit the number update signals. 2011-11-18 20:47:34 +01:00
84053a76f4 Use qMin() and qMax() instead of min() and max() macros. Also use qBound() where appropriate. 2011-11-08 15:12:31 +01:00
02b7cdc3e1 Added indicators for current CPU usage, RAM usage and free disk space to the processing window. 2011-10-29 16:26:09 +02:00
282528ea67 Set text codec to UTF-8, so qDebug/qWarning/qFatal don't destroy Unicode strings. Also remove qDebug64() and friends, as we don't need them any more. 2011-09-29 20:06:09 +02:00
8977e0073f Clean up #include directives: Don't include 'Windows.h' directly, as it's included from 'Global.h' header file. 2011-04-11 21:55:34 +02:00
23665ed4c9 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. 2011-03-28 04:26:47 +02:00