summaryrefslogtreecommitdiff
path: root/menuitems.c
AgeCommit message (Collapse)Author
2015-02-09Increased the width of the left text column in the Setup menus to avoid ↵Klaus Schmidinger
cutting off German texts
2013-11-03Fixed some typosKlaus Schmidinger
2013-08-21Added basic support for positioners to control steerable satellite dishesKlaus Schmidinger
2013-02-15Fixed a crash in cMenuEditChanItem::Set() when entering a channel number ↵Klaus Schmidinger
that doesn't exist
2012-12-23Setting mcPluginSetup for plugin setup menusKlaus Schmidinger
2012-04-08Skins can now inquire the menu category for which their cSkinDisplayMenu is ↵Klaus Schmidinger
currently being used
2012-03-13When toggling a timer between "Single" and "Repeating", the previous setting ↵Klaus Schmidinger
is now retained in case the user toggles back to the original value
2012-03-08The Green button in the "Edit timer" menu can now be used to toggle between ↵Klaus Schmidinger
single shot and repeating timers
2012-03-02Fixed handling OSD color button texts in case a menu item has texts of its ownKlaus Schmidinger
2011-08-12Fixed handling the channelID in cMenuEditChanItemKlaus Schmidinger
2011-06-13The initial channel is now stored by the channel ID in the setup.conf fileKlaus Schmidinger
2010-12-12Added typecasts to avoid gcc 4.5 warnings in switch statements on eKeys ↵Klaus Schmidinger
variables where additional 'k_...' flags are used
2010-06-06Implemented setup option 'OSD/Number keys for characters'Klaus Schmidinger
2010-02-28Added plugin-defined sourcesKlaus Schmidinger
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-05-03OSD sizes in percent; automatic update of OSD sizeKlaus Schmidinger
2009-04-05Added missing '[]' to the delete operator in ↵Klaus Schmidinger
cMenuEditStrItem::~cMenuEditStrItem()
2008-12-13Switched to the new S2API driver API; cDvbTuner::IsTunedTo()now also checks ↵Klaus Schmidinger
the symbol rate in case of DVB-S and DVB-C
2008-04-12Re-implemented handling of DVB-S2Klaus Schmidinger
2008-02-15Using cString::sprintf() instead of asprintf()Klaus Schmidinger
2008-02-08Revoked the switch to the "multiproto" driver in order to make a new stable ↵Klaus Schmidinger
version
2008-01-27Implemented handling of DVB-S2Klaus Schmidinger
2007-11-03The 'Allowed' parameter in cMenuEditStrItem() is now NULL by default, which ↵Klaus Schmidinger
results in using tr(FileNameChars)
2007-10-21Added more special characters to the list of allowed characters when ↵Klaus Schmidinger
entering strings
2007-10-13Fixed a new[]/delete mismatch in cMenuEditStrItem::LeaveEditMode()Klaus Schmidinger
2007-10-13Fixed a crash when pressing Left while at the first character of a ↵Klaus Schmidinger
cMenuEditStrItem
2007-08-17Optimized cMenuEditChrItem::Set()Klaus Schmidinger
2007-08-11Switched I18N to gettextKlaus Schmidinger
2007-06-10Freetype font support; full UTF-8 support; dropped pixel fontsKlaus Schmidinger
2007-01-04When entering text via the numeric keys, the characters are now checked ↵Klaus Schmidinger
against the allowed characters
2006-07-30Fixed deleting the last character of a string menu item in insert modeKlaus Schmidinger
2006-07-23Menu items derived from cMenuEditIntItem now loop though their values if ↵1.4.1-2Klaus Schmidinger
they have a dedicated minimum or maximum limit
2006-06-03Fixed handling tabbed item display in 'skincurses'Klaus Schmidinger
2006-04-25Fixed entering '0' in a cMenuEditIntItemKlaus Schmidinger
2006-04-23Ignoring k_Repeat when deciding whether the same key has been pressed in ↵1.3.48Klaus Schmidinger
string input fields
2006-04-14Fixed setting time transponder to 0Klaus Schmidinger
2006-04-14Fixed unnecessary Set() calls in cMenuEditIntItem::ProcessKey()Klaus Schmidinger
2006-04-14Fixed the initial setting of the time transponder setup parameterKlaus Schmidinger
2006-04-14Removed the unnecessary 'value' member from cMenuEditItemKlaus Schmidinger
2006-04-14Added NULL checks to some strdup() calls in menuitems.cKlaus Schmidinger
2006-04-14Fixed a crash when setting the time transponder in the Setup menu, caused by ↵Klaus Schmidinger
the new 'noneString' in cMenuEditChanItem
2006-04-09Additional label strings for cMenuEditIntItem and cMenuEditChanItemKlaus Schmidinger
2006-04-01Fixed handling the system time transponder setting in the Setup/EPG menu, ↵Klaus Schmidinger
which was broken by the min/max fix in cMenuEditIntItem
2006-03-26Fixed format string handlingKlaus Schmidinger
2006-02-28cMenuEditIntItem now checks the given value and forces it to be between the ↵Klaus Schmidinger
given min and max limits
2006-02-12The "Back" key now restores the original string when pressed while editing a ↵Klaus Schmidinger
string item
2006-02-04Fixed auto advance in string entry fields when pressing Up/Down in insert modeKlaus Schmidinger
2006-01-21When entering text via the numeric keys, the cursor now automatically advancesKlaus Schmidinger
2006-01-07Preceded all button texts with "Button$"; Removed obsolete "Eject" and ↵Klaus Schmidinger
"Language" texts
2006-01-07Fixed the "Day" field of the "Edit timer" menu when pressing '0' to switch ↵Klaus Schmidinger
from "single shot" to "weekly", followed by the "Right" key