| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(enigma2_enable_numbers_in_menu.patch) with minor changes.
|
|
patch by Moritz Venn (006_enigma2_add_weight_support_to_menu.patch)
|
|
Venn, 005_enigma2_add_entryid_support_to_where_menu.patch)
|
|
change for menu-based screens, please also apply to your skins.
|
|
current menu entry
|
|
|
|
alternative skin for menus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
menus have their own id now
the update plugin for example adds a menu item to the Setup menu with the id "setup"
|
|
|
|
the .po-generation is really bad Makefile-code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|