summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Expand)Author
2021-05-21The 'Edit path' dialog now also shows the total size of all recordings in tha...Klaus Schmidinger
2021-05-19Recordings are now checked for errorsKlaus Schmidinger
2021-04-17Fixed the timer indicator in the Schedule menu in case an event is already ov...Klaus Schmidinger
2021-01-14Now explicitly triggering respawning of pattern timersKlaus Schmidinger
2021-01-01Using strgetlast() in more placesKlaus Schmidinger
2020-12-26Implemented "Pattern Timers"2.5.1Klaus Schmidinger
2020-12-12Avoiding a lengthy lock on the Channels list when starting a recordingKlaus Schmidinger
2020-11-06Fixed a crash in case an error occurs when setting a remote timerKlaus Schmidinger
2020-11-03Fixed an unnecessary double call to Display() in cMenuRecording::RefreshRecor...Klaus Schmidinger
2020-09-16Fixed several typosKlaus Schmidinger
2020-09-16Fixed a possible invalid lock sequence in cMenuTimers::OnOff()Klaus Schmidinger
2020-07-01Now setting currentDisplayChannel = NULL before calling cStatus::MsgOsdClear(...Klaus Schmidinger
2020-05-18Fixed a possible crash in case replay is started and stopped in rapid sequence2.4.2Klaus Schmidinger
2020-04-11Fixed moving channels between number groups in SVDRP's MOVC command and the C...Klaus Schmidinger
2019-05-28Fixed inconsistent behavior in case only certain devices are used (selected b...Klaus Schmidinger
2019-03-18Fixed updating the cursor position when switching channels with the Channel+/...Klaus Schmidinger
2018-07-16Fixed switching through encrypted channels with the Up/Down keysKlaus Schmidinger
2018-05-27Fixed locking the Channels list in cDisplayChannel, where the lock was still ...Klaus Schmidinger
2018-05-06Fixed locking the Channels list in cDisplayChannel, where the lock was still ...Klaus Schmidinger
2018-04-28Fixed a possible invalid locking sequence in case a remote timer handling err...Klaus Schmidinger
2018-04-14Fixed a high CPU load during replay with active progress displayKlaus Schmidinger
2018-04-09Added a missing initialization of osdState in cDisplayChannel::cDisplayChanne...Klaus Schmidinger
2018-04-05Fixed updating the Schedule menu after editing a timerKlaus Schmidinger
2018-04-03Fixed sluggish setting of editing marks and a jumping progress display with v...Klaus Schmidinger
2018-03-24Fixed setting the initial offset of the cursor in a list menuKlaus Schmidinger
2018-03-18Modified cMenuTimers::Delete() to avoid a lengthy lock on the Timers list whi...2.3.9Klaus Schmidinger
2018-03-09Making sure the Schedules menu has a proper title, even if it is emptyKlaus Schmidinger
2018-03-08Now writing the info file before attaching the recorder to the device, to mak...Klaus Schmidinger
2018-03-05When making modifications to remote timers, the local VDR no longer sends a P...Klaus Schmidinger
2018-03-03Fixed stopping a remote repeating timerKlaus Schmidinger
2018-02-25Combined Start/StopSVDRPServer/ClientHandler() into Start/StopSVDRPHandler()Klaus Schmidinger
2018-02-25Fixed storing timer id in .timer for instant recordingsKlaus Schmidinger
2018-02-25Moved handling remote timers into cSVDRPClientHandler::ProcessConnections()Klaus Schmidinger
2018-02-13Implemented storing timer id in .timerKlaus Schmidinger
2018-02-10When a timer is newly created in the Timers menu, it now immediately appears ...Klaus Schmidinger
2018-02-10Fixed keeping the cursor position in the Recordings menu in case a timer star...Klaus Schmidinger
2018-02-10Fixed updating the Timers menu after turning a local timer on/off with the Re...Klaus Schmidinger
2018-02-01Fixed handling editing marks in the replay progress display, in case the mark...Klaus Schmidinger
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 cMenu...Klaus Schmidinger
2017-12-15When selecting a folder for a recording or timer, it is now possible to open ...Klaus Schmidinger
2017-12-14Now staying in the source folder when moving a recording or a folder to a dif...Klaus Schmidinger
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
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 Reco...Klaus Schmidinger
2017-11-27Fixed positioning the cursor in the Recordings menu when moving a recording b...Klaus Schmidinger
2017-11-26Now calling Hide() and cStatus::MsgReplaying(..., false) from cReplayControl:...Klaus Schmidinger