summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
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
2006-02-05Fixed handling the "Blue" key in the "Schedule" menu for the current channelKlaus Schmidinger
2006-02-04Implemented cDevice::Transferring()Klaus Schmidinger
2006-02-03Fixed channel up/down switching on single card systemsKlaus Schmidinger
2006-01-29When looking for the present or following EPG event, the running status is ↵Klaus Schmidinger
now always taken into account
2006-01-29Fixed displaying the current audio track in the channel displayKlaus Schmidinger
2006-01-28Fixed channel switching with the Down (Up) key in case the current channel ↵Klaus Schmidinger
is already the first (last) in the list
2006-01-27Fixed a crash when pressing '0' in the "Schedule" menu on a channel that ↵Klaus Schmidinger
doesn't have any EPG data
2006-01-22Fixed detecting channel switches from SVDRPKlaus Schmidinger
2006-01-22Re-inserted initial lastTime.Set() callsKlaus Schmidinger
2006-01-22Fixed detecting if there can be any useful further input when entering ↵Klaus Schmidinger
channel numbers
2006-01-22Improved channel switching when repeat function kicks in; updating channel ↵Klaus Schmidinger
display before switching channel; added a missing initialization of 'timeout' in the cDisplayChannel constructor
2006-01-21Only calling AssertFreeDiskSpace() with 'Force' if timer is not pendingKlaus Schmidinger
2006-01-20Added AssertFreeDiskSpace() before starting a timer recordingKlaus Schmidinger
2006-01-20Recordings are now only started if there is at least 300MB free disk spaceKlaus Schmidinger
2006-01-15No longer displaying color buttons in the recording info menu if it has been ↵1.3.39Klaus Schmidinger
invoked from a player
2006-01-15The status markers in the "Schedule" menu are now only updated if a submenu ↵Klaus Schmidinger
is closed in which a timer has been modified
2006-01-15Implemented '0' key function in the "Schedule" menuKlaus Schmidinger