~ubuntu-branches/ubuntu/quantal/gnome-screenshot/quantal-proposed

« back to all changes in this revision

Viewing changes to src/screenshot-dialog.ui

  • Committer: Package Import Robot
  • Author(s): Iain Lane
  • Date: 2012-06-04 17:09:33 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120604170933-uqrl91r2eipe1ya4
Tags: 3.5.2-0ubuntu1
* New upstream release (LP: #1008595)
  - Add a --file commandline option
  - Add an --include-pointer commandline option
  - Don't warn if fallback X11 code path is hit
  - Warn if --interactive is combined with --clipboard
  - Rename "whole desktop" to "whole screen"
  - Use GResource for UI files
* Refresh patches 
* debian/control: Increase minimum glib version in line with upstream 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!--*- mode: xml -*-->
 
3
<interface>
 
4
  <object class="GtkDialog" id="toplevel">
 
5
    <property name="border_width">5</property>
 
6
    <property name="type">GTK_WINDOW_TOPLEVEL</property>
 
7
    <property name="modal">False</property>
 
8
    <property name="destroy_with_parent">False</property>
 
9
    <property name="decorated">True</property>
 
10
    <property name="skip_taskbar_hint">False</property>
 
11
    <property name="skip_pager_hint">False</property>
 
12
    <property name="type_hint">GDK_WINDOW_TYPE_HINT_DIALOG</property>
 
13
    <child internal-child="vbox">
 
14
      <object class="GtkVBox" id="dialog-vbox1">
 
15
        <property name="visible">True</property>
 
16
        <property name="homogeneous">False</property>
 
17
        <property name="spacing">2</property>
 
18
        <child internal-child="action_area">
 
19
          <object class="GtkHButtonBox" id="dialog-action_area1">
 
20
            <property name="visible">True</property>
 
21
            <property name="layout_style">GTK_BUTTONBOX_END</property>
 
22
            <child>
 
23
              <object class="GtkButton" id="copy_button">
 
24
                <property name="visible">True</property>
 
25
                <property name="can_default">True</property>
 
26
                <property name="can_focus">True</property>
 
27
                <property name="use_underline">True</property>
 
28
                <property name="label" translatable="yes">C_opy to Clipboard</property>
 
29
                <property name="relief">GTK_RELIEF_NORMAL</property>
 
30
                <property name="focus_on_click">True</property>
 
31
                <accelerator key="C" modifiers="GDK_CONTROL_MASK" signal="activate"/>
 
32
              </object>
 
33
              <packing>
 
34
                <property name="expand">False</property>
 
35
                <property name="fill">False</property>
 
36
                <property name="position">0</property>
 
37
                <property name="secondary">True</property>
 
38
              </packing>
 
39
            </child>
 
40
            <child>
 
41
              <object class="GtkButton" id="ok_button">
 
42
                <property name="visible">True</property>
 
43
                <property name="can_default">True</property>
 
44
                <property name="has_default">True</property>
 
45
                <property name="can_focus">True</property>
 
46
                <property name="label">gtk-save</property>
 
47
                <property name="use_stock">True</property>
 
48
                <property name="relief">GTK_RELIEF_NORMAL</property>
 
49
                <property name="focus_on_click">True</property>
 
50
              </object>
 
51
            </child>
 
52
          </object>
 
53
          <packing>
 
54
            <property name="padding">0</property>
 
55
            <property name="expand">False</property>
 
56
            <property name="fill">True</property>
 
57
            <property name="pack_type">GTK_PACK_END</property>
 
58
          </packing>
 
59
        </child>
 
60
        <child>
 
61
          <object class="GtkVBox" id="vbox3">
 
62
            <property name="border_width">5</property>
 
63
            <property name="visible">True</property>
 
64
            <property name="homogeneous">False</property>
 
65
            <property name="spacing">18</property>
 
66
            <child>
 
67
              <object class="GtkHBox" id="hbox6">
 
68
                <property name="visible">True</property>
 
69
                <property name="homogeneous">False</property>
 
70
                <property name="spacing">12</property>
 
71
                <child>
 
72
                  <object class="GtkAlignment" id="alignment1">
 
73
                    <property name="visible">True</property>
 
74
                    <property name="xalign">0</property>
 
75
                    <property name="yalign">0</property>
 
76
                    <property name="xscale">0</property>
 
77
                    <property name="yscale">0</property>
 
78
                    <property name="top_padding">0</property>
 
79
                    <property name="bottom_padding">0</property>
 
80
                    <property name="left_padding">0</property>
 
81
                    <property name="right_padding">0</property>
 
82
                    <child>
 
83
                      <object class="GtkAspectFrame" id="aspect_frame">
 
84
                        <property name="visible">True</property>
 
85
                        <property name="label_xalign">0</property>
 
86
                        <property name="label_yalign">0</property>
 
87
                        <property name="shadow_type">GTK_SHADOW_IN</property>
 
88
                        <property name="xalign">0</property>
 
89
                        <property name="yalign">0</property>
 
90
                        <property name="ratio">1</property>
 
91
                        <property name="obey_child">True</property>
 
92
                        <child>
 
93
                          <object class="GtkDrawingArea" id="preview_darea">
 
94
                            <property name="visible">True</property>
 
95
                            <signal handler="on_preview_draw" name="draw"/>
 
96
                            <signal handler="on_preview_configure_event" name="configure_event"/>
 
97
                          </object>
 
98
                        </child>
 
99
                      </object>
 
100
                    </child>
 
101
                  </object>
 
102
                  <packing>
 
103
                    <property name="padding">0</property>
 
104
                    <property name="expand">False</property>
 
105
                    <property name="fill">True</property>
 
106
                  </packing>
 
107
                </child>
 
108
                <child>
 
109
                  <object class="GtkTable" id="table1">
 
110
                    <property name="visible">True</property>
 
111
                    <property name="n_rows">2</property>
 
112
                    <property name="n_columns">2</property>
 
113
                    <property name="homogeneous">False</property>
 
114
                    <property name="row_spacing">6</property>
 
115
                    <property name="column_spacing">12</property>
 
116
                    <child>
 
117
                      <object class="GtkLabel" id="label1">
 
118
                        <property name="visible">True</property>
 
119
                        <property name="label" translatable="yes">_Name:</property>
 
120
                        <property name="use_underline">True</property>
 
121
                        <property name="use_markup">False</property>
 
122
                        <property name="justify">GTK_JUSTIFY_LEFT</property>
 
123
                        <property name="wrap">False</property>
 
124
                        <property name="selectable">False</property>
 
125
                        <property name="xalign">0</property>
 
126
                        <property name="yalign">0.5</property>
 
127
                        <property name="xpad">0</property>
 
128
                        <property name="ypad">0</property>
 
129
                        <property name="mnemonic_widget">filename_entry</property>
 
130
                      </object>
 
131
                      <packing>
 
132
                        <property name="left_attach">0</property>
 
133
                        <property name="right_attach">1</property>
 
134
                        <property name="top_attach">0</property>
 
135
                        <property name="bottom_attach">1</property>
 
136
                        <property name="x_options">fill</property>
 
137
                        <property name="y_options"/>
 
138
                      </packing>
 
139
                    </child>
 
140
                    <child>
 
141
                      <object class="GtkLabel" id="label3">
 
142
                        <property name="visible">True</property>
 
143
                        <property name="label" translatable="yes">Save in _folder:</property>
 
144
                        <property name="use_underline">True</property>
 
145
                        <property name="use_markup">False</property>
 
146
                        <property name="justify">GTK_JUSTIFY_LEFT</property>
 
147
                        <property name="wrap">False</property>
 
148
                        <property name="selectable">False</property>
 
149
                        <property name="xalign">0</property>
 
150
                        <property name="yalign">0.5</property>
 
151
                        <property name="xpad">0</property>
 
152
                        <property name="ypad">0</property>
 
153
                      </object>
 
154
                      <packing>
 
155
                        <property name="left_attach">0</property>
 
156
                        <property name="right_attach">1</property>
 
157
                        <property name="top_attach">1</property>
 
158
                        <property name="bottom_attach">2</property>
 
159
                        <property name="x_options">fill</property>
 
160
                        <property name="y_options"/>
 
161
                      </packing>
 
162
                    </child>
 
163
                    <child>
 
164
                      <object class="GtkEntry" id="filename_entry">
 
165
                        <property name="visible">True</property>
 
166
                        <property name="can_focus">True</property>
 
167
                        <property name="editable">True</property>
 
168
                        <property name="visibility">True</property>
 
169
                        <property name="max_length">0</property>
 
170
                        <property name="text" translatable="yes"/>
 
171
                        <property name="has_frame">True</property>
 
172
                        <property name="invisible_char" translatable="yes">*</property>
 
173
                        <property name="activates_default">True</property>
 
174
                        <property name="width_chars">32</property>
 
175
                      </object>
 
176
                      <packing>
 
177
                        <property name="left_attach">1</property>
 
178
                        <property name="right_attach">2</property>
 
179
                        <property name="top_attach">0</property>
 
180
                        <property name="bottom_attach">1</property>
 
181
                        <property name="y_options"/>
 
182
                      </packing>
 
183
                    </child>
 
184
                    <child>
 
185
                      <object class="GtkHBox" id="file_chooser_box">
 
186
                        <property name="visible">True</property>
 
187
                        <property name="homogeneous">False</property>
 
188
                        <property name="spacing">0</property>
 
189
                        <child>
 
190
                          <placeholder/>
 
191
                        </child>
 
192
                      </object>
 
193
                      <packing>
 
194
                        <property name="left_attach">1</property>
 
195
                        <property name="right_attach">2</property>
 
196
                        <property name="top_attach">1</property>
 
197
                        <property name="bottom_attach">2</property>
 
198
                        <property name="x_options">fill</property>
 
199
                        <property name="y_options">fill</property>
 
200
                      </packing>
 
201
                    </child>
 
202
                  </object>
 
203
                  <packing>
 
204
                    <property name="padding">0</property>
 
205
                    <property name="expand">True</property>
 
206
                    <property name="fill">True</property>
 
207
                  </packing>
 
208
                </child>
 
209
              </object>
 
210
              <packing>
 
211
                <property name="padding">0</property>
 
212
                <property name="expand">True</property>
 
213
                <property name="fill">True</property>
 
214
              </packing>
 
215
            </child>
 
216
          </object>
 
217
          <packing>
 
218
            <property name="padding">0</property>
 
219
            <property name="expand">True</property>
 
220
            <property name="fill">True</property>
 
221
          </packing>
 
222
        </child>
 
223
      </object>
 
224
    </child>
 
225
    <action-widgets>
 
226
      <action-widget response="-5">ok_button</action-widget>
 
227
      <action-widget response="1">copy_button</action-widget>
 
228
    </action-widgets>
 
229
  </object>
 
230
</interface>