summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
2018-02-10Fixed updating the Timers menu after turning a local timer on/off with the ↵Klaus Schmidinger
Red button
2018-02-01Fixed handling editing marks in the replay progress display, in case the ↵Klaus Schmidinger
marks are deleted via the Info/Edit menu of the currently played recording
2018-01-29Implemented cStatus::MarksModified()Klaus Schmidinger
2018-01-26Added a missing '|'Klaus Schmidinger
2018-01-17Now unlocking the Recordings list before displaying an error message in ↵Klaus Schmidinger
cMenuPathEdit::ApplyChanges() and cReplayControl::Stop()
2017-12-15When selecting a folder for a recording or timer, it is now possible to open ↵Klaus Schmidinger
a folder even if it doesn't contain any subfolders
2017-12-14Now staying in the source folder when moving a recording or a folder to a ↵Klaus Schmidinger
different folder
2017-12-10Now displaying recordings in move as non-selectableKlaus Schmidinger
2017-12-09Implemented 'OSD/Sorting direction for recordings'Klaus Schmidinger
2017-12-05Fixed a lengthy write lock on the Recordings list in case of moving a folder ↵Klaus Schmidinger
with more than one recording
2017-12-04The CAM menu is now automatically closed when the current channel is switchedKlaus Schmidinger
2017-12-04Fixed positioning to the current item when changing the sort mode in the ↵Klaus Schmidinger
Recordings menu, in case there is a LastReplayed recording
2017-11-27Fixed positioning the cursor in the Recordings menu when moving a recording ↵Klaus Schmidinger
between different volumes
2017-11-26Now calling Hide() and cStatus::MsgReplaying(..., false) from ↵Klaus Schmidinger
cReplayControl::Stop()
2017-11-09Switching the primary device is no longer done via osSwitchDvb, but rather ↵Klaus Schmidinger
by the main program loop reacting to changes in Setup.PrimaryDVB
2017-11-02The timeout for the channel display is now reset whenever the channel or EPG ↵Klaus Schmidinger
data changes
2017-10-31Fixed an invalid lock sequence when trying to remove a deleted recording in ↵Klaus Schmidinger
case of low disk space; now making sure that AssertFreeDiskSpace() is called with the maximum timer priority in case there are several timers recording with different priorities
2017-06-30SVDRP peering can now be limited to the default SVDRP host2.3.8Klaus Schmidinger
2017-06-25Timers are now linked to EPG events even if they are inactiveKlaus Schmidinger
2017-06-21Added some missing locks when calling functions from cStatus or cSkin*Klaus Schmidinger
2017-06-20Fixed indentationKlaus Schmidinger
2017-06-10Removed dashes from channel group delimiter in channels menuKlaus Schmidinger
2017-06-10The "Channels" menu now indicates whether a channel is encrypted or a radio ↵Klaus Schmidinger
channel
2017-06-10The option "Setup/Miscellaneous/Show channel names with source" can now be ↵Klaus Schmidinger
set to "type" or "full"
2017-06-10Fixed a typo in CAMMENURETYTIMEOUT and added logging CAM enquiriesKlaus Schmidinger
2017-06-07Fixed the locking sequence when starting an instant recordingKlaus Schmidinger
2017-06-04Fixed the locking sequence when switching between 'Now', 'Next' and ↵2.3.6Klaus Schmidinger
'Schedule' in the Schedules menu
2017-06-03Fixed the locking sequence when creating a new timer from the Schedules menuKlaus Schmidinger
2017-05-29Fixed the locking sequence when starting a recordingKlaus Schmidinger
2017-05-21If the Channel+/- keys are pressed while in the Schedules menu, the menu is ↵Klaus Schmidinger
now switched to the EPG of the new current channel
2017-05-20Fixed handling remote timersKlaus Schmidinger
2017-05-17Fixed a crash in case the bottom text of a CAM menu is emptyKlaus Schmidinger
2017-05-01Log messages about switching channels now include the channel IDKlaus Schmidinger
2017-04-20Fixed editing a remote timer immediately after it has been createdKlaus Schmidinger
2017-04-03cOsdMenu::Display() now checks whether the OSD size has changed and if so ↵Klaus Schmidinger
calls SetDisplayMenu()
2017-03-30The functionality of HandleRemoteModifications() has been moved to timers.[ch]Klaus Schmidinger
2017-03-18Implemented support for MTDKlaus Schmidinger
2017-01-23Implemented the concept of 'master cams'Klaus Schmidinger
2017-01-09Fixed updating the elapsed/remaining time in the progress display during ↵Klaus Schmidinger
fast forward/rewind
2016-12-22Improved handling frame numbers to have a smoother progress display during ↵Klaus Schmidinger
replay of recordings with B-frames
2016-12-13Fixed a crash when moving a recording to a folder on a different volumeKlaus Schmidinger
2016-12-11Fixed a crash when deleting a recording that is currently being replayedKlaus Schmidinger
2016-12-09Fixed setting the current item and counter values in the Recordings menu ↵Klaus Schmidinger
after deleting the last recording in a subfolder
2016-12-08Using SetCurrentChannel(int ChannelNumber) instead of the deprecated ↵Klaus Schmidinger
SetCurrentChannel(const cChannel *Channel)
2016-12-08Fixed a crash when trying to delete a channel that is being used by a timerKlaus Schmidinger
2015-09-16Fixed a crash when deleting a recordingKlaus Schmidinger
2015-09-14Fixed handling remote timersKlaus Schmidinger
2015-09-13Fixed moving currently recording timers between machinesKlaus Schmidinger
2015-09-13Removed unnecessary 'false'Klaus Schmidinger
2015-09-11Centralized remote timer error messagesKlaus Schmidinger