~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to StickyNotes.glade

  • Committer: Umang Varma
  • Date: 2012-07-16 02:24:30 UTC
  • Revision ID: git-v1:3ecde6fe31a38b396bced775793fd651b2ffad0a
Added about dialog

Note: the copy of the indicator-stickynotes logo in the Icons directory is for
the regular gui to use. I'm using a copy because it is not easy to track where
the original logo lives (because it may be installed in one of many various
installation layouts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<interface>
3
3
  <!-- interface-requires gtk+ 3.0 -->
4
4
  <!-- interface-requires gtksourceview 3.0 -->
5
 
  <object class="GtkMessageDialog" id="confirmDelete">
 
5
  <object class="GtkAboutDialog" id="AboutWindow">
6
6
    <property name="can_focus">False</property>
7
7
    <property name="border_width">5</property>
8
 
    <property name="title" translatable="yes">Confirm delete</property>
 
8
    <property name="title" translatable="yes">About Indicator Stickynotes</property>
 
9
    <property name="modal">True</property>
 
10
    <property name="icon">Icons/indicator-stickynotes.png</property>
9
11
    <property name="type_hint">dialog</property>
10
 
    <property name="skip_taskbar_hint">True</property>
11
 
    <property name="message_type">warning</property>
12
 
    <property name="text" translatable="yes">Are you sure you want to delete this note?</property>
 
12
    <property name="program_name">Indicator Stickynotes</property>
 
13
    <property name="version">0.3</property>
 
14
    <property name="copyright">Copyright © 2012 Umang Varma</property>
 
15
    <property name="comments" translatable="yes">Please report bugs, contribute translations, and make suggestions on the Launchpad homepage below.</property>
 
16
    <property name="website">https://launchpad.net/indicator-stickynotes</property>
 
17
    <property name="website_label">https://launchpad.net/indicator-stickynotes</property>
 
18
    <property name="license">indicator-stickynotes is free software: you can redistribute it and/or
 
19
modify it under the terms of the GNU General Public License as published by
 
20
the Free Software Foundation, either version 3 of the License, or (at your
 
21
option) any later version.
 
22
 
 
23
indicator-stickynotes is distributed in the hope that it will be useful, but
 
24
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
 
25
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 
26
more details.
 
27
 
 
28
You should have received a copy of the GNU General Public License along with
 
29
indicator-stickynotes.  If not, see &lt;http://www.gnu.org/licenses/&gt;.</property>
 
30
    <property name="authors">Umang Varma</property>
 
31
    <property name="translator_credits">Cenwen
 
32
Roberto Rodriguez</property>
 
33
    <property name="logo">Icons/indicator-stickynotes.png</property>
 
34
    <property name="wrap_license">True</property>
13
35
    <child internal-child="vbox">
14
 
      <object class="GtkBox" id="messagedialog-vbox1">
 
36
      <object class="GtkBox" id="aboutdialog-vbox1">
15
37
        <property name="can_focus">False</property>
16
38
        <property name="orientation">vertical</property>
17
39
        <property name="spacing">2</property>
18
40
        <child internal-child="action_area">
19
 
          <object class="GtkButtonBox" id="messagedialog-action_area1">
 
41
          <object class="GtkButtonBox" id="aboutdialog-action_area1">
20
42
            <property name="can_focus">False</property>
21
43
            <property name="layout_style">end</property>
22
 
            <child>
23
 
              <object class="GtkButton" id="bCancel">
24
 
                <property name="label">gtk-cancel</property>
25
 
                <property name="use_action_appearance">False</property>
26
 
                <property name="visible">True</property>
27
 
                <property name="can_focus">True</property>
28
 
                <property name="receives_default">True</property>
29
 
                <property name="use_action_appearance">False</property>
30
 
                <property name="use_stock">True</property>
31
 
              </object>
32
 
              <packing>
33
 
                <property name="expand">False</property>
34
 
                <property name="fill">True</property>
35
 
                <property name="position">0</property>
36
 
              </packing>
37
 
            </child>
38
 
            <child>
39
 
              <object class="GtkButton" id="bDelete">
40
 
                <property name="label">gtk-delete</property>
41
 
                <property name="use_action_appearance">False</property>
42
 
                <property name="visible">True</property>
43
 
                <property name="can_focus">True</property>
44
 
                <property name="receives_default">True</property>
45
 
                <property name="use_action_appearance">False</property>
46
 
                <property name="use_stock">True</property>
47
 
              </object>
48
 
              <packing>
49
 
                <property name="expand">False</property>
50
 
                <property name="fill">True</property>
51
 
                <property name="position">1</property>
52
 
              </packing>
53
 
            </child>
54
44
          </object>
55
45
          <packing>
56
46
            <property name="expand">False</property>
59
49
            <property name="position">0</property>
60
50
          </packing>
61
51
        </child>
 
52
        <child>
 
53
          <placeholder/>
 
54
        </child>
62
55
      </object>
63
56
    </child>
64
 
    <action-widgets>
65
 
      <action-widget response="0">bCancel</action-widget>
66
 
      <action-widget response="1">bDelete</action-widget>
67
 
    </action-widgets>
68
 
  </object>
69
 
  <object class="GtkImage" id="imgAdd">
70
 
    <property name="visible">True</property>
71
 
    <property name="can_focus">False</property>
72
 
    <property name="pixbuf">Icons/Add.png</property>
73
 
  </object>
74
 
  <object class="GtkImage" id="imgClose">
75
 
    <property name="visible">True</property>
76
 
    <property name="can_focus">False</property>
77
 
    <property name="pixbuf">Icons/Close.png</property>
78
57
  </object>
79
58
  <object class="GtkWindow" id="MainWindow">
80
59
    <property name="can_focus">False</property>
220
199
      </object>
221
200
    </child>
222
201
  </object>
 
202
  <object class="GtkMessageDialog" id="confirmDelete">
 
203
    <property name="can_focus">False</property>
 
204
    <property name="border_width">5</property>
 
205
    <property name="title" translatable="yes">Confirm delete</property>
 
206
    <property name="type_hint">dialog</property>
 
207
    <property name="skip_taskbar_hint">True</property>
 
208
    <property name="message_type">warning</property>
 
209
    <property name="text" translatable="yes">Are you sure you want to delete this note?</property>
 
210
    <child internal-child="vbox">
 
211
      <object class="GtkBox" id="messagedialog-vbox1">
 
212
        <property name="can_focus">False</property>
 
213
        <property name="orientation">vertical</property>
 
214
        <property name="spacing">2</property>
 
215
        <child internal-child="action_area">
 
216
          <object class="GtkButtonBox" id="messagedialog-action_area1">
 
217
            <property name="can_focus">False</property>
 
218
            <property name="layout_style">end</property>
 
219
            <child>
 
220
              <object class="GtkButton" id="bCancel">
 
221
                <property name="label">gtk-cancel</property>
 
222
                <property name="use_action_appearance">False</property>
 
223
                <property name="visible">True</property>
 
224
                <property name="can_focus">True</property>
 
225
                <property name="receives_default">True</property>
 
226
                <property name="use_action_appearance">False</property>
 
227
                <property name="use_stock">True</property>
 
228
              </object>
 
229
              <packing>
 
230
                <property name="expand">False</property>
 
231
                <property name="fill">True</property>
 
232
                <property name="position">0</property>
 
233
              </packing>
 
234
            </child>
 
235
            <child>
 
236
              <object class="GtkButton" id="bDelete">
 
237
                <property name="label">gtk-delete</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_stock">True</property>
 
244
              </object>
 
245
              <packing>
 
246
                <property name="expand">False</property>
 
247
                <property name="fill">True</property>
 
248
                <property name="position">1</property>
 
249
              </packing>
 
250
            </child>
 
251
          </object>
 
252
          <packing>
 
253
            <property name="expand">False</property>
 
254
            <property name="fill">True</property>
 
255
            <property name="pack_type">end</property>
 
256
            <property name="position">0</property>
 
257
          </packing>
 
258
        </child>
 
259
      </object>
 
260
    </child>
 
261
    <action-widgets>
 
262
      <action-widget response="0">bCancel</action-widget>
 
263
      <action-widget response="1">bDelete</action-widget>
 
264
    </action-widgets>
 
265
  </object>
 
266
  <object class="GtkImage" id="imgAdd">
 
267
    <property name="visible">True</property>
 
268
    <property name="can_focus">False</property>
 
269
    <property name="pixbuf">Icons/Add.png</property>
 
270
  </object>
 
271
  <object class="GtkImage" id="imgClose">
 
272
    <property name="visible">True</property>
 
273
    <property name="can_focus">False</property>
 
274
    <property name="pixbuf">Icons/Close.png</property>
 
275
  </object>
223
276
  <object class="GtkImage" id="imgLock">
224
277
    <property name="visible">True</property>
225
278
    <property name="can_focus">False</property>