~kroq-gar78/ubuntu/precise/gnome-control-center/fix-885947

« back to all changes in this revision

Viewing changes to capplets/keybindings/gnome-keybinding-properties.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.14"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkDialog" id="gnome-keybinding-dialog">
6
 
    <property name="border_width">5</property>
7
 
    <property name="title" translatable="yes">Keyboard Shortcuts</property>
8
 
    <property name="type_hint">dialog</property>
9
 
    <property name="has_separator">False</property>
10
 
    <child internal-child="vbox">
11
 
      <object class="GtkVBox" id="shortcut_dialog">
12
 
        <property name="visible">True</property>
13
 
        <property name="spacing">2</property>
14
 
        <child>
15
 
          <object class="GtkVBox" id="vbox3">
16
 
            <property name="visible">True</property>
17
 
            <property name="border_width">5</property>
18
 
            <property name="spacing">12</property>
19
 
            <child>
20
 
              <object class="GtkVBox" id="shortcuts_vbox">
21
 
                <property name="visible">True</property>
22
 
                <property name="spacing">6</property>
23
 
                <child>
24
 
                  <object class="GtkScrolledWindow" id="actions_swindow">
25
 
                    <property name="visible">True</property>
26
 
                    <property name="can_focus">True</property>
27
 
                    <property name="hscrollbar_policy">never</property>
28
 
                    <property name="vscrollbar_policy">never</property>
29
 
                    <property name="shadow_type">in</property>
30
 
                    <child>
31
 
                      <object class="GtkTreeView" id="shortcut_treeview">
32
 
                        <property name="visible">True</property>
33
 
                        <property name="can_focus">True</property>
34
 
                        <property name="rules_hint">True</property>
35
 
                      </object>
36
 
                    </child>
37
 
                  </object>
38
 
                  <packing>
39
 
                    <property name="position">0</property>
40
 
                  </packing>
41
 
                </child>
42
 
                <child>
43
 
                  <object class="GtkHBox" id="hbox1">
44
 
                    <property name="visible">True</property>
45
 
                    <property name="border_width">6</property>
46
 
                    <property name="spacing">12</property>
47
 
                    <child>
48
 
                      <object class="GtkImage" id="image1">
49
 
                        <property name="visible">True</property>
50
 
                        <property name="yalign">0</property>
51
 
                        <property name="stock">gtk-dialog-info</property>
52
 
                        <property name="icon-size">6</property>
53
 
                      </object>
54
 
                      <packing>
55
 
                        <property name="expand">False</property>
56
 
                        <property name="fill">False</property>
57
 
                        <property name="position">0</property>
58
 
                      </packing>
59
 
                    </child>
60
 
                    <child>
61
 
                      <object class="GtkLabel" id="label12">
62
 
                        <property name="visible">True</property>
63
 
                        <property name="xalign">0</property>
64
 
                        <property name="label" translatable="yes">To edit a shortcut key, click on the corresponding row and type a new key combination, or press backspace to clear.</property>
65
 
                        <property name="justify">fill</property>
66
 
                        <property name="wrap">True</property>
67
 
                      </object>
68
 
                      <packing>
69
 
                        <property name="position">1</property>
70
 
                      </packing>
71
 
                    </child>
72
 
                  </object>
73
 
                  <packing>
74
 
                    <property name="expand">False</property>
75
 
                    <property name="position">1</property>
76
 
                  </packing>
77
 
                </child>
78
 
              </object>
79
 
              <packing>
80
 
                <property name="position">0</property>
81
 
              </packing>
82
 
            </child>
83
 
          </object>
84
 
          <packing>
85
 
            <property name="position">1</property>
86
 
          </packing>
87
 
        </child>
88
 
        <child internal-child="action_area">
89
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
90
 
            <property name="visible">True</property>
91
 
            <property name="layout_style">end</property>
92
 
            <child>
93
 
              <object class="GtkButton" id="helpbutton1">
94
 
                <property name="label">gtk-help</property>
95
 
                <property name="visible">True</property>
96
 
                <property name="can_focus">True</property>
97
 
                <property name="can_default">True</property>
98
 
                <property name="receives_default">False</property>
