~ubuntu-branches/ubuntu/vivid/hamster-applet/vivid

« back to all changes in this revision

Viewing changes to data/applet.ui

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Starr-Bochicchio, Robert Ancell, Andrew Starr-Bochicchio
  • Date: 2009-12-22 17:52:52 UTC
  • mfrom: (1.1.13 upstream) (5.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091222175252-2r447ri9x56hi4kl
Tags: 2.29.4-0ubuntu1
[ Robert Ancell ]
* debian/control.in:
  - Remove old debian VCS links

[ Andrew Starr-Bochicchio ]
* New upstream release. (LP: #488783)
 - Fixed problems with hamster interfering with 
   screensaver hibernation code. (LP: #448438)
 - Fixes to the dropdown in compiz (not spanning
   over virtual desktops anymore). (LP: #303572)

* Merge with Debian testing, remaining Ubuntu changes:
 - Adapt debian/watch to take unstable version.
 - Point Vcs field at lp:~ubuntu-desktop/hamster-applet/ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0"?>
2
2
<interface>
3
 
  <!-- interface-requires gtk+ 2.12 -->
 
3
  <requires lib="gtk+" version="2.16"/>
4
4
  <!-- interface-naming-policy toplevel-contextual -->
5
5
  <object class="GtkWindow" id="hamster-window">
6
6
    <property name="can_focus">True</property>
10
10
    <property name="window_position">mouse</property>
11
11
    <property name="destroy_with_parent">True</property>
12
12
    <property name="icon_name">hamster-applet</property>
13
 
    <property name="type_hint">dropdown-menu</property>
14
13
    <property name="skip_taskbar_hint">True</property>
15
14
    <property name="skip_pager_hint">True</property>
16
15
    <property name="decorated">False</property>
30
29
                <property name="visible">True</property>
31
30
                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
32
31
                <property name="border_width">12</property>
 
32
                <property name="orientation">vertical</property>
33
33
                <property name="spacing">6</property>
34
34
                <child>
35
 
                  <object class="GtkHBox" id="hbox1">
 
35
                  <object class="GtkVBox" id="vbox2">
36
36
                    <property name="visible">True</property>
37
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
38
 
                    <property name="spacing">6</property>
 
37
                    <property name="orientation">vertical</property>
39
38
                    <child>
40
 
                      <object class="GtkAlignment" id="alignment3">
 
39
                      <object class="GtkHBox" id="current_activity_box">
41
40
                        <property name="visible">True</property>
42
 
                        <property name="yalign">0</property>
43
 
                        <property name="yscale">0</property>
44
 
                        <property name="top_padding">4</property>
45
 
                        <property name="right_padding">6</property>
46
41
                        <child>
47
 
                          <object class="GtkLabel" id="label2">
 
42
                          <object class="GtkVBox" id="vbox6">
48
43
                            <property name="visible">True</property>
49
 
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
50
 
                            <property name="label" translatable="yes">_Activity:</property>
51
 
                            <property name="use_underline">True</property>
52
 
                            <property name="mnemonic_widget">activity_combo</property>
 
44
                            <property name="orientation">vertical</property>
 
45
                            <child>
 
46
                              <object class="GtkHBox" id="hbox1">
 
47
                                <property name="visible">True</property>
 
48
                                <child>
 
49
                                  <object class="GtkLabel" id="last_activity_name">
 
50
                                    <property name="visible">True</property>
 
51
                                    <property name="xalign">0</property>
 
52
                                    <property name="label">Just an activity</property>
 
53
                                    <attributes>
 
54
                                      <attribute name="weight" value="bold"/>
 
55
                                      <attribute name="size" value="15000"/>
 
56
                                    </attributes>
 
57
                                  </object>
 
58
                                  <packing>
 
59
                                    <property name="expand">False</property>
 
60
                                    <property name="position">0</property>
 
61
                                  </packing>
 
62
                                </child>
 
63
                                <child>
 
64
                                  <object class="GtkLabel" id="last_activity_category">
 
65
                                    <property name="visible">True</property>
 
66
                                    <property name="xalign">0</property>
 
67
                                    <property name="label"> - Work</property>
 
68
                                    <attributes>
 
69
                                      <attribute name="weight" value="bold"/>
 
70
                                      <attribute name="size" value="15000"/>
 
71
                                    </attributes>
 
72
                                  </object>
 
73
                                  <packing>
 
74
                                    <property name="expand">False</property>
 
75
                                    <property name="position">1</property>
 
76
                                  </packing>
 
77
                                </child>
 
78
                                <child>
 
79
                                  <object class="GtkAlignment" id="tag_box">
 
80
                                    <property name="visible">True</property>
 
81
                                    <property name="left_padding">4</property>
 
82
                                    <property name="right_padding">4</property>
 
83
                                    <child>
 
84
                                      <placeholder/>
 
85
                                    </child>
 
86
                                  </object>
 
87
                                  <packing>
 
88
                                    <property name="position">2</property>
 
89
                                  </packing>
 
90
                                </child>
 
91
                              </object>
 
92
                              <packing>
 
93
                                <property name="position">0</property>
 
94
                              </packing>
 
95
                            </child>
 
96
                            <child>
 
97
                              <object class="GtkLabel" id="last_activity_duration">
 
98
                                <property name="visible">True</property>
 
99
                                <property name="xalign">0</property>
 
100
                                <property name="label">1h 23m</property>
 
101
                                <attributes>
 
102
                                  <attribute name="weight" value="bold"/>
 
103
                                </attributes>
 
104
                              </object>
 
105
                              <packing>
 
106
                                <property name="expand">False</property>
 
107
                                <property name="position">1</property>
 
108
                              </packing>
 
109
                            </child>
 
110
                            <child>
 
111
                              <object class="GtkLabel" id="last_activity_description">
 
112
                                <property name="visible">True</property>
 
113
                                <property name="no_show_all">True</property>
 
114
                                <property name="xalign">0</property>
 
115
                                <property name="label">it's like in case if you need a description, i'll be here</property>
 
116
                                <property name="wrap">True</property>
 
117
                                <attributes>
 
118
                                  <attribute name="size" value="8000"/>
 
119
                                </attributes>
 
120
                              </object>
 
121
                              <packing>
 
122
                                <property name="position">2</property>
 
123
                              </packing>
 
124
                            </child>
53
125
                          </object>
 
126
                          <packing>
 
127
                            <property name="position">0</property>
 
128
                          </packing>
54
129
                        </child>
55
 
                      </object>
56
 
                      <packing>
57
 
                        <property name="position">0</property>
58
 
                      </packing>
59
 
                    </child>
60
 
                    <child>
61
 
                      <object class="GtkVBox" id="vbox3">
62
 
                        <property name="visible">True</property>
63
 
                        <property name="orientation">vertical</property>
64
130
                        <child>
65
 
                          <object class="GtkAlignment" id="alignment1">
 
131
                          <object class="GtkAlignment" id="alignment5">
66
132
                            <property name="visible">True</property>
 
133
                            <property name="yalign">0</property>
67
134
                            <property name="yscale">0</property>
68
135
                            <child>
69
 
                              <object class="GtkComboBoxEntry" id="activity_combo">
70
 
                                <property name="width_request">300</property>
71
 
                                <property name="visible">True</property>
72
 
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
73
 
                                <signal name="changed" handler="on_activity_switched"/>
74
 
                              </object>
75
 
                            </child>
76
 
                          </object>
77
 
                          <packing>
78
 
                            <property name="position">0</property>
79
 
                          </packing>
80
 
                        </child>
81
 
                        <child>
82
 
                          <object class="GtkAlignment" id="more_info_label">
83
 
                            <property name="xalign">0</property>
84
 
                            <property name="left_padding">6</property>
85
 
                            <child>
86
 
                              <object class="GtkHBox" id="hbox3">
 
136
                              <object class="GtkHButtonBox" id="hbuttonbox1">
87
137
                                <property name="visible">True</property>
88
138
                                <property name="spacing">4</property>
89
139
                                <child>
90
 
                                  <object class="GtkLabel" id="input_description">
 
140
                                  <object class="GtkButton" id="stop_tracking">
 
141
                                    <property name="label" translatable="yes">Stop tracking</property>
91
142
                                    <property name="visible">True</property>
92
 
                                    <property name="xalign">0</property>
93
 
                                    <property name="yalign">0.50999999046325684</property>
94
 
                                    <property name="label" translatable="yes">&lt;span size="small" &gt;Type in an activity and hit Enter to start tracking!&lt;/span&gt;</property>
95
 
                                    <property name="use_markup">True</property>
 
143
                                    <property name="can_focus">True</property>
 
144
                                    <property name="receives_default">True</property>
 
145
                                    <signal name="clicked" handler="on_stop_tracking_clicked"/>
96
146
                                  </object>
97
147
                                  <packing>
98
148
                                    <property name="expand">False</property>
 
149
                                    <property name="fill">False</property>
99
150
                                    <property name="position">0</property>
100
151
                                  </packing>
101
152
                                </child>
102
 
                                <child>
103
 
                                  <object class="GtkAlignment" id="alignment6">
104
 
                                    <property name="visible">True</property>
105
 
                                    <property name="xalign">0</property>
106
 
                                    <property name="xscale">0</property>
107
 
                                    <child>
108
 
                                      <object class="GtkButton" id="more_info_button">
109
 
                                        <property name="visible">True</property>
110
 
                                        <property name="can_focus">True</property>
111
 
                                        <property name="receives_default">True</property>
112
 
                                        <property name="relief">none</property>
113
 
                                        <signal name="clicked" handler="on_more_info_button_clicked"/>
114
 
                                        <child>
115
 
                                          <object class="GtkLabel" id="label3">
116
 
                                            <property name="visible">True</property>
117
 
                                            <property name="label" translatable="yes">&lt;span size="small" color="blue" underline="single"&gt;Tell me more&lt;/span&gt;</property>
118
 
                                            <property name="use_markup">True</property>
119
 
                                          </object>
120
 
                                        </child>
121
 
                                      </object>
122
 
                                    </child>
123
 
                                  </object>
124
 
                                  <packing>
125
 
                                    <property name="position">1</property>
126
 
                                  </packing>
127
 
                                </child>
128
153
                              </object>
129
154
                            </child>
130
155
                          </object>
131
156
                          <packing>
 
157
                            <property name="expand">False</property>
132
158
                            <property name="position">1</property>
133
159
                          </packing>
134
160
                        </child>
135
161
                      </object>
136
162
                      <packing>
137
 
                        <property name="position">1</property>
 
163
                        <property name="expand">False</property>
 
164
                        <property name="position">0</property>
138
165
                      </packing>
139
166
                    </child>
140
167
                    <child>
141
 
                      <object class="GtkAlignment" id="alignment4">
 
168
                      <object class="GtkAlignment" id="new_entry_box">
142
169
                        <property name="visible">True</property>
143
 
                        <property name="yalign">0</property>
144
 
                        <property name="yscale">0</property>
 
170
                        <property name="no_show_all">True</property>
 
171
                        <property name="top_padding">12</property>
145
172
                        <child>
146
 
                          <object class="GtkButton" id="stop_tracking">
147
 
                            <property name="label" translatable="yes">_Stop Tracking</property>
 
173
                          <object class="GtkHBox" id="bleh1">
148
174
                            <property name="visible">True</property>
149
 
                            <property name="can_focus">True</property>
150
 
                            <property name="receives_default">True</property>
151
 
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
152
 
                            <property name="use_underline">True</property>
153
 
                            <signal name="clicked" handler="on_stop_tracking"/>
 
175
                            <property name="spacing">4</property>
 
176
                            <child>
 
177
                              <object class="GtkAlignment" id="new_name_box">
 
178
                                <property name="width_request">300</property>
 
179
                                <property name="visible">True</property>
 
180
                                <child>
 
181
                                  <placeholder/>
 
182
                                </child>
 
183
                              </object>
 
184
                              <packing>
 
185
                                <property name="expand">False</property>
 
186
                                <property name="position">0</property>
 
187
                              </packing>
 
188
                            </child>
 
189
                            <child>
 
190
                              <object class="GtkAlignment" id="new_tags_box">
 
191
                                <property name="width_request">300</property>
 
192
                                <property name="visible">True</property>
 
193
                                <child>
 
194
                                  <placeholder/>
 
195
                                </child>
 
196
                              </object>
 
197
                              <packing>
 
198
                                <property name="position">1</property>
 
199
                              </packing>
 
200
                            </child>
 
201
                            <child>
 
202
                              <object class="GtkHButtonBox" id="hbuttonbox2">
 
203
                                <property name="visible">True</property>
 
204
                                <child>
 
205
                                  <object class="GtkButton" id="switch_activity">
 
206
                                    <property name="label" translatable="yes">Switch</property>
 
207
                                    <property name="width_request">80</property>
 
208
                                    <property name="visible">True</property>
 
209
                                    <property name="sensitive">False</property>
 
210
                                    <property name="can_focus">True</property>
 
211
                                    <property name="receives_default">True</property>
 
212
                                    <signal name="clicked" handler="on_switch_activity_clicked"/>
 
213
                                  </object>
 
214
                                  <packing>
 
215
                                    <property name="expand">False</property>
 
216
                                    <property name="fill">False</property>
 
217
                                    <property name="position">0</property>
 
218
                                  </packing>
 
219
                                </child>
 
220
                                <child>
 
221
                                  <object class="GtkButton" id="start_tracking">
 
222
                                    <property name="label" translatable="yes">Start Tracking</property>
 
223
                                    <property name="can_focus">True</property>
 
224
                                    <property name="receives_default">True</property>
 
225
                                    <signal name="clicked" handler="on_switch_activity_clicked"/>
 
226
                                  </object>
 
227
                                  <packing>
 
228
                                    <property name="expand">False</property>
 
229
                                    <property name="fill">False</property>
 
230
                                    <property name="position">1</property>
 
231
                                  </packing>
 
232
                                </child>
 
233
                              </object>
 
234
                              <packing>
 
235
                                <property name="expand">False</property>
 
236
                                <property name="position">2</property>
 
237
                              </packing>
 
238
                            </child>
154
239
                          </object>
155
240
                        </child>
156
241
                      </object>
157
242
                      <packing>
158
 
                        <property name="position">2</property>
 
243
                        <property name="expand">False</property>
 
244
                        <property name="position">1</property>
159
245
                      </packing>
160
246
                    </child>
161
247
                  </object>
162
248
                  <packing>
163
 
                    <property name="expand">False</property>
164
249
                    <property name="position">0</property>
165
250
                  </packing>
166
251
                </child>
172
257
                    <property name="expanded">True</property>
173
258
                    <property name="use_underline">True</property>
174
259
                    <child>
175
 
                      <object class="GtkVBox" id="vbox2">
 
260
                      <object class="GtkScrolledWindow" id="today_box">
176
261
                        <property name="visible">True</property>
 
262
                        <property name="can_focus">True</property>
177
263
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
178
 
                        <child>
179
 
                          <object class="GtkScrolledWindow" id="todays_scroll">
180
 
                            <property name="visible">True</property>
181
 
                            <property name="can_focus">True</property>
182
 
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
183
 
                            <property name="hscrollbar_policy">automatic</property>
184
 
                            <property name="vscrollbar_policy">never</property>
185
 
                            <property name="shadow_type">in</property>
186
 
                            <child>
187
 
                              <object class="GtkTreeView" id="today">
188
 
                                <property name="visible">True</property>
189
 
                                <property name="can_focus">True</property>
190
 
                                <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
191
 
                                <property name="headers_visible">False</property>
192
 
                                <property name="rules_hint">True</property>
193
 
                                <property name="enable_search">False</property>
194
 
                                <property name="tooltip_column">1</property>
195
 
                                <signal name="key_press_event" handler="on_todays_keys"/>
196
 
                                <signal name="row_activated" handler="on_today_row_activated"/>
197
 
                                <signal name="button_release_event" handler="on_today_release_event"/>
198
 
                              </object>
199
 
                            </child>
200
 
                          </object>
201
 
                          <packing>
202
 
                            <property name="position">0</property>
203
 
                          </packing>
204
 
                        </child>
205
 
                        <child>
206
 
                          <object class="GtkLabel" id="fact_totals">
207
 
                            <property name="height_request">32</property>
208
 
                            <property name="visible">True</property>
209
 
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
210
 
                            <property name="xalign">0</property>
211
 
                            <property name="label" translatable="yes">No records today</property>
212
 
                          </object>
213
 
                          <packing>
214
 
                            <property name="expand">False</property>
215
 
                            <property name="fill">False</property>
216
 
                            <property name="position">1</property>
217
 
                          </packing>
 
264
                        <property name="hscrollbar_policy">automatic</property>
 
265
                        <property name="vscrollbar_policy">never</property>
 
266
                        <property name="shadow_type">in</property>
 
267
                        <child>
 
268
                          <placeholder/>
218
269
                        </child>
219
270
                      </object>
220
271
                    </child>
232
283
                  </packing>
233
284
                </child>
234
285
                <child>
235
 
                  <object class="GtkAlignment" id="alignment2">
 
286
                  <object class="GtkHBox" id="hbox3">
236
287
                    <property name="visible">True</property>
237
 
                    <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
238
 
                    <property name="xalign">1</property>
239
 
                    <property name="xscale">0</property>
240
 
                    <child>
241
 
                      <object class="GtkHBox" id="hbox2">
242
 
                        <property name="visible">True</property>
243
 
                        <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
244
 
                        <property name="spacing">6</property>
 
288
                    <child>
 
289
                      <object class="GtkAlignment" id="alignment1">
 
290
                        <property name="visible">True</property>
 
291
                        <child>
 
292
                          <object class="GtkLabel" id="fact_totals">
 
293
                            <property name="height_request">32</property>
 
294
                            <property name="visible">True</property>
 
295
                            <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
 
296
                            <property name="xalign">0</property>
 
297
                            <property name="label" translatable="yes">No records today</property>
 
298
                            <property name="wrap">True</property>
 
299
                          </object>
 
300
                        </child>
 
301
                      </object>
 
302
                      <packing>
 
303
                        <property name="position">0</property>
 
304
                      </packing>
 
305
                    </child>
 
306
                    <child>
 
307
                      <object class="GtkHButtonBox" id="hbuttonbox3">
 
308
                        <property name="visible">True</property>
 
309
                        <property name="spacing">4</property>
 
310
                        <property name="layout_style">end</property>
245
311
                        <child>
246
312
                          <object class="GtkButton" id="button2">
247
313
                            <property name="label" translatable="yes">Ad_d Earlier Activity</property>
271
337
                          </packing>
272
338
                        </child>
273
339
                      </object>
 
340
                      <packing>
 
341
                        <property name="expand">False</property>
 
342
                        <property name="position">1</property>
 
343
                      </packing>
274
344
                    </child>
275
345
                  </object>
276
346
                  <packing>
277
 
                    <property name="expand">False</property>
278
347
                    <property name="position">2</property>
279
348
                  </packing>
280
349
                </child>