LameXP/etc
2012-04-06 16:15:19 +02:00
..
Deployment Force column resize, after an item in the source file list has been edited. 2011-12-17 22:01:42 +01:00
NSIS Bump version + update Changelog file. 2012-02-23 21:21:02 +01:00
Patches Patched Qt's QProcess class to pass the CREATE_BREAKAWAY_FROM_JOB flag when creating a new process. This is required, because Windows (Vista and later) will add our child processes to the PCA (Program Compatibility Assistant) job object automatically! And then we cannot add the child processes to our own job object, as a process can be assigned to only one job object. With the CREATE_BREAKAWAY_FROM_JOB flag, we ensure that our child processes does NOT get added to the PCA job object automatically and we can add it to our own job object again. Unfortunately QProcess does NOT provide a way to pass process creation flags yet, so we have to patch Qt for now. Passing the CREATE_BREAKAWAY_FROM_JOB flag may not always be desired though... 2012-03-01 23:14:41 +01:00
Prerequisites Updated EncodePointer library. 2011-08-16 01:53:02 +02:00
Redist first commit 2010-11-06 23:04:47 +01:00
Translation Fix potential memory leak: According to the docs, setModel() creates and sets a new SelectionModel, so we need to remember and delete the "old" SelectionModel. 2012-04-06 16:15:19 +02:00
Utilities Better way to obtain the ISO date, without using a Temp file. 2011-10-14 23:39:31 +02:00