~ubuntu-branches/ubuntu/trusty/xchat-gnome/trusty-updates

« back to all changes in this revision

Viewing changes to data/dcc-window.glade

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-07-05 12:27:58 UTC
  • mfrom: (1.1.19 upstream) (2.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20110705122758-bkl6xii0ebfddtmh
Tags: 1:0.30.0~git20100421.29cc76-1ubuntu1
* Merge with Debian unstable, remaining changes: (LP: #773847)
  - debian/control:
    - add Build-Depends on liblaunchpad-integration-dev.
    - xchat-gnome Suggests: xchat-gnome-indicator.
  - debian/patches/02_lpi.patch: add Launchpad integration items to the help
    menu
  - debian/patches/10_xchat-gnome-close-event.patch: add events for window
    close.
  - debian/patches/04_autojoin_ubuntu_chan.patch: add the Ubuntu network
    as default selection and default to autojoining #ubuntu.
  - debian/patches/20_add_gui_focus.patch: implement GUI focus from XChat.
  - debian/patches/51_freenode_default_port_8001.patch: Drop ports 666x
    for FreeNode to workaround a possible DCC exploit.
  - debian/patches/95_apturl-support.patch: support apt://-urls.
  - debian/watch: also look for unstable versions
  - debian/xchat-gnome.gconf-defaults: Set the default enabled plugins,
    indicator, netmonitor, and notifyosd.
* debian/patches/52_no_zero_width_pixmaps.patch: dropped, applied upstream.
* debian/patches/98_ice_depends_for_eggsmclient.patch: replaced by
  01_link_libice.patch.
* debian/control: remove duplicate entry in Build-Depends for intltool.
* debian/xchat-gnome.install: also install the xchat-gnome.desktop file from
  /usr/share/applications in xchat-gnome rather than xchat-gnome-common.
  (LP: #374686)
* debian/rules: update the xchat-gnome-common binary-install target to not
  keep a duplicate copy of the xchat-gnome.desktop file.

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="window1">
7
 
  <property name="border_width">12</property>
8
 
  <property name="visible">True</property>
9
 
  <property name="title" translatable="yes">File Transfers</property>
10
 
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
11
 
  <property name="window_position">GTK_WIN_POS_NONE</property>
12
 
  <property name="modal">False</property>
13
 
  <property name="resizable">True</property>
14
 
  <property name="destroy_with_parent">False</property>
15
 
  <property name="decorated">True</property>
16
 
  <property name="skip_taskbar_hint">False</property>
17
 
  <property name="skip_pager_hint">False</property>
18
 
  <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
19
 
  <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
20
 
  <property name="focus_on_map">True</property>
21
 
 
22
 
  <child>
23
 
    <widget class="GtkVBox" id="toplevel">
24
 
      <property name="visible">True</property>
25
 
      <property name="homogeneous">False</property>
26
 
      <property name="spacing">12</property>
27
 
 
28
 
      <child>
29
 
        <widget class="GtkScrolledWindow" id="scrolledwindow1">
30
 
          <property name="visible">True</property>
31
 
          <property name="can_focus">True</property>
32
 
          <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
33
 
          <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
34
 
          <property name="shadow_type">GTK_SHADOW_IN</property>
35
 
          <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
36
 
 
37
 
          <child>
38
 
            <widget class="GtkTreeView" id="transfer_list">
39
 
              <property name="visible">True</property>
40
 
              <property name="can_focus">True</property>
41
 
              <property name="headers_visible">True</property>
42
 
              <property name="rules_hint">False</property>
43
 
              <property name="reorderable">False</property>
44
 
              <property name="enable_search">True</property>
45
 
              <property name="fixed_height_mode">False</property>
46
 
              <property name="hover_selection">False</property>
47
 
              <property name="hover_expand">False</property>
48
 
            </widget>
49
 
          </child>
50
 
        </widget>
51
 
        <packing>
52
 
          <property name="padding">0</property>
53
 
          <property name="expand">True</property>
54
 
          <property name="fill">True</property>
55
 
        </packing>
56
 
      </child>
57
 
 
58
 
      <child>
59
 
        <widget class="GtkHButtonBox" id="hbuttonbox1">
60
 
          <property name="visible">True</property>
61
 
          <property name="layout_style">GTK_BUTTONBOX_END</property>
62
 
          <property name="spacing">0</property>
63
 
 
64
 
          <child>
65
 
            <widget class="GtkButton" id="stop_button">
66
 
              <property name="visible">True</property>
67
 
              <property name="can_default">True</property>
68
 
              <property name="can_focus">True</property>
69
 
              <property name="label">gtk-stop</property>
70
 
              <property name="use_stock">True</property>
71
 
              <property name="relief">GTK_RELIEF_NORMAL</property>
72
 
              <property name="focus_on_click">True</property>
73
 
            </widget>
74
 
          </child>
75
 
        </widget>
76
 
        <packing>
77
 
          <property name="padding">0</property>
78
 
          <property name="expand">False</property>
79
 
          <property name="fill">True</property>
80
 
        </packing>
81
 
      </child>
82
 
    </widget>
83
 
  </child>
84
 
</widget>
85
 
 
86
 
</glade-interface>
 
1
<?xml version="1.0"?>
 
2
<!--*- mode: xml -*-->
 
3
<interface>
 
4
  <object class="GtkWindow" id="window1">
 
5
    <property name="border_width">12</property>
 
6
    <property name="title" translatable="yes">File Transfers</property>
 
7
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
8
    <property name="window_position">GTK_WIN_POS_NONE</property>
 
9
    <property name="modal">False</property>
 
10
    <property name="resizable">True</property>
 
11
    <property name="destroy_with_parent">False</property>
 
12
    <property name="decorated">True</property>
 
13
    <property name="skip_taskbar_hint">False</property>
 
14
    <property name="skip_pager_hint">False</property>
 
15
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_NORMAL</property>
 
16
    <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
 
17
    <property name="focus_on_map">True</property>
 
18
    <child>
 
19
      <object class="GtkVBox" id="toplevel">
 
20
        <property name="visible">True</property>
 
21
        <property name="homogeneous">False</property>
 
22
        <property name="spacing">12</property>
 
23
        <child>
 
24
          <object class="GtkScrolledWindow" id="scrolledwindow1">
 
25
            <property name="visible">True</property>
 
26
            <property name="can_focus">True</property>
 
27
            <property name="hscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
28
            <property name="vscrollbar_policy">GTK_POLICY_AUTOMATIC</property>
 
29
            <property name="shadow_type">GTK_SHADOW_IN</property>
 
30
            <property name="window_placement">GTK_CORNER_TOP_LEFT</property>
 
31
            <child>
 
32
              <object class="GtkTreeView" id="transfer_list">
 
33
                <property name="visible">True</property>
 
34
                <property name="can_focus">True</property>
 
35
                <property name="headers_visible">True</property>
 
36
                <property name="rules_hint">False</property>
 
37
                <property name="reorderable">False</property>
 
38
                <property name="enable_search">True</property>
 
39
                <property name="fixed_height_mode">False</property>
 
40
                <property name="hover_selection">False</property>
 
41
                <property name="hover_expand">False</property>
 
42
              </object>
 
43
            </child>
 
44
          </object>
 
45
          <packing>
 
46
            <property name="padding">0</property>
 
47
            <property name="expand">True</property>
 
48
            <property name="fill">True</property>
 
49
          </packing>
 
50
        </child>
 
51
        <child>
 
52
          <object class="GtkHButtonBox" id="hbuttonbox1">
 
53
            <property name="visible">True</property>
 
54
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
55
            <property name="spacing">0</property>
 
56
            <child>
 
57
              <object class="GtkButton" id="stop_button">
 
58
                <property name="visible">True</property>
 
59
                <property name="can_default">True</property>
 
60
                <property name="can_focus">True</property>
 
61
                <property name="label">gtk-stop</property>
 
62
                <property name="use_stock">True</property>
 
63
                <property name="relief">GTK_RELIEF_NORMAL</property>
 
64
                <property name="focus_on_click">True</property>
 
65
              </object>
 
66
            </child>
 
67
          </object>
 
68
          <packing>
 
69
            <property name="padding">0</property>
 
70
            <property name="expand">False</property>
 
71
            <property name="fill">True</property>
 
72
          </packing>
 
73
        </child>
 
74
      </object>
 
75
    </child>
 
76
  </object>
 
77
</interface>