summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-04-24Fixed extracting APIVERSION to work with older versions of 'sed'; Fixed ↵Klaus Schmidinger
broken APIVERSION extraction line in 'newplugin'
2006-04-24Fixed initializing 'noapiv' in the MakefileKlaus Schmidinger
2006-04-23Ignoring k_Repeat when deciding whether the same key has been pressed in ↵1.3.48Klaus Schmidinger
string input fields
2006-04-23channels.confKlaus Schmidinger
2006-04-23Fixed a format string in recording.c to avoid a compiler warning on 64bit ↵Klaus Schmidinger
systems
2006-04-23Added an error message about plugins that don't honor APIVERSION in their ↵Klaus Schmidinger
Makefile
2006-04-23Fixed some missing '-' in the German OSD textsKlaus Schmidinger
2006-04-23Fixed a Finnish OSD textKlaus Schmidinger
2006-04-22Moved 'VPS' to a separate sectionKlaus Schmidinger
2006-04-22Fixed handling empty titles in cEvent::FixEpgBugs()Klaus Schmidinger
2006-04-22Extended the version number reported with the '-V' option to also show the ↵Klaus Schmidinger
current APIVERSION
2006-04-22Modified the German OSD texts to be "less technical"Klaus Schmidinger
2006-04-22Updated the Swedish OSD textsKlaus Schmidinger
2006-04-22Simplified the 'grep|awk|sed' command to retrieve the VDR/APIVERSION to a ↵Klaus Schmidinger
single 'sed' call
2006-04-22Fixed wrong credits for the patch that was used to implement cPlugin::Active()Klaus Schmidinger
2006-04-22Updated the Slovenian OSD textsKlaus Schmidinger
2006-04-22Updated the Finnish OSD textsKlaus Schmidinger
2006-04-22Updated the Russian OSD textsKlaus Schmidinger
2006-04-22Updated the Danish OSD textsKlaus Schmidinger
2006-04-22Updated the Romanian OSD textsKlaus Schmidinger
2006-04-22Updated the Estonian OSD textsKlaus Schmidinger
2006-04-22Updated the French OSD textsKlaus Schmidinger
2006-04-22Updated the Finnish OSD textsKlaus Schmidinger
2006-04-22Updated the Polish OSD textsKlaus Schmidinger
2006-04-21Fixed several spelling errorsKlaus Schmidinger
2006-04-21Updated the GPL copiesKlaus Schmidinger
2006-04-17Stripped some trailing whitespace1.3.47Klaus Schmidinger
2006-04-17channels.confKlaus Schmidinger
2006-04-17Added the UPDATE-1.4.0 fileKlaus Schmidinger
2006-04-17Some comment cleanupsKlaus Schmidinger
2006-04-17Moved calling PluginManager.MainThreadHook() to the end of the main loopKlaus Schmidinger
2006-04-17The new function cPlugin::MainThreadHook() can be used by plugins to perform ↵Klaus Schmidinger
actions in the context of the main program thread
2006-04-17The cRemote::CallPlugin() function now has a boolean return value that tells ↵Klaus Schmidinger
the caller whether initiating the plugin call was successful
2006-04-16No longer using characters 0x01 and 0x02 for mapping single quote and slash ↵Klaus Schmidinger
in recording names
2006-04-16Changed the behaviour of the "Use small font" setup option to *always* use ↵Klaus Schmidinger
the small font if set to '3' - even if it would have been a fixed font
2006-04-16Updated the INSTALL file's section about non-VDR files in the video directoryKlaus Schmidinger
2006-04-16Added format check to syslog_with_tid()Klaus Schmidinger
2006-04-16Now going into the "Edit timer" menu if a newly created timer starts soonKlaus Schmidinger
2006-04-16Implemented APIVERSION for the VDR plugin API version numberKlaus Schmidinger
2006-04-16Added diff for removing DVBDIR from plugin MakefilesKlaus Schmidinger
2006-04-15The "Update channels" parameter in the "Setup/DVB" menu has been extended to ↵Klaus Schmidinger
allow updating only the PIDs
2006-04-15Implemented kChanPrevKlaus Schmidinger
2006-04-15Implemented kNext and kPrev keysKlaus Schmidinger
2006-04-15Removed DVBDIR from Makefile; it's now defined in Make.config if necessaryKlaus Schmidinger
2006-04-15Fixed setting the 'Delta' parameter when calling the shutdown script with no ↵Klaus Schmidinger
active timer
2006-04-15Implemented cPlugin::Active()Klaus Schmidinger
2006-04-15Updated the Danish OSD textsKlaus Schmidinger
2006-04-14The preferred audio language is now automatically selected when starting replayKlaus Schmidinger
2006-04-14Fixed the vdr.1 man page (a single DVB card can record and do live tv)Klaus Schmidinger
2006-04-14Reintroduced the log message "deleting plugin: ..." when shutting down VDRKlaus Schmidinger