File: HISTORY

package info (click to toggle)
vdr-plugin-osdserver 0.1.3-23
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: ansic: 3,165; perl: 923; sh: 180; makefile: 46
file content (42 lines) | stat: -rw-r--r-- 1,318 bytes parent folder | download | duplicates (7)
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
VDR Plugin 'osdserver' Revision History
---------------------------------------

2011-08-19: Version 0.1.3
- Update Makefile to current defaults
- Fix Message command breakage on VDR 1.7.20
- Fix warnings
- Fix: EditIntItem GetValue returns 600 code, not 500, thx to e-tobi for the hint

2008-10-04: Version 0.1.2
- Fix tr()-issue with FileNameChars, VDR 1.5.11+
- New: experimental OSDServer perl module bindings
- New: Some more samples for the perl module

2008-06-08: Version 0.1.1a
- Fix issue with VDR 1.5.15+, previously avalilable as patch

2007-10-07: Version 0.1.1
- Fix stupid bug with menu.GetCurrent

2007-10-06: Version 0.1.0
- EnterLocal and LeaveLocal for local variables
- _Focus pseudo variable
- Configurable listening port
- osdserverhosts.conf
- Bug fixes

2007-07-21: Version 0.0.2
- Event system extended to support all keys
- Event system extended to events on all OSD objects
- Events: blur, focus, edit, close
- Quote chars are \r \n \t \" \' \\
- Support single and double quotes
- OsdItem: SetSelectable / SetUnSelectable, -unselectable, SetText
- OsdMenu: SetColorKeyText, SetColumns
- OsdEditStrItem
- OsdEditIntItem
- OsdEditListItem
- Message command returns proper "301 timeout" instead of "300 Message timeout"

2006-11-22: Version 0.0.1
- Milestone 1 - very basic menus and messages