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-09-09
Changed a lot !!!
svntobi
2007-09-04
grouped nameAttribute and name vars
svntcreutz
2007-09-04
fixed "ERROR: plugin '<no name given>' called cPlugin::ConfigDirectory(), whi...
svntcreutz
2007-09-04
some space/tab changes and some changes for a LineNode
svntcreutz
2007-09-02
Added Double Dispatch / Visitor Pattern to MenuNode in preparation of menu st...
svntobi
2007-09-01
Extracted PluginConfiguration class
svntobi
2007-09-01
Changed argument order
svntobi
2007-08-28
config stuff for unconfiguredPluginsShouldBeIncluded
svntcreutz
2007-08-26
passing menu configuration to menusetup
svntobi
2007-08-26
made menuconfiguration reparsable from loaded dom
svntobi
2007-08-26
- Fixed system menu node creation
svntobi
2007-08-26
fixed title handling for plugins
svntcreutz
2007-08-26
alternate titles for plugins implimented
svntcreutz
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