summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-01-06Modified the Makefiles, by default VDR is now built according to the FHSKlaus Schmidinger
2013-01-03Added a remark indicating that the coordinates of Rect in a call to ↵Klaus Schmidinger
cDevice::CanScaleVideo() are in the range of the width and height returned by GetOsdSize()
2012-12-30Added maximum SNR value for PCTV Systems nanoStick T2 290eKlaus Schmidinger
2012-12-30Added maximum SNR value for PCTV Systems PCTV 73ESE1.7.35Klaus Schmidinger
2012-12-30Checking "PKGCFG" instead of "Make.global" to see if a plugin uses an old ↵Klaus Schmidinger
style Makefile
2012-12-29Removed "include" from the DVBDIR setting in the VDR MakefileKlaus Schmidinger
2012-12-29Re-enabled building plugins that still use pre-version-1.7.34 MakefilesKlaus 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-27Using relative paths again when building plugins locallyKlaus Schmidinger
2012-12-27Added MANDIR to the vdr.pc fileKlaus Schmidinger
2012-12-27Now using targets "install-lib" and "install-i18n" when building plugins locallyKlaus Schmidinger
2012-12-27Changed "==" to "=" in the Makefile to make it POSIX styleKlaus Schmidinger
2012-12-27DVBDIR is now conveyed to plugins via the CFLAGS; removed some redundancy ↵Klaus Schmidinger
from Make.config.template
2012-12-27Increased the version numbers of all plugins to reflect the recent Makefile ↵Klaus Schmidinger
changes
2012-12-27Making sure that plugins include the VDR header files from the actual VDR ↵Klaus Schmidinger
source directory when doing "make plugins"
2012-12-24Added notes from HISTORYKlaus Schmidinger
2012-12-24Fixed replaying ongoing recordings from other VDR instances1.7.34Klaus Schmidinger
2012-12-23Setting mcPluginSetup for plugin setup menusKlaus Schmidinger
2012-12-23Fixed cIndexFile::GetNextIFrame() to properly handle the case where the very ↵Klaus Schmidinger
last frame is an I-frame
2012-12-23Fixed replay stuttering close to the end of an ongoing recordingKlaus Schmidinger
2012-12-23DESTDIR is now used in 'install-plugins'Klaus Schmidinger
2012-12-23Made LIBDIR and LOCDIR non-overwriteable in plugin MakefilesKlaus Schmidinger
2012-12-23Removed obsolete i18n textsKlaus Schmidinger
2012-12-23Updated the Italian OSD textsKlaus Schmidinger
2012-12-22Plugin Makefiles now use DESTDIR and the 'install' programKlaus Schmidinger
2012-12-21Fixed CDEFINESKlaus Schmidinger
2012-12-21Fixed commentKlaus Schmidinger
2012-12-21Replaced some 'SOFILE: command not found with '$^'Klaus Schmidinger
2012-12-21Added the new menu categories mcChannelEdit, mcTimerEdit, mcScheduleNow, ↵Klaus Schmidinger
mcScheduleNext, mcRecordingInfo, mcPluginSetup, mcSetupOsd, mcSetupEpg, mcSetupDvb, mcSetupLnb, mcSetupCam, mcSetupRecord, mcSetupReplay, mcSetupMisc and mcSetupPlugins
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-18Added "-D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE" to ↵Klaus Schmidinger
the DEFINES in the Makefile
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-15Fixed cOsd::GetBitmap() to always return NULL if a non-exising area is requestedKlaus Schmidinger
2012-12-11Updated the Estonian OSD textsKlaus Schmidinger
2012-12-11Changed the type of the TimerMatch parameter in ↵Klaus Schmidinger
cSkinDisplayMenu::SetItemEvent() from 'int' to 'eTimerEvent'
2012-12-08Fixed a typoKlaus Schmidinger
2012-12-08The new functions SetItemEvent(), SetItemTimer(), SetItemChannel() and ↵1.7.33Klaus Schmidinger
SetItemRecording() of the cSkinDisplayMenu class can be reimplemented by skin plugins to display these items in a more elaborate way than just a simple line of text
2012-12-07Only handling decimal point in atod() and dtoa() if it differs from '.'Klaus Schmidinger
2012-12-06Added notes from HISTORYKlaus Schmidinger
2012-12-06Modified behavior of Play/Pause key in fast and slow modesKlaus Schmidinger
2012-12-06Changed reading and writing of floating point numbers into configuration ↵Klaus Schmidinger
files to make it independent of the decimal point used in the current locale
2012-12-05The new option "Setup/Replay/Progress display time" can be used to activate ↵Klaus Schmidinger
automatically displaying the progress display whenever replay of a recording is started
2012-12-05Fixed creating the edited version directory if a relative file name is given ↵Klaus Schmidinger
in the call to 'vdr --edit'
2012-12-05When regenerating the index of a recording, the frame rate stored in the ↵Klaus Schmidinger
info file is now automatically fixed if it differs from the value detected by the frame detector
2012-12-05The new option Setup/Replay/PauseOnMarkSet can be used to activate ↵Klaus Schmidinger
automatically going into Pause mode if an editing mark is set during replay
2012-12-05The new option "Setup/Replay/Pause on mark set" can be used to activate ↵Klaus Schmidinger
automatically going into Pause mode if an editing mark is set during replay
2012-12-04Implemented Play/Pause keyKlaus Schmidinger