diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-23 12:03:13 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-23 12:03:13 +0000 |
commit | 626035130512283bf3de31b28dc6d02dccdee562 (patch) | |
tree | 3c91fa47dcce0d743ad49222b05873ac65faa7a7 | |
parent | 7045aa7616300c7ae605b6d01626f1e540902bda (diff) | |
download | vdr-plugin-menuorg-626035130512283bf3de31b28dc6d02dccdee562.tar.gz vdr-plugin-menuorg-626035130512283bf3de31b28dc6d02dccdee562.tar.bz2 |
some more things done
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6972 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
-rw-r--r-- | HISTORY | 8 | ||||
-rw-r--r-- | TODO | 2 |
2 files changed, 6 insertions, 4 deletions
@@ -28,8 +28,12 @@ VDR Plugin 'menuorg' Revision History 2008-03-23: Version 0.4 -- Added optional title attribute for system and plugin menu items -- Added a Seperator Item definition +- Added optional title attribute for system and plugin menu items, which allows the + displayed text ti be changed +- Added a Seperator Item - Now an empty submenu can exist - Now VDR >= 1.5.18 is required - When leaving a submenu, the cursor is now positioned on the submenu entry +- The custom menu can now be enabled/disabled in the plug-in's setup +- If the timestamp of the menuorg.xml changes, it will be reloaded when opening + the root menu @@ -2,6 +2,4 @@ Some stuff that we would integrate in future version: - Setup OSD for managing the submenu -- reload the config file when opening mainmenu (only when menu configuration has been changed - checking timestamp of xml!) -- Enable / Disable in OSD-Setup - const correctness! |