~ubuntu-branches/ubuntu/utopic/network-manager-applet/utopic-proposed

« back to all changes in this revision

Viewing changes to src/connection-editor/ce-page-wireless-security.ui

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2012-11-19 14:46:29 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20121119144629-5423hii02a4vrh2n
Tags: 0.9.6.2+git201211052130.2d666bc-0ubuntu1
* upstream snapshot 2012-11-05 21:30:03 (GMT)
  + 2d666bc7aa6f0b731d131319b36f07b0f2bdce16
* debian/patches/git_fix_some_leaks_80ef61b.patch,
  debian/patches/git_indicate_hspa+_lte_tech_dbe3b12.patch,
  debian/patches/git_mac_addr_string_leakage_6dae878.patch: dropped, included
  in upstream tarball.
* debian/patches/lp328572-dxteam-connect-text.patch: refreshed.
* debian/patches/lp330571_dxteam_wired_connect_text.patch: refreshed.
* debian/patches/lp337960_dxteam_notification_icon_names.diff,
  debian/patches/lp337960_dxteam_notification_icon_names_part2-images.diff:
  disabled patches, they don't seem to be used (the icons don't match up with
  what is currently observable on the desktop). Let's see if someone screams.
* debian/patches/applet-wifi-menu-before-vpn.patch: refreshed.
* debian/patches/lp830178_adhoc_ip6_ignore.patch: refreshed.
* debian/patches/lp829673_gconf_hide_applet.patch: refreshed.
* debian/patches/nm-applet-use-indicator.patch: refreshed.
* debian/patches/hide_policy_items_env_var.patch: refreshed.
* debian/patches/applet_adhoc_use_wpa_rsn_part1.patch: refreshed.
* debian/patches/lp341684_device_sensitive_disconnect_notify.patch:
  refreshed.
* debian/patches/lp460144_correctly_update_notification.patch: refreshed.
* debian/patches/make_menu_items_insensitive_based_on_permissions.patch:
  refreshed.
* debian/control:
  - add gobject-introspection to Build-Depends.
  - add gudev-dev to Build-Depends.
  - bump network-manager and libnm-* Build-Depends and Depends to require
    at least 0.9.6.0+git201211131441.e9e2c56-0ubuntu1.
* debian/rules:
  - use autogen.sh with dh_autoreconf instead of calling intltoolize and
    gtkdocize manually.

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="GtkListStore" id="model1">
6
 
    <columns>
7
 
      <!-- column-name gchararray -->
8
 
      <column type="gchararray"/>
9
 
    </columns>
10
 
    <data>
11
 
      <row>
12
 
        <col id="0">Foo</col>
13
 
      </row>
14
 
    </data>
15
 
  </object>
16
 
      <object class="GtkTable" id="WirelessSecurityPage">
17
 
        <property name="visible">True</property>
18
 
        <property name="border_width">12</property>
19
 
        <property name="n_rows">2</property>
20
 
        <property name="n_columns">2</property>
21
 
        <property name="column_spacing">12</property>
22
 
        <property name="row_spacing">6</property>
23
 
        <child>
24
 
          <object class="GtkLabel" id="wireless_security_combo_label">
25
 
            <property name="visible">True</property>
26
 
            <property name="xalign">0</property>
27
 
            <property name="label" translatable="yes">S_ecurity:</property>
28
 
            <property name="use_underline">True</property>
29
 
            <property name="mnemonic_widget">wireless_security_combo</property>
30
 
          </object>
31
 
          <packing>
32
 
            <property name="x_options">GTK_FILL</property>
33
 
            <property name="y_options"></property>
34
 
          </packing>
35
 
        </child>
36
 
        <child>
37
 
          <object class="GtkComboBox" id="wireless_security_combo">
38
 
            <property name="visible">True</property>
39
 
            <property name="model">model1</property>
40
 
            <child>
41
 
              <object class="GtkCellRendererText" id="renderer1"/>
42
 
              <attributes>
43
 
                <attribute name="text">0</attribute>
44
 
              </attributes>
45
 
            </child>
46
 
          </object>
47
 
          <packing>
48
 
            <property name="left_attach">1</property>
49
 
            <property name="right_attach">2</property>
50
 
            <property name="y_options">GTK_FILL</property>
51
 
          </packing>
52
 
        </child>
53
 
        <child>
54
 
          <object class="GtkVBox" id="wireless_security_vbox">
55
 
            <property name="visible">True</property>
56
 
            <child>
57
 
              <placeholder/>
58
 
            </child>
59
 
          </object>
60
 
          <packing>
61
 
            <property name="right_attach">2</property>
62
 
            <property name="top_attach">1</property>
63
 
            <property name="bottom_attach">2</property>
64
 
          </packing>
65
 
        </child>
66
 
      </object>
67
 
</interface>