summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
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-07Fixed a deadlock in accessing marksKlaus 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-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-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-02Added "Setup/Replay/Binary skip strict"Klaus 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-31Now also checking the CAM slot's priority when activating a CAMKlaus Schmidinger
2015-01-31Modified behavior of the '8' key during replayKlaus Schmidinger
2015-01-30Added support for smart card activationKlaus Schmidinger
2015-01-29Changed unit and range for binary skip timeoutKlaus Schmidinger
2015-01-27The keys '1' and '3' can now be used in replay mode to position an editing ↵Klaus Schmidinger
mark in "binary" mode
2015-01-26Added functionality based on the "jumpplay" patchKlaus Schmidinger
2015-01-15Added cOsdProvider::OsdSizeChanged()Klaus Schmidinger
2015-01-15Plugins can now implement the function SetMenuSortMode() in their skin ↵Klaus Schmidinger
objects derived from cSkinDisplayMenu, to get informed about the currently used sort mode
2015-01-14Added the channel name to log messages that reference a channelKlaus Schmidinger
2015-01-13Fixed jumping to an absolute position via the Red key in case replay was pausedKlaus Schmidinger
2015-01-12Added the new parameters "Setup/Miscellaneous/Volume steps" and ".../Volume ↵Klaus Schmidinger
linearize"
2014-03-16Added support for "Pilot", "T2-System-Id" and "SISO/MISO" parametersKlaus Schmidinger
2014-03-09The Recordings menu now remembers the last recording the cursor was ↵Klaus Schmidinger
positioned on
2014-03-09Removed an unnecessary assignment from cMenuRecordings::~cMenuRecordings()Klaus Schmidinger
2014-02-26Fixed keeping the current position in the Recordings menu if a recording was ↵Klaus Schmidinger
deleted in a sub folder
2014-02-08Fixed some compiler warnings with Clang 3.4.1Klaus Schmidinger
2014-01-30Fixed clearing non-editable members in the channel editorKlaus Schmidinger
2014-01-29Fixed sorting recordings by time in the Recordings menu if ↵Klaus Schmidinger
"Setup/OSD/Recording directories" is set to "no"
2014-01-25Fixed a superfluous call to the skin's SetRecording() function after ↵Klaus Schmidinger
renaming a recording
2013-12-27Now handing down the recording filter to sub menusKlaus Schmidinger
2013-12-25The Recordings menu can now be called with a cRecordingFilterKlaus Schmidinger
2013-11-03The new menu category mcRecordingEdit is now used to mark menus that edit ↵Klaus Schmidinger
recording properties
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-21When cutting a recording it is now checked whether there is already an ↵Klaus Schmidinger
edited version of this recording
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-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
2013-09-07The Yellow button in the main menu no longer acts as "Pause" if "Pause key ↵Klaus Schmidinger
handling" is set to "do not pause live video"
2013-09-07Unified the internal sequence of actions when pressing the Blue and the Back ↵Klaus Schmidinger
key, respectively, during replay
2013-08-21Added basic support for positioners to control steerable satellite dishesKlaus Schmidinger
2013-04-27Fixed displaying the frame number when setting an editing markKlaus Schmidinger
2013-04-27Fixed multiple occurrences of the same directory in the recordings list in ↵Klaus Schmidinger
case there are directories that only differ in non-alphanumeric characters
2013-03-18The "Resume" button in the main menu is now only active if the respective ↵Klaus Schmidinger
recording actually exists
2013-03-04Implemented the setup option "OSD/Always sort folders first"Klaus Schmidinger
2013-02-19Now clearing device bondings for devices that don't provide DVB-S in the ↵Klaus Schmidinger
Setup/LNB menu
2013-02-17Removed trailing whitespaceKlaus Schmidinger