blob: 9e28ebb073e4643b9575c1b90569b4b08bd002c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
VDR Plugin 'menuorg' Revision History
-------------------------------------
2007-08-24: Version 0.1
- Initial revision.
2007-08-25: Version 0.2
- Fixed bug with burn plug-in - cPlugin::MainMenuEntry() should not be called
before all plug-ins Intialize() and Start() were called.
2007-08-25: Version 0.3
- Fixed charset conversion for menu titles. They will now explicitly be converted
to VDR's locale charset falling back to ISO8859-2 on conversion errors.
UNRELEASED: Version 0.4
- Added optional title attribute for system and plugin menu items
- Added Setup OSD and Setup parameter load and save routines
- Added a Seperator Item definition
- Now an empty submenu can exist
|