summaryrefslogtreecommitdiff
path: root/menu.c
AgeCommit message (Expand)Author
2012-06-17The new setup option "Miscellaneous/Show channel names with source" can be us...Klaus Schmidinger
2012-06-13Fixed a crash with instant recordingsKlaus Schmidinger
2012-06-13Fixed checking for a visible live programme in case a menu or the channel dis...Klaus Schmidinger
2012-06-09Implemented sort mode for recordingsKlaus Schmidinger
2012-05-12The new member function cSkinDisplayReplay::SetRecording() allows a skin to d...Klaus Schmidinger
2012-04-28The new functions cControl::GetRecording() and cControl::GetHeader() can be u...Klaus Schmidinger
2012-04-25The Timers list is now marked as modified whenever a recording starts or endsKlaus Schmidinger
2012-04-24OSD and skin are now reinitialized after a plugin setup page has been confirmedKlaus Schmidinger
2012-04-23The disk usage is no longer automatically added to the title of the main and ...Klaus Schmidinger
2012-04-22Added a function to get a cRecordControl for a given cTimerKlaus Schmidinger
2012-04-15The new setup option "DVB/Standard compliance" can be used to switch between ...Klaus Schmidinger
2012-04-08Skins can now inquire the menu category for which their cSkinDisplayMenu is c...Klaus Schmidinger
2012-04-06Now limiting the number of characters of a channel's (short) name to 16 in th...Klaus Schmidinger
2012-03-13When estimating the remaining disk space (in hours), the average data rate of...Klaus Schmidinger
2012-03-11The channel name column in the "What's on now/next" menu now adjusts its widt...Klaus Schmidinger
2012-03-11Changed the Green button in the "Edit timer" menu from "Once" to "Single"Klaus Schmidinger
2012-03-08The Green button in the "Edit timer" menu can now be used to toggle between s...Klaus Schmidinger
2012-03-03Toggling a mark now restarts the timeout of the replay progress displayKlaus Schmidinger
2012-03-03The replay progress display is now turned on whenever a mark is toggled (not ...Klaus Schmidinger
2012-03-02Added a Query parameter to cDevice::GetDevice(), so that devices can be queri...Klaus Schmidinger
2012-02-25Removed the "PrimaryLimit"Klaus Schmidinger
2012-02-19Fixed switching into time shift mode when pausing live video1.7.24Klaus Schmidinger
2012-02-16An ongoing editing process is now canceled if either the original or the edit...Klaus Schmidinger
2012-01-14Implemented setup option "Replay/Show remaining time"Klaus Schmidinger
2011-12-04Replaced all calls to sleep() with cCondWait::SleepMs()Klaus Schmidinger
2011-12-04Implemented "Device Bonding"Klaus Schmidinger
2011-08-27The Recordings menu now displays the length (in hours:minutes) of each recordingKlaus Schmidinger
2011-08-27The Audio and Subtitles options are now available through the Green and Yello...Klaus Schmidinger
2011-08-21Direct access to several class members is now deprecatedKlaus Schmidinger
2011-08-06Added a mechanism to defer timer handling in case of problemsKlaus Schmidinger
2011-02-27While replaying, the editing marks are now updated every 10 secondsKlaus Schmidinger
2011-02-26Fixed setting up the 'Recordings' menu in case there are several recordings w...Klaus Schmidinger
2011-02-25Now checking the result of all realloc() callsKlaus Schmidinger
2010-12-12Added typecasts to avoid gcc 4.5 warnings in switch statements on eKeys varia...Klaus Schmidinger
2010-06-06Implemented setup option 'OSD/Number keys for characters'Klaus Schmidinger
2010-05-13Fixed initializing channel name when editing a new channelKlaus Schmidinger
2010-05-02Fixed a crash when creating a new channel if the channel list is emptyKlaus Schmidinger
2010-03-12The new setup option "Folders in timer menu" controls whether the file names ...1.7.14Klaus Schmidinger
2010-03-07The full timer file name is now displayed if it ends with "TITLE" or "EPISODE"Klaus Schmidinger
2010-03-07Implemented automatic deleting of timeshift recordingKlaus Schmidinger
2010-03-06The "Source" item in the "Edit channel" menu now wraps around the list of sou...Klaus Schmidinger
2010-02-28Added plugin-defined sourcesKlaus Schmidinger
2010-02-07The file name in the "Timers" menu now shows only the base name of the record...Klaus Schmidinger
2010-02-06Moved the declaration of cMenuCommands to menu.h, so that plugins can use itKlaus Schmidinger
2010-01-31The files "commands.conf" and "reccmd.conf" can now contain nested lists of c...1.7.12Klaus Schmidinger
2010-01-30The PCR pid is now recorded for channels where this is different from the vid...Klaus Schmidinger
2010-01-17The new setup option "Miscellaneous/Channels wrap" controls whether the curre...Klaus Schmidinger
2010-01-17The "Edit timer" menu can now set the folder for the recording from a list of...Klaus Schmidinger
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-06-21Fixed storing the current OSD size in case the device has changed it in its s...Klaus Schmidinger