99
 
                <property name="use_stock">True</property>
100
 
              </object>
101
 
              <packing>
102
 
                <property name="expand">False</property>
103
 
                <property name="fill">False</property>
104
 
                <property name="position">0</property>
105
 
              </packing>
106
 
            </child>
107
 
            <child>
108
 
              <object class="GtkButton" id="add-button">
109
 
                <property name="label">gtk-add</property>
110
 
                <property name="visible">True</property>
111
 
                <property name="can_focus">True</property>
112
 
                <property name="can_default">True</property>
113
 
                <property name="receives_default">False</property>
114
 
                <property name="use_stock">True</property>
115
 
              </object>
116
 
              <packing>
117
 
                <property name="expand">False</property>
118
 
                <property name="fill">False</property>
119
 
                <property name="position">1</property>
120
 
              </packing>
121
 
            </child>
122
 
            <child>
123
 
              <object class="GtkButton" id="remove-button">
124
 
                <property name="label">gtk-remove</property>
125
 
                <property name="visible">True</property>
126
 
                <property name="sensitive">False</property>
127
 
                <property name="can_focus">True</property>
128
 
                <property name="can_default">True</property>
129
 
                <property name="receives_default">False</property>
130
 
                <property name="use_stock">True</property>
131
 
              </object>
132
 
              <packing>
133
 
                <property name="expand">False</property>
134
 
                <property name="fill">False</property>
135
 
                <property name="position">2</property>
136
 
              </packing>
137
 
            </child>
138
 
            <child>
139
 
              <object class="GtkButton" id="button1">
140
 
                <property name="label">gtk-close</property>
141
 
                <property name="visible">True</property>
142
 
                <property name="can_focus">True</property>
143
 
                <property name="can_default">True</property>
144
 
                <property name="receives_default">False</property>
145
 
                <property name="use_stock">True</property>
146
 
              </object>
147
 
              <packing>
148
 
                <property name="expand">False</property>
149
 
                <property name="fill">False</property>
150
 
                <property name="position">3</property>
151
 
              </packing>
152
 
            </child>
153
 
          </object>
154
 
          <packing>
155
 
            <property name="expand">False</property>
156
 
            <property name="pack_type">end</property>
157
 
            <property name="position">0</property>
158
 
          </packing>
159
 
        </child>
160
 
      </object>
161
 
    </child>
162
 
    <action-widgets>
163
 
      <action-widget response="-11">helpbutton1</action-widget>
164
 
      <action-widget response="0">add-button</action-widget>
165
 
      <action-widget response="1">remove-button</action-widget>
166
 
      <action-widget response="-7">button1</action-widget>
167
 
    </action-widgets>
168
 
  </object>
169
 
  <object class="GtkDialog" id="custom-shortcut-dialog">
170
 
    <property name="title" translatable="yes">Custom Shortcut</property>
171
 
    <property name="type_hint">dialog</property>
172
 
    <property name="has_separator">False</property>
173
 
    <child internal-child="vbox">
174
 
      <object class="GtkVBox" id="dialog-vbox1">
175
 
        <property name="visible">True</property>
176
 
        <child>
177
 
          <object class="GtkVBox" id="vbox4">
178
 
            <property name="visible">True</property>
179
 
            <property name="border_width">5</property>
180
 
            <property name="spacing">6</property>
181
 
            <child>
182
 
              <object class="GtkTable" id="table1">
183
 
                <property name="visible">True</property>
184
 
                <property name="n_rows">2</property>
185
 
                <property name="n_columns">2</property>
186
 
                <property name="column_spacing">6</property>
187
 
                <property name="row_spacing">6</property>
188
 
                <child>
189
 
                  <object class="GtkLabel" id="label13">
190
 
                    <property name="visible">True</property>
191
 
                    <property name="xalign">0</property>
192
 
                    <property name="label" translatable="yes">_Name:</property>
193
 
                    <property name="use_underline">True</property>
194
 
                    <property name="mnemonic_widget">custom-shortcut-name-entry</property>
195
 
                  </object>
196
 
                  <packing>
197
 
                    <property name="x_options">GTK_FILL</property>
198
 
                    <property name="y_options"></property>
