~ubuntu-branches/ubuntu/trusty/libconfig-model-perl/trusty

« back to all changes in this revision

Viewing changes to lib/Config/Model/models/LCDd/glcd.pl

  • Committer: Package Import Robot
  • Author(s): Dominique Dumont, gregor herrmann, Dominique Dumont
  • Date: 2013-05-26 12:40:30 UTC
  • mfrom: (1.3.61)
  • Revision ID: package-import@ubuntu.com-20130526124030-nfmm6ejhjubovp7v
Tags: 2.036-1
[ gregor herrmann ]
* Add =encoding to POD in dh_config_model_upgrade.

[ Dominique Dumont ]
* Imported Upstream version 2.036
  * config-edit: added deprecation warning
  * Value: fix pod doc error in L<> (Closes: #709784)
  * Node::load_data: use a predictable order to accept elements.
    This change fixes the test failure in t/backend_ini.t
    (Closes: #709785)
  * make t/pod.t run only when AUTHOR_TESTING is set

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
    'class_description' => 'generated from LCDd.conf',
13
13
    'name' => 'LCDd::glcd',
14
14
    'element' => [
15
 
      'normal_font',
 
15
      'ConnectionType',
16
16
      {
17
17
        'value_type' => 'uniline',
18
 
        'default' => '/usr/local/lib/X11/fonts/TTF/andalemo.ttf',
19
 
        'type' => 'leaf',
20
 
        'description' => 'Path to font file to use for FreeType rendering. This font must be monospace
21
 
and should contain some special Unicode characters like arrows (Andale Mono
22
 
is recommended and can be fetched at http://corefonts.sf.net).'
23
 
      },
24
 
      'useFT2',
25
 
      {
26
 
        'value_type' => 'enum',
27
 
        'upstream_default' => 'yes',
28
 
        'type' => 'leaf',
29
 
        'description' => 'If LCDproc has been compiled with FreeType 2 support this option can be used
30
 
to turn if off intentionally. ',
31
 
        'choice' => [
32
 
          'yes',
33
 
          'no'
34
 
        ]
35
 
      },
36
 
      'delayBus',
37
 
      {
38
 
        'value_type' => 'enum',
39
 
        'upstream_default' => 'no',
40
 
        'type' => 'leaf',
41
 
        'description' => 't6963: Insert additional delays into reads / writes. ',
42
 
        'choice' => [
43
 
          'yes',
44
 
          'no'
45
 
        ]
 
18
        'default' => 't6963',
 
19
        'type' => 'leaf',
 
20
        'description' => 'Select what type of connection. See documentation for types.'
46
21
      },
47
22
      'Port',
48
23
      {
51
26
        'type' => 'leaf',
52
27
        'description' => 't6963: Parallel port to use '
53
28
      },
54
 
      'ConnectionType',
55
 
      {
56
 
        'value_type' => 'uniline',
57
 
        'default' => 't6963',
58
 
        'type' => 'leaf',
59
 
        'description' => 'Select what type of connection. See documentation for types.'
60
 
      },
61
 
      'bidirectional',
62
 
      {
63
 
        'value_type' => 'enum',
64
 
        'upstream_default' => 'yes',
65
 
        'type' => 'leaf',
66
 
        'description' => 't6963: Use LPT port in bi-directional mode. This should work on most LPT port
67
 
and is required for proper timing! ',
68
 
        'choice' => [
69
 
          'yes',
70
 
          'no'
71
 
        ]
72
 
      },
73
29
      'Size',
74
30
      {
75
31
        'value_type' => 'uniline',
78
34
        'description' => 'Width and height of the display in pixel. The supported sizes may depend on
79
35
the ConnectionType. '
80
36
      },
 
37
      'bidirectional',
 
38
      {
 
39
        'value_type' => 'enum',
 
40
        'upstream_default' => 'yes',
 
41
        'type' => 'leaf',
 
42
        'description' => 't6963: Use LPT port in bi-directional mode. This should work on most LPT port
 
43
and is required for proper timing! ',
 
44
        'choice' => [
 
45
          'yes',
 
46
          'no'
 
47
        ]
 
48
      },
 
49
      'delayBus',
 
50
      {
 
51
        'value_type' => 'enum',
 
52
        'upstream_default' => 'no',
 
53
        'type' => 'leaf',
 
54
        'description' => 't6963: Insert additional delays into reads / writes. ',
 
55
        'choice' => [
 
56
          'yes',
 
57
          'no'
 
58
        ]
 
59
      },
81
60
      'fontHasIcons',
82
61
      {
83
62
        'value_type' => 'enum',
89
68
          'yes',
90
69
          'no'
91
70
        ]
 
71
      },
 
72
      'normal_font',
 
73
      {
 
74
        'value_type' => 'uniline',
 
75
        'default' => '/usr/local/lib/X11/fonts/TTF/andalemo.ttf',
 
76
        'type' => 'leaf',
 
77
        'description' => 'Path to font file to use for FreeType rendering. This font must be monospace
 
78
and should contain some special Unicode characters like arrows (Andale Mono
 
79
is recommended and can be fetched at http://corefonts.sf.net).'
 
80
      },
 
81
      'useFT2',
 
82
      {
 
83
        'value_type' => 'enum',
 
84
        'upstream_default' => 'yes',
 
85
        'type' => 'leaf',
 
86
        'description' => 'If LCDproc has been compiled with FreeType 2 support this option can be used
 
87
to turn if off intentionally. ',
 
88
        'choice' => [
 
89
          'yes',
 
90
          'no'
 
91
        ]
92
92
      }
93
93
    ]
94
94
  }