From fc4c8740a72e6c7cea5a001e19fdacb63c3cc538 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 13 Jan 2008 18:00:00 +0100 Subject: =?UTF-8?q?Version=201.5.13=20-=20Fixed=20the=20declaration=20of?= =?UTF-8?q?=20cSubtitleObject::Decode8BppCodeString()=20(thanks=20to=20=20?= =?UTF-8?q?=20Gregoire=20Favre).=20-=20The=20new=20setup=20option=20"Misce?= =?UTF-8?q?llaneous/Emergency=20exit"=20can=20be=20used=20to=20turn=20off?= =?UTF-8?q?=20=20=20the=20automatic=20restart=20of=20VDR=20in=20case=20a?= =?UTF-8?q?=20recording=20fails=20for=20some=20reason.=20-=20The=20kInfo?= =?UTF-8?q?=20key=20is=20now=20propagated=20to=20any=20open=20menu,=20so?= =?UTF-8?q?=20that=20it=20can=20react=20to=20it=20=20=20in=20a=20context?= =?UTF-8?q?=20sensitive=20manner=20(suggested=20by=20Andreas=20Brugger).?= =?UTF-8?q?=20If=20there=20is=20=20=20no=20menu=20open=20it=20will=20show?= =?UTF-8?q?=20the=20info=20of=20the=20current=20broadcast=20or=20replay.?= =?UTF-8?q?=20-=20cTimeMs=20now=20uses=20the=20monotonic=20clock,=20if=20a?= =?UTF-8?q?vailable=20(thanks=20to=20Petri=20Hintukainen).=20-=20Fixed=20c?= =?UTF-8?q?Vector::Clear()=20and=20cStringList::Clear().=20-=20Added=20cSt?= =?UTF-8?q?ring::Truncate().=20-=20Fixed=20the=20"i18n:"=20target=20in=20t?= =?UTF-8?q?he=20"newplugin"=20script,=20so=20that=20it=20can=20create=20th?= =?UTF-8?q?e=20=20=20initial=20*.pot=20file.=20-=20Fixed=20handling=20the?= =?UTF-8?q?=20'-l'=20option.=20-=20Fixed=20error=20handling=20in=20cCuttin?= =?UTF-8?q?gThread::Action()=20(thanks=20to=20Udo=20Richter).=20-=20Fixed?= =?UTF-8?q?=20a=20loss=20of=20the=20date=20display=20in=20the=20"classic"?= =?UTF-8?q?=20skin's=20main=20menu=20(reported=20by=20=20=20Andreas=20Brug?= =?UTF-8?q?ger).=20-=20Added=20a=20missing=20setting=20of=20lastFreeMB=20i?= =?UTF-8?q?n=20cMenuMain::Update()=20(reported=20by=20=20=20Andreas=20Brug?= =?UTF-8?q?ger).=20-=20Added=20'-Wno-parentheses'=20to=20the=20compiler=20?= =?UTF-8?q?options=20in=20order=20to=20avoid=20silly=20compiler=20=20=20wa?= =?UTF-8?q?rnings=20for=20expressions=20like=20'a=20||=20b=20&&=20c',=20wh?= =?UTF-8?q?ere=20GCC=204.3=20wants=20to=20force=20the=20=20=20programmer?= =?UTF-8?q?=20to=20write=20'a=20||=20(b=20&&=20c)',=20while=20everybody=20?= =?UTF-8?q?knows=20that=20'&&'=20links=20=20=20stronger=20than=20'||'=20(r?= =?UTF-8?q?eported=20by=20Tobias=20Grimm).=20-=20Updated=20the=20Hungarian?= =?UTF-8?q?=20language=20texts=20(thanks=20to=20Istv=C3=A1n=20F=C3=BCley).?= =?UTF-8?q?=20-=20Fixed=20displaying=20weekday=20names=20in=20the=20Schedu?= =?UTF-8?q?le=20menu=20if=20the=20system=20uses=20UTF-8=20=20=20(reported?= =?UTF-8?q?=20by=20Jiri=20Dobry).=20-=20The=20new=20plugin=20"pictures"=20?= =?UTF-8?q?implements=20a=20simple=20picture=20viewer.=20=20=20See=20PLUGI?= =?UTF-8?q?NS/src/pictures/README=20for=20details.=20-=20The=20automatic?= =?UTF-8?q?=20shutdown=20is=20now=20suppressed=20if=20the=20remote=20contr?= =?UTF-8?q?ol=20is=20currently=20=20=20disabled=20(suggested=20by=20Helmut?= =?UTF-8?q?=20Auer,=20implemented=20by=20Udo=20Richter).=20-=20Added=20a?= =?UTF-8?q?=20section=20about=20"Logging"=20to=20PLUGINS.html=20(suggested?= =?UTF-8?q?=20by=20Torsten=20Kunkel).=20-=20Enhanced=20the=20SVDRP=20comma?= =?UTF-8?q?nd=20CLRE=20to=20allow=20clearing=20the=20EPG=20data=20of=20a?= =?UTF-8?q?=20particular=20=20=20channel=20(thanks=20to=20Benjamin=20Hess)?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTORS | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 60a99e7..7f5acb8 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -531,6 +531,7 @@ Gregoire Favre for translating OSD texts to the French language for suggesting to initiate an "emergency exit" if there are UPT errors during a recording + for fixing the declaration of cSubtitleObject::Decode8BppCodeString() Sven Grothklags for fixing the cutting mechanism to make it re-sync in case a frame is larger @@ -590,6 +591,8 @@ Helmut Auer for a patch that was used to implement the SVDRP command REMO for reporting a possible crash in decoding filename characters in case there are not two hex digits after the '#' + for suggesting to suppress the automatic shutdown if the remote control is + currently disabled Jeremy Hall for fixing an incomplete initialization of the filter parameters in eit.c @@ -1547,6 +1550,8 @@ Udo Richter for fixing a new[]/delete mismatch in cMenuEditStrItem::LeaveEditMode() for improving shutdown handling for making housekeeping wait for a while after a replay has ended + for fixing error handling in cCuttingThread::Action() + for suppressing the automatic shutdown if the remote control is currently disabled Sven Kreiensen for his help in keeping 'channels.conf.terr' up to date @@ -1599,6 +1604,10 @@ Andreas Brugger for reporting a typo in the change to the "Use small font" setup option in version 1.3.47 in the HISTORY and CONTRIBUTORS file for reporting a missing 'const' in cRecordingInfo::ChannelID() + for suggesting to propagate the kInfo key to any open menu, so that it can react to + it in a context sensitive manner + for reporting a loss of the date display in the "classic" skin's main menu + for reporting a missing setting of lastFreeMB in cMenuMain::Update() Dino Ravnic for fixing some characters in the iso8859-2 font file @@ -1940,6 +1949,7 @@ Petri Hintukainen 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 + for making cTimeMs use the monotonic clock Marcel Schaeben for his "Easy Input" patch @@ -2060,6 +2070,7 @@ Tobias Grimm for fixing a memory leak in handling external EPG data for fixing a memory leak in closing the video file during replay for fixing deleting the 'skinDescriptions' in cMenuSetupOSD::~cMenuSetupOSD() + for reporting that GCC 4.3 issues a silly warning for expressions like 'a || b && c' Helge Lenz for reporting a bug in setting the 'Delta' parameter when calling the shutdown @@ -2228,6 +2239,7 @@ Elias Luttinen Torsten Kunkel for pointing out that it was not obvious how to initiate internationalization support for a plugin + for suggesting to add a section about "Logging" to PLUGINS.html Michael Nival for translating OSD texts to the French language @@ -2240,3 +2252,14 @@ Lauri Nurmi Mario Ivankovits for fixing a crash if no fonts are found + +István Füley + for translating OSD texts to the Hungarian language + +Jiri Dobry + for reporting a bug in displaying weekday names in the Schedule menu if the system + uses UTF-8 + +Benjamin Hess + for enhancing the SVDRP command CLRE to allow clearing the EPG data of a particular + channel -- cgit v1.2.3