~l3on/ubuntu/precise/epiphany-extensions/new-release

« back to all changes in this revision

Viewing changes to extensions/epilicious/epilicious-progress.glade

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-09-18 14:08:05 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20090918140805-fa8kka5uo6u5l5io
Tags: 2.27.92-0ubuntu1
* new upstream 2.27.92 ships ships epiphany-webkit extensions only
  - update debian/control - move from epiphany-browser to -webkit
  - update debian/rules - drop link creation that tried to support -browser
    and -webkit parts and run dh_pysupport on epiphany-webkit dir
  - update debian/rules - use really-all extensions
  - add debian/patches/02_greasemonkey_web_view.patch - fix greasemonkey
    extension being broken by bad web_view lookup - bgo 595814

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2
 
<!DOCTYPE glade-interface SYSTEM "glade-2.0.dtd">
3
 
<!--*- mode: xml -*-->
4
 
<glade-interface>
5
 
  <widget class="GtkDialog" id="dlgProgress">
6
 
    <property name="visible">True</property>
7
 
    <property name="title" translatable="yes">Synchronizing...</property>
8
 
    <property name="resizable">False</property>
9
 
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
10
 
    <child internal-child="vbox">
11
 
      <widget class="GtkVBox" id="dialog-vbox3">
12
 
        <property name="visible">True</property>
13
 
        <child>
14
 
          <widget class="GtkVBox" id="vbox2">
15
 
            <property name="visible">True</property>
16
 
            <child>
17
 
              <widget class="GtkLabel" id="lblTitle">
18
 
                <property name="visible">True</property>
19
 
                <property name="xpad">3</property>
20
 
                <property name="ypad">3</property>
21
 
                <property name="label" translatable="yes">Synchronizing with %s</property>
22
 
                <property name="use_markup">True</property>
23
 
              </widget>
24
 
              <packing>
25
 
                <property name="expand">False</property>
26
 
                <property name="fill">False</property>
27
 
              </packing>
28
 
            </child>
29
 
            <child>
30
 
              <widget class="GtkTable" id="table1">
31
 
                <property name="visible">True</property>
32
 
                <property name="n_rows">6</property>
33
 
                <property name="n_columns">2</property>
34
 
                <child>
35
 
                  <widget class="GtkImage" id="imgStep6">
36
 
                    <property name="xpad">3</property>
37
 
                    <property name="ypad">3</property>
38
 
                    <property name="icon_size">1</property>
39
 
                    <property name="icon_name">gtk-execute</property>
40
 
                  </widget>
41
 
                  <packing>
42
 
                    <property name="top_attach">5</property>
43
 
                    <property name="bottom_attach">6</property>
44
 
                    <property name="x_options">GTK_FILL</property>
45
 
                    <property name="y_options">GTK_FILL</property>
46
 
                  </packing>
47
 
                </child>
48
 
                <child>
49
 
                  <widget class="GtkImage" id="imgStep5">
50
 
                    <property name="xpad">3</property>
51
 
                    <property name="ypad">3</property>
52
 
                    <property name="icon_name">gtk-execute</property>
53
 
                  </widget>
54
 
                  <packing>
55
 
                    <property name="top_attach">4</property>
56
 
                    <property name="bottom_attach">5</property>
57
 
                    <property name="x_options">GTK_FILL</property>
58
 
                    <property name="y_options">GTK_FILL</property>
59
 
                  </packing>
60
 
                </child>
61
 
                <child>
62
 
                  <widget class="GtkImage" id="imgStep4">
63
 
                    <property name="xpad">3</property>
64
 
                    <property name="ypad">3</property>
65
 
                    <property name="icon_name">gtk-execute</property>
66
 
                  </widget>
67
 
                  <packing>
68
 
                    <property name="top_attach">3</property>
69
 
                    <property name="bottom_attach">4</property>
70
 
                    <property name="x_options">GTK_FILL</property>
