summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Expand)Author
2005-09-25The list of recordings is now read in a separate threadKlaus Schmidinger
2005-09-03The menu timeout handling is now done centrally in the main program loopKlaus Schmidinger
2005-09-03Key macros can now call plugins that don't have a main menu entryKlaus Schmidinger
2005-08-27Moved cMenuEditTimer and cMenuEvent to menu.h so that plugins can use itKlaus Schmidinger
2005-08-26The Setup/CICAM menu now only contains the devices that actually have a CI an...Klaus Schmidinger
2005-08-14Pressing Ok while entering a channel number now immediately switches to that ...Klaus Schmidinger
2005-08-14Now discarding any previous numerical input to switch channels if Up, Down, C...Klaus Schmidinger
2005-08-14Fixed handling the frame number display if '7' is pressed before the first ed...Klaus Schmidinger
2005-08-14Changed the title of the recording info menuKlaus Schmidinger
2005-06-18Implemented wrapping around in menu listsKlaus Schmidinger
2005-06-05Added the year (two digits) to recording dates in LSTR, and thus also in menusKlaus Schmidinger
2005-05-16Switched from 'summary.vdr' to 'info.vdr'Klaus Schmidinger
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
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 f...Klaus Schmidinger
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
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" men...Klaus Schmidinger
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 fo...Klaus Schmidinger
2005-01-09Added support for circular polarizationKlaus Schmidinger
2005-01-09Changed 'Recording/Record Dobly Digital' to 'DVB/Use Dolby Digital' and using...Klaus Schmidinger
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 t...Klaus Schmidinger
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