aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Screens/Menu.py
AgeCommit message (Collapse)Author
2010-01-29* Remove triple dot "..." from main menu entries and main menu plugin names.acid-burn
This fixes bug #171 Please enter the commit message for your changes. Lines starting
2009-12-03Menu.py: add possibility to use the exclamation mark as NOT indicator in ↵ghost
menu/setup.xml for requires entries (thx to Moritz Venn)
2009-02-24small optimizations and cleanups by Moritz Vennghost
2008-12-03use cElementTree instead of minidom for xml parsing (thx to Moritz Venn)ghost
2008-10-20translate menu title, thanks to TeroFelix Domke
2008-02-01add possibilty to hide menu entries when needed hardware is not availableAndreas Monzner
2008-01-25remove debugFelix Domke
2008-01-24allow overriding menus from pluginsFelix Domke
2007-11-24ignore ok button when menu is emptyFelix Domke
2007-11-07support for 'level'-attribute in menu.xmlFelix Domke
2007-10-20allow selection of menu entries with numbers. Patch by Moritz Venn ↵Felix Domke
(enigma2_enable_numbers_in_menu.patch) with minor changes.
2007-10-07add 'weight' for menu entries (including plugins), so they can be sorted, ↵Felix Domke
patch by Moritz Venn (006_enigma2_add_weight_support_to_menu.patch)
2007-10-07add entryid to WHERE_MENU, add entryids in local plugins (patch by Moritz ↵Felix Domke
Venn, 005_enigma2_add_entryid_support_to_where_menu.patch)
2007-09-24use StaticText for MenuTitle to simplify summary code. this needs a skin ↵Felix Domke
change for menu-based screens, please also apply to your skins.
2007-09-24simplify summary code by using parent.menu+stringListSelection to display ↵Felix Domke
current menu entry
2007-09-14commit missing code for pixmaps in mainmenuAndreas Monzner
2007-09-14allow different skins by specifying a list as skinName, use menu_<menuid> as ↵Felix Domke
alternative skin for menus
2007-07-22cleanup some importsAndreas Monzner
2007-04-12use List source instead of MenuListFelix Domke
2007-01-07take care of running recording before realy shutdown e2Andreas Monzner
2006-10-30recursive close Menu when a screen returns true at closeAndreas Monzner
2006-10-26add auto vcr switching support (needs new drivers (fp.ko))Andreas Monzner
2006-10-10add possibility to have menu entries from a pluginFelix Domke
2006-10-02config rewrite. some extensions still need to be updated.Felix Domke
2006-07-30allow standby only in InfoBar, MoviePlayer, Menus, Setup and RadiomodeFelix Domke
2006-07-20fix menuFelix Domke
2006-07-11convert to new skin systemFelix Domke
2006-07-11finally use new styled skins for infobar, menuFelix Domke
2006-03-03fixFelix Domke
2006-03-03fix initial menu entry on lcdFelix Domke
2006-03-02minimally improved LCD supportFelix Domke
2006-02-20add some info to debug printsFelix Domke
2006-02-20fix menu close with config flushFelix Domke
2006-02-07flush config (to flash) on close setup listAndreas Monzner
2006-02-03recursive close with menu key in menuFelix Domke
2006-01-11menu positioning for the plugins works nowStefan Pluecken
example: def getMenuRegistrationList(): list = [] list.append(("setup", 2, "Softwareupdate", "Example")) list.append(("mainmenu", 0, "Foo", "Bar")) return list this means, that we have 2 menu entries: a menu entry "Softwareupdate" is added to the setup menu on position 2 which calls the Example screen of the plugin and a menu entry Foo is added to the main menu on the first position which calls the screen Bar
2006-01-11use Tools.Directories to get pathsStefan Pluecken
2006-01-06fix screens without a moduleStefan Pluecken
2006-01-06plugins can register their own menu nowStefan Pluecken
menus have their own id now the update plugin for example adds a menu item to the Setup menu with the id "setup"
2006-01-04leave menu with menu buttonStefan Pluecken
2005-11-18menu.xml and setup.xml are now translatableStefan Pluecken
the .po-generation is really bad Makefile-code
2005-10-08menu: new syntax which fixes the import problemsFelix Domke
2005-10-08import Setup which was used but not importedStefan Pluecken
2005-10-05use nimselection instead of satconfigRonny Strutz
2005-09-29move out FixedMenu, remove import-all hack, still needs proper fix.Felix Domke
2005-09-02removed old codeRonny Strutz
2005-08-31readding the component-importsStefan Pluecken
2005-08-31dynamically importing the screensStefan Pluecken
2005-08-30use menu.xml for the menu instead of an inline stringStefan Pluecken
2005-08-30add HarddiskSetupRonny Strutz