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

« back to all changes in this revision

Viewing changes to data/ui/preferred-apps.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
  <requires lib="gtk+" version="2.16"/>
 
4
  <!-- interface-naming-policy project-wide -->
 
5
  <object class="GtkDialog" id="dlg">
 
6
    <property name="border_width">5</property>
 
7
    <property name="title" translatable="yes">Preferred Applications</property>
 
8
    <property name="window_position">center</property>
 
9
    <property name="type_hint">normal</property>
 
10
    <property name="has_separator">False</property>
 
11
    <child internal-child="vbox">
 
12
      <object class="GtkVBox" id="dialog-vbox1">
 
13
        <property name="visible">True</property>
 
14
        <property name="orientation">vertical</property>
 
15
        <property name="spacing">2</property>
 
16
        <child>
 
17
          <object class="GtkNotebook" id="notebook1">
 
18
            <property name="visible">True</property>
 
19
            <property name="can_focus">True</property>
 
20
            <child>
 
21
              <object class="GtkVBox" id="vbox1">
 
22
                <property name="visible">True</property>
 
23
                <property name="border_width">12</property>
 
24
                <property name="orientation">vertical</property>
 
25
                <property name="spacing">18</property>
 
26
                <child>
 
27
                  <object class="GtkVBox" id="vbox2">
 
28
                    <property name="visible">True</property>
 
29
                    <property name="orientation">vertical</property>
 
30
                    <property name="spacing">6</property>
 
31
                    <child>
 
32
                      <object class="GtkLabel" id="label3">
 
33
                        <property name="visible">True</property>
 
34
                        <property name="xalign">0</property>
 
35
                        <property name="label" translatable="yes">&lt;b&gt;Web Browser&lt;/b&gt;</property>
 
36
                        <property name="use_markup">True</property>
 
37
                      </object>
 
38
                      <packing>
 
39
                        <property name="expand">False</property>
 
40
                        <property name="position">0</property>
 
41
                      </packing>
 
42
                    </child>
 
43
                    <child>
 
44
                      <object class="GtkAlignment" id="alignment1">
 
45
                        <property name="visible">True</property>
 
46
                        <property name="left_padding">12</property>
 
47
                        <child>
 
48
                          <object class="GtkVBox" id="vbox5">
 
49
                            <property name="visible">True</property>
 
50
                            <property name="orientation">vertical</property>
 
51
                            <property name="spacing">6</property>
 
52
                            <child>
 
53
                              <object class="GtkLabel" id="label4">
 
54
                                <property name="width_request">360</property>
 
55
                                <property name="visible">True</property>
 
56
                                <property name="xalign">0</property>
 
57
                                <property name="label" translatable="yes">The preferred Web Browser will be used to open hyperlinks.</property>
 
58
                                <property name="wrap">True</property>
 
59
                              </object>
 
60
                              <packing>
 
61
                                <property name="position">0</property>
 
62
                              </packing>
 
63
                            </child>
 
64
                            <child>
 
65
                              <object class="GtkComboBox" id="browser">
 
66
                                <property name="visible">True</property>
 
67
                              </object>
 
68
                              <packing>
 
69
                                <property name="position">1</property>
 
70
                              </packing>
 
71
                            </child>
 
72
                          </object>
 
73
                        </child>
 
74
                      </object>
 
75
                      <packing>
 
76
                        <property name="expand">False</property>
 
77
                        <property name="position">1</property>
 
78
                      </packing>
 
79
                    </child>
 
80
                  </object>
 
81
                  <packing>
 
82
                    <property name="expand">False</property>
 
83
                    <property name="position">0</property>
 
84
                  </packing>
 
85
                </child>
 
86
                <child>
 
87
                  <object class="GtkVBox" id="vbox3">
 
88
                    <property name="visible">True</property>
 
89
                    <property name="orientation">vertical</property>
 
90
                    <property name="spacing">6</property>
 
91
                    <child>
 
92
                      <object class="GtkLabel" id="label5">
 
93
                        <property name="visible">True</property>
 
94
                        <property name="xalign">0</property>
 
95
                        <property name="label" translatable="yes">&lt;b&gt;Mail client&lt;/b&gt;</property>
 
96
                        <property name="use_markup">True</property>
 
97
                      </object>
 
98
                      <packing>
 
99
                        <property name="expand">False</property>
 
100
                        <property name="position">0</property>
 
101
                      </packing>
 
102
                    </child>
 
103
                    <child>
 
104
                      <object class="GtkAlignment" id="alignment2">
 
105
                        <property name="visible">True</property>
 
106
                        <property name="left_padding">12</property>
 
107
                        <child>
 
108
                          <object class="GtkVBox" id="vbox6">
 
109
                            <property name="visible">True</property>
 
110
                            <property name="orientation">vertical</property>
 
111
                            <property name="spacing">6</property>
 
112
                            <child>
 
113
                              <object class="GtkLabel" id="label6">
 
114
                                <property name="width_request">360</property>
 
115
                                <property name="visible">True</property>
 
116
                                <property name="xalign">0</property>
 
117
                                <property name="label" translatable="yes">The preferred Mail Client will be used to compose emails when you click on E-mail addresses.</property>
 
118
                                <property name="wrap">True</property>
 
119
                                <property name="width_chars">60</property>
 
120
                              </object>
 
121
                              <packing>
 
122
                                <property name="position">0</property>
 
123
                              </packing>
 
124
                            </child>
 
125
                            <child>
 
126
                              <object class="GtkComboBox" id="mail_client">
 
127
                                <property name="visible">True</property>
 
128
                              </object>
 
129
                              <packing>
 
130
                                <property name="position">1</property>
 
131
                              </packing>
 
132
                            </child>
 
