Commit Graph

22 Commits

Author SHA1 Message Date
78fa3cf146 Various improvements to the Regsitry class. 2015-05-03 18:17:54 +02:00
dfc1cc97cc Added function to compute parity. 2015-03-21 21:28:26 +01:00
4091eccf9b Updated IPCChannel class to pass a variable number of parameter strings per message (instead of just one). 2015-02-01 15:07:06 +01:00
efc4219c5b Happy new year 2015 !!! 2015-01-25 20:48:23 +01:00
2f66f6b662 Updated the remove_directory() function to clear the directory attributes before trying to delete the directory. It turns out that, on the Windows platform, directories *can* be read-only - despite the fact that the Windows Explorer can NOT set (or clear) the "read-only" flag for directories and despite the fact that Windows Explorer seems to totally ignore the "read-only" fag when it has been set somehow. 2015-01-05 21:42:20 +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
4572f69d33 Added the copy_file() function + some improvements to directory clean-up code. 2015-01-02 23:50:14 +01:00
d35ed2eb1b Added helper function for parsing regular expressions. 2014-12-25 00:49:29 +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
77219cf7d4 Moved available_codepages() function into MUtilities library. 2014-12-19 23:50:58 +01:00
73521c7f98 Moved all the Sound-specific functions into MUtilities library. 2014-12-05 21:07:06 +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
d42da03bf1 Moved all terminal support functions into MUtilities library. 2014-11-25 22:32:20 +01:00
2086c3dde6 Improved temp_folder() function + we will now clean-up the TEMP folder on application exit. 2014-11-25 02:17:11 +01:00
570289edb4 Overhaul of the temp_folder() function + use scoped pointers for global objects. 2014-11-24 22:29:00 +01:00
92e36b7e6b Implemented the init_process() function. 2014-11-21 19:46:45 +01:00
c10ede3ada Implemented fatal_exit() and exception handler macros. 2014-11-21 19:42:39 +01:00
7ecdb2f57e Implemented known_folder() function. 2014-11-21 18:45:01 +01:00
9f22ae6385 Implemented temp_folder() function. 2014-11-21 18:15:09 +01:00
6075c31017 Implemented randomness functions. 2014-11-21 17:54:46 +01:00