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

« back to all changes in this revision

Viewing changes to gramps/plugins/tool/eventcmp.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
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!-- Generated with glade 3.18.3 -->
3
3
<interface>
4
 
  <requires lib="gtk+" version="3.0"/>
 
4
  <requires lib="gtk+" version="3.10"/>
5
5
  <object class="GtkDialog" id="eventcmp">
6
6
    <property name="can_focus">False</property>
7
7
    <property name="default_width">500</property>
78
78
          </packing>
79
79
        </child>
80
80
        <child>
81
 
          <object class="GtkTable" id="mytable">
 
81
          <object class="GtkGrid" id="mytable">
82
82
            <property name="visible">True</property>
83
83
            <property name="can_focus">False</property>
84
 
            <property name="n_rows">2</property>
 
84
            <property name="border_width">6</property>
 
85
            <property name="row_spacing">6</property>
85
86
            <child>
86
87
              <object class="GtkLabel" id="title">
87
88
                <property name="visible">True</property>
89
90
                <property name="justify">center</property>
90
91
              </object>
91
92
              <packing>
92
 
                <property name="x_options">GTK_FILL</property>
93
 
                <property name="y_options"/>
94
 
                <property name="y_padding">10</property>
 
93
                <property name="left_attach">0</property>
 
94
                <property name="top_attach">0</property>
95
95
              </packing>
96
96
            </child>
97
97
            <child>
98
98
              <object class="GtkScrolledWindow" id="addarea">
99
99
                <property name="visible">True</property>
100
100
                <property name="can_focus">False</property>
 
101
                <property name="hexpand">True</property>
 
102
                <property name="vexpand">True</property>
101
103
                <property name="shadow_type">in</property>
102
104
                <child>
103
105
                  <object class="GtkTreeView" id="treeview">
104
106
                    <property name="visible">True</property>
105
107
                    <property name="can_focus">True</property>
106
 
                    <property name="rules_hint">True</property>
107
108
                    <child internal-child="selection">
108
109
                      <object class="GtkTreeSelection" id="treeview-selection1"/>
109
110
                    </child>
111
112
                </child>
112
113
              </object>
113
114
              <packing>
 
115
                <property name="left_attach">0</property>
114
116
                <property name="top_attach">1</property>
115
 
                <property name="bottom_attach">2</property>
116
117
              </packing>
117
118
            </child>
118
119
          </object>
170
171
            </child>
171
172
            <child>
172
173
              <object class="GtkButton" id="button26">
173
 
                <property name="label">_Apply</property>
 
174
                <property name="label">gtk-apply</property>
174
175
                <property name="use_action_appearance">False</property>
175
176
                <property name="visible">True</property>
176
177
                <property name="can_focus">True</property>
177
178
                <property name="can_default">True</property>
178
179
                <property name="receives_default">False</property>
 
180
                <property name="use_stock">True</property>
179
181
                <signal name="clicked" handler="on_apply_clicked" object="filters" swapped="yes"/>
180
182
              </object>
181
183
              <packing>
210
212
          </packing>
211
213
        </child>
212
214
        <child>
213
 
          <object class="GtkTable" id="table1">
 
215
          <object class="GtkGrid" id="table1">
214
216
            <property name="visible">True</property>
215
217
            <property name="can_focus">False</property>
216
218
            <property name="border_width">12</property>
217
 
            <property name="n_rows">3</property>
218
 
            <property name="n_columns">3</property>
 
219
            <property name="row_spacing">12</property>
219
220
            <property name="column_spacing">12</property>
220
 
            <property name="row_spacing">12</property>
221
 
            <child>
222
 
              <placeholder/>
223
 
            </child>
224
 
            <child>
225
 
              <placeholder/>
226
 
            </child>
227
221
            <child>
228
222
              <object class="GtkLabel" id="label8">
229
223
                <property name="visible">True</property>
230
224
                <property name="can_focus">False</property>
231
 
                <property name="halign">2</property>
232
 
                <property name="xpad">5</property>
 
225
                <property name="halign">end</property>
 
226
                <property name="margin_left">5</property>
 
227
                <property name="margin_right">5</property>
233
228
                <property name="label" translatable="yes">_Filter:</property>
234
229
                <property name="use_underline">True</property>
235
230
                <property name="justify">center</property>
236
231
              </object>
237
232
              <packing>
 
233
                <property name="left_attach">0</property>
238
234
                <property name="top_attach">1</property>
239
 
                <property name="bottom_attach">2</property>
240
 
                <property name="x_options">GTK_FILL</property>
241
 
                <property name="y_options"/>
242
235
              </packing>
243
236
            </child>
244
237
            <child>
245
238
              <object class="GtkLabel" id="label12">
246
239
                <property name="visible">True</property>
247
240
                <property name="can_focus">False</property>
 
241
                <property name="hexpand">True</property>
248
242
                <property name="label" translatable="yes">The event comparison utility uses the filters defined in the Custom Filter Editor.</property>
249
243
                <property name="wrap">True</property>
250
244
              </object>
251
245
              <packing>
252
246
                <property name="left_attach">1</property>
253
 
                <property name="right_attach">2</property>
254
247
                <property name="top_attach">2</property>
255
 
                <property name="bottom_attach">3</property>
256
 
                <property name="x_options">GTK_FILL</property>
257
 
                <property name="y_options"/>
258
248
              </packing>
259
249
            </child>
260
250
            <child>
269
259
              </object>
270
260
              <packing>
271
261
                <property name="left_attach">2</property>
272
 
                <property name="right_attach">3</property>
273
262
                <property name="top_attach">2</property>
274
 
                <property name="bottom_attach">3</property>
275
 
                <property name="x_options">GTK_FILL</property>
276
 
                <property name="y_options"/>
277
263
              </packing>
278
264
            </child>
279
265
            <child>
283
269
                <property name="justify">center</property>
284
270
              </object>
285
271
              <packing>
286
 
                <property name="right_attach">3</property>
287
 
                <property name="x_options">GTK_FILL</property>
288
 
                <property name="y_options"/>
 
272
                <property name="left_attach">0</property>
 
273
                <property name="top_attach">0</property>
 
274
                <property name="width">3</property>
289
275
              </packing>
290
276
            </child>
291
277
            <child>
292
278
              <object class="GtkComboBox" id="filter_list">
293
279
                <property name="visible">True</property>
294
280
                <property name="can_focus">False</property>
 
281
                <property name="hexpand">True</property>
295
282
                <property name="model">liststore1</property>
296
283
                <child>
297
284
                  <object class="GtkCellRendererText" id="cellrenderertext1"/>
302
289
              </object>
303
290
              <packing>
304
291
                <property name="left_attach">1</property>
305
 
                <property name="right_attach">2</property>
306
292
                <property name="top_attach">1</property>
307
 
                <property name="bottom_attach">2</property>
308
293
              </packing>
309
294
            </child>
 
295
            <child>
 
296
              <placeholder/>
 
297
            </child>
 
298
            <child>
 
299
              <placeholder/>
 
300
            </child>
310
301
          </object>
311
302
          <packing>
312
303
            <property name="expand">False</property>