summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Expand)Author
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
2009-01-06The recording format is now Transport StreamKlaus Schmidinger
2008-12-13Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks t...Klaus Schmidinger
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 w...1.5.16Klaus Schmidinger
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 t...Klaus Schmidinger
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 sto...Klaus Schmidinger
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 v...Klaus Schmidinger
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 r...Klaus Schmidinger
2007-10-19The "Play" key now starts replay of the selected recording in the Recordings ...Klaus Schmidinger
2007-10-13Added a missing Channels.SetModified(true) call when deleting or moving a cha...Klaus Schmidinger
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger
2007-08-24Fixed some compiler warnings with gcc-4.2.0Klaus Schmidinger
2007-08-18The "Setup/OSD/Language" menu now only shows those languages that actually ha...Klaus Schmidinger
2007-08-12Fixed handling kLeft in the calls to cStatus::MsgOsdTextItem()Klaus Schmidinger
2007-08-12The list of tracks given in cStatus::SetAudioTrack() is now NULL terminatedKlaus Schmidinger
2007-08-11Switched I18N to gettextKlaus Schmidinger
2007-06-23Changed the parameter "OSD font size" to "Default font size" in "Setup/OSD"Klaus Schmidinger
2007-06-17Changed the parameter "OSD font" to "Default font" in "Setup/OSD"Klaus Schmidinger
2007-06-17Centralized default font namesKlaus Schmidinger
2007-06-17Now using 'fontconfig' to determine which fonts to useKlaus Schmidinger
2007-06-16Replaced strncpy() and strn0cpy() with Utf8Strn0Cpy() where necessaryKlaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
2007-02-25Made "Channel entry timeout" a setup parameter1.5.1Klaus Schmidinger
2007-02-25Changed "Menu button closes" to "Menu key closes"; cleaned up "button" vs. "k...Klaus Schmidinger
2007-02-25Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP force...Klaus Schmidinger
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM sele...1.5.0Klaus Schmidinger
2006-12-02Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' to...Klaus Schmidinger
2006-11-04Fixed displaying the replay mode symbol in case of "Multi speed mode"1.4.4Klaus Schmidinger
2006-10-20Fixed setting audio track descriptions after a replay has been stoppedKlaus Schmidinger
2006-07-23Fixed handling numeric keys in the channel display after switching channel gr...Klaus Schmidinger
2006-06-24Fixed a commentKlaus Schmidinger
2006-06-03Increased the column spacing in the "Recordings" menuKlaus Schmidinger
2006-06-03Fixed handling the display of the '*' indicator in the "What's on now/next?" ...Klaus Schmidinger