~rosco2/ubuntu/wily/gramps/bug-1492304

« back to all changes in this revision

Viewing changes to gramps/plugins/tool/phpgedview.glade

  • Committer: Package Import Robot
  • Author(s): Ross Gammon
  • Date: 2015-08-11 23:03:11 UTC
  • mfrom: (1.4.3)
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20150811230311-acjr8gcfe8isx7ij
* New upstream release
* Drop patches applied upstream or cherry-picked from there
* Add version constraints for gtk and pygobject
* Add goocanvas dependency - available soon
* Drop webkit dpendency as HTML view has been removed
* Force removal of upstream packages when installing Debian one
  (LP: #1464845)
* Drop fixperm override as permissions fixed upstream
* Fix spelling error in changelog
* Switch to nose for unit tests
* Add build dependencies for the nose tests
* Update copyright file
* Add uversionmangle to watch file to deal with alpha/beta versions
* Add manual test cases
* Drop FAQ URL from upstream metadata - changes every release
* Add patch to fix transparent windows in Ubuntu.
  Thanks to Lance Orner (LP: #1451259)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!-- Generated with glade 3.18.3 -->
3
 
<interface>
4
 
  <requires lib="gtk+" version="3.0"/>
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" translatable="yes">- default -</col>
13
 
      </row>
14
 
    </data>
15
 
  </object>
16
 
  <object class="GtkDialog" id="phpgedview">
17
 
    <property name="visible">True</property>
18
 
    <property name="can_focus">False</property>
19
 
    <property name="title" translatable="yes">phpGedView import</property>
20
 
    <property name="window_position">mouse</property>
21
 
    <property name="destroy_with_parent">True</property>
22
 
    <property name="type_hint">dialog</property>
23
 
    <child internal-child="vbox">
24
 
      <object class="GtkBox" id="vbox1">
25
 
        <property name="visible">True</property>
26
 
        <property name="can_focus">False</property>
27
 
        <child internal-child="action_area">
28
 
          <object class="GtkButtonBox" id="hbuttonbox1">
29
 
            <property name="visible">True</property>
30
 
            <property name="can_focus">False</property>
31
 
            <property name="layout_style">end</property>
32
 
            <child>
33
 
              <object class="GtkButton" id="button1">
34
 
                <property name="label">gtk-cancel</property>
35
 
                <property name="use_action_appearance">False</property>
36
 
                <property name="visible">True</property>
37
 
                <property name="can_focus">True</property>
38
 
                <property name="can_default">True</property>
39
 
                <property name="receives_default">False</property>
40
 
                <property name="use_stock">True</property>
41
 
              </object>
42
 
              <packing>
43
 
                <property name="expand">False</property>
44
 
                <property name="fill">False</property>
45
 
                <property name="position">0</property>
46
 
              </packing>
47
 
            </child>
48
 
            <child>
49
 
              <object class="GtkButton" id="ok_button">
50
 
                <property name="label">_Apply</property>
51
 
                <property name="use_action_appearance">False</property>
52
 
                <property name="visible">True</property>
53
 
                <property name="can_focus">True</property>
54
 
                <property name="can_default">True</property>
55
 
                <property name="receives_default">False</property>
56
 
                <property name="use_underline">True</property>
57
 
                <signal name="activate" handler="on_ok_button_activate" swapped="no"/>
58
 
              </object>
59
 
              <packing>
60
 
                <property name="expand">False</property>
61
 
                <property name="fill">False</property>
62
 
                <property name="position">1</property>
63
 
              </packing>
64
 
            </child>
65
 
          </object>
66
 
          <packing>
67
 
            <property name="expand">False</property>
68
 
            <property name="fill">True</property>
69
 
            <property name="pack_type">end</property>
70
 
            <property name="position">0</property>
71
 
          </packing>
72
 
        </child>
73
 
        <child>
74
 
          <object class="GtkTable" id="table2">
75
 
            <property name="visible">True</property>
76
 
            <property name="can_focus">False</property>
77
 
            <property name="border_width">12</property>
78
 
            <property name="n_rows">7</property>
79
 
            <property name="n_columns">2</property>
80
 
            <property name="column_spacing">9</property>
81
 
            <property name="row_spacing">9</property>
82
 
            <child>
83
 
              <placeholder/>
84
 
            </child>
85
 
            <child>
86
 
              <object class="GtkLabel" id="label8">
87
 
                <property name="visible">True</property>
88
 
                <property name="can_focus">False</property>
89
 
                <property name="label" translatable="yes">phpGedView import</property>
90
 
                <property name="justify">center</property>
91
 
                <attributes>
92
 
                  <attribute name="weight" value="bold"/>
93
 
                </attributes>
94
 
              </object>
95
 
              <packing>
96
 
                <property name="right_attach">2</property>
97
 
                <property name="x_options">GTK_FILL</property>
98
 
                <property name="y_options"/>
99
 
              </packing>
100
 
            </child>
101
 
            <child>
102
 
              <object class="GtkEntry" id="url_entry">
103
 
                <property name="visible">True</property>
104
 
                <property name="can_focus">True</property>
105
 
                <property name="width_chars">25</property>
106
 
                <property name="text" translatable="yes">http://</property>
107
 
              </object>
108
 
              <packing>
109
 
                <property name="left_attach">1</property>
110
 
                <property name="right_attach">2</property>
111
 
                <property name="top_attach">1</property>
112
 
                <property name="bottom_attach">2</property>
113
 
                <property name="y_options"/>
114
 
              </packing>
115
 
            </child>
116
 
            <child>
117
 
              <object class="GtkEntry" id="username_entry">
118
 
                <property name="visible">True</property>
119
 
                <property name="can_focus">True</property>
120
 
                <property name="editable">False</property>
121
 
              </object>
122
 
              <packing>
123
 
                <property name="left_attach">1</property>
124
 
                <property name="right_attach">2</property>
125
 
                <property name="top_attach">4</property>
126
 
                <property name="bottom_attach">5</property>
127
 
                <property name="x_options">GTK_FILL</property>
128
 
                <property name="y_options"/>
129
 
              </packing>
130
 
            </child>
131
 
            <child>
132
 
              <object class="GtkEntry" id="password_entry">
133
 
                <property name="visible">True</property>
134
 
                <property name="can_focus">True</property>
135
 
                <property name="editable">False</property>
136
 
                <property name="visibility">False</property>
137
 
              </object>
138
 
              <packing>
139
 
                <property name="left_attach">1</property>
140
 
                <property name="right_attach">2</property>
141
 
                <property name="top_attach">5</property>
142
 
                <property name="bottom_attach">6</property>
143
 
                <property name="x_options">GTK_FILL</property>
144
 
                <property name="y_options"/>
145
 
              </packing>
146
 
            </child>
147
 
            <child>
148
 
              <object class="GtkComboBox" id="file_combo">
149
 
                <property name="visible">True</property>
150
 
                <property name="can_focus">False</property>
151
 
                <property name="model">model1</property>
152
 
                <child>
153
 
                  <object class="GtkCellRendererText" id="renderer1"/>
154
 
                  <attributes>
155
 
                    <attribute name="text">0</attribute>
156
 
                  </attributes>
157
 
                </child>
158
 
              </object>
159
 
              <packing>
160
 
                <property name="left_attach">1</property>
161
 
                <property name="right_attach">2</property>
162
 
                <property name="top_attach">3</property>
163
 
                <property name="bottom_attach">4</property>
164
 
                <property name="x_options">GTK_FILL</property>
165
 
                <property name="y_options">GTK_FILL</property>
166
 
              </packing>
167
 
            </child>
168
 
            <child>
169
 
              <object class="GtkLabel" id="label10">
170
 
                <property name="visible">True</property>
171
 
                <property name="can_focus">False</property>
172
 
                <property name="halign">1</property>
173
 
                <property name="label" translatable="yes">File:</property>
174
 
              </object>
175
 
              <packing>
176
 
                <property name="top_attach">3</property>
177
 
                <property name="bottom_attach">4</property>
178
 
                <property name="x_options">GTK_FILL</property>
179
 
                <property name="y_options"/>
180
 
                <property name="y_padding">7</property>
181
 
              </packing>
182
 
            </child>
183
 
            <child>
184
 
              <object class="GtkLabel" id="label11">
185
 
                <property name="visible">True</property>
186
 
                <property name="can_focus">False</property>
187
 
                <property name="halign">1</property>
188
 
                <property name="label" translatable="yes">Username:</property>
189
 
              </object>
190
 
              <packing>
191
 
                <property name="top_attach">4</property>
192
 
                <property name="bottom_attach">5</property>
193
 
                <property name="x_options">GTK_FILL</property>
194
 
                <property name="y_options"/>
195
 
                <property name="y_padding">7</property>
196
 
              </packing>
197
 
            </child>
198
 
            <child>
199
 
              <object class="GtkLabel" id="label12">
200
 
                <property name="visible">True</property>
201
 
                <property name="can_focus">False</property>
202
 
                <property name="halign">1</property>
203
 
                <property name="label" translatable="yes">Password:</property>
204
 
              </object>
205
 
              <packing>
206
 
                <property name="top_attach">5</property>
207
 
                <property name="bottom_attach">6</property>
208
 
                <property name="x_options">GTK_FILL</property>
209
 
                <property name="y_options"/>
210
 
                <property name="y_padding">7</property>
211
 
              </packing>
212
 
            </child>
213
 
            <child>
214
 
              <object class="GtkLabel" id="version_label">
215
 
                <property name="visible">True</property>
216
 
                <property name="can_focus">False</property>
217
 
                <property name="halign">1</property>
218
 
              </object>
219
 
              <packing>
220
 
                <property name="right_attach">2</property>
221
 
                <property name="top_attach">2</property>
222
 
                <property name="bottom_attach">3</property>
223
 
                <property name="x_options">GTK_FILL</property>
224
 
                <property name="y_options"/>
225
 
                <property name="y_padding">7</property>
226
 
              </packing>
227
 
            </child>
228
 
            <child>
229
 
              <object class="GtkLabel" id="label7">
230
 
                <property name="visible">True</property>
231
 
                <property name="can_focus">False</property>
232
 
                <property name="halign">1</property>
233
 
                <property name="label" translatable="yes">URL:</property>
234
 
              </object>
235
 
              <packing>
236
 
                <property name="top_attach">1</property>
237
 
                <property name="bottom_attach">2</property>
238
 
                <property name="x_options">GTK_FILL</property>
239
 
                <property name="y_options"/>
240
 
                <property name="y_padding">7</property>
241
 
              </packing>
242
 
            </child>
243
 
            <child>
244
 
              <object class="GtkProgressBar" id="progressbar">
245
 
                <property name="visible">True</property>
246
 
                <property name="can_focus">False</property>
247
 
                <property name="pulse_step">0.10000000149</property>
248
 
              </object>
249
 
              <packing>
250
 
                <property name="left_attach">1</property>
251
 
                <property name="right_attach">2</property>
252
 
                <property name="top_attach">6</property>
253
 
                <property name="bottom_attach">7</property>
254
 
                <property name="x_options">GTK_FILL</property>
255
 
                <property name="y_options"/>
256
 
              </packing>
257
 
            </child>
258
 
          </object>
259
 
          <packing>
260
 
            <property name="expand">False</property>
261
 
            <property name="fill">True</property>
262
 
            <property name="padding">5</property>
263
 
            <property name="position">2</property>
264
 
          </packing>
265
 
        </child>
266
 
      </object>
267
 
    </child>
268
 
    <action-widgets>
269
 
      <action-widget response="-6">button1</action-widget>
270
 
      <action-widget response="-10">ok_button</action-widget>
271
 
    </action-widgets>
272
 
  </object>
273
 
</interface>