From 48fd2b04e9010bb67e19f33e8c7506a976b70e90 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 15 Dec 2002 18:00:00 +0100 Subject: =?UTF-8?q?Version=201.1.20=20-=20Now=20checking=20if=20there=20is?= =?UTF-8?q?=20a=20connection=20to=20the=20keyboard=20(thanks=20to=20Jaakko?= =?UTF-8?q?=20Hyv=C3=A4tti)=20=20=20and=20only=20creating=20the=20KBD=20re?= =?UTF-8?q?mote=20control=20if=20VDR=20is=20running=20in=20the=20foregroun?= =?UTF-8?q?d.=20-=20Fixed=20taking=20an=20active=20SVDRP=20connection=20in?= =?UTF-8?q?to=20account=20when=20doing=20shutdown=20(thanks=20=20=20to=20G?= =?UTF-8?q?regoire=20Favre=20for=20reporting=20this=20one).=20-=20Changed?= =?UTF-8?q?=20setting=20of=20CXX=20and=20CXXFLAGS=20variables=20in=20Makef?= =?UTF-8?q?ile,=20so=20that=20an=20externally=20=20=20defined=20value=20wi?= =?UTF-8?q?ll=20be=20taken=20if=20present=20(suggested=20by=20Robert=20Sch?= =?UTF-8?q?iele).=20=20=20Plugin=20authors=20should=20please=20change=20th?= =?UTF-8?q?e=20lines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CXX = g++ CXXFLAGS = -O2 -Wall -Woverloaded-virtual in their Makefile to CXX ?= g++ CXXFLAGS ?= -O2 -Wall -Woverloaded-virtual - Fixed recording overlapping timers on the same channel in case DO_REC_AND_PLAY_ON_PRIMARY_DEVICE and/or DO_MULTIPLE_RECORDINGS is not defined (thanks to Jaakko Hyvätti). - No longer stopping/restarting the DMX when switching audio channels (thanks to Sven Goethel). - Fixed high CPU load in 'Transfer Mode' (thanks to Oliver Endriss). - If a PC keyboard is used as remote control, the string entry fields in the menus now accept character input directly (however, this works only for keys that are not otherwise defined as remote control keys). Also, plugins can switch the cKbdRemote class into "raw mode", where all keyboard input will be made available through the new 'kKbd' key code and none of it will be processed as normal remote control functions (thanks to Jan Rieger for suggestions and testing). - Fixed deleting characters in string entry fields in 'insert' mode. - Now using "Doxygen" to generate source documentation (thanks to Walter Stroebel for providing an initial 'Doxyfile' configuration and adjusting some comments). See INSTALL for information how to do this. Some function descriptions have already been adapted to Doxygen, more will follow. --- CONTRIBUTORS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'CONTRIBUTORS') diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 9709026..86ca1e7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -386,6 +386,7 @@ Rudi Hofer (Rudi.Hofer@cadsoft.de) Gregoire Favre for fixing some function headers to make them compile with gcc 3.x + for reporting a bug in taking an active SVDRP connection into account when doing shutdown Sven Grothklags for fixing the cutting mechanism to make it re-sync in case a frame is larger @@ -438,6 +439,7 @@ Oliver Endriss it kicked in for providing examples for 'diseqc.conf' for improving deleting stale lock files + for fixing high CPU load in 'Transfer Mode' Reinhard Walter Buchner for adding some satellites to 'sources.conf' @@ -453,6 +455,8 @@ Andy Carter Robert Schiele for his help in keeping 'channels.conf.cable' up to date for reporting some faulty default parameter initializations + for suggesting to only set the Makefile variables CXX and CXXFLAGS if they are not + yet defined Gerhard Steiner for suggesting that the SVDRP command PUTE shall trigger an immediate write of @@ -464,6 +468,9 @@ Gerhard Steiner Jaakko Hyvätti for translating OSD texts to the Finnish language + for adding a check if there is a connection to the keyboard + for fixing recording overlapping timers on the same channel in case + DO_REC_AND_PLAY_ON_PRIMARY_DEVICE and/or DO_MULTIPLE_RECORDINGS is not defined Dennis Noordsij for reporting a small glitch when switching channels @@ -504,3 +511,12 @@ Gerald Berwolf Thomas Sailer for pointing out how to set the terminal parameters to read from the keyboard + +Sven Goethel + for making switching audio channels work without stopping/restarting the DMX + +Jan Rieger + for suggestions and testing raw keyboard input + +Walter Stroebel + for introducing "Doxygen" to document the VDR source code -- cgit v1.2.3