summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-12-27Now handing down the recording filter to sub menusKlaus Schmidinger
2013-12-27Avoiding double entries when externally renaming a recordingKlaus Schmidinger
2013-12-25Added a note to ePlayMode in device.h that VDR itself always uses ↵Klaus Schmidinger
pmAudioVideo when replaying a recording
2013-12-25cDevice::TrickSpeed() now has an additional parameter named ForwardKlaus Schmidinger
2013-12-25Made it clear that the Data parameter in cDevice::StillPicture() may point ↵Klaus Schmidinger
to a series of packets, not just a single one
2013-12-25Added handling UTF-8 'umlaut' characters to cKbdRemoteKlaus Schmidinger
2013-12-25The Recordings menu can now be called with a cRecordingFilterKlaus Schmidinger
2013-12-25Fixed setting the name of the video directory to avoid a crash when using ↵Klaus Schmidinger
--genindex, and also to use the correct directory with --edit
2013-12-25Added a missing closing ')' in the help and man page entry of the --vfat optionKlaus Schmidinger
2013-12-24Fixed a possible crash if the recordings list is updated externally while ↵Klaus Schmidinger
the Recordings menu is open
2013-11-16Fixed uninitialized item area coordinates in cSkinLCARSDisplayMenuKlaus Schmidinger
2013-11-15Simplified some conditional expressions in skinlcars.c and skinsttng.cKlaus Schmidinger
2013-11-15Fixed a missing initialization in the c'tor of cSkinLCARSDisplayChannelKlaus Schmidinger
2013-11-11Updated the Italian OSD textsKlaus Schmidinger
2013-11-04Fixed a typoKlaus Schmidinger
2013-11-04Removed '_' from the FileNameChars and CharMap translations in uk_UA.poKlaus Schmidinger
2013-11-04Changes in the teletext PID no longer cause retuningKlaus Schmidinger
2013-11-03Fixed some typosKlaus Schmidinger
2013-11-03The new menu category mcRecordingEdit is now used to mark menus that edit ↵Klaus Schmidinger
recording properties
2013-11-03Fixed a possible access to uninitialized data in cEIT::cEIT()Klaus Schmidinger
2013-11-03In the "Select folder" menu pressing Ok now selects the folder, even if this ↵Klaus Schmidinger
is a folder that contains sub folders
2013-10-30Added code for parsing LCN and AVC descriptors to libsiKlaus Schmidinger
2013-10-30Changed the absolute latitude limit for visible satellites to 81.2 degreesKlaus Schmidinger
2013-10-29The LIRC remote control now connects to the socket even if it doesn't yet ↵Klaus Schmidinger
exist whe VDR is started
2013-10-23Added entries for version 2.0.4Klaus Schmidinger
2013-10-23Updated the Finnish OSD textsKlaus Schmidinger
2013-10-21Revoked "Added maximum signal strength value for TechniSat SkyStar 2 DVB-S ↵Klaus Schmidinger
rev 2.3P"
2013-10-21When cutting a recording it is now checked whether there is already an ↵Klaus Schmidinger
edited version of this recording
2013-10-21Changed the name of the SVDRP command RENR to MOVRKlaus Schmidinger
2013-10-20Fixed some compiler warnings with gcc-4.6.3Klaus Schmidinger
2013-10-20Updated the Finnish OSD textsKlaus Schmidinger
2013-10-20Changed the return value of cPositioner::HorizonLongitude() to 0 in case the ↵Klaus Schmidinger
latitude of the antenna location is beyond +/-81 degrees
2013-10-19Adjusted release date2.1.2Klaus Schmidinger
2013-10-19Bumped the APIVERSIONKlaus Schmidinger
2013-10-16Restoring the source recording in case copying failsKlaus Schmidinger
2013-10-16Fixed an inconsistent behavior between opening the Recordings menu manually ↵Klaus Schmidinger
via the main menu and by pressing the Recordings key
2013-10-14Fixed handling actions in Recordings Info/Edit in case the recording is ↵Klaus Schmidinger
being replayed
2013-10-14Added refreshing the recording in the Recording Info/Edit menusKlaus Schmidinger
2013-10-13Added maximum signal strength value for TechniSat SkyStar 2 DVB-S rev 2.3PKlaus Schmidinger
2013-10-12The function cRecordings::MBperMinute() now only takes into account ↵Klaus Schmidinger
recordings with less than 5 seconds per megabyte
2013-10-12Revised the section on "Learning the remote control keys" in the INSTALL fileKlaus Schmidinger
2013-10-12Changed cRecorder::Action() to use cTimeMs instead of time()Klaus Schmidinger
2013-10-12Now also checking the source (in addition to the transponder) when setting ↵Klaus Schmidinger
the system time from the TDT
2013-10-11Fixed writing group separators to channels.conf that contain a commaKlaus Schmidinger
2013-10-11Updated the Italian OSD textsKlaus Schmidinger
2013-10-11Removed the deprecated VideoDirectory variableKlaus Schmidinger
2013-10-10Changed some variable names in positioner.c to match the names used in the ↵Klaus Schmidinger
page with the explanation on vdr-portal.de
2013-10-10Fixed a commentKlaus Schmidinger
2013-10-10Added renaming and moving recordings and folders, and editing a recording's ↵Klaus Schmidinger
priority and lifetime; added cutting queue
2013-09-11Removed the code for distributing recordings over several video directories; ↵Klaus Schmidinger
added the cVideoDirectory plugin API