~ubuntu-branches/ubuntu/saucy/shotwell/saucy-proposed

« back to all changes in this revision

Viewing changes to plugins/shotwell-publishing/piwigo_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="GtkWindow" id="publishing_options_pane">
 
5
    <property name="can_focus">False</property>
 
6
    <child>
 
7
      <object class="GtkAlignment" id="alignment">
 
8
        <property name="visible">True</property>
 
9
        <property name="can_focus">False</property>
 
10
        <property name="xscale">0.5</property>
 
11
        <property name="yscale">0.5</property>
 
12
        <child>
 
13
          <object class="GtkBox" id="vbox1">
 
14
            <property name="visible">True</property>
 
15
            <property name="can_focus">False</property>
 
16
            <property name="orientation">vertical</property>
 
17
            <child>
 
18
              <object class="GtkLabel" id="label1">
 
19
                <property name="visible">True</property>
 
20
                <property name="can_focus">False</property>
 
21
                <property name="xalign">0</property>
 
22
                <property name="label" translatable="yes">Photos will appear in:</property>
 
23
              </object>
 
24
              <packing>
 
25
                <property name="expand">True</property>
 
26
                <property name="fill">True</property>
 
27
                <property name="position">0</property>
 
28
              </packing>
 
29
            </child>
 
30
            <child>
 
31
              <object class="GtkTable" id="field_table">
 
32
                <property name="visible">True</property>
 
33
                <property name="can_focus">False</property>
 
34
                <property name="n_rows">5</property>
 
35
                <property name="n_columns">2</property>
 
36
                <child>
 
37
                  <object class="GtkRadioButton" id="use_existing_radio">
 
38
                    <property name="label" translatable="yes">An _existing category:</property>
 
39
                    <property name="use_action_appearance">False</property>
 
40
                    <property name="visible">True</property>
 
41
                    <property name="can_focus">True</property>
 
42
                    <property name="receives_default">False</property>
 
43
                    <property name="use_action_appearance">False</property>
 
44
                    <property name="use_underline">True</property>
 
45
                    <property name="xalign">0.5</property>
 
46
                    <property name="active">True</property>
 
47
                    <property name="draw_indicator">True</property>
 
48
                  </object>
 
49
                </child>
 
50
                <child>
 
51
                  <object class="GtkRadioButton" id="create_new_radio">
 
52
                    <property name="label" translatable="yes">A _new album named:</property>
 
53
                    <property name="use_action_appearance">False</property>
 
54
                    <property name="visible">True</property>
 
55
                    <property name="can_focus">True</property>
 
56
                    <property name="receives_default">False</property>
 
57
                    <property name="use_action_appearance">False</property>
 
58
                    <property name="use_underline">True</property>
 
59
                    <property name="xalign">0.5</property>
 
60
                    <property name="active">True</property>
 
61
                    <property name="draw_indicator">True</property>
 
62
                    <property name="group">use_existing_radio</property>
 
63
                  </object>
 
64
                  <packing>
 
65
                    <property name="top_attach">1</property>
 
66
                    <property name="bottom_attach">2</property>
 
67
                  </packing>
 
68
                </child>
 
69
                <child>
 
70
                  <object class="GtkComboBoxText" id="existing_categories_combo">
 
71
                    <property name="visible">True</property>
 
72
                    <property name="can_focus">False</property>
 
73
                  </object>
 
74
                  <packing>
 
75
                    <property name="left_attach">1</property>
 
76
                    <property name="right_attach">2</property>
 
77
                    <property name="y_options">GTK_EXPAND</property>
 
78
                  </packing>
 
79
                </child>
 
80
                <child>
 
81
                  <object class="GtkEntry" id="new_category_entry">
 
82
                    <property name="visible">True</property>
 
83
                    <property name="can_focus">True</property>
 
84
                    <property name="invisible_char">●</property>
 
85
                  </object>
 
86
                  <packing>
 
87
                    <property name="left_attach">1</property>
 
88
                    <property name="right_attach">2</property>
 
89
                    <property name="top_attach">1</property>
 
90
                    <property name="bottom_attach">2</property>
 
91
                  </packing>
 
92
                </child>
 
93
                <child>
 
94
                  <object class="GtkSeparator" id="hseparator1">
 
95
                    <property name="visible">True</property>
 
96
                    <property name="can_focus">False</property>
 
97
                  </object>
 
98
                  <packing>
 
99
                    <property name="right_attach">2</property>
 
100
                    <property name="top_attach">2</property>
 
101
                    <property name="bottom_attach">3</property>
 
102
                  </packing>
 
103
                </child>
 
104
                <child>
 
105
                  <object class="GtkLabel" id="label2">
 
106
                    <property name="visible">True</property>
 
107
                    <property name="can_focus">False</property>
 
108
                    <property name="xalign">0</property>
 
109
                    <property name="label" translatable="yes">Photos will be _visible by:</property>
 
