17 Commits

Author SHA1 Message Date
a562c9750c Simplified the qt_registry_cleanup() function. 2015-10-18 21:43:23 +02:00
bd9519b60b Some improvements to reg_key_delete() function. 2015-10-18 19:13:40 +02:00
d4153ce243 Added the qt_registry_cleanup() function. Will be called via atexit() on application shutdown. 2015-10-18 16:09:25 +02:00
e33d869f59 Fixed Windows 10 detection. It appears that after a series of brain-dead version numbers in Windows 7 (v6.1), Windows 8 (v6.2) and Windows 8.1 (v6.3), we are back to sanity now. 2015-01-25 20:50:21 +01:00
c3a7afa509 Change current directory to root directory *before* trying to clean up the TEMP folder. This avoids the TEMP directory from being removed, because it is the current directory. 2015-01-04 19:44:25 +01:00
c3b213dcbc Improved handling of command-line arguments: Arguments are now provided in the from of a QMap. Also some improvements to directory clean-up code. 2015-01-04 17:09:12 +01:00
b58347f7eb Implemented static resource initialization. 2015-01-01 21:34:24 +01:00
22e2b599da Added Qt static plugin initialization. 2015-01-01 21:02:51 +01:00
1c175c651b Refactored the terminal initialization code. Also, we will now properly shut down the terminal at the end. 2014-12-21 17:19:04 +01:00
bc3701305d Moved translation support into MUtilities library + make clean-up of temporary files work again + various minor fixes. 2014-12-20 23:47:06 +01:00
37d89e834d Moved set_window_icon() function into MUtilities function. 2014-12-04 23:03:05 +01:00
49975fd4bb Moved code to set up the console icon into the MUtilities library. Also added the required icon resource to the MUtilities library. 2014-12-03 22:21:53 +01:00
3676070821 Added sleep_ms() and check_debugger() functions + moved various auxiliary macros into the MUtils library. 2014-11-30 21:33:03 +01:00
4d41d882da Fixed a possible stack overflow in decode_date_str() function + set debugger flags when creating DEBUG build. 2014-11-30 20:29:41 +01:00
a0707809f5 Moved Natural String Sort functions into MUtils library. 2014-11-30 18:46:56 +01:00
52b230f2db Moved more functions into MUtils library, especially all the Qt initialization code and some more OS-specific stuff. 2014-11-29 01:22:46 +01:00
cfbf1e0747 Implemented startup and error handling functions. 2014-11-26 02:37:08 +01:00