summaryrefslogtreecommitdiff
path: root/PLUGINS
AgeCommit message (Collapse)Author
2013-03-03The "Recording info" page of the skins that come with VDR now displays the ↵Klaus Schmidinger
name of the channel (if available) from which this recording was taken
2013-02-19The demos in the "osddemo" plugin can now also be ended with the "Back" keyKlaus Schmidinger
2013-02-17Some formatting fixes1.7.38Klaus Schmidinger
2013-02-17Removed trailing whitespaceKlaus Schmidinger
2013-02-13Added demos of the DrawEllipse() and DrawSlope() function to the 'osddemo' ↵Klaus Schmidinger
plugin
2013-01-25Returning 0 from cDvbSdFfDevice::NumProvidedSystems() if option --outputonly ↵Klaus Schmidinger
is given
2013-01-12Increased the version numbers of all plugins to reflect the recent Makefile ↵Klaus Schmidinger
changes
2013-01-12More Makefile changesKlaus Schmidinger
2013-01-06Modified the Makefiles, by default VDR is now built according to the FHSKlaus Schmidinger
2012-12-29Revoked 'Now using targets install-lib and install-i18n when building ↵Klaus Schmidinger
plugins locally'
2012-12-28Plugin Makefiles can now include a configuration file for compile time ↵Klaus Schmidinger
parameters
2012-12-27Now using targets "install-lib" and "install-i18n" when building plugins locallyKlaus Schmidinger
2012-12-27Increased the version numbers of all plugins to reflect the recent Makefile ↵Klaus Schmidinger
changes
2012-12-23Made LIBDIR and LOCDIR non-overwriteable in plugin MakefilesKlaus Schmidinger
2012-12-22Plugin Makefiles now use DESTDIR and the 'install' programKlaus Schmidinger
2012-12-21Fixed commentKlaus Schmidinger
2012-12-21Replaced some 'SOFILE: command not found with '$^'Klaus Schmidinger
2012-12-21The plugin Makefiles now have a separate 'install' targetKlaus Schmidinger
2012-12-19Removed some redundancy in the Makefile/Make.global/Make.config mechanismKlaus Schmidinger
2012-12-18Fixed setting the --package-name and --package-version options in the calls ↵Klaus Schmidinger
to xgettext in several plugin Makefiles
2012-12-18Added several missing "`ls $^`" in the calls to xgettext in plugin Makefiles ↵Klaus Schmidinger
and the "newplugin" script
2012-12-03Fixed some #include statements in plugins to use <vdr/...> instead of "vdr/..."Klaus Schmidinger
2012-04-28The new functions cControl::GetRecording() and cControl::GetHeader() can be ↵Klaus Schmidinger
used to retrieve information about what the current player is playing
2012-04-23The disk usage is no longer automatically added to the title of the main and ↵Klaus Schmidinger
"Recordings" menus
2012-03-13No longer using GetFont() (which is not thread safe) in the 'osddemo' pluginKlaus Schmidinger
2012-03-11Made the "overloaded-virtual" warning an error to detect hidden overloaded ↵Klaus Schmidinger
virtual functions
2012-03-11Added new parameter LiveView to ChannelSwitch()Klaus Schmidinger
2012-03-11Adapted menu column widths of 'skincurses' to the wider HD OSD sizesKlaus Schmidinger
2012-03-11Replaced some non-ASCII charactersKlaus Schmidinger
2012-03-10Added a new plugin interface for implementing EPG handlers1.7.26Klaus Schmidinger
2012-03-07Removed the obsolete function cEITScanner::UsesDevice(); added new parameter ↵Klaus Schmidinger
LiveView to cStatus::ChannelSwitch()
2012-03-07Removed the calls to EITScanner.UsesDevice(this) from dvb[hs]ddevice.cKlaus Schmidinger
2012-02-27Removed an obsolete command line optionKlaus Schmidinger
2012-02-27The code for the RCU remote control unit has been moved into a separate ↵Klaus Schmidinger
plugin named "rcu"
2012-02-17cReadDir::Next() now skips directory entries "." and ".."Klaus Schmidinger
2012-02-15Removed superfluous calls to SetVideoFormat() from device constructorsKlaus Schmidinger
2012-01-18Some improvements to the MakefilesKlaus Schmidinger
2012-01-08Added option -o to pic2mpgKlaus Schmidinger
2011-12-04Fixed handling images that are rotated by 180 degrees in pic2mpgKlaus Schmidinger
2011-08-27The dvbsddevice plugin now supports the new option --outputonlyKlaus Schmidinger
2011-08-21Direct access to several class members is now deprecatedKlaus Schmidinger
2011-08-14The pic2mpg script of the 'pictures' plugin now generates HD imagesKlaus Schmidinger
2011-07-23Fixed handling rotated imagesKlaus Schmidinger
2011-06-02Implemented signal strength and quality handlingKlaus Schmidinger
2011-05-21The primary device is now only avoided for recording if it is an old SD full ↵Klaus Schmidinger
featured card
2011-05-21Now sorting the source file names in the call to xgettextKlaus Schmidinger
2011-05-15Avoiding a gcc 4.6 compiler error in the skincurses pluginKlaus Schmidinger
2011-04-17Fixed a possible NULL pointer dereference in osddemo.cKlaus Schmidinger
2011-04-17Removed an obsolete local variable in dvbsdffosd.cKlaus Schmidinger
2011-03-28Some fixes in the "osddemo" pluginKlaus Schmidinger