blob: b5fad0210a0071d85ef1c318d3e86ebc3aa65e09 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
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.
2007-12-11: Version 0.3.1
- Applied I18N-Patch from Thomas Guenther for VDR 1.5.12
- Fixed Problem with hidden plug-in menu entries or plug-ins without a main menu
item
2007-12-17: Version 0.3.2
- Added Italian translation from the
Italian VDR Community <vdr-italian@tiscali.it>
2008-03-23: Version 0.4
- Added optional title attribute for system and plugin menu items, which allows the
displayed text to be changed
- Added a Seperator Item
- Now an empty submenu can exist
- Now VDR >= 1.5.18 is required
- When leaving a submenu, the cursor is now positioned on the submenu entry
- The custom menu can now be enabled/disabled in the plug-in's setup
- If the timestamp of the menuorg.xml changes, it will be reloaded when opening
the root menu
2008-03-24: Version 0.4.1
- Fixed small bug caused by hidden menu entries
|