110
                    <property name="use_underline">True</property>
 
111
                    <property name="mnemonic_widget">perms_combo</property>
 
112
                  </object>
 
113
                  <packing>
 
114
                    <property name="top_attach">3</property>
 
115
                    <property name="bottom_attach">4</property>
 
116
                  </packing>
 
117
                </child>
 
118
                <child>
 
119
                  <object class="GtkComboBoxText" id="perms_combo">
 
120
                    <property name="visible">True</property>
 
121
                    <property name="can_focus">False</property>
 
122
                  </object>
 
123
                  <packing>
 
124
                    <property name="left_attach">1</property>
 
125
                    <property name="right_attach">2</property>
 
126
                    <property name="top_attach">3</property>
 
127
                    <property name="bottom_attach">4</property>
 
128
                    <property name="y_options">GTK_EXPAND</property>
 
129
                  </packing>
 
130
                </child>
 
131
                <child>
 
132
                  <object class="GtkLabel" id="label3">
 
133
                    <property name="visible">True</property>
 
134
                    <property name="can_focus">False</property>
 
135
                    <property name="xalign">0</property>
 
136
                    <property name="label" translatable="yes">Photo size:</property>
 
137
                  </object>
 
138
                  <packing>
 
139
                    <property name="top_attach">4</property>
 
140
                    <property name="bottom_attach">5</property>
 
141
                  </packing>
 
142
                </child>
 
143
                <child>
 
144
                  <object class="GtkComboBoxText" id="size_combo">
 
145
                    <property name="visible">True</property>
 
146
                    <property name="can_focus">False</property>
 
147
                  </object>
 
148
                  <packing>
 
149
                    <property name="left_attach">1</property>
 
150
                    <property name="right_attach">2</property>
 
151
                    <property name="top_attach">4</property>
 
152
                    <property name="bottom_attach">5</property>
 
153
                    <property name="y_options">GTK_EXPAND</property>
 
154
                  </packing>
 
155
                </child>
 
156
              </object>
 
157
              <packing>
 
158
                <property name="expand">True</property>
 
159
                <property name="fill">True</property>
 
160
                <property name="position">1</property>
 
161
              </packing>
 
162
            </child>
 
163
            <child>
 
164
              <object class="GtkCheckButton" id="strip_metadata_check">
 
165
                <property name="label" translatable="yes">_Remove location, tag and camera-identifying data before uploading</property>
 
166
                <property name="use_action_appearance">False</property>
 
167
                <property name="visible">True</property>
 
168
                <property name="can_focus">True</property>
 
169
                <property name="receives_default">False</property>
 
170
                <property name="use_action_appearance">False</property>
 
171
                <property name="use_underline">True</property>
 
172
                <property name="xalign">0.10000000149011612</property>
 
173
                <property name="draw_indicator">True</property>
 
174
              </object>
 
175
              <packing>
 
176
                <property name="expand">False</property>
 
177
                <property name="fill">True</property>
 
178
                <property name="position">2</property>
 
179
              </packing>
 
180
            </child>
 
181
            <child>
 
182
              <object class="GtkButtonBox" id="hbuttonbox1">
 
183
                <property name="visible">True</property>
 
184
                <property name="can_focus">False</property>
 
185
                <child>
 
186
                  <object class="GtkButton" id="logout_button">
 
187
                    <property name="label" translatable="yes">Logout</property>
 
188
                    <property name="use_action_appearance">False</property>
 
189
                    <property name="visible">True</property>
 
190
                    <property name="can_focus">True</property>
 
191
                    <property name="receives_default">True</property>
 
192
                    <property name="use_action_appearance">False</property>
 
193
                  </object>
 
194
                  <packing>
 
195
                    <property name="expand">False</property>
 
196
                    <property name="fill">False</property>
 
197
                    <property name="position">0</property>
 
198
                  </packing>
 
199
                </child>
 
200
                <child>
 
201
                  <object class="GtkButton" id="publish_button">
 
202
                    <property name="label" translatable="yes">Publish</property>
 
203
                    <property name="use_action_appearance">False</property>
 
204
                    <property name="visible">True</property>
 
205
                    <property name="can_focus">True</property>
 
206
                    <property name="receives_default">True</property>
 
207
                    <property name="use_action_appearance">False</property>
 
208
                  </object>
 
209
                  <packing>
 
210
                    <property name="expand">False</property>
 
211
                    <property name="fill">False</property>
 
212
                    <property name="position">1</property>
 
213
                  </packing>
 
214
                </child>
 
215
              </object>
 
216
              <packing>
 
217
                <property name="expand">True</property>
 
218
                <property name="fill">True</property>
 
219
                <property name="position">3</property>
 
220
              </packing>
 
221
            </child>
 
222
          </object>
 
223
        </child>
 
224
      </object>
 
225
    </child>
 
226
  </object>
 
227
</interface>