~ubuntu-branches/ubuntu/trusty/gtg/trusty

« back to all changes in this revision

Viewing changes to GTG/plugins/rtm_sync/rtm.ui

  • Committer: Package Import Robot
  • Author(s): Luca Falavigna
  • Date: 2012-04-10 23:08:21 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20120410230821-q6it7f4d7elut6pv
Tags: 0.2.9-1
* New upstream release (Closes: #668096).
  - Implement a search text box (Closes: #650279).
  - Window title reflects active tasks (LP: #537096).
  - Fix misbehaviours of the indicator applet (LP: #548836, #676353).
  - Fix crash when selecting notification area plugin twice (LP: #550321).
  - Fix sorting of tasks by date (LP: #556159).
  - Fix excessive delays at startup (LP: #558600).
  - Fix crash with dates having unknown values (LP: #561449).
  - Fix crash issued when pressing delete key (LP: #583103).
  - Keep notification plugin enabled after logoff (LP: #617257).
  - Fix Hamster plugin to work with recent Hamster versions (LP: #620313).
  - No longer use non-unicode strings (LP: #680632).
  - New RTM sync mechanism (LP: #753327).
  - Fix crashes while handling XML storage file (LP: #916474, #917634).
* debian/patches/*:
  - Drop all patches, they have been merged upstream.
* debian/patches/shebang.patch:
  - Fix shebang line.
* debian/patches/manpages.patch:
  - Fix some groff warnings in gtg_new_task man page
* debian/compat:
  - Bump compatibility level to 9.
* debian/control:
  - Bump X-Python-Version to >= 2.6.
  - Add python-liblarch and python-liblarch-gtk to Depends field.
  - Add python-cheetah, python-geoclue, python-gnomekeyring,
    python-launchpadlib and python-suds to Suggests field.
  - Bump Standards-Version to 3.9.3.
* debian/copyright:
  - Refresh copyright information.
  - Format now points to copyright-format site.
* debian/rules:
  - Make gtcli_bash_completion script executable.
* debian/watch:
  - Update watch file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0"?>
2
 
<interface>
3
 
  <requires lib="gtk+" version="2.16"/>
4
 
  <!-- interface-naming-policy toplevel-contextual -->
5
 
  <object class="GtkDialog" id="dialogtoken">
6
 
    <property name="width_request">500</property>
7
 
    <property name="height_request">150</property>
8
 
    <property name="title" translatable="yes">Authentication</property>
9
 
    <property name="window_position">center-on-parent</property>
10
 
    <property name="default_width">502</property>
11
 
    <property name="icon_name">gtk-dialog-info</property>
12
 
    <property name="type_hint">dialog</property>
13
 
    <property name="skip_taskbar_hint">True</property>
14
 
    <property name="urgency_hint">True</property>
15
 
    <property name="gravity">center</property>
16
 
    <signal name="delete_event" handler="on_dialogtoken_delete_event"/>
17
 
    <child internal-child="vbox">
18
 
      <object class="GtkVBox" id="dialog-vbox1674">
19
 
        <property name="visible">True</property>
20
 
        <child>
21
 
          <object class="GtkVBox" id="vbox156">
22
 
            <property name="visible">True</property>
23
 
            <property name="homogeneous">True</property>
24
 
            <child>
25
 
              <object class="GtkLabel" id="lbl_title_t">
26
 
                <property name="visible">True</property>
27
 
                <property name="ypad">6</property>
28
 
                <property name="label">Remember the milk</property>
29
 
                <property name="justify">center</property>
30
 
                <attributes>
31
 
                  <attribute name="weight" value="bold"/>
32
 
                </attributes>
33
 
              </object>
34
 
              <packing>
35
 
                <property name="expand">False</property>
36
 
                <property name="fill">False</property>
37
 
                <property name="position">0</property>
38
 
              </packing>
39
 
            </child>
40
 
            <child>
41
 
              <object class="GtkLabel" id="lbl_dialog_t">
42
 
                <property name="visible">True</property>
43
 
                <property name="yalign">0</property>
44
 
                <property name="ypad">10</property>
45
 
                <property name="use_markup">True</property>
46
 
                <property name="justify">center</property>
47
 
                <property name="wrap">True</property>
48
 
                <property name="mnemonic_widget">btn_ok_t</property>
49
 
              </object>
50
 
              <packing>
51
 
                <property name="expand">False</property>
52
 
                <property name="fill">False</property>
53
 
                <property name="position">1</property>
54
 
              </packing>
55
 
            </child>
56
 
          </object>
57
 
          <packing>
58
 
            <property name="position">2</property>
59
 
          </packing>
60
 
        </child>
61
 
        <child internal-child="action_area">
62
 
          <object class="GtkHButtonBox" id="dialog-action_area1">
63
 
            <property name="visible">True</property>
64
 
            <property name="layout_style">end</property>
65
 
            <child>
66
 
              <object class="GtkButton" id="btn_ok_t">
67
 
                <property name="label">gtk-ok</property>
68
 
                <property name="visible">True</property>
69
 
                <property name="can_focus">True</property>
70
 
                <property name="can_default">True</property>
71
 
                <property name="receives_default">False</property>
72
 
                <property name="use_stock">True</property>
73
 
                <signal name="clicked" handler="on_btn_ok_t_clicked"/>
74
 
              </object>
75
 
              <packing>
76
 
                <property name="expand">False</property>
77
 
                <property name="fill">False</property>
78
 
                <property name="position">0</property>
79
 
              </packing>
80
 
            </child>
81
 
          </object>
82
 
          <packing>
83
 
            <property name="expand">False</property>
84
 
            <property name="pack_type">end</property>
85
 
            <property name="position">0</property>
86
 
          </packing>
87
 
        </child>
88
 
      </object>
89
 
    </child>
90
 
    <action-widgets>
91
 
      <action-widget response="-5">btn_ok_t</action-widget>
92
 
    </action-widgets>
93
 
  </object>
94
 
  <object class="GtkWindow" id="dialogsync">
95
 
    <property name="title">Synchronization with RTM</property>
96
 
    <property name="resizable">False</property>
97
 
    <property name="window_position">center-on-parent</property>
98
 
    <property name="icon">icons/hicolor/16x16/rtm_image.png</property>
99
 
    <property name="type_hint">dialog</property>
100
 
    <signal name="delete_event" handler="on_dialogsync_delete_event"/>
101
 
    <child>
102
 
      <object class="GtkVBox" id="vbox2">
103
 
        <property name="width_request">350</property>
104
 
        <property name="height_request">120</property>
105
 
        <property name="visible">True</property>
106
 
        <child>
107
 
          <object class="GtkHBox" id="hbox2">
108
 
            <property name="visible">True</property>
109
 
            <child>
110
 
              <object class="GtkImage" id="image1">
111
 
                <property name="visible">True</property>
112
 
                <property name="pixbuf">icons/hicolor/svg/rtm_image.svg</property>
113
 
              </object>
114
 
              <packing>
115
 
                <property name="fill">False</property>
116
 
                <property name="position">0</property>
117
 
              </packing>
118
 
            </child>
119
 
            <child>
120
 
              <object class="GtkLabel" id="lbl_dialog_s">
121
 
                <property name="visible">True</property>
122
 
                <property name="xalign">0</property>
123
 
                <property name="use_markup">True</property>
124
 
                <property name="wrap">True</property>
125
 
              </object>
126
 
              <packing>
127
 
                <property name="position">1</property>
128
 
              </packing>
129
 
            </child>
130
 
          </object>
131
 
          <packing>
132
 
            <property name="position">0</property>
133
 
          </packing>
134
 
        </child>
135
 
        <child>
136
 
          <object class="GtkHBox" id="hbox1">
137
 
            <property name="height_request">31</property>
138
 
            <property name="visible">True</property>
139
 
            <child>
140
 
              <object class="GtkProgressBar" id="progressbar">
141
 
                <property name="visible">True</property>
142
 
                <property name="pulse_step">0.10000000149</property>
143
 
                <property name="ellipsize">end</property>
144
 
              </object>
145
 
              <packing>
146
 
                <property name="position">0</property>
147
 
              </packing>
148
 
            </child>
149
 
            <child>
150
 
              <object class="GtkButton" id="btn_ok_s">
151
 
                <property name="label">gtk-ok</property>
152
 
                <property name="visible">True</property>
153
 
                <property name="can_focus">True</property>
154
 
                <property name="receives_default">False</property>
155
 
                <property name="use_stock">True</property>
156
 
                <signal name="clicked" handler="on_btn_ok_s_clicked"/>
157
 
              </object>
158
 
              <packing>
159
 
                <property name="expand">False</property>
160
 
                <property name="fill">False</property>
161
 
                <property name="padding">3</property>
162
 
                <property name="position">1</property>
163
 
              </packing>
164
 
            </child>
165
 
          </object>
166
 
          <packing>
167
 
            <property name="expand">False</property>
168
 
            <property name="padding">4</property>
169
 
            <property name="position">1</property>
170
 
          </packing>
171
 
        </child>
172
 
      </object>
173
 
    </child>
174
 
  </object>
175
 
  <object class="GtkDialog" id="notification">
176
 
    <property name="width_request">500</property>
177
 
    <property name="height_request">150</property>
178
 
    <property name="title" translatable="yes">Authentication</property>
179
 
    <property name="window_position">center-on-parent</property>
180
 
    <property name="default_width">502</property>
181
 
    <property name="icon_name">gtk-dialog-authentication</property>
182
 
    <property name="type_hint">dialog</property>
183
 
    <property name="skip_taskbar_hint">True</property>
184
 
    <property name="urgency_hint">True</property>
185
 
    <property name="gravity">center</property>
186
 
    <child internal-child="vbox">
187
 
      <object class="GtkVBox" id="dialog-vbox122">
188
 
        <property name="visible">True</property>
189
 
        <child>
190
 
          <object class="GtkVBox" id="vbox1">
191
 
            <property name="visible">True</property>
192
 
            <property name="homogeneous">True</property>
193
 
            <child>
194
 
              <object class="GtkLabel" id="lbl_title">
195
 
                <property name="visible">True</property>
196
 
                <property name="ypad">6</property>
197
 
                <property name="label">&lt;b&gt;Remember the milk&lt;/b&gt;</property>
198
 
                <property name="use_markup">True</property>
199
 
                <property name="justify">center</property>
200
 
              </object>
201
 
              <packing>
202
 
                <property name="expand">False</property>
203
 
                <property name="fill">False</property>
204
 
                <property name="position">0</property>
205
 
              </packing>
206
 
            </child>
207
 
            <child>
208
 
              <object class="GtkLabel" id="lbl_dialog">
209
 
                <property name="visible">True</property>
210
 
                <property name="yalign">0</property>
211
 
                <property name="ypad">10</property>
212
 
                <property name="use_markup">True</property>
213
 
                <property name="justify">center</property>
214
 
                <property name="wrap">True</property>
215
 
              </object>
216
 
              <packing>
217
 
                <property name="expand">False</property>
218
 
                <property name="fill">False</property>
219
 
                <property name="position">1</property>
220
 
              </packing>
221
 
            </child>
222
 
          </object>
223
 
          <packing>
224
 
            <property name="position">2</property>
225
 
          </packing>
226
 
        </child>
227
 
        <child internal-child="action_area">
228
 
          <object class="GtkHButtonBox" id="dialog-action_area143">
229
 
            <property name="visible">True</property>
230
 
            <property name="layout_style">end</property>
231
 
          </object>
232
 
          <packing>
233
 
            <property name="expand">False</property>
234
 
            <property name="pack_type">end</property>
235
 
            <property name="position">0</property>
236
 
          </packing>
237
 
        </child>
238
 
      </object>
239
 
    </child>
240
 
  </object>
241
 
</interface>