summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
2013-02-12Fixed selecting the last replayed recording in the Recordings menuKlaus Schmidinger
2013-02-11Fixed moving editing marks, so that they don't get overwritten with old ↵Klaus Schmidinger
values through an update of the marks file
2013-02-03New options 'Setup/Miscellaneous/Remote control repeat delay' and ↵Klaus Schmidinger
'Setup/Miscellaneous/Remote control repeat delta'
2013-02-01When pausing live video, the current audio and subtitle tracks are now retainedKlaus Schmidinger
2013-01-17Absolute jumps when replaying a recording (via the Red key) are now only ↵Klaus Schmidinger
performed if an actual value has been entered
2013-01-16Fixed multiple occurrences of the same directory in the recordings list in ↵Klaus Schmidinger
case there are directories that only differ in non-alphanumeric characters
2012-12-21Added the new menu categories mcChannelEdit, mcTimerEdit, mcScheduleNow, ↵Klaus Schmidinger
mcScheduleNext, mcRecordingInfo, mcPluginSetup, mcSetupOsd, mcSetupEpg, mcSetupDvb, mcSetupLnb, mcSetupCam, mcSetupRecord, mcSetupReplay, mcSetupMisc and mcSetupPlugins
2012-12-08The new functions SetItemEvent(), SetItemTimer(), SetItemChannel() and ↵1.7.33Klaus Schmidinger
SetItemRecording() of the cSkinDisplayMenu class can be reimplemented by skin plugins to display these items in a more elaborate way than just a simple line of text
2012-12-06Modified behavior of Play/Pause key in fast and slow modesKlaus Schmidinger
2012-12-05The new option "Setup/Replay/Progress display time" can be used to activate ↵Klaus Schmidinger
automatically displaying the progress display whenever replay of a recording is started
2012-12-05The new option "Setup/Replay/Pause on mark set" can be used to activate ↵Klaus Schmidinger
automatically going into Pause mode if an editing mark is set during replay
2012-12-04Implemented Play/Pause keyKlaus Schmidinger
2012-12-04The '7' and '9' keys now jump to the very beginning or end, respectively, of ↵Klaus Schmidinger
the recording, even if there is no mark set at that point
2012-11-18Modified editing marks are now written to disk whenever the replay progress ↵1.7.32Klaus Schmidinger
display gets hidden
2012-11-18Editing marks can now be moved freelyKlaus Schmidinger
2012-11-18Improved editing TS recordingsKlaus Schmidinger
2012-10-03Pressing the Blue in the main menu during normal live viewing mode now opens ↵Klaus Schmidinger
the Recordings menu if there is no "last viewed" recording
2012-09-15Implemented instant recording of only the present eventKlaus Schmidinger
2012-09-09Implemented the setup options "OSD/Color key [0123]"1.7.30Klaus Schmidinger
2012-09-09Fixed sluggish response when manipulating editing marks while a cutting ↵Klaus Schmidinger
thread is running
2012-06-17The new setup option "Miscellaneous/Show channel names with source" can be ↵Klaus Schmidinger
used to turn on adding the source character to channel names whenever they are displayed
2012-06-13Fixed a crash with instant recordingsKlaus Schmidinger
2012-06-13Fixed checking for a visible live programme in case a menu or the channel ↵Klaus Schmidinger
display is currently open
2012-06-09Implemented sort mode for recordingsKlaus Schmidinger
2012-05-12The new member function cSkinDisplayReplay::SetRecording() allows a skin to ↵Klaus Schmidinger
display more information about the currently played recording
2012-04-28The new functions cControl::GetRecording() and cControl::GetHeader() can be ↵Klaus Schmidinger
used to retrieve information about what the current player is playing
2012-04-25The Timers list is now marked as modified whenever a recording starts or endsKlaus Schmidinger
2012-04-24OSD and skin are now reinitialized after a plugin setup page has been confirmedKlaus Schmidinger
2012-04-23The disk usage is no longer automatically added to the title of the main and ↵Klaus Schmidinger
"Recordings" menus
2012-04-22Added a function to get a cRecordControl for a given cTimerKlaus Schmidinger
2012-04-15The new setup option "DVB/Standard compliance" can be used to switch between ↵Klaus Schmidinger
different variations of the DVB standard
2012-04-08Skins can now inquire the menu category for which their cSkinDisplayMenu is ↵Klaus Schmidinger
currently being used
2012-04-06Now limiting the number of characters of a channel's (short) name to 16 in ↵Klaus Schmidinger
the schedules menus
2012-03-13When estimating the remaining disk space (in hours), the average data rate ↵Klaus Schmidinger
of all existing recordings is now taken into account
2012-03-11The channel name column in the "What's on now/next" menu now adjusts its ↵Klaus Schmidinger
width to display the full short name of each channel
2012-03-11Changed the Green button in the "Edit timer" menu from "Once" to "Single"Klaus Schmidinger
2012-03-08The Green button in the "Edit timer" menu can now be used to toggle between ↵Klaus Schmidinger
single shot and repeating timers
2012-03-03Toggling a mark now restarts the timeout of the replay progress displayKlaus Schmidinger
2012-03-03The replay progress display is now turned on whenever a mark is toggled (not ↵Klaus Schmidinger
only when one is set)
2012-03-02Added a Query parameter to cDevice::GetDevice(), so that devices can be ↵Klaus Schmidinger
queried without side effects when zapping
2012-02-25Removed the "PrimaryLimit"Klaus Schmidinger
2012-02-19Fixed switching into time shift mode when pausing live video1.7.24Klaus Schmidinger
2012-02-16An ongoing editing process is now canceled if either the original or the ↵Klaus Schmidinger
edited version of the recording is deleted from the Recordings menu
2012-01-14Implemented setup option "Replay/Show remaining time"Klaus Schmidinger
2011-12-04Replaced all calls to sleep() with cCondWait::SleepMs()Klaus Schmidinger
2011-12-04Implemented "Device Bonding"Klaus Schmidinger
2011-08-27The Recordings menu now displays the length (in hours:minutes) of each recordingKlaus Schmidinger
2011-08-27The Audio and Subtitles options are now available through the Green and ↵Klaus Schmidinger
Yellow keys in the Setup/DVB menu
2011-08-21Direct access to several class members is now deprecatedKlaus Schmidinger
2011-08-06Added a mechanism to defer timer handling in case of problemsKlaus Schmidinger