199
 
                  </packing>
200
 
                </child>
201
 
                <child>
202
 
                  <object class="GtkLabel" id="label14">
203
 
                    <property name="visible">True</property>
204
 
                    <property name="xalign">0</property>
205
 
                    <property name="label" translatable="yes">C_ommand:</property>
206
 
                    <property name="use_underline">True</property>
207
 
                    <property name="mnemonic_widget">custom-shortcut-command-entry</property>
208
 
                  </object>
209
 
                  <packing>
210
 
                    <property name="top_attach">1</property>
211
 
                    <property name="bottom_attach">2</property>
212
 
                    <property name="x_options">GTK_FILL</property>
213
 
                    <property name="y_options"></property>
214
 
                  </packing>
215
 
                </child>
216
 
                <child>
217
 
                  <object class="GtkEntry" id="custom-shortcut-name-entry">
218
 
                    <property name="visible">True</property>
219
 
                    <property name="can_focus">True</property>
220
 
                    <property name="invisible_char">&#x2022;</property>
221
 
                    <property name="activates_default">True</property>
222
 
                  </object>
223
 
                  <packing>
224
 
                    <property name="left_attach">1</property>
225
 
                    <property name="right_attach">2</property>
226
 
                    <property name="y_options"></property>
227
 
                  </packing>
228
 
                </child>
229
 
                <child>
230
 
                  <object class="GtkEntry" id="custom-shortcut-command-entry">
231
 
                    <property name="visible">True</property>
232
 
                    <property name="can_focus">True</property>
233
 
                    <property name="invisible_char">&#x2022;</property>
234
 
                    <property name="activates_default">True</property>
235
 
                  </object>
236
 
                  <packing>
237
 
                    <property name="left_attach">1</property>
238
 
                    <property name="right_attach">2</property>
239
 
                    <property name="top_attach">1</property>
240
 
                    <property name="bottom_attach">2</property>
241
 
                    <property name="y_options"></property>
242
 
                  </packing>
243
 
                </child>
244
 
              </object>
245
 
              <packing>
246
 
                <property name="position">0</property>
247
 
              </packing>
248
 
            </child>
249
 
          </object>
250
 
          <packing>
251
 
            <property name="position">1</property>
252
 
          </packing>
253
 
        </child>
254
 
        <child internal-child="action_area">
255
 
          <object class="GtkHButtonBox" id="dialog-action_area2">
256
 
            <property name="visible">True</property>
257
 
            <property name="layout_style">end</property>
258
 
            <child>
259
 
              <object class="GtkButton" id="cancelbutton1">
260
 
                <property name="label">gtk-cancel</property>
261
 
                <property name="visible">True</property>
262
 
                <property name="can_focus">True</property>
263
 
                <property name="receives_default">False</property>
264
 
                <property name="use_stock">True</property>
265
 
              </object>
266
 
              <packing>
267
 
                <property name="expand">False</property>
268
 
                <property name="fill">False</property>
269
 
                <property name="position">0</property>
270
 
              </packing>
271
 
            </child>
272
 
            <child>
273
 
              <object class="GtkButton" id="okbutton1">
274
 
                <property name="label">gtk-apply</property>
275
 
                <property name="visible">True</property>
276
 
                <property name="can_focus">True</property>
277
 
                <property name="can_default">True</property>
278
 
                <property name="receives_default">False</property>
279
 
                <property name="use_stock">True</property>
280
 
              </object>
281
 
              <packing>
282
 
                <property name="expand">False</property>
283
 
                <property name="fill">False</property>
284
 
                <property name="position">1</property>
285
 
              </packing>
286
 
            </child>
287
 
          </object>
288
 
          <packing>
289
 
            <property name="expand">False</property>
290
 
            <property name="pack_type">end</property>
291
 
            <property name="position">0</property>
292
 
          </packing>
293
 
        </child>
294
 
      </object>
295
 
    </child>
296
 
    <action-widgets>
297
 
      <action-widget response="-6">cancelbutton1</action-widget>
298
 
      <action-widget response="-5">okbutton1</action-widget>
299
 
    </action-widgets>
300
 
  </object>
301
 
</interface>