LameXP/doc
2011-12-29 14:42:20 +01:00
..
Changelog.html Better handling of system shutdown. Now using the Qt event system to broadcast a special event when the system is going to shutdown (i.e. WM_QUERYENDSESSION or WM_ENDSESSION). This gives each top-level widget the chance to react to the system shutdown *before* we return from the message handler. Doing any clean-up after returning from the message handler is impossible, because Windows will kill the process immediately after WM_ENDSESSION has been processed. Note that Windows XP (and earlier) will NOT send WM_QUERYENDSESSION or WM_ENDSESSION to processes that have a console attached! Therefore, if we have a debug console attached, we cannot do anything on these systems. Our process will be killed without any notification... 2011-12-29 14:42:20 +01:00
FAQ.html Updated FAQ document. 2011-12-15 00:05:23 +01:00
Manual.html Workaround for a bug that causes MediaInfo to not detect the duration of Wave files (64-Bit only). 2011-12-04 20:33:06 +01:00
Translate.html Updated QT Linguist download URL. 2011-12-25 02:38:07 +01:00