~charlesk/gnome-control-center/make-new-panel

« back to all changes in this revision

Viewing changes to capplets/keyboard/gnome-keyboard-properties-model-chooser.ui

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Moya
  • Date: 2011-05-17 10:47:27 UTC
  • mfrom: (0.1.11 experimental) (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20110517104727-lqel6m8vhfw5jby1
Tags: 1:3.0.1.1-1ubuntu1
* Rebase on Debian, remaining Ubuntu changes:
* debian/control:
  - Build-Depend on hardening-wrapper, dpkg-dev and dh-autoreconf
  - Add dependency on ubuntu-system-service
  - Remove dependency on gnome-icon-theme-symbolic
  - Move dependency on apg, gnome-icon-theme-symbolic and accountsservice to
    be a Recommends: until we get them in main
* debian/rules:
  - Use autoreconf
  - Add binary-post-install rule for gnome-control-center-data
  - Run dh-autoreconf
* debian/gnome-control-center.dirs:
* debian/gnome-control-center.links:
  - Add a link to the control center shell for indicators
* debian/patches/00_disable-nm.patch:
  - Temporary patch to disable building with NetworkManager until we get
    the new one in the archive
* debian/patches/01_git_remove_gettext_calls.patch:
  - Remove calls to AM_GNU_GETTEXT, IT_PROG_INTLTOOL should be enough
* debian/patches/01_git_kill_warning.patch:
  - Kill warning
* debian/patches/50_ubuntu_systemwide_prefs.patch:
  - Ubuntu specific proxy preferences
* debian/patches/51_ubuntu_system_keyboard.patch:
  - Implement the global keyboard spec at https://wiki.ubuntu.com/DefaultKeyboardSettings

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkDialog" id="xkb_model_chooser">
6
 
    <property name="visible">True</property>
7
 
    <property name="border_width">5</property>
8
 
    <property name="title" translatable="yes">Choose a Keyboard Model</property>
9
 
    <property name="modal">True</property>
10
 
    <property name="default_width">450</property>
11
 
    <property name="default_height">400</property>
12
 
    <property name="type_hint">dialog</property>
13
 
    <property name="has_separator">False</property>
14
 
    <child internal-child="vbox">
15
 
      <object class="GtkVBox" id="dialog-vbox2">
16
 
        <property name="visible">True</property>
17
 
        <property name="orientation">vertical</property>
18
 
        <property name="spacing">2</property>
19
 
        <child>
20
 
          <object class="GtkVBox" id="xkb_model_chooser_pane">
21
 
            <property name="visible">True</property>
22
 
            <property name="border_width">5</property>
23
 
            <property name="orientation">vertical</property>
24
 
            <property name="spacing">6</property>
25
 
            <child>
26
 
              <object class="GtkLabel" id="vendors_label">
27
 
                <property name="visible">True</property>
28
 
                <property name="xalign">0</property>
29
 
                <property name="label" translatable="yes">_Vendors:</property>
30
 
                <property name="use_underline">True</property>
31
 
              </object>
32
 
              <packing>
33
 
                <property name="expand">False</property>
34
 
                <property name="fill">False</property>
35
 
                <property name="position">0</property>
36
 
              </packing>
37
 
            </child>
38
 
            <child>
39
 
              <object class="GtkScrolledWindow" id="vendors_scrolledwindow">
40
 
                <property name="visible">True</property>
41
 
                <property name="can_focus">True</property>
42
 
                <property name="hscrollbar_policy">automatic</property>
43
 
                <property name="vscrollbar_policy">automatic</property>
44
 
                <property name="shadow_type">in</property>
45
 
                <child>
46
 
                  <object class="GtkTreeView" id="vendors_list">
47
 
                    <property name="visible">True</property>
48
 
                    <property name="can_focus">True</property>
49
 
                    <property name="headers_visible">False</property>
50
 
                  </object>
51
 
                </child>
52
 
              </object>
53
 
              <packing>
54
 
                <property name="position">1</property>
55
 
              </packing>
56
 
            </child>
57
 
            <child>
58
 
              <object class="GtkLabel" id="label7">
59
 
                <property name="visible">True</property>
60
 
                <property name="xalign">0</property>
61
 
                <property name="label" translatable="yes">_Models:</property>
62
 
                <property name="use_underline">True</property>
63
 
              </object>
64
 
              <packing>
65
 
                <property name="expand">False</property>
66
 
                <property name="fill">False</property>
67
 
                <property name="position">2</property>
68
 
              </packing>
69
 
            </child>
70
 
            <child>
71
 
              <object class="GtkScrolledWindow" id="scrolledwindow3">
72
 
                <property name="visible">True</property>
73
 
                <property name="can_focus">True</property>
74
 
                <property name="hscrollbar_policy">automatic</property>
75
 
                <property name="vscrollbar_policy">automatic</property>
76
 
                <property name="shadow_type">in</property>
77
 
                <child>
78
 
                  <object class="GtkTreeView" id="models_list">
79
 
                    <property name="visible">True</property>
80
 
                    <property name="can_focus">True</property>
81
 
                    <property name="headers_visible">False</property>
82
 
                  </object>
83
 
                </child>
84
 
              </object>
85
 
              <packing>
86
 
                <property name="position">3</property>
87
 
              </packing>
88
 
            </child>
89
 
          </object>
90
 
          <packing>
91
 
            <property name="position">1</property>
92
 
          </packing>
93
 
        </child>
94
 
        <child internal-child="action_area">
95
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
96
 
            <property name="visible">True</property>
97
 
            <property name="layout_style">end</property>
98
 
            <child>
99
 
              <object class="GtkButton" id="cancelbutton1">
100
 
                <property name="label">gtk-cancel</property>
101
 
                <property name="visible">True</property>
102
 
                <property name="can_focus">True</property>
103
 
                <property name="can_default">True</property>
104
 
                <property name="receives_default">False</property>
105
 
                <property name="use_stock">True</property>
106
 
              </object>
107
 
              <packing>
108
 
                <property name="expand">False</property>
109
 
                <property name="fill">False</property>
110
 
                <property name="position">0</property>
111
 
              </packing>
112
 
            </child>
113
 
            <child>
114
 
              <object class="GtkButton" id="btnOk">
115
 
                <property name="label">gtk-ok</property>
116
 
                <property name="visible">True</property>
117
 
                <property name="can_focus">True</property>
118
 
                <property name="can_default">True</property>
119
 
                <property name="receives_default">False</property>
120
 
                <property name="use_stock">True</property>
121
 
              </object>
122
 
              <packing>
123
 
                <property name="expand">False</property>
124
 
                <property name="fill">False</property>
125
 
                <property name="position">1</property>
126
 
              </packing>
127
 
            </child>
128
 
          </object>
129
 
          <packing>
130
 
            <property name="expand">False</property>
131
 
            <property name="pack_type">end</property>
132
 
            <property name="position">0</property>
133
 
          </packing>
134
 
        </child>
135
 
      </object>
136
 
    </child>
137
 
    <action-widgets>
138
 
      <action-widget response="-6">cancelbutton1</action-widget>
139
 
      <action-widget response="-5">btnOk</action-widget>
140
 
    </action-widgets>
141
 
  </object>
142
 
</interface>