aboutsummaryrefslogtreecommitdiff
path: root/src/data/meegotouch.schemas
blob: 1a2bd97efae93d46a436e22d4728c14e9ce20986 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<gconfschemafile>
  <schemalist>
    <schema>
      <key>/schemas/meegotouch/i18n/language</key>
      <applyto>/meegotouch/i18n/language</applyto>
      <owner>libmeegotouch</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short></short>
        <long></long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/meegotouch/i18n/lc_time</key>
      <applyto>/meegotouch/i18n/lc_time</applyto>
      <owner>libmeegotouch</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short></short>
        <long></long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/meegotouch/i18n/lc_timeformat24h</key>
      <applyto>/meegotouch/i18n/lc_timeformat24h</applyto>
      <owner>libmeegotouch</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short></short>
        <long></long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/meegotouch/i18n/lc_collate</key>
      <applyto>/meegotouch/i18n/lc_collate</applyto>
      <owner>libmeegotouch</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short></short>
        <long></long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/meegotouch/i18n/lc_numeric</key>
      <applyto>/meegotouch/i18n/lc_numeric</applyto>
      <owner>libmeegotouch</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short></short>
        <long></long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/meegotouch/i18n/lc_monetary</key>
      <applyto>/meegotouch/i18n/lc_monetary</applyto>
      <owner>libmeegotouch</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short></short>
        <long></long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/meegotouch/debug/show_async_requests</key>
      <applyto>/meegotouch/debug/show_async_requests</applyto>
      <owner>libmeegotouch</owner>
      <type>bool</type>
      <default>false</default>
      <locale name="C">
        <short>Can be used to turn on debugging of asynchronous pixmap loading.</short>
        <long>Asynchronous pixmaps are initially transparent by default. When this value is set to true the are filled with green.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/meegotouch/debug/minimized_software_switch</key>
      <applyto>/meegotouch/debug/minimized_software_switch</applyto>
      <owner>libmeegotouch</owner>
      <type>bool</type>
      <default>true</default>
      <locale name="C">
        <short>Switch to software rendering for minimized applications.</short>
        <long>An OpenGL context needs a lot of memory. When this option is enabled aplications using OpenGL rendering will destroy the OpenGL context when they are minimized.</long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/meegotouch/i18n/lc_telephone</key>
      <applyto>/meegotouch/i18n/lc_telephone</applyto>
      <owner>libmeegotouch</owner>
      <type>string</type>
      <default></default>
      <locale name="C">
        <short></short>
        <long></long>
      </locale>
    </schema>
    <schema>
      <key>/schemas/meegotouch/target/name</key>
      <applyto>/meegotouch/target/name</applyto>
      <owner>libmeegotouch</owner>
      <type>string</type>
      <default>Default</default>
      <locale name="C">
        <short>Is used to select target configuration file by Meego Touch applications</short>
        <long></long>
      </locale>
    </schema>
  </schemalist>
</gconfschemafile>