~dobey/ubuntu/precise/avahi/bring-back-gir

« back to all changes in this revision

Viewing changes to avahi-discover-standalone/avahi-discover.glade

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2009-05-06 14:04:57 UTC
  • mfrom: (4.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20090506140457-72h3msg32nuc4j7v
Tags: 0.6.27-2ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
* debian/control:
  - Remove linux-any as it is not yet supported by Soyuz
  - Add versioned dependency on the dbus that satisfies our upstart job
    dependency.
  - Add udebs corresponding to libavahi-common3 and libavahi-core6, so that
    we can use them for Eucalyptus integration in the installer.
  - Recommend dhcp3-client instead of isc-dhcp-client (not yet available in
    Ubuntu)
* debian/rules:
* debian/avahi-daemon.init:
* debian/avahi-dnsconfd.init:
  - Avahi init scripts (daemon or dnsconfd) do not need to
    be started before gdm, and do not need to be stopped specially on
    shutdown.
* debian/avahi-daemon.postinst:
* debian/avahi-dnsconfd.postinst:
  - Use Ubuntu versions for migration scripts
* debian/avahi-autoipd.preinst:
* debian/avahi-autoipd.install:
* debian/avahi-autoipd.postinst:
* debian/avahi-autoipd.postrm:
  - Disable DHCP 3 to 4 migration (not yet in Ubuntu)
* debian/avahi-daemon.upstart:
* debian/avahi-dnsconfd.upstart:
  - Add Upstart config
* debian/patches/03_gir_1.1.patch:
  - Compile with the latest Gobject introspection

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
2
 
<!DOCTYPE glade-interface SYSTEM "http://glade.gnome.org/glade-2.0.dtd">
3
 
 
4
 
<glade-interface>
5
 
 
6
 
<widget class="GtkWindow" id="main_window">
7
 
  <property name="visible">True</property>
8
 
  <property name="title" translatable="yes">Avahi Discovery</property>
9
 
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
10
 
  <property name="window_position">GTK_WIN_POS_NONE</property>
11
 
  <property name="modal">False</property>
12
 
  <property name="default_width">500</property>
13
 
  <property name="default_height">400</property>
14
 
  <property name="resizable">True</property>
15
 
  <property name="destroy_with_parent">False</property>
16
 
  <property name="decorated">True</property>
17
 
  <property name="skip_taskbar_hint">False</property>
18
 
  <property name="skip_pager_hint">False</property>
19
 
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
20
 
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
21
 
  <property name="focus_on_map">True</property>
22
 
  <signal handler="gtk_main_quit" name="destroy" after="False"/>
23
 
 
24
 
  <child>
25
 
    <widget class="GtkVBox" id="vbox1">
26
 
      <property name="border_width">12</property>
27
 
      <property name="visible">True</property>
28
 
      <property name="homogeneous">False</property>
29
 
      <property name="spacing">12</property>
30
 
 
31
 
      <child>
32
 
        <widget class="GtkScrolledWindow" id="scrolledwindow1">
33
 
          <property name="visible">True</property>
34
 
          <property name="can_focus">True</property>
35
 
          <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
36
 
          <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
37
 
          <property name="shadow_type">GTK_SHADOW_IN</property>
38
 
          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
39
 
 
40
 
          <child>
41
 
            <widget class="GtkTreeView" id="tree_view">
42
 
              <property name="visible">True</property>
43
 
              <property name="can_focus">True</property>
44
 
              <property name="headers_visible">True</property>
45
 
              <property name="rules_hint">False</property>
46
 
              <property name="reorderable">False</property>
47
 
              <property name="enable_search">True</property>
48
 
              <property name="fixed_height_mode">False</property>
49
 
              <property name="hover_selection">False</property>
50
 
              <property name="hover_expand">False</property>
51
 
              <signal name="cursor_changed" handler="on_tree_view_cursor_changed" last_modification_time="Sat, 30 Jul 2005 21:39:13 GMT"/>
52
 
            </widget>
53
 
          </child>
54
 
        </widget>
55
 
        <packing>
56
 
          <property name="padding">0</property>
57
 
          <property name="expand">True</property>
58
 
          <property name="fill">True</property>
59
 
        </packing>
60
 
      </child>
61
 
 
62
 
      <child>
63
 
        <widget class="GtkLabel" id="info_label">
64
 
          <property name="visible">True</property>
65
 
          <property name="can_focus">True</property>
66
 
          <property name="label" translatable="yes">&lt;i&gt;No service currently selected.&lt;/i&gt;</property>
67
 
          <property name="use_underline">False</property>
68
 
          <property name="use_markup">True</property>
69
 
          <property name="justify">GTK_JUSTIFY_LEFT</property>
70
 
          <property name="wrap">False</property>
71
 
          <property name="selectable">True</property>
72
 
          <property name="xalign">0</property>
73
 
          <property name="yalign">0.5</property>
74
 
          <property name="xpad">0</property>
75
 
          <property name="ypad">0</property>
76
 
          <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
77
 
          <property name="width_chars">-1</property>
78
 
          <property name="single_line_mode">False</property>
79
 
          <property name="angle">0</property>
80
 
        </widget>
81
 
        <packing>
82
 
          <property name="padding">0</property>
83
 
          <property name="expand">False</property>
84
 
          <property name="fill">False</property>
85
 
        </packing>
86
 
      </child>
87
 
    </widget>
88
 
  </child>
89
 
</widget>
90
 
 
91
 
</glade-interface>