summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
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
2011-02-27While replaying, the editing marks are now updated every 10 secondsKlaus Schmidinger
2011-02-26Fixed setting up the 'Recordings' menu in case there are several recordings ↵Klaus Schmidinger
with exactly the same name
2011-02-25Now checking the result of all realloc() callsKlaus Schmidinger
2010-12-12Added typecasts to avoid gcc 4.5 warnings in switch statements on eKeys ↵Klaus Schmidinger
variables where additional 'k_...' flags are used
2010-06-06Implemented setup option 'OSD/Number keys for characters'Klaus Schmidinger
2010-05-13Fixed initializing channel name when editing a new channelKlaus Schmidinger
2010-05-02Fixed a crash when creating a new channel if the channel list is emptyKlaus Schmidinger
2010-03-12The new setup option "Folders in timer menu" controls whether the file names ↵1.7.14Klaus Schmidinger
in the timer menu are shown with their full folder path
2010-03-07The full timer file name is now displayed if it ends with "TITLE" or "EPISODE"Klaus Schmidinger
2010-03-07Implemented automatic deleting of timeshift recordingKlaus Schmidinger
2010-03-06The "Source" item in the "Edit channel" menu now wraps around the list of ↵Klaus Schmidinger
sources
2010-02-28Added plugin-defined sourcesKlaus Schmidinger
2010-02-07The file name in the "Timers" menu now shows only the base name of the ↵Klaus Schmidinger
recording without the folder path
2010-02-06Moved the declaration of cMenuCommands to menu.h, so that plugins can use itKlaus Schmidinger
2010-01-31The files "commands.conf" and "reccmd.conf" can now contain nested lists of ↵1.7.12Klaus Schmidinger
commands
2010-01-30The PCR pid is now recorded for channels where this is different from the ↵Klaus Schmidinger
video PID
2010-01-17The new setup option "Miscellaneous/Channels wrap" controls whether the ↵Klaus Schmidinger
current channel wraps around the beginning or end of the channel list when zapping
2010-01-17The "Edit timer" menu can now set the folder for the recording from a list ↵Klaus Schmidinger
of folders stored in "folders.conf"
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-06-21Fixed storing the current OSD size in case the device has changed it in its ↵Klaus Schmidinger
setup menu
2009-05-21Implemented setup option "Recording/Pause key handling"Klaus Schmidinger
2009-05-03OSD sizes in percent; automatic update of OSD sizeKlaus Schmidinger
2009-01-24Fixed handling the maximum video file sizeKlaus Schmidinger
2009-01-24Added an 'int' typecast to calculations involving FramesPerSecond() to avoid ↵Klaus Schmidinger
compiler warnings