diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2005-11-27 15:57:03 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2005-11-27 15:57:03 +0100 |
commit | 41f718987d625d2938c6ed0827759b217fda63a2 (patch) | |
tree | 4e8c4ac750e83cc9bf49accbc92b5680ac5dd976 /HISTORY | |
parent | 074de78f0430271e5c6e74057f2fc510b9618ac9 (diff) | |
download | vdr-41f718987d625d2938c6ed0827759b217fda63a2.tar.gz vdr-41f718987d625d2938c6ed0827759b217fda63a2.tar.bz2 |
Implemented message queueing1.3.37
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3934,7 +3934,7 @@ Video Disk Recorder Revision History layers of subdirectories. - Removed EPG bugfix #0, because it removed actually important data. -2005-11-26: Version 1.3.37 +2005-11-27: Version 1.3.37 - Added compiler options "-fPIC -g" to all plugins (thanks to Rolf Ahrenberg). - Fixed initializing the day index when editing the weekday parameter of a @@ -3957,3 +3957,8 @@ Video Disk Recorder Revision History by Stefan Huelswitt). - Added a copy constructor to cString and fixed its assignment operator (thanks to Holger Brunn). +- The new function Skins.QueueMessage() can be called from a background thread + to queue a message for display. See VDR/skins.h for details. +- The SVDRP command MESG uses the new message queueing facility, so MESG + commands may now be executed at any time, and the message will be displayed + (no more "pending message"). |