summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
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
2009-01-06The recording format is now Transport StreamKlaus Schmidinger
2008-12-13Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks ↵Klaus Schmidinger
the symbol rate in case of DVB-S and DVB-C
2008-05-01Implemented handling the standard component descriptor for AC3Klaus Schmidinger
2008-04-12Re-implemented handling of DVB-S2Klaus Schmidinger
2008-03-16Resetting a timer's 'pending' flag when it has endedKlaus Schmidinger
2008-03-14Fixed displaying the free disk spaceKlaus Schmidinger
2008-02-24Added the backslash ('\') to the list of characters that need to be escaped ↵1.5.16Klaus Schmidinger
when executing external commands
2008-02-24Increased the valid range of the "Subtitle offset" setup option to -100...100Klaus Schmidinger
2008-02-23The CAM menu now stays open as long as it is automatically updatedKlaus Schmidinger
2008-02-16Implemented the cStatus, cDevice and cPlayer functions for setting subtitle ↵Klaus Schmidinger
tracks in plugins
2008-02-16Refreshing the free disk space display when leaving a Recordings submenuKlaus Schmidinger
2008-02-15When deleting the recording that is currently replayed, the replay is now ↵Klaus Schmidinger
stopped immediately
2008-02-15Using cString::sprintf() instead of asprintf()Klaus Schmidinger
2008-02-10The free disk space is now also displayed in the title of the "Recordings" menuKlaus Schmidinger
2008-02-09Ignoring "repeat" and "release" keys in the time search entry mode during replayKlaus Schmidinger
2008-02-08Revoked the switch to the "multiproto" driver in order to make a new stable ↵Klaus Schmidinger
version
2008-01-27Implemented handling of DVB-S2Klaus Schmidinger
2008-01-13Fixed displaying weekday names in the Schedule menu if the system uses UTF-8Klaus Schmidinger
2008-01-13Added a missing setting of lastFreeMB in cMenuMain::Update()Klaus Schmidinger
2007-11-25The kInfo key is now propagated to any open menuKlaus Schmidinger
2007-11-25Implemented setup option "Miscellaneous/Emergency exit"Klaus Schmidinger
2007-11-03The 'Allowed' parameter in cMenuEditStrItem() is now NULL by default, which ↵Klaus Schmidinger
results in using tr(FileNameChars)
2007-10-19The "Play" key now starts replay of the selected recording in the Recordings ↵Klaus Schmidinger
menu
2007-10-13Added a missing Channels.SetModified(true) call when deleting or moving a ↵Klaus Schmidinger
channel in the Channels menu
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger
2007-08-24Fixed some compiler warnings with gcc-4.2.0Klaus Schmidinger