~ubuntu-branches/ubuntu/utopic/gramps/utopic

« back to all changes in this revision

Viewing changes to src/plugins/tool/mergecitations.glade

  • Committer: Package Import Robot
  • Author(s): James A. Treacy
  • Date: 2012-05-22 17:18:36 UTC
  • mfrom: (39.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120522171836-35fi62lp4w7jnrd7
Tags: 3.4.0-1
* New upstream version
* Updated desktop file. Closes: #667472

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 2.12 -->
 
4
  <!-- interface-naming-policy toplevel-contextual -->
 
5
  <object class="GtkWindow" id="message">
 
6
    <property name="modal">True</property>
 
7
    <child>
 
8
      <object class="GtkVBox" id="vbox2">
 
9
        <property name="visible">True</property>
 
10
        <property name="border_width">12</property>
 
11
        <child>
 
12
          <object class="GtkLabel" id="title">
 
13
            <property name="visible">True</property>
 
14
            <property name="justify">center</property>
 
15
          </object>
 
16
          <packing>
 
17
            <property name="expand">False</property>
 
18
            <property name="fill">False</property>
 
19
            <property name="padding">6</property>
 
20
            <property name="position">0</property>
 
21
          </packing>
 
22
        </child>
 
23
        <child>
 
24
          <object class="GtkLabel" id="label44">
 
25
            <property name="visible">True</property>
 
26
            <property name="ypad">10</property>
 
27
            <property name="label" translatable="yes">Please be patient. This may take a while.</property>
 
28
            <property name="justify">center</property>
 
29
            <property name="wrap">True</property>
 
30
          </object>
 
31
          <packing>
 
32
            <property name="expand">False</property>
 
33
            <property name="fill">False</property>
 
34
            <property name="padding">20</property>
 
35
            <property name="position">1</property>
 
36
          </packing>
 
37
        </child>
 
38
        <child>
 
39
          <object class="GtkHBox" id="hbox4">
 
40
            <property name="visible">True</property>
 
41
            <child>
 
42
              <object class="GtkProgressBar" id="progressbar1">
 
43
                <property name="visible">True</property>
 
44
                <property name="pulse_step">0.10000000149</property>
 
45
              </object>
 
46
              <packing>
 
47
                <property name="padding">20</property>
 
48
                <property name="position">0</property>
 
49
              </packing>
 
50
            </child>
 
51
          </object>
 
52
          <packing>
 
53
            <property name="expand">False</property>
 
54
            <property name="fill">False</property>
 
55
            <property name="position">2</property>
 
56
          </packing>
 
57
        </child>
 
58
      </object>
 
59
    </child>
 
60
  </object>
 
61
  <object class="GtkListStore" id="liststore1">
 
62
    <columns>
 
63
      <!-- column-name gchararray1 -->
 
64
      <column type="gchararray"/>
 
65
    </columns>
 
66
  </object>
 
67
  <object class="GtkDialog" id="mergecitations">
 
68
    <property name="default_width">350</property>
 
69
    <property name="type_hint">dialog</property>
 
70
    <property name="has_separator">False</property>
 
71
    <signal name="delete_event" handler="on_delete_merge_event"/>
 
72
    <child internal-child="vbox">
 
73
      <object class="GtkVBox" id="dialog-vbox4">
 
74
        <property name="visible">True</property>
 
75
        <property name="spacing">8</property>
 
76
        <child>
 
77
          <object class="GtkVBox" id="vbox6">
 
78
            <property name="visible">True</property>
 
79
            <property name="border_width">6</property>
 
80
            <property name="spacing">6</property>
 
81
            <child>
 
82
              <object class="GtkLabel" id="title2">
 
83
                <property name="visible">True</property>
 
84
                <property name="justify">center</property>
 
85
              </object>
 
86
              <packing>
 
87
                <property name="expand">False</property>
 
88
                <property name="fill">False</property>
 
89
                <property name="padding">6</property>
 
90
                <property name="position">0</property>
 
91
              </packing>
 
92
            </child>
 
93
            <child>
 
94
              <object class="GtkTable" id="table1">
 
95
                <property name="visible">True</property>
 
96
                <property name="border_width">12</property>
 
97
                <property name="n_rows">5</property>
 
98
                <property name="n_columns">2</property>
 
99
                <property name="column_spacing">12</property>
 
100
                <property name="row_spacing">6</property>
 
101
                <child>
 
102
                  <object class="GtkLabel" id="label62">
 
103
                    <property name="visible">True</property>
 
104
                    <property name="xalign">0</property>
 
105
                    <property name="label" translatable="yes">&lt;b&gt;Match Threshold&lt;/b&gt;</property>
 
106
                    <property name="use_markup">True</property>
 
107
                  </object>
 
108
                  <packing>
 
109
                    <property name="right_attach">2</property>
 
110
                    <property name="x_options">GTK_FILL</property>
 
111
                    <property name="y_options"></property>
 
112
                  </packing>
 
113
                </child>
 
114
                <child>
 
115
                  <object class="GtkLabel" id="label63">
 
116
                    <property name="visible">True</property>
 
117
                    <property name="xalign">0</property>
 
118
                    <property name="label" translatable="yes">&lt;b&gt;Options&lt;/b&gt;</property>
 
119
                    <property name="use_markup">True</property>
 
120
                  </object>
 
121
                  <packing>
 
122
                    <property name="right_attach">2</property>
 
123
                    <property name="top_attach">3</property>
 
124
                    <property name="bottom_attach">4</property>
 
125
                    <property name="x_options">GTK_FILL</property>
 
126
                    <property name="y_options"></property>
 
127
                  </packing>
 
128
                </child>
 
129
                <child>
 
130
                  <object class="GtkCheckButton" id="notes">
 
131
                    <property name="label" translatable="yes">Don't merge if citation has notes</property>
 
132
                    <property name="visible">True</property>
 
133
                    <property name="can_focus">True</property>
 
134
                    <property name="receives_default">False</property>
 
135
                    <property name="use_underline">True</property>
 
136
                    <property name="active">True</property>
 
137
                    <property name="draw_indicator">True</property>
 
138
                  </object>
 
139
                  <packing>
 
140
                    <property name="left_attach">1</property>
 
141
                    <property name="right_attach">2</property>
 
142
                    <property name="top_attach">4</property>
 
143
                    <property name="bottom_attach">5</property>
 
144
                    <property name="x_options">GTK_FILL</property>
 
145
                    <property name="y_options"></property>
 
146
                  </packing>
 
147
                </child>
 
148
                <child>
 
149
                  <object class="GtkComboBox" id="menu">
 
150
                    <property name="visible">True</property>
 
151
                    <property name="model">liststore1</property>
 
152
                    <child>
 
153
                      <object class="GtkCellRendererText" id="cellrenderertext1"/>
 
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">1</property>
 
163
                    <property name="bottom_attach">2</property>
 
164
                  </packing>
 
165
                </child>
 
166
                <child>
 
167
                  <placeholder/>
 
168
                </child>
 
169
                <child>
 
170
                  <placeholder/>
 
171
                </child>
 
172
                <child>
 
173
                  <placeholder/>
 
174
                </child>
 
175
                <child>
 
176
                  <placeholder/>
 
177
                </child>
 
178
              </object>
 
179
              <packing>
 
180
                <property name="position">1</property>
 
181
              </packing>
 
182
            </child>
 
183
          </object>
 
184
          <packing>
 
185
            <property name="position">1</property>
 
186
          </packing>
 
187
        </child>
 
188
        <child internal-child="action_area">
 
189
          <object class="GtkHButtonBox" id="dialog-action_area4">
 
190
            <property name="visible">True</property>
 
191
            <property name="layout_style">end</property>
 
192
            <child>
 
193
              <object class="GtkButton" id="button12">
 
194
                <property name="label">gtk-cancel</property>
 
195
                <property name="visible">True</property>
 
196
                <property name="can_focus">True</property>
 
197
                <property name="can_default">True</property>
 
198
                <property name="receives_default">False</property>
 
199
                <property name="use_stock">True</property>
 
200
                <signal name="clicked" handler="destroy_passed_object" object="mergecitations"/>
 
201
              </object>
 
202
              <packing>
 
203
                <property name="expand">False</property>
 
204
                <property name="fill">False</property>
 
205
                <property name="position">0</property>
 
206
              </packing>
 
207
            </child>
 
208
            <child>
 
209
              <object class="GtkButton" id="button10">
 
210
                <property name="label">gtk-ok</property>
 
211
                <property name="visible">True</property>
 
212
                <property name="can_focus">True</property>
 
213
                <property name="can_default">True</property>
 
214
                <property name="receives_default">False</property>
 
215
                <property name="use_stock">True</property>
 
216
                <signal name="clicked" handler="on_merge_ok_clicked" object="mergecitations"/>
 
217
              </object>
 
218
              <packing>
 
219
                <property name="expand">False</property>
 
220
                <property name="fill">False</property>
 
221
                <property name="position">1</property>
 
222
              </packing>
 
223
            </child>
 
224
            <child>
 
225
              <object class="GtkButton" id="button14">
 
226
                <property name="label">gtk-help</property>
 
227
                <property name="visible">True</property>
 
228
                <property name="can_focus">True</property>
 
229
                <property name="can_default">True</property>
 
230
                <property name="receives_default">False</property>
 
231
                <property name="use_stock">True</property>
 
232
                <signal name="clicked" handler="on_help_clicked"/>
 
233
              </object>
 
234
              <packing>
 
235
                <property name="expand">False</property>
 
236
                <property name="fill">False</property>
 
237
                <property name="position">2</property>
 
238
              </packing>
 
239
            </child>
 
240
          </object>
 
241
          <packing>
 
242
            <property name="expand">False</property>
 
243
            <property name="pack_type">end</property>
 
244
            <property name="position">0</property>
 
245
          </packing>
 
246
        </child>
 
247
      </object>
 
248
    </child>
 
249
    <action-widgets>
 
250
      <action-widget response="0">button12</action-widget>
 
251
      <action-widget response="0">button10</action-widget>
 
252
      <action-widget response="-11">button14</action-widget>
 
253
    </action-widgets>
 
254
  </object>
 
255
</interface>