| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-11-24 | ignore ok button when menu is empty | Felix Domke | |
| 2007-11-07 | support for 'level'-attribute in menu.xml | Felix Domke | |
| 2007-10-20 | allow selection of menu entries with numbers. Patch by Moritz Venn ↵ | Felix Domke | |
| (enigma2_enable_numbers_in_menu.patch) with minor changes. | |||
| 2007-10-07 | add '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-07 | add 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-24 | use 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-24 | simplify summary code by using parent.menu+stringListSelection to display ↵ | Felix Domke | |
| current menu entry | |||
| 2007-09-14 | commit missing code for pixmaps in mainmenu | Andreas Monzner | |
| 2007-09-14 | allow different skins by specifying a list as skinName, use menu_<menuid> as ↵ | Felix Domke | |
| alternative skin for menus | |||
| 2007-07-22 | cleanup some imports | Andreas Monzner | |
| 2007-04-12 | use List source instead of MenuList | Felix Domke | |
| 2007-01-07 | take care of running recording before realy shutdown e2 | Andreas Monzner | |
| 2006-10-30 | recursive close Menu when a screen returns true at close | Andreas Monzner | |
| 2006-10-26 | add auto vcr switching support (needs new drivers (fp.ko)) | Andreas Monzner | |
| 2006-10-10 | add possibility to have menu entries from a plugin | Felix Domke | |
| 2006-10-02 | config rewrite. some extensions still need to be updated. | Felix Domke | |
| 2006-07-30 | allow standby only in InfoBar, MoviePlayer, Menus, Setup and Radiomode | Felix Domke | |
| 2006-07-20 | fix menu | Felix Domke | |
| 2006-07-11 | convert to new skin system | Felix Domke | |
| 2006-07-11 | finally use new styled skins for infobar, menu | Felix Domke | |
| 2006-03-03 | fix | Felix Domke | |
| 2006-03-03 | fix initial menu entry on lcd | Felix Domke | |
| 2006-03-02 | minimally improved LCD support | Felix Domke | |
| 2006-02-20 | add some info to debug prints | Felix Domke | |
| 2006-02-20 | fix menu close with config flush | Felix Domke | |
| 2006-02-07 | flush config (to flash) on close setup list | Andreas Monzner | |
| 2006-02-03 | recursive close with menu key in menu | Felix Domke | |
| 2006-01-11 | menu positioning for the plugins works now | Stefan 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-11 | use Tools.Directories to get paths | Stefan Pluecken | |
| 2006-01-06 | fix screens without a module | Stefan Pluecken | |
| 2006-01-06 | plugins can register their own menu now | Stefan 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-04 | leave menu with menu button | Stefan Pluecken | |
| 2005-11-18 | menu.xml and setup.xml are now translatable | Stefan Pluecken | |
| the .po-generation is really bad Makefile-code | |||
| 2005-10-08 | menu: new syntax which fixes the import problems | Felix Domke | |
| 2005-10-08 | import Setup which was used but not imported | Stefan Pluecken | |
| 2005-10-05 | use nimselection instead of satconfig | Ronny Strutz | |
| 2005-09-29 | move out FixedMenu, remove import-all hack, still needs proper fix. | Felix Domke | |
| 2005-09-02 | removed old code | Ronny Strutz | |
| 2005-08-31 | readding the component-imports | Stefan Pluecken | |
| 2005-08-31 | dynamically importing the screens | Stefan Pluecken | |
| 2005-08-30 | use menu.xml for the menu instead of an inline string | Stefan Pluecken | |
| 2005-08-30 | add HarddiskSetup | Ronny Strutz | |
| 2005-08-28 | added setup screens | Ronny Strutz | |
| 2005-08-16 | add openSetup() | Ronny Strutz | |
| 2005-07-22 | - add mark in channellist | Felix Domke | |
| 2005-07-08 | - skins are now loaded first and applied later | Felix Domke | |
| - this allows use skin information to build special eWidgets, depending on skin - add "applet"-feature: code which is executed from skin - example: centering of messagebox | |||
| 2005-05-14 | - work on timers | Felix Domke | |
| - add eInput widget - add python/Tools - add flexible listbox content | |||
| 2005-05-05 | - split 2 (Screens) | Felix Domke | |
