From 9ef312f888aae6167bf210d0d1bb8fcb9b787584 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 15 Oct 2006 18:00:00 +0200 Subject: Version 1.4.3-2 - Fixed clearing an event's Title, ShortText and Description in case the data comes from an external source. - Updated the Hungarian language texts (thanks to Guido Josten). - Fixed a possible crash if cPluginManager::GetPlugin() is called with a NULL pointer (thanks to Petri Hintukainen). - Fixed displaying the error log message in case an unknown plugin was requested in a key macro (thanks to Petri Hintukainen). - Keys from expanded key macros are now put into the front of the key queue to avoid problems if the queue is not empty at that time (based on a patch from Petri Hintukainen). - cKeyMacro now has an explicit counter for the number of keys it contains. - cRemote::PutMacro() now sets a lock while it expands the macro (thanks to Petri Hintukainen). - Fixed handling plugins from cRemote::PutMacro() and cRemote::CallPlugin() (based on a patch from Petri Hintukainen). - Increased the size of the key queue to avoid problems with long key macros. --- CONTRIBUTORS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 6e79bc3..87bbe36 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -1825,6 +1825,15 @@ Petri Hintukainen file is in the future for fixing handling video directory updates in case an other process has touched the .update file after the last NeedsUpdate() check + for fixing a possible crash if cPluginManager::GetPlugin() is called with a NULL + pointer + for fixing displaying the error log message in case an unknown plugin was requested + in a key macro + for pointing out that keys from expanded key macros should be put into the front of + the key queue to avoid problems if the queue is not empty at that time + for making cRemote::PutMacro() set a lock while it expands the macro + for pointing out that plugins from cRemote::PutMacro() and cRemote::CallPlugin() + need to be handled separately Marcel Schaeben for his "Easy Input" patch -- cgit v1.2.3