~ubuntu-branches/ubuntu/raring/shotwell/raring

« back to all changes in this revision

Viewing changes to plugins/shotwell-publishing/picasa_publishing_options_pane.glade

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Robert Ancell, Alberto Mardegan
  • Date: 2012-08-28 16:57:19 UTC
  • mfrom: (1.2.14)
  • Revision ID: package-import@ubuntu.com-20120828165719-p6ep5hdo24rssreo
Tags: 0.12.90-0ubuntu1
[ Robert Ancell ]
* New upstream release (LP: #1041011)
* debian/watch:
  - Watch for unstable versions
  - Releases now in .xz format

[ Alberto Mardegan ]
* debian/patches/06_uoa.patch:
  - updated for the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<interface>
 
3
  <!-- interface-requires gtk+ 3.0 -->
 
4
  <object class="GtkBox" id="picasa_pane_widget">
 
5
    <property name="visible">True</property>
 
6
    <property name="can_focus">False</property>
 
7
    <property name="orientation">vertical</property>
 
8
    <property name="spacing">1</property>
 
9
    <child>
 
10
      <placeholder/>
 
11
    </child>
 
12
    <child>
 
13
      <object class="GtkLabel" id="login_identity_label">
 
14
        <property name="visible">True</property>
 
15
        <property name="can_focus">False</property>
 
16
        <property name="margin_top">12</property>
 
17
        <property name="margin_bottom">32</property>
 
18
        <property name="label" translatable="yes">'you are logged in as $name'
 
19
(populated in the application code)</property>
 
20
      </object>
 
21
      <packing>
 
22
        <property name="expand">False</property>
 
23
        <property name="fill">True</property>
 
24
        <property name="padding">4</property>
 
25
        <property name="position">1</property>
 
26
      </packing>
 
27
    </child>
 
28
    <child>
 
29
      <object class="GtkBox" id="album_gallery_layout_box">
 
30
        <property name="visible">True</property>
 
31
        <property name="can_focus">False</property>
 
32
        <property name="margin_left">32</property>
 
33
        <property name="margin_right">32</property>
 
34
        <property name="orientation">vertical</property>
 
35
        <child>
 
36
          <placeholder/>
 
37
        </child>
 
38
        <child>
 
39
          <object class="GtkGrid" id="album_choice_area_grid">
 
40
            <property name="visible">True</property>
 
41
            <property name="can_focus">False</property>
 
42
            <property name="margin_left">24</property>
 
43
            <property name="margin_right">24</property>
 
44
            <property name="row_spacing">8</property>
 
45
            <property name="column_homogeneous">True</property>
 
46
            <child>
 
47
              <object class="GtkComboBoxText" id="existing_albums_combo">
 
48
                <property name="visible">True</property>
 
49
                <property name="can_focus">False</property>
 
50
                <property name="entry_text_column">0</property>
 
51
                <property name="id_column">1</property>
 
52
              </object>
 
53
              <packing>
 
54
                <property name="left_attach">1</property>
 
55
                <property name="top_attach">1</property>
 
56
                <property name="width">1</property>
 
57
                <property name="height">1</property>
 
58
              </packing>
 
59
            </child>
 
60
            <child>
 
61
              <object class="GtkEntry" id="new_album_entry">
 
62
                <property name="visible">True</property>
 
63
                <property name="can_focus">True</property>
 
64
                <property name="invisible_char">•</property>
 
65
              </object>
 
66
              <packing>
 
67
                <property name="left_attach">1</property>
 
68
                <property name="top_attach">2</property>
 
69
                <property name="width">1</property>
 
70
                <property name="height">1</property>
 
71
              </packing>
 
72
            </child>
 
73
            <child>
 
74
              <object class="GtkRadioButton" id="use_existing_radio">
 
75
                <property name="label" translatable="yes">An _existing album:</property>
 
76
                <property name="use_action_appearance">False</property>
 
77
                <property name="visible">True</property>
 
78
                <property name="can_focus">True</property>
 
79
                <property name="receives_default">False</property>
 
80
                <property name="use_action_appearance">False</property>
 
81
                <property name="use_underline">True</property>
 
82
                <property name="xalign">0</property>
 
83
                <property name="active">True</property>
 
84
                <property name="draw_indicator">True</property>
 
85
                <property name="group">create_new_radio</property>
 
86
              </object>
 
87
              <packing>
 
88
                <property name="left_attach">0</property>
 
89
                <property name="top_attach">1</property>
 
90
                <property name="width">1</property>
 
91
                <property name="height">1</property>
 
92
              </packing>
 
93
            </child>
 
94
            <child>
 
95
              <object class="GtkRadioButton" id="create_new_radio">
 
96
                <property name="label" translatable="yes">A _new album named:</property>
 
97
                <property name="use_action_appearance">False</property>
 
98
                <property name="visible">True</property>
 
99
                <property name="can_focus">True</property>
 
100
                <property name="receives_default">False</property>
 
101
                <property name="use_action_appearance">False</property>
 
102
                <property name="use_underline">True</property>
 
103
                <property name="xalign">0</property>
 
104
                <property name="yalign">0.47999998927116394</property>
 
105
                <property name="active">True</property>
 
106
                <property name="draw_indicator">True</property>
 
107
              </object>
 
108
              <packing>
 
109
                <property name="left_attach">0</property>
 
110
                <property name="top_attach">2</property>
 
111
                <property name="width">1</property>
 
112
                <property name="height">1</property>
 
113
              </packing>
 
114
            </child>
 
115
            <child>
 
116
              <object class="GtkCheckButton" id="public_check">
 
117
                <property name="label" translatable="yes">L_ist album in public gallery</property>
 
118
                <property name="use_action_appearance">False</property>
 
119
                <property name="visible">True</property>
 
120
                <property name="can_focus">True</property>
 
121
                <property name="receives_default">False</property>
 
122
                <property name="use_action_appearance">False</property>
 
123
                <property name="use_underline">True</property>
 
124
                <property name="xalign">0</property>
 
125
                <property name="draw_indicator">True</property>
 
126
              </object>
 
127
              <packing>
 
128
                <property name="left_attach">1</property>
 
129
                <property name="top_attach">3</property>
 
130
                <property name="width">1</property>
 
131
                <property name="height">1</property>
 
132
              </packing>
 
133
            </child>
 
134
            <child>
 
135
              <object class="GtkLabel" id="publish_to_label">
 
136
                <property name="visible">True</property>
 
137
                <property name="can_focus">False</property>
 
138
                <property name="margin_top">32</property>
 
139
                <property name="xalign">0</property>
 
140
                <property name="label" translatable="yes">$mediatype will appear in
 
141
(populated in code)</property>
 
142
              </object>
 
143
              <packing>
 
144
                <property name="left_attach">0</property>
 
145
                <property name="top_attach">0</property>
 
146
                <property name="width">2</property>
 
147
                <property name="height">1</property>
 
148
              </packing>
 
149
            </child>
 
150
            <child>
 
151
              <object class="GtkLabel" id="label1">
 
152
                <property name="visible">True</property>
 
153
                <property name="can_focus">False</property>
 
154
                <property name="margin_top">32</property>
 
155
                <property name="xalign">0</property>
 
156
                <property name="label" translatable="yes">Photo _size preset:</property>
 
157
                <property name="use_underline">True</property>
 
158
                <property name="mnemonic_widget">size_combo</property>
 
159
              </object>
 
160
              <packing>
 
161
                <property name="left_attach">0</property>
 
162
                <property name="top_attach">4</property>
 
163
                <property name="width">1</property>
 
164
                <property name="height">1</property>
 
165
              </packing>
 
166
            </child>
 
167
            <child>
 
168
              <object class="GtkComboBoxText" id="size_combo">
 
169
                <property name="visible">True</property>
 
170
                <property name="can_focus">False</property>
 
171
                <property name="margin_top">32</property>
 
172
                <property name="entry_text_column">0</property>
 
173
                <property name="id_column">1</property>
 
174
              </object>
 
175
              <packing>
 
176
                <property name="left_attach">1</property>
 
177
                <property name="top_attach">4</property>
 
178
                <property name="width">1</property>
 
179
                <property name="height">1</property>
 
180
              </packing>
 
181
            </child>
 
182
            <child>
 
183
              <object class="GtkCheckButton" id="strip_metadata_check">
 
184
                <property name="label" translatable="yes">_Remove location, tag and camera-identifying data before uploading </property>
 
185
                <property name="use_action_appearance">False</property>
 
186
                <property name="visible">True</property>
 
187
                <property name="can_focus">True</property>
 
188
                <property name="receives_default">False</property>
 
189
                <property name="halign">center</property>
 
190
                <property name="margin_top">16</property>
 
191
                <property name="hexpand">True</property>
 
192
                <property name="use_action_appearance">False</property>
 
193
                <property name="use_underline">True</property>
 
194
                <property name="xalign">0.20000000298023224</property>
 
195
                <property name="draw_indicator">True</property>
 
196
              </object>
 
197
              <packing>
 
198
                <property name="left_attach">0</property>
 
199
                <property name="top_attach">5</property>
 
200
                <property name="width">2</property>
 
201
                <property name="height">1</property>
 
202
              </packing>
 
203
            </child>
 
204
            <child>
 
205
              <placeholder/>
 
206
            </child>
 
207
          </object>
 
208
          <packing>
 
209
            <property name="expand">False</property>
 
210
            <property name="fill">True</property>
 
211
            <property name="padding">4</property>
 
212
            <property name="position">1</property>
 
213
          </packing>
 
214
        </child>
 
215
      </object>
 
216
      <packing>
 
217
        <property name="expand">False</property>
 
218
        <property name="fill">True</property>
 
219
        <property name="position">2</property>
 
220
      </packing>
 
221
    </child>
 
222
    <child>
 
223
      <placeholder/>
 
224
    </child>
 
225
    <child>
 
226
      <object class="GtkBox" id="button_area_box">
 
227
        <property name="visible">True</property>
 
228
        <property name="can_focus">False</property>
 
229
        <property name="margin_left">112</property>
 
230
        <property name="margin_right">112</property>
 
231
        <property name="margin_top">48</property>
 
232
        <property name="margin_bottom">24</property>
 
233
        <property name="spacing">128</property>
 
234
        <property name="homogeneous">True</property>
 
235
        <child>
 
236
          <object class="GtkButton" id="logout_button">
 
237
            <property name="label" translatable="yes">_Logout</property>
 
238
            <property name="use_action_appearance">False</property>
 
239
            <property name="visible">True</property>
 
240
            <property name="can_focus">True</property>
 
241
            <property name="receives_default">True</property>
 
242
            <property name="use_action_appearance">False</property>
 
243
            <property name="use_underline">True</property>
 
244
          </object>
 
245
          <packing>
 
246
            <property name="expand">False</property>
 
247
            <property name="fill">True</property>
 
248
            <property name="position">0</property>
 
249
          </packing>
 
250
        </child>
 
251
        <child>
 
252
          <object class="GtkButton" id="publish_button">
 
253
            <property name="label" translatable="yes">_Publish</property>
 
254
            <property name="use_action_appearance">False</property>
 
255
            <property name="visible">True</property>
 
256
            <property name="can_focus">True</property>
 
257
            <property name="receives_default">True</property>
 
258
            <property name="use_action_appearance">False</property>
 
259
            <property name="use_underline">True</property>
 
260
          </object>
 
261
          <packing>
 
262
            <property name="expand">False</property>
 
263
            <property name="fill">True</property>
 
264
            <property name="position">1</property>
 
265
          </packing>
 
266
        </child>
 
267
      </object>
 
268
      <packing>
 
269
        <property name="expand">False</property>
 
270
        <property name="fill">True</property>
 
271
        <property name="position">4</property>
 
272
      </packing>
 
273
    </child>
 
274
  </object>
 
275
</interface>