~ubuntu-branches/ubuntu/saucy/gnome-control-center/saucy-proposed

« back to all changes in this revision

Viewing changes to panels/network/network-mobile.ui

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Sebastien Bacher, Robert Ancell, Iain Lane, Edward Donovan, Rico Tzschichholz, Jeremy Bicha, David Henningsson
  • Date: 2012-11-21 19:32:45 UTC
  • mfrom: (1.1.63)
  • Revision ID: package-import@ubuntu.com-20121121193245-mj61nzz1z4fk3z25
Tags: 1:3.6.3-0ubuntu1
[ Sebastien Bacher ]
* New upstream version
* debian/control.in: recommends libcanberra-pulse (lp: #1004973)
* debian/patches/58_ubuntu_icon_views_redesign.patch:
  - drop most of the changes, keep the different grid size though
    to fit on screen with our extra icons
* debian/patches/91_dont_show_in_unity.patch:
  - dropped, show the upstream printer panel and the layout tab
* debian/patches/revert_git_keyboard_gsettings.patch,
  debian/patches/revert_git_stop_using_gconf.patch:
  - dropped the gconf->gsettings reverts

[ Robert Ancell ]
* New upstream release (LP: #1010317)
* debian/control:
  - Bump build-depends on libgnome-desktop-3-dev, libwacom-dev
  - Add build-depends on libclutter-1.0-dev, libclutter-gtk-1.0-dev,
    libpwquality-dev
  - Drop build-depends on libgnomekbd-dev
* debian/patches/60_ubuntu_nav_bar.patch:
  - Disabled for now, doesn't apply
* debian/patches/revert_ua_gsettings.patch:
  - We can use GSettings for universal access now
* debian/patches/00git_online_accounts_gtkgrid.patch:
* debian/patches/00git_online_accounts_layout.part:
* debian/patches/git_wacom_translations.patch:
  - Applied upstream

[ Iain Lane ]
* Add Build-Depends on libxkbfile-dev
* New upstream release.
* Refresh all patches to apply cleanly.

[ Edward Donovan ]
* debian/source_gnome-control-center.py: Fix for Python 3. (LP: #1013171)

[ Rico Tzschichholz ]
* debian/control.in:
  - Build-depend on gtk-doc-tools instead of docbook directly
  - Bump minimum glib-2.0, gnome-desktop3, gnome-settings-daemon
     and gsettings-desktop-schemas

[ Jeremy Bicha ]
* Dropped more patches applied in new version:
  - git_unmute_sound_event.patch
  - git_fix_big_editable_labels.patch
  - 96_sound_nua_panel.patch
* debian/patches/04_new_appearance_settings.patch:
  - Dropped, this is now packaged separately as gnome-control-center-unity
* debian/patches/10_keyboard_layout_on_unity.patch:
  - Don't change the keyboard panel name when not running Unity
* debian/patches/52_ubuntu_language_list_mods.patch:
  - Don't disable adding current language to the list. While this
    fix shows the current language twice, at least it avoids the
    "Ubuntu suddenly in Chinese" bug (LP: #1035219)
* debian/patches/53_use_ubuntu_help.patch:
  - Only show Ubuntu help when running Unity
* debian/patches/58_hide_gdm_notifications.patch:
  - Hide "Show notifications when locked" settings when running Unity
    since it's a GNOME Shell-specific feature
* debian/patches/63_normal_scrollbar_in_a11y.patch:
  - Drop, overlay-scrollbars should handle this instead
* debian/patches/91_dont_show_in_unity.patch:
  - Hide Printers & Region panels in Unity until we're ready to switch
    to them.
* debian/patches/fix-crash-on-user-panel.patch:
  - Dropped, GNOME says it's obsolete
* debian/rules:
  - Build with -z,defs again
  - Explicitly disable ibus support since ibus 1.4 isn't supported in
    this version
* debian/control.in:
  - Drop ubuntu-docs and gnome-user-guide from recommends to suggests
  - Don't recommend indicators; let's leave that to Unity

[ David Henningsson ]
* sound_nua_panel.patch: Rebase to gnome 3.6 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
 
 
4
  <object class="GtkListStore" id="liststore_mobile_connections">
 
5
    <columns>
 
6
      <!-- column-name id -->
 
7
      <column type="gchararray"/>
 
8
      <!-- column-name title -->
 
9
      <column type="gchararray"/>
 
10
    </columns>
 
11
  </object>
 
12
  <object class="GtkWindow" id="window_tmp">
 
13
    <property name="can_focus">False</property>
 
14
    <child>
 
15
      <object class="GtkVBox" id="vbox7">
 
16
        <property name="visible">True</property>
 
17
        <property name="can_focus">False</property>
 
18
        <property name="border_width">12</property>
 
19
        <property name="spacing">6</property>
 
20
        <child>
 
21
          <object class="GtkGrid" id="grid3">
 
22
            <property name="visible">True</property>
 
23
            <property name="can_focus">False</property>
 
24
            <property name="valign">start</property>
 
25
            <property name="row_spacing">10</property>
 
26
            <property name="column_spacing">6</property>
 
27
            <child>
 
28
              <object class="GtkImage" id="image_device">
 
29
                <property name="visible">True</property>
 
30
                <property name="can_focus">False</property>
 
31
                <property name="halign">end</property>
 
32
                <property name="valign">start</property>
 
33
                <property name="xalign">1</property>
 
34
                <property name="pixel_size">48</property>
 
35
                <property name="icon_name">network-cellular-connected-symbolic</property>
 
36
                <property name="icon-size">6</property>
 
37
              </object>
 
38
              <packing>
 
39
                <property name="left_attach">0</property>
 
40
                <property name="top_attach">0</property>
 
41
                <property name="width">1</property>
 
42
                <property name="height">1</property>
 
43
              </packing>
 
44
            </child>
 
45
            <child>
 
46
              <object class="GtkVBox" id="vbox11">
 
47
                <property name="visible">True</property>
 
48
                <property name="can_focus">False</property>
 
49
                <property name="valign">start</property>
 
50
                <property name="hexpand">True</property>
 
51
                <property name="spacing">3</property>
 
52
                <child>
 
53
                  <object class="GtkLabel" id="label_device">
 
54
                    <property name="visible">True</property>
 
55
                    <property name="can_focus">False</property>
 
56
                    <property name="xalign">0</property>
 
57
                    <property name="label">Mobile Broadband</property>
 
58
                    <property name="ellipsize">end</property>
 
59
                    <attributes>
 
60
                      <attribute name="weight" value="bold"/>
 
61
                      <attribute name="scale" value="1.2"/>
 
62
                    </attributes>
 
63
                  </object>
 
64
                  <packing>
 
65
                    <property name="expand">False</property>
 
66
                    <property name="fill">False</property>
 
67
                    <property name="position">0</property>
 
68
                  </packing>
 
69
                </child>
 
70
                <child>
 
71
                  <object class="GtkLabel" id="label_status">
 
72
                    <property name="visible">True</property>
 
73
                    <property name="can_focus">False</property>
 
74
                    <property name="xalign">0</property>
 
75
                    <property name="label">Not connected</property>
 
76
                  </object>
 
77
                  <packing>
 
78
                    <property name="expand">False</property>
 
79
                    <property name="fill">False</property>
 
80
                    <property name="position">1</property>
 
81
                  </packing>
 
82
                </child>
 
83
              </object>
 
84
              <packing>
 
85
                <property name="left_attach">1</property>
 
86
                <property name="top_attach">0</property>
 
87
                <property name="width">1</property>
 
88
                <property name="height">1</property>
 
89
              </packing>
 
90
            </child>
 
91
            <child>
 
92
              <object class="GtkLabel" id="heading_imei">
 
93
                <property name="visible">True</property>
 
94
                <property name="can_focus">False</property>
 
95
                <property name="xalign">1</property>
 
96
                <property name="label" translatable="yes">IMEI</property>
 
97
                <property name="mnemonic_widget">label_imei</property>
 
98
                <style>
 
99
                  <class name="dim-label"/>
 
100
                </style>
 
101
              </object>
 
102
              <packing>
 
103
                <property name="left_attach">0</property>
 
104
                <property name="top_attach">1</property>
 
105
                <property name="width">1</property>
 
106
                <property name="height">1</property>
 
107
              </packing>
 
108
            </child>
 
109
            <child>
 
110
              <object class="GtkLabel" id="heading_provider">
 
111
                <property name="visible">True</property>
 
112
                <property name="can_focus">False</property>
 
113
                <property name="xalign">1</property>
 
114
                <property name="label" translatable="yes">Provider</property>
 
115
                <property name="mnemonic_widget">label_provider</property>
 
116
                <style>
 
117
                  <class name="dim-label"/>
 
118
                </style>
 
119
              </object>
 
120
              <packing>
 
121
                <property name="left_attach">0</property>
 
122
                <property name="top_attach">3</property>
 
123
                <property name="width">1</property>
 
124
                <property name="height">1</property>
 
125
              </packing>
 
126
            </child>
 
127
            <child>
 
128
              <object class="GtkLabel" id="label_imei">
 
129
                <property name="visible">True</property>
 
130
                <property name="can_focus">False</property>
 
131
                <property name="xalign">0</property>
 
132
                <property name="label">1234567890</property>
 
133
                <property name="selectable">True</property>
 
134
              </object>
 
135
              <packing>
 
136
                <property name="left_attach">1</property>
 
137
                <property name="top_attach">1</property>
 
138
                <property name="width">2</property>
 
139
                <property name="height">1</property>
 
140
              </packing>
 
141
            </child>
 
142
            <child>
 
143
              <object class="GtkLabel" id="label_provider">
 
144
                <property name="visible">True</property>
 
145
                <property name="can_focus">False</property>
 
146
                <property name="xalign">0</property>
 
147
                <property name="label">SuperTel Supremo </property>
 
148
                <property name="selectable">True</property>
 
149
              </object>
 
150
              <packing>
 
151
                <property name="left_attach">1</property>
 
152
                <property name="top_attach">3</property>
 
153
                <property name="width">2</property>
 
154
                <property name="height">1</property>
 
155
              </packing>
 
156
            </child>
 
157
            <child>
 
158
              <object class="GtkLabel" id="label_ipv4">
 
159
                <property name="visible">True</property>
 
160
                <property name="can_focus">False</property>
 
161
                <property name="xalign">0</property>
 
162
                <property name="label">127.0.0.1</property>
 
163
                <property name="selectable">True</property>
 
164
              </object>
 
165
              <packing>
 
166
                <property name="left_attach">1</property>
 
167
                <property name="top_attach">4</property>
 
168
                <property name="width">2</property>
 
169
                <property name="height">1</property>
 
170
              </packing>
 
171
            </child>
 
172
            <child>
 
173
              <object class="GtkLabel" id="label_ipv6">
 
174
                <property name="visible">True</property>
 
175
                <property name="can_focus">False</property>
 
176
                <property name="xalign">0</property>
 
177
                <property name="selectable">True</property>
 
178
              </object>
 
179
              <packing>
 
180
                <property name="left_attach">1</property>
 
181
                <property name="top_attach">5</property>
 
182
                <property name="width">2</property>
 
183
                <property name="height">1</property>
 
184
              </packing>
 
185
            </child>
 
186
            <child>
 
187
              <object class="GtkLabel" id="label_route">
 
188
                <property name="visible">True</property>
 
189
                <property name="can_focus">False</property>
 
190
                <property name="xalign">0</property>
 
191
                <property name="selectable">True</property>
 
192
              </object>
 
193
              <packing>
 
194
                <property name="left_attach">1</property>
 
195
                <property name="top_attach">6</property>
 
196
                <property name="width">2</property>
 
197
                <property name="height">1</property>
 
198
              </packing>
 
199
            </child>
 
200
            <child>
 
201
              <object class="GtkLabel" id="label_dns">
 
202
                <property name="visible">True</property>
 
203
                <property name="can_focus">False</property>
 
204
                <property name="xalign">0</property>
 
205
                <property name="yalign">0</property>
 
206
                <property name="selectable">True</property>
 
207
              </object>
 
208
              <packing>
 
209
                <property name="left_attach">1</property>
 
210
                <property name="top_attach">7</property>
 
211
                <property name="width">2</property>
 
212
                <property name="height">1</property>
 
213
              </packing>
 
214
            </child>
 
215
            <child>
 
216
              <object class="GtkAlignment" id="alignment_switch">
 
217
                <property name="visible">True</property>
 
218
                <property name="can_focus">False</property>
 
219
                <property name="halign">end</property>
 
220
                <property name="valign">start</property>
 
221
                <child>
 
222
                  <object class="GtkSwitch" id="device_off_switch">
 
223
                    <property name="use_action_appearance">False</property>
 
224
                    <property name="visible">True</property>
 
225
                    <property name="can_focus">True</property>
 
226
                    <property name="halign">end</property>
 
227
                    <property name="valign">start</property>
 
228
                  </object>
 
229
                </child>
 
230
              </object>
 
231
              <packing>
 
232
                <property name="left_attach">2</property>
 
233
                <property name="top_attach">0</property>
 
234
                <property name="width">1</property>
 
235
                <property name="height">1</property>
 
236
              </packing>
 
237
            </child>
 
238
            <child>
 
239
              <object class="GtkLabel" id="heading_ipv4">
 
240
                <property name="visible">True</property>
 
241
                <property name="can_focus">False</property>
 
242
                <property name="xalign">1</property>
 
243
                <property name="label" translatable="yes">IP Address</property>
 
244
                <style>
 
245
                  <class name="dim-label"/>
 
246
                </style>
 
247
              </object>
 
248
              <packing>
 
249
                <property name="left_attach">0</property>
 
250
                <property name="top_attach">4</property>
 
251
                <property name="width">1</property>
 
252
                <property name="height">1</property>
 
253
              </packing>
 
254
            </child>
 
255
            <child>
 
256
              <object class="GtkLabel" id="heading_ipv6">
 
257
                <property name="visible">True</property>
 
258
                <property name="can_focus">False</property>
 
259
                <property name="xalign">1</property>
 
260
                <property name="label" translatable="yes">IPv6 Address</property>
 
261
                <style>
 
262
                  <class name="dim-label"/>
 
263
                </style>
 
264
              </object>
 
265
              <packing>
 
266
                <property name="left_attach">0</property>
 
267
                <property name="top_attach">5</property>
 
268
                <property name="width">1</property>
 
269
                <property name="height">1</property>
 
270
              </packing>
 
271
            </child>
 
272
            <child>
 
273
              <object class="GtkLabel" id="heading_route">
 
274
                <property name="visible">True</property>
 
275
                <property name="can_focus">False</property>
 
276
                <property name="xalign">1</property>
 
277
                <property name="label" translatable="yes">Default Route</property>
 
278
                <style>
 
279
                  <class name="dim-label"/>
 
280
                </style>
 
281
              </object>
 
282
              <packing>
 
283
                <property name="left_attach">0</property>
 
284
                <property name="top_attach">6</property>
 
285
                <property name="width">1</property>
 
286
                <property name="height">1</property>
 
287
              </packing>
 
288
            </child>
 
289
            <child>
 
290
              <object class="GtkLabel" id="heading_dns">
 
291
                <property name="visible">True</property>
 
292
                <property name="can_focus">False</property>
 
293
                <property name="xalign">1</property>
 
294
                <property name="yalign">0</property>
 
295
                <property name="label" translatable="yes">DNS</property>
 
296
                <style>
 
297
                  <class name="dim-label"/>
 
298
                </style>
 
299
              </object>
 
300
              <packing>
 
301
                <property name="left_attach">0</property>
 
302
                <property name="top_attach">7</property>
 
303
                <property name="width">1</property>
 
304
                <property name="height">1</property>
 
305
              </packing>
 
306
            </child>
 
307
            <child>
 
308
              <object class="GtkLabel" id="heading_network">
 
309
                <property name="visible">True</property>
 
310
                <property name="can_focus">False</property>
 
311
                <property name="xalign">1</property>
 
312
                <property name="label" translatable="yes">Network</property>
 
313
                <style>
 
314
                  <class name="dim-label"/>
 
315
                </style>
 
316
              </object>
 
317
              <packing>
 
318
                <property name="left_attach">0</property>
 
319
                <property name="top_attach">2</property>
 
320
                <property name="width">1</property>
 
321
                <property name="height">1</property>
 
322
              </packing>
 
323
            </child>
 
324
            <child>
 
325
              <object class="GtkComboBox" id="combobox_network">
 
326
                <property name="visible">True</property>
 
327
                <property name="can_focus">False</property>
 
328
                <property name="model">liststore_mobile_connections</property>
 
329
                <property name="entry_text_column">1</property>
 
330
              </object>
 
331
              <packing>
 
332
                <property name="left_attach">1</property>
 
333
                <property name="top_attach">2</property>
 
334
                <property name="width">1</property>
 
335
                <property name="height">1</property>
 
336
              </packing>
 
337
            </child>
 
338
            <child>
 
339
              <placeholder/>
 
340
            </child>
 
341
          </object>
 
342
          <packing>
 
343
            <property name="expand">False</property>
 
344
            <property name="fill">True</property>
 
345
            <property name="position">0</property>
 
346
          </packing>
 
347
        </child>
 
348
        <child>
 
349
          <object class="GtkAlignment" id="alignment3">
 
350
            <property name="visible">True</property>
 
351
            <property name="can_focus">False</property>
 
352
            <property name="xalign">1</property>
 
353
            <property name="yalign">1</property>
 
354
            <property name="xscale">0</property>
 
355
            <property name="yscale">0</property>
 
356
            <property name="top_padding">12</property>
 
357
            <child>
 
358
              <object class="GtkButton" id="button_options">
 
359
                <property name="label" translatable="yes">_Options...</property>
 
360
                <property name="use_action_appearance">False</property>
 
361
                <property name="visible">True</property>
 
362
                <property name="can_focus">True</property>
 
363
                <property name="receives_default">True</property>
 
364
                <property name="use_underline">True</property>
 
365
              </object>
 
366
            </child>
 
367
          </object>
 
368
          <packing>
 
369
            <property name="expand">True</property>
 
370
            <property name="fill">True</property>
 
371
            <property name="pack_type">end</property>
 
372
            <property name="position">1</property>
 
373
          </packing>
 
374
        </child>
 
375
      </object>
 
376
    </child>
 
377
  </object>
 
378
</interface>