index
:
vdr-plugin-menuorg
master
VDR Menuorg Plug-in
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
menuconfiguration.cpp
Age
Commit message (
Expand
)
Author
2007-08-25
Fixed charset conversion for menu titles. They will now explicitly be converted
svntobi
2007-08-25
Don't call teh Plugin's main menu entry, before the main menu is requested.
svntobi
2007-08-25
cPlugin::MainMenuEntry() mus be called after all plugins have
svntobi
2007-08-23
fixed childlock stuff
svntobi
2007-08-22
added childlock service - untested yet
svntobi
2007-08-20
The name attribute is required for all nodes and checked by the dtd, no need
svntobi
2007-08-20
fixed dtd
svntobi
2007-08-20
added command handling
svntobi
2007-08-19
reverted command stuff changes in dtd and added it in _dtd const
svntcreutz
2007-08-19
log validation error details to stderr
svntobi
2007-08-19
add unconfigured plugins at the end of the root main menu
svntobi
2007-08-19
submenuitem -> submenunnode
svntobi
2007-08-19
PluginMenuItem -> PluginMenuNode
svntobi
2007-08-19
SystemMenuItem -> SystemMenuNode
svntobi
2007-08-19
removed dtd command parameters
svntcreutz
2007-08-19
renamed XmlMenu to MenuConfiguration
svntobi