~umang/indicator-stickynotes/trunk

« back to all changes in this revision

Viewing changes to GlobalDialogs.glade

  • Committer: Umang Varma
  • Date: 2012-06-24 20:43:03 UTC
  • Revision ID: git-v1:7154d9e47e06f4ca05d7f5a2acdd48d6d6efb3a7
Added .desktop and setup.py files.

In addition stick.py was moved to indicator-stickynotes.py so that it looks more
like its final installed name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<!-- Generated with glade 3.18.3 -->
3
 
<interface>
4
 
  <requires lib="gtk+" version="3.0"/>
5
 
  <object class="GtkAboutDialog" id="AboutWindow">
6
 
    <property name="can_focus">False</property>
7
 
    <property name="border_width">5</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>
11
 
    <property name="type_hint">dialog</property>
12
 
    <property name="program_name">Indicator Stickynotes</property>
13
 
    <property name="version">0.5.0</property>
14
 
    <property name="copyright">Copyright © 2012-2015 Umang Varma</property>
15
 
    <property name="comments" translatable="yes">Please report bugs, contribute translations, and make suggestions on the Launchpad homepage below.
16
 
 
17
 
Keyboard shortcuts:
18
 
Ctrl + W:  Delete note
19
 
Ctrl + L:  Lock note
20
 
Ctrl + N:  New note</property>
21
 
    <property name="website">https://launchpad.net/indicator-stickynotes</property>
22
 
    <property name="website_label">https://launchpad.net/indicator-stickynotes</property>
23
 
    <property name="license">indicator-stickynotes is free software: you can redistribute it and/or
24
 
modify it under the terms of the GNU General Public License as published by
25
 
the Free Software Foundation, either version 3 of the License, or (at your
26
 
option) any later version.
27
 
 
28
 
indicator-stickynotes is distributed in the hope that it will be useful, but
29
 
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
30
 
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
31
 
more details.
32
 
 
33
 
You should have received a copy of the GNU General Public License along with
34
 
indicator-stickynotes.  If not, see &lt;http://www.gnu.org/licenses/&gt;.</property>
35
 
    <property name="authors">Umang Varma</property>
36
 
    <property name="translator_credits">https://launchpad.net/indicator-stickynotes/+topcontributors
37
 
 
38
 
Rednilec
39
 
Микола Ткач
40
 
Grzegorz Kowalewski
41
 
ZhNazarM
42
 
Adem Kürşat UZUN
43
 
ViBE
44
 
Цымбарович Петр
45
 
Wang Dianjin
46
 
Nikos Gr
47
 
Adolfo Jayme
48
 
Andrea Girvasi
49
 
Andrew Chen
50
 
vasco
51
 
Yung Shen
52
 
joshg
53
 
dmm041191
54
 
RobeR
55
 
Wormhole
56
 
Itamar Carvalho
57
 
Ibai Oihanguren Sala
58
 
gogo
59
 
Olivier Girard
60
 
timbo</property>
61
 
    <property name="logo">Icons/indicator-stickynotes.png</property>
62
 
    <property name="wrap_license">True</property>
63
 
    <child internal-child="vbox">
64
 
      <object class="GtkBox" id="aboutdialog-vbox1">
65
 
        <property name="can_focus">False</property>
66
 
        <property name="orientation">vertical</property>
67
 
        <property name="spacing">2</property>
68
 
        <child internal-child="action_area">
69
 
          <object class="GtkButtonBox" id="aboutdialog-action_area1">
70
 
            <property name="can_focus">False</property>
71
 
            <property name="layout_style">end</property>
72
 
          </object>
73
 
          <packing>
74
 
            <property name="expand">False</property>
75
 
            <property name="fill">True</property>
76
 
            <property name="pack_type">end</property>
77
 
            <property name="position">0</property>
78
 
          </packing>
79
 
        </child>
80
 
        <child>
81
 
          <placeholder/>
82
 
        </child>
83
 
      </object>
84
 
    </child>
85
 
  </object>
86
 
  <object class="GtkDialog" id="wSettings">
87
 
    <property name="can_focus">False</property>
88
 
    <property name="border_width">5</property>
89
 
    <property name="title" translatable="yes">Settings</property>
90
 
    <property name="modal">True</property>
91
 
    <property name="type_hint">normal</property>
92
 
    <child internal-child="vbox">
93
 
      <object class="GtkBox" id="dialog-vbox1">
94
 
        <property name="can_focus">False</property>
95
 
        <property name="orientation">vertical</property>
96
 
        <property name="spacing">2</property>
97
 
        <child internal-child="action_area">
98
 
          <object class="GtkButtonBox" id="dialog-action_area1">
99
 
            <property name="can_focus">False</property>
100
 
            <property name="layout_style">end</property>
101
 
            <child>
