~ubuntu-branches/ubuntu/quantal/libfm/quantal

« back to all changes in this revision

Viewing changes to data/ui/progress.glade

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-02-21 21:55:43 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20110221215543-m7gn2snkhpk1kk9u
Tags: 0.1.15+git-3625952cea-0ubuntu1
* New upstream snapshot (2011-02-15)
 - Use x-schemas-handler (LP: #683922)
* debian/patches/
 - 90_add_gobject_link.patch: Remove, merged upstream.
 - 02-libfm-0.1.14-API-changes.patch: Refresh.
 - 03_disable_deprecated_gio_module.patch: Refresh.
 - 04_fix_docs_linker.patch: Fix DSO linking in docs/.
* debian/libfm0.install:
 - Remove usr/lib/libfm/gnome-terminal, dropped upstream.
 - Remove gio module, dropped upstream.
* debian/rules:
 - Add --enable-gtk-doc to configure.
* debian/libfm-gtk0.symbols:
 - Update with new symbols.
* debian/apport/source_libfm.py
 - Fix location of pcmanfm config files.

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="GtkDialog" id="dlg">
 
6
    <property name="visible">True</property>
 
7
    <property name="border_width">5</property>
 
8
    <property name="default_width">480</property>
 
9
    <property name="type_hint">dialog</property>
 
10
    <property name="gravity">north-east</property>
 
11
    <property name="has_separator">False</property>
 
12
    <child internal-child="vbox">
 
13
      <object class="GtkVBox" id="dialog-vbox">
 
14
        <property name="visible">True</property>
 
15
        <property name="orientation">vertical</property>
 
16
        <property name="spacing">6</property>
 
17
        <child>
 
18
          <object class="GtkVBox" id="vbox1">
 
19
            <property name="visible">True</property>
 
20
            <property name="border_width">6</property>
 
21
            <property name="orientation">vertical</property>
 
22
            <property name="spacing">18</property>
 
23
            <child>
 
24
              <object class="GtkLabel" id="msg">
 
25
                <property name="xalign">0</property>
 
26
                <property name="wrap">True</property>
 
27
              </object>
 
28
              <packing>
 
29
                <property name="position">0</property>
 
30
              </packing>
 
31
            </child>
 
32
            <child>
 
33
              <object class="GtkHBox" id="hbox1">
 
34
                <property name="visible">True</property>
 
35
                <property name="spacing">12</property>
 
36
                <child>
 
37
                  <object class="GtkImage" id="icon">
 
38
                    <property name="visible">True</property>
 
39
                    <property name="stock">gtk-file</property>
 
40
                    <property name="icon-size">6</property>
 
41
                  </object>
 
42
                  <packing>
 
43
                    <property name="expand">False</property>
 
44
                    <property name="position">0</property>
 
45
                  </packing>
 
46
                </child>
 
47
                <child>
 
48
                  <object class="GtkTable" id="table">
 
49
                    <property name="visible">True</property>
 
50
                    <property name="border_width">6</property>
 
51
                    <property name="n_rows">5</property>
 
52
                    <property name="n_columns">2</property>
 
53
                    <property name="column_spacing">12</property>
 
54
                    <property name="row_spacing">6</property>
 
55
                    <child>
 
56
                      <object class="GtkLabel" id="src">
 
57
                        <property name="visible">True</property>
 
58
                        <property name="xalign">0</property>
 
59
                        <property name="ellipsize">end</property>
 
60
                      </object>
 
61
                      <packing>
 
62
                        <property name="left_attach">1</property>
 
63
                        <property name="right_attach">2</property>
 
64
                        <property name="x_options">GTK_FILL</property>
 
65
                        <property name="y_options"></property>
 
66
                      </packing>
 
67
                    </child>
 
68
                    <child>
 
69
                      <object class="GtkLabel" id="dest">
 
70
                        <property name="visible">True</property>
 
71
                        <property name="xalign">0</property>
 
72
                      </object>
 
73
                      <packing>
 
74
                        <property name="left_attach">1</property>
 
75
                        <property name="right_attach">2</property>
 
76
                        <property name="top_attach">1</property>
 
77
                        <property name="bottom_attach">2</property>
 
78
                        <property name="x_options">GTK_FILL</property>
 
79
                        <property name="y_options"></property>
 
80
                      </packing>
 
81
                    </child>
 
82
                    <child>
 
83
                      <object class="GtkLabel" id="current">
 
84
                        <property name="visible">True</property>
 
85
                        <property name="xalign">0</property>
 
86
                        <property name="label" translatable="yes" comments="Preparing to do some file operation (Copy, Move, Delete...) ">Preparing...</property>
 
87
                        <property name="ellipsize">middle</property>
 
88
                      </object>
 
89
                      <packing>
 
90
                        <property name="left_attach">1</property>
 
91
                        <property name="right_attach">2</property>
 
92
                        <property name="top_attach">2</property>
 
93
                        <property name="bottom_attach">3</property>
 
94
                        <property name="x_options">GTK_FILL</property>
 
95
                        <property name="y_options"></property>
 
96
                      </packing>
 
97
                    </child>
 
98
                    <child>
 
99
                      <object class="GtkProgressBar" id="progress">
 
100
                        <property name="visible">True</property>
 
101
                        <property name="pulse_step">0.10000000149</property>
 
102
                      </object>
 
103
                      <packing>
 
104
                        <property name="left_attach">1</property>
 
105
                        <property name="right_attach">2</property>
 
106
                        <property name="top_attach">3</property>
 
107
                        <property name="bottom_attach">4</property>
 
108
                        <property name="y_options"></property>
 
109
                      </packing>
 
110
                    </child>
 
111
                    <child>
 
112
                      <object class="GtkLabel" id="label4">
 
113
                        <property name="visible">True</property>
 
114
                        <property name="xalign">0</property>
 
115
                        <property name="label" translatable="yes" comments="Processing: &lt;Name of currently proccesed file&gt;">&lt;b&gt;Processing:&lt;/b&gt;</property>
 
116
                        <property name="use_markup">True</property>
 
117
                      </object>
 
118
                      <packing>
 
119
                        <property name="top_attach">2</property>
 
120
                        <property name="bottom_attach">3</property>
 
121
                        <property name="x_options">GTK_FILL</property>
 
122
                        <property name="y_options"></property>
 
123
                      </packing>
 
124
                    </child>
 
125
                    <child>
 
126
                      <object class="GtkLabel" id="to_label">
 
127
                        <property name="visible">True</property>
 
128
                        <property name="xalign">0</property>
 
129
                        <property name="label" translatable="yes" comments="To: &lt;Destination folder&gt; ex. Copy file to..., Move file to...etc.">&lt;b&gt;To:&lt;/b&gt;</property>
 
130
                        <property name="use_markup">True</property>
 
131
                      </object>
 
132
                      <packing>
 
133
                        <property name="top_attach">1</property>
 
134
                        <property name="bottom_attach">2</property>
 
135
                        <property name="x_options">GTK_FILL</property>
 
136
                        <property name="y_options"></property>
 
137
                      </packing>
 
138
                    </child>
 
139
                    <child>
 
140
                      <object class="GtkLabel" id="label3">
 
141
                        <property name="visible">True</property>
 
142
                        <property name="xalign">0</property>
 
143
                        <property name="label" translatable="yes">&lt;b&gt;Progress:&lt;/b&gt;</property>
 
144
                        <property name="use_markup">True</property>
 
145
                      </object>
 
146
                      <packing>
 
147
                        <property name="top_attach">3</property>
 
148
                        <property name="bottom_attach">4</property>
 
149
                        <property name="x_options">GTK_FILL</property>
 
150
                        <property name="y_options"></property>
 
151
                      </packing>
 
152
                    </child>
 
153
                    <child>
 
154
                      <object class="GtkLabel" id="action">
 
155
                        <property name="visible">True</property>
 
156
                        <property name="xalign">0</property>
 
157
                        <property name="use_markup">True</property>
 
158
                      </object>
 
159
                      <packing>
 
160
                        <property name="x_options">GTK_FILL</property>
 
161
                        <property name="y_options"></property>
 
162
                      </packing>
 
163
                    </child>
 
164
                    <child>
 
165
                      <object class="GtkLabel" id="label2">
 
166
                        <property name="visible">True</property>
 
167
                        <property name="xalign">0</property>
 
168
                        <property name="label" translatable="yes">&lt;b&gt;Time remaining:&lt;/b&gt;</property>
 
169
                        <property name="use_markup">True</property>
 
170
                      </object>
 
171
                      <packing>
 
172
                        <property name="top_attach">4</property>
 
173
                        <property name="bottom_attach">5</property>
 
174
                        <property name="x_options">GTK_FILL</property>
 
175
                        <property name="y_options"></property>
 
176
                      </packing>
 
177
                    </child>
 
178
                    <child>
 
179
                      <object class="GtkLabel" id="remaining_time">
 
180
                        <property name="visible">True</property>
 
181
                        <property name="xalign">0</property>
 
182
                      </object>
 
183
                      <packing>
 
184
                        <property name="left_attach">1</property>
 
185
                        <property name="right_attach">2</property>
 
186
                        <property name="top_attach">4</property>
 
187
                        <property name="bottom_attach">5</property>
 
188
                      </packing>
 
189
                    </child>
 
190
                  </object>
 
191
                  <packing>
 
192
                    <property name="position">1</property>
 
193
                  </packing>
 
194
                </child>
 
195
              </object>
 
196
              <packing>
 
197
                <property name="expand">False</property>
 
198
                <property name="position">1</property>
 
199
              </packing>
 
200
            </child>
 
201
            <child>
 
202
              <object class="GtkVBox" id="error_pane">
 
203
                <property name="orientation">vertical</property>
 
204
                <property name="spacing">6</property>
 
205
                <child>
 
206
                  <object class="GtkLabel" id="label1">
 
207
                    <property name="visible">True</property>
 
208
                    <property name="xalign">0</property>
 
209
                    <property name="label" translatable="yes">&lt;b&gt;Some errors occurred:&lt;/b&gt;</property>
 
210
                    <property name="use_markup">True</property>
 
211
                  </object>
 
212
                  <packing>
 
213
                    <property name="expand">False</property>
 
214
                    <property name="position">0</property>
 
215
                  </packing>
 
216
                </child>
 
217
                <child>
 
218
                  <object class="GtkAlignment" id="alignment1">
 
219
                    <property name="visible">True</property>
 
220
                    <property name="left_padding">12</property>
 
221
                    <child>
 
222
                      <object class="GtkScrolledWindow" id="scrolledwindow1">
 
223
                        <property name="visible">True</property>
 
224
                        <property name="can_focus">True</property>
 
225
                        <property name="hscrollbar_policy">automatic</property>
 
226
                        <property name="vscrollbar_policy">automatic</property>
 
227
                        <property name="shadow_type">etched-in</property>
 
228
                        <child>
 
229
                          <object class="GtkTextView" id="error_msg">
 
230
                            <property name="height_request">120</property>
 
231
                            <property name="visible">True</property>
 
232
                            <property name="can_focus">True</property>
 
233
                            <property name="cursor_visible">False</property>
 
234
                          </object>
 
235
                        </child>
 
236
                      </object>
 
237
                    </child>
 
238
                  </object>
 
239
                  <packing>
 
240
                    <property name="position">1</property>
 
241
                  </packing>
 
242
                </child>
 
243
              </object>
 
244
              <packing>
 
245
                <property name="position">2</property>
 
246
              </packing>
 
247
            </child>
 
248
          </object>
 
249
          <packing>
 
250
            <property name="position">1</property>
 
251
          </packing>
 
252
        </child>
 
253
        <child internal-child="action_area">
 
254
          <object class="GtkHButtonBox" id="dialog-action_area">
 
255
            <property name="visible">True</property>
 
256
            <property name="layout_style">end</property>
 
257
            <child>
 
258
              <object class="GtkButton" id="cancel">
 
259
                <property name="label">gtk-cancel</property>
 
260
                <property name="visible">True</property>
 
261
                <property name="can_focus">True</property>
 
262
                <property name="can_default">True</property>
 
263
                <property name="receives_default">False</property>
 
264
                <property name="use_stock">True</property>
 
265
                <signal name="clicked" handler="on_cancel_button_clicked" object="fileOperation"/>
 
266
              </object>
 
267
              <packing>
 
268
                <property name="expand">False</property>
 
269
                <property name="fill">False</property>
 
270
                <property name="position">0</property>
 
271
              </packing>
 
272
            </child>
 
273
          </object>
 
274
          <packing>
 
275
            <property name="expand">False</property>
 
276
            <property name="pack_type">end</property>
 
277
            <property name="position">0</property>
 
278
          </packing>
 
279
        </child>
 
280
      </object>
 
281
    </child>
 
282
    <action-widgets>
 
283
      <action-widget response="-6">cancel</action-widget>
 
284
    </action-widgets>
 
285
  </object>
 
286
</interface>