~ubuntu-branches/ubuntu/vivid/liferea/vivid-proposed

« back to all changes in this revision

Viewing changes to glade/simple_subscription.ui

  • Committer: Package Import Robot
  • Author(s): Moray Allan, Bojo42, Rodrigo Gallardo, Moray Allan
  • Date: 2012-03-27 21:44:42 UTC
  • mfrom: (1.5.1)
  • mto: (3.3.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 122.
  • Revision ID: package-import@ubuntu.com-20120327214442-g0xfh714cdmsbnts
Tags: 1.8.3-0.1
[ Bojo42 ]
* Non-maintainer upload.
* New upstream release (Closes: #502307, #623619, #631778, #651913) 
* debian/patches:
  - drop libnotify0.7 as in upstream
  - debian-example-feeds: update, move planets from "News" to "Open Source"
  - www-browser: update due to new file location
  - libtool-dont-rearange-as-needed: rebase
* debian/control:
  - update Standards-Version
  - remove obsolete Build-Depends:
    - quilt not needed for "3.0 (quilt)" source format
    - libnm-glib-dev & libdbus-glib-1-dev: upstream switched to GDBus
    - liblua5.1-0-dev: LUA scripting support got dropped
  - new Build-Depends on libunique-dev, libjson-glib-dev & dh_autoreconf
  - update version dependencies
* debian/rules: run dh_autoreconf & update translations
* debian/liferea.install: nothing to ship from /usr/lib/liferea

[ Rodrigo Gallardo ]
* Lintian love:
  - debian/control: switch from Conflicts to Breaks
  - debian/rules: redo build targets

[ Moray Allan ]
* debian/copyright: update to include additional copyright owners.
* debian/patches/www-browser: also set default external browser.

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="GtkDialog" id="simplenewdialog">
 
6
    <property name="visible">True</property>
 
7
    <property name="title" translatable="yes">New Subscription</property>
 
8
    <property name="type_hint">dialog</property>
 
9
    <child internal-child="vbox">
 
10
      <object class="GtkVBox" id="dialog-vbox19">
 
11
        <property name="visible">True</property>
 
12
        <child>
 
13
          <object class="GtkVBox" id="vbox2623">
 
14
            <property name="visible">True</property>
 
15
            <property name="border_width">12</property>
 
16
            <property name="spacing">6</property>
 
17
            <child>
 
18
              <object class="GtkLabel" id="label234">
 
19
                <property name="visible">True</property>
 
20
                <property name="xalign">0</property>
 
21
                <property name="label" translatable="yes">Feed Source</property>
 
22
                <attributes>
 
23
                  <attribute name="weight" value="bold"/>
 
24
                </attributes>
 
25
              </object>
 
26
              <packing>
 
27
                <property name="expand">False</property>
 
28
                <property name="fill">False</property>
 
29
                <property name="position">0</property>
 
30
              </packing>
 
31
            </child>
 
32
            <child>
 
33
              <object class="GtkHBox" id="hbox92235">
 
34
                <property name="visible">True</property>
 
35
                <child>
 
36
                  <object class="GtkLabel" id="label235">
 
37
                    <property name="visible">True</property>
 
38
                    <property name="xpad">10</property>
 
39
                  </object>
 
40
                  <packing>
 
41
                    <property name="expand">False</property>
 
42
                    <property name="fill">False</property>
 
43
                    <property name="position">0</property>
 
44
                  </packing>
 
45
                </child>
 
46
                <child>
 
47
                  <object class="GtkTable" id="table11">
 
48
                    <property name="visible">True</property>
 
49
                    <property name="n_rows">2</property>
 
50
                    <property name="column_spacing">12</property>
 
51
                    <property name="row_spacing">6</property>
 
52
                    <child>
 
53
                      <object class="GtkLabel" id="label242">
 
54
                        <property name="visible">True</property>
 
55
                        <property name="xalign">0</property>
 
56
                        <property name="label" translatable="yes">Enter a website location to use feed autodiscovery or in case you know it the exact feed location.</property>
 
57
                        <property name="wrap">True</property>
 
58
                      </object>
 
59
                      <packing>
 
60
                        <property name="x_options">GTK_FILL</property>
 
61
                        <property name="y_options"></property>
 
62
                      </packing>
 
63
                    </child>
 
64
                    <child>
 
65
                      <object class="GtkEntry" id="sourceEntry">
 
66
                        <property name="visible">True</property>
 
67
                        <property name="can_focus">True</property>
 
68
                      </object>
 
69
                      <packing>
 
70
                        <property name="top_attach">1</property>
 
71
                        <property name="bottom_attach">2</property>
 
72
                        <property name="y_options"></property>
 
73
                      </packing>
 
74
                    </child>
 
75
                  </object>
 
76
                  <packing>
 
77
                    <property name="position">1</property>
 
78
                  </packing>
 
79
                </child>
 
80
              </object>
 
81
              <packing>
 
82
                <property name="expand">False</property>
 
83
                <property name="fill">False</property>
 
84
                <property name="position">1</property>
 
85
              </packing>
 
86
            </child>
 
87
          </object>
 
88
          <packing>
 
89
            <property name="position">2</property>
 
90
          </packing>
 
91
        </child>
 
92
        <child internal-child="action_area">
 
93
          <object class="GtkHButtonBox" id="dialog-action_area19">
 
94
            <property name="visible">True</property>
 
95
            <property name="layout_style">end</property>
 
96
            <child>
 
97
              <object class="GtkButton" id="cancelbutton5">
 
98
                <property name="label">gtk-cancel</property>
 
99
                <property name="visible">True</property>
 
100
                <property name="can_focus">True</property>
 
101
                <property name="can_default">True</property>
 
102
                <property name="receives_default">False</property>
 
103
                <property name="use_stock">True</property>
 
104
              </object>
 
105
              <packing>
 
106
                <property name="expand">False</property>
 
107
                <property name="fill">False</property>
 
108
                <property name="position">0</property>
 
109
              </packing>
 
110
            </child>
 
111
            <child>
 
112
              <object class="GtkButton" id="advancedbtn1">
 
113
                <property name="label" translatable="yes">Advanced...</property>
 
114
                <property name="visible">True</property>
 
115
                <property name="can_focus">True</property>
 
116
                <property name="can_default">True</property>
 
117
                <property name="receives_default">False</property>
 
118
                <property name="use_underline">True</property>
 
119
              </object>
 
120
              <packing>
 
121
                <property name="expand">False</property>
 
122
                <property name="fill">False</property>
 
123
                <property name="position">1</property>
 
124
              </packing>
 
125
            </child>
 
126
            <child>
 
127
              <object class="GtkButton" id="button6">
 
128
                <property name="label">gtk-ok</property>
 
129
                <property name="visible">True</property>
 
130
                <property name="can_focus">True</property>
 
131
                <property name="can_default">True</property>
 
132
                <property name="has_default">True</property>
 
133
                <property name="receives_default">False</property>
 
134
                <property name="use_stock">True</property>
 
135
              </object>
 
136
              <packing>
 
137
                <property name="expand">False</property>
 
138
                <property name="fill">False</property>
 
139
                <property name="position">2</property>
 
140
              </packing>
 
141
            </child>
 
142
          </object>
 
143
          <packing>
 
144
            <property name="expand">False</property>
 
145
            <property name="pack_type">end</property>
 
146
            <property name="position">0</property>
 
147
          </packing>
 
148
        </child>
 
149
      </object>
 
150
    </child>
 
151
    <action-widgets>
 
152
      <action-widget response="-6">cancelbutton5</action-widget>
 
153
      <action-widget response="-10">advancedbtn1</action-widget>
 
154
      <action-widget response="-5">button6</action-widget>
 
155
    </action-widgets>
 
156
  </object>
 
157
</interface>