102
 
              <placeholder/>
103
 
            </child>
104
 
            <child>
105
 
              <object class="GtkButton" id="bSettingsOK">
106
 
                <property name="label">gtk-ok</property>
107
 
                <property name="visible">True</property>
108
 
                <property name="can_focus">True</property>
109
 
                <property name="receives_default">True</property>
110
 
                <property name="use_stock">True</property>
111
 
              </object>
112
 
              <packing>
113
 
                <property name="expand">False</property>
114
 
                <property name="fill">True</property>
115
 
                <property name="position">1</property>
116
 
              </packing>
117
 
            </child>
118
 
          </object>
119
 
          <packing>
120
 
            <property name="expand">False</property>
121
 
            <property name="fill">True</property>
122
 
            <property name="pack_type">end</property>
123
 
            <property name="position">0</property>
124
 
          </packing>
125
 
        </child>
126
 
        <child>
127
 
          <object class="GtkNotebook" id="nbSettings">
128
 
            <property name="visible">True</property>
129
 
            <property name="can_focus">True</property>
130
 
            <child>
131
 
              <object class="GtkBox" id="boxcategoriesOuter">
132
 
                <property name="visible">True</property>
133
 
                <property name="can_focus">False</property>
134
 
                <property name="orientation">vertical</property>
135
 
                <child>
136
 
                  <object class="GtkToolbar" id="barCategory">
137
 
                    <property name="visible">True</property>
138
 
                    <property name="can_focus">False</property>
139
 
                    <property name="toolbar_style">both-horiz</property>
140
 
                    <property name="icon_size">2</property>
141
 
                    <child>
142
 
                      <object class="GtkToolButton" id="catNew">
143
 
                        <property name="visible">True</property>
144
 
                        <property name="can_focus">False</property>
145
 
                        <property name="tooltip_text" translatable="yes">New</property>
146
 
                        <property name="is_important">True</property>
147
 
                        <property name="label" translatable="yes">New</property>
148
 
                        <property name="use_underline">True</property>
149
 
                        <property name="stock_id">gtk-add</property>
150
 
                        <signal name="clicked" handler="new_category" swapped="no"/>
151
 
                      </object>
152
 
                      <packing>
153
 
                        <property name="expand">False</property>
154
 
                        <property name="homogeneous">True</property>
155
 
                      </packing>
156
 
                    </child>
157
 
                  </object>
158
 
                  <packing>
159
 
                    <property name="expand">False</property>
160
 
                    <property name="fill">True</property>
161
 
                    <property name="position">0</property>
162
 
                  </packing>
163
 
                </child>
164
 
                <child>
165
 
                  <object class="GtkScrolledWindow" id="scrolledwindow1">
166
 
                    <property name="width_request">450</property>
167
 
                    <property name="height_request">370</property>
168
 
                    <property name="visible">True</property>
169
 
                    <property name="can_focus">True</property>
170
 
                    <property name="vexpand">True</property>
171
 
                    <property name="shadow_type">in</property>
172
 
                    <child>
173
 
                      <object class="GtkViewport" id="viewport1">
174
 
                        <property name="visible">True</property>
175
 
                        <property name="can_focus">False</property>
176
 
                        <child>
177
 
                          <object class="GtkBox" id="boxCategories">
178
 
                            <property name="visible">True</property>
179
 
                            <property name="can_focus">False</property>
180
 
                            <property name="orientation">vertical</property>
181
 
                            <child>
182
 
                              <placeholder/>
183
 
                            </child>
184
 
                          </object>
185
 
                        </child>
186
 
                      </object>
187
 
                    </child>
188
 
                  </object>
189
 
                  <packing>
190
 
                    <property name="expand">False</property>
191
 
                    <property name="fill">True</property>
192
 
                    <property name="position">1</property>
193
 
                  </packing>
194
 
                </child>
195
 
              </object>
196
 
            </child>
197
 
            <child type="tab">
198
 
              <object class="GtkLabel" id="labCatSettings">
199
 
                <property name="visible">True</property>
200
 
                <property name="can_focus">False</property>
201
 
                <property name="label" translatable="yes">_Categories</property>
202
 
                <property name="use_underline">True</property>
203
 
              </object>
204
 
              <packing>
205
 
                <property name="tab_fill">False</property>
206
 
              </packing>
207
 
            </child>
208
 
          </object>
209
 
          <packing>
210
 
            <property name="expand">False</property>
211
 
            <property name="fill">True</property>
212
 
            <property name="position">1</property>
213
 
          </packing>
214
 
        </child>
215
 
      </object>
216
 
    </child>
217
 
    <action-widgets>
218
 
      <action-widget response="0">bSettingsOK</action-widget>
219
 
    </action-widgets>
220
 
  </object>
221
 
</interface>