VDR Plugin 'setup' Revision History
-----------------------------------
2009-02-13: setup-0.3.1-zulu-edition
- Added italian translation - thanks to Diego Pierotto

2009-01-19: setup-0.3.1-zulu-edition
- Attach vdr-1.6.0-2_setup-zulu-edition.diff
  The Patch can be used instead of the Extensions-Patch
- Attach vdr-ext62_setup-custom-plugin-title.diff
- Attach some new examples

2008-06-19: setup-0.3.1-zulu-edition
- From now VDR-Extensions-Patch => 63 or
  VDR-Extensions-Patch 62 + vdr-ext62_setup-custom-plugin-title.diff
  is required
- Reworked setupmenu.c and setupmenu.h
  Added new xml 'title' tag for plugins, from now it is
  possible to customize the menuentrys for all plugins
  Two new functions for the 'Menu Edit':
  - Edit / Move -> Plugins
  - Add / Edit / Move / Delete -> Commands and Threads

2008-01-30: setup-0.3.1-zulu-edition
- Reworked the Return Value, now it is possible to set
  a default value in vdr-setup.xml
- Some code cleaning

2008-01-27: setup-0.3.1-zulu-edition
- Added Internationalization for VDRs Setup Menu in vdr-setup.xml
- Added some examples for the new xml format

2008-01-22: setup-0.3.1-zulu-edition
- Added Internationalization for vdr-menu.xml and vdr-setup.xml
  If VDR is patched with <=Extensions-Patch-43, it is required to
  apply the patch to VDR included with the plugin.
  After this just copy your vdr-menu.xml to vdr-menu.OSDLanguage.xml
  OSDLanguage must be named like in VDRs setup.conf
  example ( vdr >=1.5.7 )
    OSDLanguage=de_DE  ->    vdr-menu.de_DE.xml
  example ( vdr <1.5.7 )
    OSDLanguage=1      ->    vdr-menu.1.xml
  for default VDR uses vdr-menu.xml
- Fixed french translation in plugins setup

2008-01-21: setup-0.3.1-zulu-edition
- Fixed wrong count for ReturnValues in setupsetup.h
- Added french translation - thanks to Patrice Staudt
- Fixed wrong Date in HISTORY :)

2008-01-20: setup-0.3.1-zulu-edition
- Fixed missing translations in Menu Edit
- Renamed "Direct Access to the Menu Edit" to "Main menu entry"
- Added french translation - thanks to Patrice Staudt

2008-01-19: setup-0.3.1-zulu-edition
- Fixed Process Key in cSetupSetupPage
- Reworked i18n.c and added some trVDR to setupmenu.c
- Now i18n-to-gettext.pl founds all translations

2008-01-16: setup-0.3.1-zulu-edition
- Added a new Setup-Option "Direct Access to the Menu Edit"

2008-01-10: setup-0.3.1-zulu-edition
changes done by zulu
- Added all known fixes
- Make it ready for Extensions-Patch
- Renamed all *.cpp to *.c
- Renamed minivdr-setup.xml to vdr-setup.xml
- Added a new Setup-Option "Return Value"
  to select between true/false, on/off or yes/no
- Added Internationalization for vdr-1.5.7 and above

2006-03-06
- do not use std::vector


2006-03-05
- handle missing channellists /etc/vdr/channels/*.conf
- when changing channel lists delete timers with unknown channel
- correct behaviour if menucommandpatch was applied
- Show title of current Submenu



2006-01-15: Version 0.2.3
- Now Reload Channel-List if Channel-List was changed
- patched for vdr Version 1.3.38

2005-10-12: Version 0.2.2
- fixed bug, know do not hide other buttons if help button is shown.
- know compatible with BIG-PATCH,
- Supports all VDR System Menu Commands are extracted during buidl process
  If BIGPATCH was applied, then the new System-Command "LiveBuffer", "BigPatch"
  are supported


2005-10-06: Version 0.2.1
-  fixed Bug: Know changes are saved again in sysConfigFile

2005-10-03: Version 0.2.0
-  Added Setup Men for plugin. Allowing to edit Menusuffix and Entry-Prefix)
-  Changed minivdr-setup.xml format
   all <menu>..</menu> tags are now within a <menus>..</menus> tag
   New system attribute values for the Menu Tags:
       VDRMenu     ( specifies the position of "Edit Vdr Menu")
       ActPlugins  ( specifies the position of Activate Plugins-Menu)
-  Added new type "Ip" for Entry holding IP-Addresses Digits and dots.
-  Added new attribut "help1" Entry and Menu in minivdr-setup.xml
-  Added new attribut "help2" Entry and Menu in minivdr-setup.xml
-  The file sysconfig will now be created if it does not exist
-  removed attribute "bootVDR", now using standard vdr Rebot mechanism
-  Configurationfiles (minivdr-setup.xml and vdr-menu.xml) are now stored
   "PluginConfigDirectory/setup"

2005-06-19: Version 0.1.0
- changed interaction with user, now the setup plugin behaves as usually known by VDR Users.
  By pressing the OK Button the user may switch back to the previous menu.
- fixed bug, if Directory <VDR-Configdir>/channels or <VDR-Configdir>/channels/*.conf are missing
- do not remove plugins from "minivdr-setup.xml", when plugin is not in system
- Allows to edit Plugin-Parameters
- Support executing User Defined commands when walking through MiniVDR Setup Menu
  specify new command attribute within menu tag
- Know supports VDR Standard Setup Menu within Setup-Plugin Menu
- Support paging plugin in Menu Acivate/Deactivbate Plugins

2005-02-26: Version 0.0.5
- Added new Attributes in minivdr-setup.xml to configure system dependent pathes
- improved edit menu handling
- fixed crash, when no network modules were found
- now add also network modules in subdirectories
- Show name of plugin in Pluginmenu

2005-01-28: Version 0.0.4
- Added Creation of new Menus
- Added Editing of Menu-name
- Added deltion of menu

2005-01-23: Version 0.0.3
- Added new entry types:
    hex     - hexvalues in the form of AB:FF:12
    numtext - String holding only digits
- Added new feature ChildLock
- Added SubMenu Patch for VDR
- Added SubMenu Edit-Menu

2005-01-05: Version 0.0.2
- first released version
- Enable/Disable Plugins
- Added Menu / SubMenus

2004-12-05: Version 0.0.1

- Initial revision.
