summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
2007-08-18The "Setup/OSD/Language" menu now only shows those languages that actually ↵Klaus Schmidinger
have a locale (suggested by Anssi Hannula)
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. ↵Klaus Schmidinger
"key" in MANUAL
2007-02-25Rewrite of shutdown handling; implemented cPlugin::WakeupTime(); SIGHUP ↵Klaus Schmidinger
forces reload; cThread::EmergencyExit() replaced by ShutdownHandler.RequestEmergencyExit()
2007-01-07CAM handling refactored; multiple recordings with one CAM; automatic CAM ↵1.5.0Klaus Schmidinger
selection
2006-12-02Replaced 'unsigned long long' with 'uint32_t' and 'uint64' with 'uint64_t' ↵Klaus Schmidinger
to avoid problems on 64-bit machines
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 ↵Klaus Schmidinger
groups
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
menu
2006-05-28Removed all the compatibility '#if APIVERSNUM...' stuff and instead ↵Klaus Schmidinger
increased the API version number
2006-05-28Fixed deleting channels in case the current channel's number changes1.4.0-2Klaus Schmidinger
2006-05-28Fixed moving channels, which sometimes stopped the current replay sessionKlaus Schmidinger
2006-05-25Fixed deleting the 'skinDescriptions' in cMenuSetupOSD::~cMenuSetupOSD()Klaus Schmidinger
2006-04-28Changed the "Really restart?" prompt in the call to cPluginManager::Active() ↵Klaus Schmidinger
in menu.c to "restart anyway?"
2006-04-16No longer using characters 0x01 and 0x02 for mapping single quote and slash ↵Klaus Schmidinger
in recording names
2006-04-16Now going into the "Edit timer" menu if a newly created timer starts soonKlaus Schmidinger
2006-04-15The "Update channels" parameter in the "Setup/DVB" menu has been extended to ↵Klaus Schmidinger
allow updating only the PIDs
2006-04-15Implemented kNext and kPrev keysKlaus Schmidinger
2006-04-15Implemented cPlugin::Active()Klaus Schmidinger
2006-04-14The preferred audio language is now automatically selected when starting replayKlaus Schmidinger
2006-04-09Now checking whether there is any text before calling cStatus::MsgOsdTextItem()1.3.46Klaus Schmidinger
2006-04-09The initial channel and volume can now be defined in the ↵Klaus Schmidinger
"Setup/Miscellaneous" menu
2006-04-09Fixed handling the color button texts when switching from the 'Schedule' ↵Klaus Schmidinger
menu of a channel without EPG info to the 'What's on now' menu
2006-03-31Added a missing "Button$" for the Timer buttonKlaus Schmidinger
2006-02-28The status changes of EPG events are now logged for all channels that have ↵Klaus Schmidinger
timers
2006-02-28Fixed updating the "Info" button in the "Timers" menuKlaus Schmidinger
2006-02-25Improved setting events to timersKlaus Schmidinger
2006-02-25Removed leftover cMenuTimers::Move()Klaus Schmidinger
2006-02-25In the "Timers" menu the blue key is now "Info" and the red key is "On/Off"Klaus Schmidinger
2006-02-25The option "Setup/OSD/Sort timers" has been removedKlaus Schmidinger
2006-02-25The upper 16 bit of a timer's "flags" are no longer treated specially when a ↵Klaus Schmidinger
timer is modified in the "Edit timer" menu
2006-02-25The 'summary' field of a timer definition has been renamed to 'aux'Klaus Schmidinger
2006-02-25The "Ok" key in the "Jump" mode of the replay progress display now confirms ↵Klaus Schmidinger
the jump instead of closing the display
2006-02-24Replaced some 'displayChannel->SetEvents(NULL, NULL)/DisplayChannel()' ↵Klaus Schmidinger
sequences with 'Refresh()'
2006-02-24Fixed removing the '-' when entering a channel number where there is no ↵Klaus Schmidinger
other one that fits the input
2006-02-19When setting the audio track descriptions, the language codes are now also ↵Klaus Schmidinger
set in case this is a replay session
2006-02-18Now resetting the channel number if the number entered through the numeric ↵Klaus Schmidinger
keys exceeds the maximum channel number
2006-02-17cMenuText now uses the given fontKlaus Schmidinger