summaryrefslogtreecommitdiff
path: root/HISTORY
AgeCommit message (Collapse)Author
2015-02-09Added an empty target to the Makefile to make sure the sub-make for libsi is ↵Klaus Schmidinger
always called
2015-02-09Increased the width of the left text column in the Setup menus to avoid ↵Klaus Schmidinger
cutting off German texts
2015-02-09Updated the Estonian OSD textsKlaus Schmidinger
2015-02-09Added credit for Clemens BrauersKlaus Schmidinger
2015-02-09Added "#REMOTE=LIRC" to Make.config.templateKlaus Schmidinger
2015-02-09Updated the Ukrainian OSD textsKlaus Schmidinger
2015-02-09Updated the Romanian OSD textsKlaus Schmidinger
2015-02-09Updated the Macedonian OSD textsKlaus Schmidinger
2015-02-09Updated the Finnish OSD textsKlaus Schmidinger
2015-02-08Added the UPDATE-2.2.0 file2.1.9Klaus Schmidinger
2015-02-08Added credit for Stefan HerdlerKlaus Schmidinger
2015-02-07Modified EntriesOnSameFileSystem(), so that it returns 'true' if either of ↵Klaus Schmidinger
the given; changed handling the 'error' variable in cDirCopier
2015-02-07Added a confirmation before renaming a recording to its folder nameKlaus Schmidinger
2015-02-07Fixed setting an empty recording name or folder to a blank in the "Edit ↵Klaus Schmidinger
recording" menu
2015-02-07Changed "binary" to "adaptive"Klaus Schmidinger
2015-02-07Fixed a typoKlaus Schmidinger
2015-02-06cDvbPlayer and cReplayControl now use the same list of editing marksKlaus Schmidinger
2015-02-06Changed the naming of "binary skip mode" to "adaptive skip mode"Klaus Schmidinger
2015-02-05Fixed cMarks::GetNextBegin() and cMarks::GetNextEnd()Klaus Schmidinger
2015-02-05Updated sources.conf to reflect the fact that Astra 4A and SES5 are actually ↵Klaus Schmidinger
in two separate positions
2015-02-05Changed the German translations if the texts related to "binary skipping"Klaus Schmidinger
2015-02-05Modified runvdr.template to improve compatibility with the "bash" and "dash" ↵Klaus Schmidinger
shells
2015-02-05Updated the Hungarian OSD textsKlaus Schmidinger
2015-02-05Fixed the German translations of "latitude" and "longitude" (they were swapped)Klaus Schmidinger
2015-02-05Updated the Italian OSD texts (cont'd)Klaus Schmidinger
2015-02-04The "Select folder" menu now adds the folder names of all existing ↵Klaus Schmidinger
recordings to any names that have been predefined in "folders.conf"
2015-02-04Updated the Italian OSD textsKlaus Schmidinger
2015-02-04In the "Edit recording" menu the '0' key can now be used on the "Name:" ↵Klaus Schmidinger
field to remove the name of the recording and replace it with the last element of the recording's folder path name
2015-02-04Added "NORDIG" to the list of "DVB/Standard compliance" options and using it ↵Klaus Schmidinger
to restrict the LCN (Logical Channel Numbers) parsing to networks that actually use this non-standard feature
2015-02-03Fixed setting the Blue button in the Schedule/Now/Next menus, so that it ↵Klaus Schmidinger
only shows "Switch" if the selected event is on a different channel
2015-02-03Fixed switching channels in the Schedule menu after going through various ↵Klaus Schmidinger
Now and Schedule menus for different channels
2015-02-03Updated the Hungarian OSD textsKlaus Schmidinger
2015-02-03Updated the Romanian OSD textsKlaus Schmidinger
2015-02-03Updated the Ukrainian OSD textsKlaus Schmidinger
2015-02-03Updated the Estonian OSD textsKlaus Schmidinger
2015-02-03Updated the Finnish OSD textsKlaus Schmidinger
2015-02-02Added a missing VDRDIR="$(CWD)" to the clean-plugins target of the MakefileKlaus Schmidinger
2015-02-02Fixed cCamSlot::Assign(), so that it actually ignores the value of Query if ↵Klaus Schmidinger
Device is NULL (as described in the header file)
2015-02-02Added "Setup/Replay/Binary skip strict"Klaus Schmidinger
2015-02-02Added code from the "jumpplay" patch that makes the recording still be ↵Klaus Schmidinger
considered unviewed when stopping replay within RESUMEBACKUP seconds of the first mark
2015-02-02Added SDNOTIFY, NO_KBD and BIDI to Make.config.templateKlaus Schmidinger
2015-02-02Updated the Lithuanian OSD textsKlaus Schmidinger
2015-02-01Fixed the Finnish translation of "Binary skip timeout (s)"Klaus Schmidinger
2015-02-01Fixed the German translation of "VDR will shut down later - press Power to ↵Klaus Schmidinger
force"
2015-02-01Fixed the German translation of "Binary skip timeout (s)"Klaus Schmidinger
2015-02-01Fixed a memory leak in case of broken Extended Event DescriptorsKlaus Schmidinger
2015-02-01Added support for LCN (Logical Channel Numbers)2.1.8Klaus Schmidinger
2015-02-01Removed a superfluous entryKlaus Schmidinger
2015-02-01Fixed setting the read index in cDvbPlayer::Goto() in case Still is false; ↵Klaus Schmidinger
The function cDvbPlayer::Goto() now automatically calls Play() if Still is false
2015-01-31Made cRecording::GetResume() publicKlaus Schmidinger