~ubuntu-branches/ubuntu/oneiric/gnome-panel/oneiric

« back to all changes in this revision

Viewing changes to applets/wncklet/window-list.schemas.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-05-30 11:04:49 UTC
  • mfrom: (1.3.4 upstream)
  • mto: This revision was merged to the branch mainline in revision 204.
  • Revision ID: james.westby@ubuntu.com-20110530110449-ut1tc5t61rpvf9e3
Tags: upstream-3.0.2
ImportĀ upstreamĀ versionĀ 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<gconfschemafile>
2
 
    <schemalist>
3
 
 
4
 
      <schema>
5
 
        <key>/schemas/apps/window_list_applet/prefs/display_all_workspaces</key>
6
 
        <owner>window-list-applet</owner>
7
 
        <type>bool</type>
8
 
        <default>false</default>
9
 
        <locale name="C">
10
 
          <short>Show windows from all workspaces</short>
11
 
          <long>
12
 
            If true, the window list will show windows from all workspaces.
13
 
            Otherwise it will only display windows from the current workspace.
14
 
          </long>
15
 
        </locale>
16
 
      </schema>
17
 
 
18
 
      <schema>
19
 
        <key>/schemas/apps/window_list_applet/prefs/group_windows</key>
20
 
        <owner>window-list-applet</owner>
21
 
        <type>string</type>
22
 
        <default>never</default>
23
 
        <locale name="C">
24
 
          <short>When to group windows</short>
25
 
          <long>
26
 
            Decides when to group windows from the same application on the
27
 
            window list. Possible values are "never", "auto" and "always".
28
 
          </long>
29
 
        </locale>
30
 
      </schema>
31
 
 
32
 
      <schema>
33
 
        <key>/schemas/apps/window_list_applet/prefs/move_unminimized_windows</key>
34
 
        <owner>window-list-applet</owner>
35
 
        <type>bool</type>
36
 
        <default>true</default>
37
 
        <locale name="C">
38
 
          <short>Move windows to current workspace when unminimized</short>
39
 
          <long>
40
 
            If true, then when unminimizing a window, move it to the
41
 
            current workspace. Otherwise, switch to the workspace of
42
 
            the window.
43
 
          </long>
44
 
        </locale>
45
 
      </schema>
46
 
 
47
 
      <schema>
48
 
        <key>/schemas/apps/window_list_applet/prefs/minimum_size</key>
49
 
        <owner>window-list-applet</owner>
50
 
        <type>int</type>
51
 
        <default>50</default>
52
 
        <locale name="C">
53
 
          <short>Minimum window list size</short>
54
 
          <long>
55
 
            The use of this key was deprecated in GNOME 2.20. The schema is
56
 
            retained for compatibility with older versions.
57
 
          </long>
58
 
        </locale>
59
 
      </schema>
60
 
 
61
 
      <schema>
62
 
        <key>/schemas/apps/window_list_applet/prefs/maximum_size</key>
63
 
        <owner>window-list-applet</owner>
64
 
        <type>int</type>
65
 
        <default>4096</default>
66
 
        <locale name="C">
67
 
          <short>Maximum window list size</short>
68
 
          <long>
69
 
            The use of this key was deprecated in GNOME 2.20. The schema is
70
 
            retained for compatibility with older versions.
71
 
         </long>
72
 
        </locale>
73
 
      </schema>
74
 
 
75
 
    </schemalist>
76
 
 
77
 
</gconfschemafile>