| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