71
 
                    <property name="y_options">GTK_FILL</property>
72
 
                  </packing>
73
 
                </child>
74
 
                <child>
75
 
                  <widget class="GtkImage" id="imgStep3">
76
 
                    <property name="xpad">3</property>
77
 
                    <property name="ypad">3</property>
78
 
                    <property name="icon_name">gtk-execute</property>
79
 
                  </widget>
80
 
                  <packing>
81
 
                    <property name="top_attach">2</property>
82
 
                    <property name="bottom_attach">3</property>
83
 
                    <property name="x_options">GTK_FILL</property>
84
 
                    <property name="y_options">GTK_FILL</property>
85
 
                  </packing>
86
 
                </child>
87
 
                <child>
88
 
                  <widget class="GtkImage" id="imgStep2">
89
 
                    <property name="xpad">3</property>
90
 
                    <property name="ypad">3</property>
91
 
                    <property name="icon_name">gtk-execute</property>
92
 
                  </widget>
93
 
                  <packing>
94
 
                    <property name="top_attach">1</property>
95
 
                    <property name="bottom_attach">2</property>
96
 
                    <property name="x_options">GTK_FILL</property>
97
 
                    <property name="y_options">GTK_FILL</property>
98
 
                  </packing>
99
 
                </child>
100
 
                <child>
101
 
                  <widget class="GtkImage" id="imgStep1">
102
 
                    <property name="xpad">3</property>
103
 
                    <property name="ypad">3</property>
104
 
                    <property name="icon_name">gtk-execute</property>
105
 
                  </widget>
106
 
                  <packing>
107
 
                    <property name="y_options">GTK_FILL</property>
108
 
                  </packing>
109
 
                </child>
110
 
                <child>
111
 
                  <widget class="GtkLabel" id="label8">
112
 
                    <property name="visible">True</property>
113
 
                    <property name="xalign">0</property>
114
 
                    <property name="xpad">3</property>
115
 
                    <property name="ypad">3</property>
116
 
                    <property name="label" translatable="yes">Saving new synch point</property>
117
 
                  </widget>
118
 
                  <packing>
119
 
                    <property name="left_attach">1</property>
120
 
                    <property name="right_attach">2</property>
121
 
                    <property name="top_attach">5</property>
122
 
                    <property name="bottom_attach">6</property>
123
 
                    <property name="x_options">GTK_FILL</property>
124
 
                    <property name="y_options"></property>
125
 
                  </packing>
126
 
                </child>
127
 
                <child>
128
 
                  <widget class="GtkLabel" id="label7">
129
 
                    <property name="visible">True</property>
130
 
                    <property name="xalign">0</property>
131
 
                    <property name="xpad">3</property>
132
 
                    <property name="ypad">3</property>
133
 
                    <property name="label" translatable="yes">Adding new bookmarks and synching topics</property>
134
 
                  </widget>
135
 
                  <packing>
136
 
                    <property name="left_attach">1</property>
137
 
                    <property name="right_attach">2</property>
138
 
                    <property name="top_attach">4</property>
139
 
                    <property name="bottom_attach">5</property>
140
 
                    <property name="x_options">GTK_FILL</property>
141
 
                    <property name="y_options"></property>
142
 
                  </packing>
143
 
                </child>
144
 
                <child>
145
 
                  <widget class="GtkLabel" id="label6">
146
 
                    <property name="visible">True</property>
147
 
                    <property name="xalign">0</property>
148
 
                    <property name="xpad">3</property>
149
 
                    <property name="ypad">3</property>
150
 
                    <property name="label" translatable="yes">Removing deleted bookmarks</property>
151
 
                  </widget>
152
 
                  <packing>
153
 
                    <property name="left_attach">1</property>
154
 
                    <property name="right_attach">2</property>
155
 
                    <property name="top_attach">3</property>
156
 
                    <property name="bottom_attach">4</property>