133
                          </object>
 
134
                        </child>
 
135
                      </object>
 
136
                      <packing>
 
137
                        <property name="expand">False</property>
 
138
                        <property name="position">1</property>
 
139
                      </packing>
 
140
                    </child>
 
141
                  </object>
 
142
                  <packing>
 
143
                    <property name="expand">False</property>
 
144
                    <property name="position">1</property>
 
145
                  </packing>
 
146
                </child>
 
147
                <child>
 
148
                  <object class="GtkVBox" id="vbox4">
 
149
                    <property name="orientation">vertical</property>
 
150
                    <property name="spacing">6</property>
 
151
                    <child>
 
152
                      <object class="GtkLabel" id="label7">
 
153
                        <property name="visible">True</property>
 
154
                        <property name="xalign">0</property>
 
155
                        <property name="label" translatable="yes">&lt;b&gt;Terminal Emulator&lt;/b&gt;</property>
 
156
                        <property name="use_markup">True</property>
 
157
                      </object>
 
158
                      <packing>
 
159
                        <property name="expand">False</property>
 
160
                        <property name="position">0</property>
 
161
                      </packing>
 
162
                    </child>
 
163
                    <child>
 
164
                      <object class="GtkAlignment" id="alignment3">
 
165
                        <property name="visible">True</property>
 
166
                        <property name="left_padding">12</property>
 
167
                        <child>
 
168
                          <object class="GtkHBox" id="hbox4">
 
169
                            <property name="visible">True</property>
 
170
                            <property name="spacing">6</property>
 
171
                            <child>
 
172
                              <object class="GtkLabel" id="label8">
 
173
                                <property name="visible">True</property>
 
174
                                <property name="label" translatable="yes">Command line:</property>
 
175
                              </object>
 
176
                              <packing>
 
177
                                <property name="expand">False</property>
 
178
                                <property name="position">0</property>
 
179
                              </packing>
 
180
                            </child>
 
181
                            <child>
 
182
                              <object class="GtkEntry" id="terminal">
 
183
                                <property name="visible">True</property>
 
184
                                <property name="can_focus">True</property>
 
185
                                <property name="invisible_char">&#x2022;</property>
 
186
                              </object>
 
187
                              <packing>
 
188
                                <property name="position">1</property>
 
189
                              </packing>
 
190
                            </child>
 
191
                          </object>
 
192
                        </child>
 
193
                      </object>
 
194
                      <packing>
 
195
                        <property name="expand">False</property>
 
196
                        <property name="position">1</property>
 
197
                      </packing>
 
198
                    </child>
 
199
                  </object>
 
200
                  <packing>
 
201
                    <property name="expand">False</property>
 
202
                    <property name="position">2</property>
 
203
                  </packing>
 
204
                </child>
 
205
              </object>
 
206
            </child>
 
207
            <child type="tab">
 
208
              <object class="GtkLabel" id="label1">
 
209
                <property name="visible">True</property>
 
210
                <property name="label" translatable="yes">System Applications</property>
 
211
              </object>
 
212
              <packing>
 
213
                <property name="tab_fill">False</property>
 
214
              </packing>
 
215
            </child>
 
216
            <child>
 
217
              <object class="GtkVBox" id="vbox8">
 
218
                <property name="orientation">vertical</property>
 
219
                <child>
 
220
                  <placeholder/>
 
221
                </child>
 
222
              </object>
 
223
              <packing>
 
224
                <property name="position">1</property>
 
225
              </packing>
 
226
            </child>
 
227
            <child type="tab">
 
228
              <object class="GtkLabel" id="label2">
 
229
                <property name="visible">True</property>
 
230
                <property name="label" translatable="yes">File Associations</property>
 
231
              </object>
 
232
              <packing>
 
233
                <property name="position">1</property>
 
234
                <property name="tab_fill">False</property>
 
235
              </packing>
 
236
            </child>
 
237
          </object>
 
238
          <packing>
 
239
            <property name="position">1</property>
 
240
          </packing>
 
241
        </child>
 
242
        <child internal-child="action_area">
 
243
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
244
            <property name="visible">True</property>
 
245
            <property name="layout_style">end</property>
 
246
            <child>
 
247
              <object class="GtkButton" id="cancel">
 
248
                <property name="label">gtk-cancel</property>
 
249
                <property name="visible">True</property>
 
250
                <property name="can_focus">True</property>
 
251
                <property name="receives_default">True</property>
 
252
                <property name="use_stock">True</property>
 
253
              </object>
 
254
              <packing>
 
255
                <property name="expand">False</property>
 
256
                <property name="fill">False</property>
 
257
                <property name="position">0</property>
 
258
              </packing>
 
259
            </child>
 
260
            <child>
 
261
              <object class="GtkButton" id="ok">
 
262
                <property name="label">gtk-ok</property>
 
263
                <property name="visible">True</property>
 
264
                <property name="can_focus">True</property>
 
265
                <property name="receives_default">True</property>
 
266
                <property name="use_stock">True</property>
 
267
              </object>
 
268
              <packing>
 
269
                <property name="expand">False</property>
 
270
                <property name="fill">False</property>
 
271
                <property name="position">1</property>
 
272
              </packing>
 
273
            </child>
 
274
          </object>
 
275
          <packing>
 
276
            <property name="expand">False</property>
 
277
            <property name="pack_type">end</property>
 
278
            <property name="position">0</property>
 
279
          </packing>
 
280
        </child>
 
281
      </object>
 
282
    </child>
 
283
    <action-widgets>
 
284
      <action-widget response="-6">cancel</action-widget>
 
285
      <action-widget response="-5">ok</action-widget>
 
286
    </action-widgets>
 
287
  </object>
 
288
</interface>