summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Collapse)Author
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
2006-01-14Made the "What's on now/next?" menus a lot faster by storing a pointer to ↵Klaus Schmidinger
each channel's schedule in the cChannel data
2006-01-13Implemented the option "Setup/OSD/Menu button closes"Klaus Schmidinger
2006-01-13Added missing i18n entry for the "Timer" buttonKlaus Schmidinger
2006-01-08Cleaned up some trailing white spaceKlaus Schmidinger
2006-01-07Preceded all button texts with "Button$"; Removed obsolete "Eject" and ↵Klaus Schmidinger
"Language" texts
2006-01-07The file 'ca.conf' is obsolete and has been removed; revised all ↵Klaus Schmidinger
descriptions regarding CICAM
2006-01-06Implemented the "Info" keyKlaus Schmidinger
2006-01-05The "Mark/Move" function in the "Channels" menu now also works in the ↵Klaus Schmidinger
non-numeric sort modes
2006-01-05In the "Channels" menu the numeric keys now position the cursor to the ↵Klaus Schmidinger
channel with the given number
2006-01-04Implemented "Setup/OSD/Timeout requested channel info"Klaus Schmidinger
2005-12-31Changed the API of the functions cStatus::Recording() and ↵Klaus Schmidinger
cStatus::Replaying(), so that they can provide the full file name of the recording
2005-12-28Dropped the unused "Stop recording on primary interface" stuffKlaus Schmidinger
2005-12-28Fixed finding the actual timer for Record/Timer buttonKlaus Schmidinger
2005-12-27Modified red button handling in the "Schedule" menuKlaus Schmidinger
2005-12-27The "Schedules" and "What's on now/next?" menus are now updated if a timer ↵Klaus Schmidinger
is set or modified
2005-12-26Forcing main menu update if a submenu was closedKlaus Schmidinger
2005-12-24The main menu now dynamically updates its contentsKlaus Schmidinger
2005-11-06Fixed setting the help key display in the Recordings menu in case of several ↵Klaus Schmidinger
layers of subdirectories
2005-10-09Updated the Finnish OSD textsKlaus Schmidinger
2005-10-03The CAM enquiry menu now aborts if Menu is pressedKlaus Schmidinger
2005-10-03Improved the CAM enquiry menuKlaus Schmidinger
2005-10-03The 'sub-title' and 'bottom text' in the CAM menu can now consist of several ↵Klaus Schmidinger
lines
2005-10-02Fixed handling of menus with no selectable itemsKlaus Schmidinger
2005-10-02Quoting CAM menu texts to see blanks in logfileKlaus Schmidinger
2005-10-02Added status message "Opening CAM menu... for an immediate feedback when the ↵Klaus Schmidinger
CAM menu has been requested; speeded up initial opening of the CAM menu
2005-10-02The CAM menu is now completely closed when pressing the Menu key while ↵Klaus Schmidinger
inside a sub menu
2005-10-02The CAM menu now automatically updates itself in case of a progress displayKlaus Schmidinger
2005-10-02Added status message "Resetting CAM..." for an immediate feedback when the ↵Klaus Schmidinger
CAM reset has been triggered
2005-10-02Improved displaying 'sub-title' and 'bottom text' in the CAM menuKlaus Schmidinger
2005-10-01Fixed an unjustified "Error while accessing recording!" after deleting a ↵Klaus Schmidinger
recording from a subfolder
2005-10-01Fixed opening recording folders in case the last replayed recording no ↵Klaus Schmidinger
longer exists
2005-09-25The '.update' file in the video directory is now touched when a recording is ↵Klaus Schmidinger
added or deleted
2005-09-25The 'new' indicator in the Recordings menu is now kept up-to-dateKlaus Schmidinger
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