summaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Collapse)Author
2007-08-11Switched I18N to gettextKlaus Schmidinger
2007-07-28All logging now goes to LOG_ERRKlaus Schmidinger
2007-07-20Fixed a typo in the function name of cOsd::SetOsdPosition() and added a ↵Klaus Schmidinger
range check to it
2007-07-20Fixed a buffer overflow in initializing the system character tableKlaus Schmidinger
2007-06-23Fixed a name clash between skincurses.c and the new cOsd position functionsKlaus Schmidinger
2007-06-13Increased APIVERSION (forgot to do that in 1.5.2 and 1.5.3)Klaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
2007-04-28Fixed some spelling errors in 'newplugin'Klaus Schmidinger
2007-03-03Updated the Finnish OSD textsKlaus Schmidinger
2007-02-25Made "Channel entry timeout" a setup parameter1.5.1Klaus Schmidinger
2007-02-25Changed "Menu button closes" to "Menu key closes"; cleaned up "button" vs. ↵Klaus Schmidinger
"key" in MANUAL
2007-02-25Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP ↵Klaus Schmidinger
forces reload; cThread::EmergencyExit() replaced by ShutdownHandler.RequestEmergencyExit()
2007-01-13Added cDevice::HasCi() so that devices with Common Interface can be avoided ↵Klaus Schmidinger
when tuning to an FTA channel
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM ↵1.5.0Klaus Schmidinger
selection
2007-01-07Official release of version 1.4.51.4.5Klaus Schmidinger
2007-01-04Fixed a possible segfault if VDR gets terminated while a message is displayedKlaus Schmidinger
2006-12-03Added '#include <stdint.h>' to font.h; added a compatibility define for ↵Klaus Schmidinger
'uint64' to tools.h
2006-12-01Added a missing 'const' to cRecordingInfo::ChannelID()Klaus Schmidinger
2006-12-01Fixed a possible segfault in cSkins::Message()Klaus Schmidinger
2006-11-04Fixed displaying the replay mode symbol in case of "Multi speed mode"1.4.4Klaus Schmidinger
2006-10-28Fixed deleting EPG events that have a running status of "pausing" or higherKlaus Schmidinger
2006-10-20Fixed setting audio track descriptions after a replay has been stoppedKlaus Schmidinger
2006-10-14Keys from expanded key macros are now put into the front of the key queueKlaus Schmidinger
2006-10-09Fixed clearing an event's Title, ShortText and Description in case the data ↵Klaus Schmidinger
comes from an external source
2006-09-24The function cThread::Cancel() now only sets 'running' to false and does not ↵Klaus Schmidinger
actually kill the thread if the special value -1 is given
2006-09-23Official release of version 1.4.31.4.3Klaus Schmidinger
2006-09-10Added --remove-destination to the 'cp' command for binaries in the Makefiles ↵Klaus Schmidinger
of the plugins
2006-09-08Fixed cTimer::operator=() in case a cTimer variable is assigned to itself; ↵Klaus Schmidinger
implemented a copy constructor for cTimer
2006-09-01Added LC_ALL to the checks for UTF-8 at startupKlaus Schmidinger
2006-08-27Revoked the change to cDevice::GetDevice() that was introduced in version ↵1.4.2Klaus Schmidinger
1.4.1-2
2006-08-14Fixed setting additional audio PIDs in CAMsKlaus Schmidinger
2006-08-12Fixed converting the port number in the "connect from..." log message of SVDRPKlaus Schmidinger
2006-07-29Increased the APIVERSION to allow plugins that relied on the ↵Klaus Schmidinger
cStatus::MsgSetVolume() bug to react properly
2006-07-29Fixed assigning schedules to channels in case there is no initial EPG ↵Klaus Schmidinger
information
2006-06-24Fixed the Makefile of the 'servicedemo' plugin, so that it defines the ↵Klaus Schmidinger
PLUGIN macro; added a comment regarding the PLUGIN macro to the 'newplugin' script
2006-06-15Added "-fPIC" to the compiler options in Make.config.template when compiling ↵Klaus Schmidinger
plugins
2006-06-11Reduced logging for the SVDRP GRAB command1.4.1Klaus Schmidinger
2006-05-28Removed all the compatibility '#if APIVERSNUM...' stuff and instead ↵Klaus Schmidinger
increased the API version number
2006-05-28Fixed the PremiereContentTransmissionDescriptor in 'libsi'Klaus Schmidinger
2006-05-19Modified the Makefile to copy additional libraries a plugin might provideKlaus Schmidinger
2006-05-07Now using the event's start time when checking against VPS marginKlaus Schmidinger
2006-04-29Fixed handling the "Power" key in case a recording is going on and no plugin ↵Klaus Schmidinger
is active
2006-04-28Fixed handling the cPluginManager::Active() result when pressing the "Power" keyKlaus Schmidinger
2006-04-24Fixed initializing 'noapiv' in the MakefileKlaus Schmidinger
2006-04-21Updated the GPL copiesKlaus Schmidinger
2006-04-16Implemented APIVERSION for the VDR plugin API version numberKlaus Schmidinger
2006-04-14Updated the Finnish OSD textsKlaus Schmidinger
2006-04-09The initial channel and volume can now be defined in the ↵Klaus Schmidinger
"Setup/Miscellaneous" menu
2006-03-31Fixed handling broken PMT recordsKlaus Schmidinger
2006-02-28Fixed updating the "Info" button in the "Timers" menuKlaus Schmidinger