~ubuntu-branches/debian/sid/gsettings-desktop-schemas/sid

« back to all changes in this revision

Viewing changes to schemas/org.gnome.desktop.interface.gschema.xml.in.in

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-07-14 23:26:58 UTC
  • mfrom: (1.4.3) (12.1.10 experimental)
  • Revision ID: package-import@ubuntu.com-20140714232658-mrsvbgnl1wait4uf
Tags: 3.12.2-1
* Fix typo in package description (Closes: #746315)
  - thanks Anders Jonsson
* New upstream release.
* Bump Standards-Version to 3.9.5
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        and "text".
39
39
      </_description>
40
40
    </key>
41
 
    <key name="menus-have-icons" type="b">
42
 
      <default>false</default>
43
 
      <_summary>Menus Have Icons</_summary>
44
 
      <_description>
45
 
        Whether menus may display an icon next to a menu entry.
46
 
      </_description>
47
 
    </key>
48
 
    <key name="buttons-have-icons" type="b">
49
 
      <default>false</default>
50
 
      <_summary>Buttons Have Icons</_summary>
51
 
      <_description>
52
 
        Whether buttons may display an icon in addition to the button text.
53
 
      </_description>
54
 
    </key>
55
41
    <key name="menubar-detachable" type="b">
56
42
      <default>false</default>
57
43
      <_summary>Menubar Detachable</_summary>
132
118
        Factor used to enlarge or reduce text display, without changing font size.
133
119
      </_description>
134
120
    </key>
 
121
    <key name="scaling-factor" type="u">
 
122
      <default>0</default>
 
123
      <_summary>Window scaling factor</_summary>
 
124
      <_description>
 
125
        Integer factor used to scale windows by. For use on high-dpi screens.
 
126
        0 means pick automatically based on monitor.
 
127
      </_description>
 
128
    </key>
135
129
    <key name="gtk-im-preedit-style" type="s">
136
130
      <default>'callback'</default>
137
131
      <_summary>GTK IM Preedit Style</_summary>
175
169
        Keyboard shortcut to open the menu bars.
176
170
      </_description>
177
171
    </key>
178
 
    <key name="show-input-method-menu" type="b">
179
 
      <default>true</default>
180
 
      <_summary>Show the 'Input Methods' menu</_summary>
181
 
      <_description>
182
 
        Whether the context menus of entries and text views should offer to
183
 
        change the input method.
184
 
      </_description>
185
 
    </key>
186
 
    <key name="show-unicode-menu" type="b">
187
 
      <default>true</default>
188
 
      <_summary>Show the 'Unicode Control Character' menu</_summary>
189
 
      <_description>
190
 
        Whether the context menus of entries and text views should offer to
191
 
        insert control characters.
192
 
      </_description>
193
 
    </key>
194
172
    <key name="cursor-theme" type="s">
195
173
      <default>'Adwaita'</default>
196
174
      <_summary>Cursor theme</_summary>
242
220
        If true, display date in the clock, in addition to time.
243
221
      </_description>
244
222
    </key>
245
 
    <key name="automatic-mnemonics" type="b">
246
 
      <default>true</default>
247
 
      <_summary>Only show mnemonics on when the Alt key is pressed</_summary>
248
 
      <_description>
249
 
        Whether mnemonics should be automatically shown and hidden when the user
250
 
        presses the Alt key.
251
 
      </_description>
252
 
    </key>
253
223
  </schema>
254
224
</schemalist>