summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
2005-03-20All log entries regarding timers now contain a short description of the timer1.3.23Klaus Schmidinger
2005-03-20Fixed setting the colored button help after deleting a recording in case the ↵Klaus Schmidinger
next menu entry is a directory
2005-03-20Single shot timers are now reliably deleted when they have expiredKlaus Schmidinger
2005-03-19Improved displaying 'day' in Timers menuKlaus Schmidinger
2005-03-19The day of a timer is now stored as a full date in ISO notationKlaus Schmidinger
2005-03-05The setup option "DVB/Video display format" is now only available if "Video ↵Klaus Schmidinger
format" is set to "4:3"
2005-02-27Fixed handling repeated kAudio keysKlaus Schmidinger
2005-02-20Implemented setup option "DVB/Video display format"Klaus Schmidinger
2005-02-06Making sure the current audio track is actually one of the ones available in ↵Klaus Schmidinger
a recording
2005-02-05Implemented setup option "OSD/Channel info time"Klaus Schmidinger
2005-01-23Fixed displaying the "Audio" menu with the "Green" button from the "Main" ↵Klaus Schmidinger
menu in case there is only one audio track
2005-01-16Recording and Transfer Mode now handle more than 2 audio PIDsKlaus Schmidinger
2005-01-14The "Green" button in the "Main" menu is now always "Audio"Klaus Schmidinger
2005-01-14Completed the Finnish OSD texts and fixed internationalization of the text ↵Klaus Schmidinger
for "Setup/DVB/Audio language(s)"
2005-01-09Added support for circular polarizationKlaus Schmidinger
2005-01-09Changed 'Recording/Record Dobly Digital' to 'DVB/Use Dolby Digital' and ↵Klaus Schmidinger
using it for available audio tracks
2005-01-09Implemented displaying audio channelKlaus Schmidinger
2005-01-08Implemented Setup.CurrentDolbyKlaus Schmidinger
2005-01-08Displaying audio track description in channel displayKlaus Schmidinger
2005-01-06Implemented left/right/stereo selectionKlaus Schmidinger
2005-01-05Implemented preferred audio languagesKlaus Schmidinger
2005-01-04Added special handling if no audio is availableKlaus Schmidinger
2005-01-04Explicitly switch to the selected audio track with kOkKlaus Schmidinger
2005-01-04Using '*itoa()' for compatibility with gcc 2.95Klaus Schmidinger
2005-01-02Implemented audio track menuKlaus Schmidinger
2004-12-26Made several functions threadsafe (cont'd)Klaus Schmidinger
2004-12-19Replaced time_ms() with a threadsafe and non-overflowing cTimeMsKlaus Schmidinger
2004-12-17Added support for AC3 replay over the DVB deviceKlaus Schmidinger
2004-11-20Fixed a possible crash when pausing live video and the recording was unable ↵Klaus Schmidinger
to start
2004-11-01Implemented sort modes for the 'Channels' menuKlaus Schmidinger
2004-11-01Now using qsort() to sort cListBase listsKlaus Schmidinger
2004-10-31Now handling the channel name, short name and provider separatelyKlaus Schmidinger
2004-10-31Making sure that timers and channels are only saved togetherKlaus Schmidinger
2004-10-30Immediately displaying the new channel info when switching channel groupsKlaus Schmidinger
2004-10-17Now only saving channels.conf after a modification made by the userKlaus Schmidinger
2004-10-16Fixed a crash in the time search mechanismKlaus Schmidinger
2004-10-16Fixed showing the replay mode if the OSD is currently in useKlaus Schmidinger
2004-08-08Fixed a crash in case the last line in channels.conf is a group separatorKlaus Schmidinger
2004-08-08Fixed a possible NULL pointer assignment in cMenuText::SetText()Klaus Schmidinger
2004-06-13The list of recordings is now kept statically in memoryKlaus Schmidinger
2004-06-06Fixed displaying the current channel when switching via the SVDRP command CHANKlaus Schmidinger
2004-05-29Fixed removing the "scanning recordings..." message in case the video ↵Klaus Schmidinger
directory is empty
2004-05-23Added some missing cStatus::MsgOsdTextItem() calls1.3.8Klaus Schmidinger
2004-05-23Added a missing cStatus::MsgOsdClear() to cDisplayChannel::~cDisplayChannel()Klaus Schmidinger
2004-05-23Added SetText() to cMenuTextKlaus Schmidinger
2004-05-23Moved the declaration of cMenuText to VDR/menu.h to make it available to pluginsKlaus Schmidinger
2004-05-22Single shot timers and events now show the day of weekKlaus Schmidinger
2004-05-16Fixed setting the time from the DVB data stream1.3.7Klaus Schmidinger
2004-05-16Implemented 'skins' and 'themes'Klaus Schmidinger
2004-03-28Moved several menu item classes from menu.c to menuitems.[hc] to make them ↵Klaus Schmidinger
available for plugins