summaryrefslogtreecommitdiff
path: root/src/menuconfiguration.cpp
AgeCommit message (Collapse)Author
2007-08-25Fixed charset conversion for menu titles. They will now explicitly be convertedsvntobi
to VDR's locale charset falling back to ISO8859-2 on conversion errors. git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@5986 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-22added childlock service - untested yetsvntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5845 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-20The name attribute is required for all nodes and checked by the dtd, no needsvntobi
to check it again in the code. git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5843 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-20fixed dtdsvntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5842 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-20added command handlingsvntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5841 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-19reverted command stuff changes in dtd and added it in _dtd constsvntcreutz
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5840 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-19log validation error details to stderrsvntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5839 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-19add unconfigured plugins at the end of the root main menusvntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5836 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-19submenuitem -> submenunnodesvntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5831 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
2007-08-19SystemMenuItem -> SystemMenuNodesvntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5829 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-19removed dtd command parameterssvntcreutz
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5826 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
2007-08-19renamed XmlMenu to MenuConfigurationsvntobi
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5825 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f