summaryrefslogtreecommitdiff
path: root/src/pluginmenunode.cpp
AgeCommit message (Collapse)Author
2007-09-09Changed a lot !!!svntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6139 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-09-05intermediate commitsvntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6133 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-09-02Added Double Dispatch / Visitor Pattern to MenuNode in preparation of menu ↵svntobi
structure setup. git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6120 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-26- Fixed system menu node creationsvntobi
- Changed parameter order - Use default paramter title="" for PluginMenuNode git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@5997 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-26fixed title handling for pluginssvntcreutz
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@5996 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-25Don't call teh Plugin's main menu entry, before the main menu is requested.svntobi
Some Plugins may do Things in cPlugin::MainMenuEntry() that may require cPlugin::Initialize() and cPlugin::Start() to be called first. (e.g. vdr-burn) git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@5982 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-25cPlugin::MainMenuEntry() mus be called after all plugins havesvntobi
been initilized and started, because otherwise, the main menu entry will not be translated, because most plugins register their i18n phrase in Initialize() or Start(). git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@5979 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-23fixed childlock stuffsvntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5940 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-19Âmorerenamingssvntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5832 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-19PluginMenuItem -> PluginMenuNodesvntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5830 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f