157
 
                    <property name="x_options">GTK_FILL</property>
158
 
                    <property name="y_options"></property>
159
 
                  </packing>
160
 
                </child>
161
 
                <child>
162
 
                  <widget class="GtkLabel" id="label5">
163
 
                    <property name="visible">True</property>
164
 
                    <property name="xalign">0</property>
165
 
                    <property name="xpad">3</property>
166
 
                    <property name="ypad">3</property>
167
 
                    <property name="label" translatable="yes">Retrieving bookmarks from epiphany</property>
168
 
                  </widget>
169
 
                  <packing>
170
 
                    <property name="left_attach">1</property>
171
 
                    <property name="right_attach">2</property>
172
 
                    <property name="top_attach">2</property>
173
 
                    <property name="bottom_attach">3</property>
174
 
                    <property name="x_options">GTK_FILL</property>
175
 
                    <property name="y_options"></property>
176
 
                  </packing>
177
 
                </child>
178
 
                <child>
179
 
                  <widget class="GtkLabel" id="lblRetr">
180
 
                    <property name="visible">True</property>
181
 
                    <property name="xalign">0</property>
182
 
                    <property name="xpad">3</property>
183
 
                    <property name="ypad">3</property>
184
 
                    <property name="label" translatable="yes">Retrieving bookmarks from %s</property>
185
 
                  </widget>
186
 
                  <packing>
187
 
                    <property name="left_attach">1</property>
188
 
                    <property name="right_attach">2</property>
189
 
                    <property name="top_attach">1</property>
190
 
                    <property name="bottom_attach">2</property>
191
 
                    <property name="x_options">GTK_FILL</property>
192
 
                    <property name="y_options"></property>
193
 
                  </packing>
194
 
                </child>
195
 
                <child>
196
 
                  <widget class="GtkLabel" id="label3">
197
 
                    <property name="visible">True</property>
198
 
                    <property name="xalign">0</property>
199
 
                    <property name="xpad">3</property>
200
 
                    <property name="ypad">3</property>
201
 
                    <property name="label" translatable="yes">Retrieving previous synch point</property>
202
 
                  </widget>
203
 
                  <packing>
204
 
                    <property name="left_attach">1</property>
205
 
                    <property name="right_attach">2</property>
206
 
                    <property name="x_options">GTK_FILL</property>
207
 
                    <property name="y_options"></property>
208
 
                  </packing>
209
 
                </child>
210
 
              </widget>
211
 
              <packing>
212
 
                <property name="position">1</property>
213
 
              </packing>
214
 
            </child>
215
 
            <child>
216
 
              <placeholder/>
217
 
            </child>
218
 
          </widget>
219
 
          <packing>
220
 
            <property name="position">2</property>
221
 
          </packing>
222
 
        </child>
223
 
        <child internal-child="action_area">
224
 
          <widget class="GtkHButtonBox" id="dialog-action_area3">
225
 
            <property name="visible">True</property>
226
 
            <property name="layout_style">GTK_BUTTONBOX_END</property>
227
 
            <child>
228
 
              <widget class="GtkButton" id="btnClose">
229
 
                <property name="visible">True</property>
230
 
                <property name="sensitive">False</property>
231
 
                <property name="can_focus">True</property>
232
 
                <property name="can_default">True</property>
233
 
                <property name="label">gtk-close</property>
234
 
                <property name="use_stock">True</property>
235
 
                <property name="response_id">-7</property>
236
 
                <signal name="clicked" handler="on_btnClose_clicked"/>
237
 
              </widget>
238
 
            </child>
239
 
          </widget>
240
 
          <packing>
241
 
            <property name="expand">False</property>
242
 
            <property name="pack_type">GTK_PACK_END</property>
243
 
          </packing>
244
 
        </child>
245
 
      </widget>
246
 
    </child>
247
 
  </widget>
248
 
</glade-interface>