blob: da21573baa4728c9b03cfaedbc68595e7be08e98 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
|
# Generated by Makefile. Do not edit.
2010-07-13 Ted Gould <ted@gould.cx>
Adjusting indicator to be service based.
2010-07-12 Ted Gould <ted@gould.cx>
Update to trunk to resolve conflicts
2010-07-12 Ted Gould <ted@gould.cx>
Legal stuffs
2010-07-12 Ted Gould <ted@gould.cx>
Adding a check for dbusmenu gtk as well.
2010-07-12 Ted Gould <ted@gould.cx>
Setting up checking for time-admin as well.
2010-07-12 Ted Gould <ted@gould.cx>
Removing some now service provided code.
2010-07-12 Ted Gould <ted@gould.cx>
Setting up the update of the label for the date.
2010-07-12 Ted Gould <ted@gould.cx>
Adding some good debugging messages.
2010-07-12 Ted Gould <ted@gould.cx>
Adding in a check for the calendar application.
2010-07-07 Ted Gould <ted@gould.cx>
Ignoring the generated service file.
2010-07-07 Ted Gould <ted@gould.cx>
Activating the settings
2010-07-07 Ted Gould <ted@gould.cx>
Making the separator and the settings item.
2010-07-07 Ted Gould <ted@gould.cx>
Make date and time menu items.
2010-05-19 Ted Gould <ted@gould.cx>
Comments
2010-05-19 Ted Gould <ted@gould.cx>
Now we have a menu, whoo ha!
2010-05-19 Ted Gould <ted@gould.cx>
Switching the menu to be from the service.
2010-05-18 Ted Gould <ted@gould.cx>
Adding a service manager to start the service.
2010-05-18 Ted Gould <ted@gould.cx>
Building the basic service structure
2010-05-18 Ted Gould <ted@gould.cx>
Adding a shared version number
2010-05-18 Ted Gould <ted@gould.cx>
Deping on the header
2010-05-18 Ted Gould <ted@gould.cx>
Some shared names for our dbus stuff
2010-05-18 Ted Gould <ted@gould.cx>
Adding a dbus service file.
2010-06-03 Ted Gould <ted@gould.cx>
0.0.3
2010-06-03 Ted Gould <ted@gould.cx>
Adding copyright headers
2010-06-03 Ted Gould <ted@gould.cx>
Adding in copyright headers
2010-03-15 Ted Gould <ted@gould.cx>
Fixing internationalization by using library interface.
2010-03-12 Ted Gould <ted@gould.cx>
Use library i18n support so that we get translations from our own domain.
2010-03-10 Ted Gould <ted@gould.cx>
Translations from OEM
2010-03-10 Kyle Nitzsche <kyle.nitzsche@canonical.com>
add LINGUAS and translated po files for target languages
2010-03-04 Ted Gould <ted@gould.cx>
0.0.2
2010-03-02 Ted Gould <ted@gould.cx>
A patch to make it so the label is of fixed size. No jiggle!
2010-03-01 Ted Gould <ted@gould.cx>
Fixing time to remove leading zero
2010-03-01 Ted Gould <ted@gould.cx>
Reacting to changes in style.
2010-03-01 Ted Gould <ted@gould.cx>
Adding translation comments.
2010-03-01 Ted Gould <ted@gould.cx>
Debug message.
2010-03-01 Ted Gould <ted@gould.cx>
Providing a good guess at what the label size will be.
2010-03-01 Ted Gould <ted@gould.cx>
Adding in an idle function to try and make it so the label never shrinks
2010-02-25 Ted Gould <ted@gould.cx>
Changing SVN to GIT
2010-02-25 Ted Gould <ted@gould.cx>
Small change
2010-02-25 Ted Gould <ted@gould.cx>
0.0.1
2010-02-22 Ted Gould <ted@gould.cx>
Fix build to include the source files
2010-02-18 Ted Gould <ted@gould.cx>
Adding autogen.sh to dist
2010-02-17 Ted Gould <ted@gould.cx>
Date menuitem, calendar menuitem and time settings menuitem.
2010-02-17 David Barth <david.barth@canonical.com>
checks for evolution and provides a calendar option
2010-02-15 David Barth <david.barth@canonical.com>
add date & settings option
2010-01-07 Ted Gould <ted@gould.cx>
Adding the loadable indicator.
2010-01-06 Ted Gould <ted@gould.cx>
Building a simple menu.
2010-01-05 Ted Gould <ted@gould.cx>
Initalizing and disposing of the label and timer
2010-01-05 Ted Gould <ted@gould.cx>
Adding in a timer to update
2010-01-05 Ted Gould <ted@gould.cx>
Adding comments.
2010-01-05 Ted Gould <ted@gould.cx>
Updating the label with the time
2010-01-04 Ted Gould <ted@gould.cx>
Making a label
2010-01-04 Ted Gould <ted@gould.cx>
Linking in the get_label function
2010-01-04 Ted Gould <ted@gould.cx>
Adding in the indicator defines
2010-01-04 Ted Gould <ted@gould.cx>
The base object for the indicator
2010-01-04 Ted Gould <ted@gould.cx>
Building a very basic indicator.
2010-01-04 Ted Gould <ted@gould.cx>
Boot strap
|