blob: fe4a9561a2dbc742cf79433a1f2091e1bb2f71f8 (
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
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
|
# Generated by Makefile. Do not edit.
2011-07-08 Javier Jardón <javier.jardon@codethink.co.uk>
Release version 0.2
2011-07-08 Javier Jardón <javier.jardon@codethink.co.uk>
configure.ac: Add support for the new indicator3-0.4
2011-07-08 Javier Jardón <javier.jardon@codethink.co.uk>
configure.ac: Remove dbus service stuff
We do not need it anymore
2011-07-07 ken.vandine@canonical.com
Packaging fixes
- Include creating .tar.gz dists as well, we still use these for packaging
- Added COPYING file
- Removed cruft, we don't include a service
2011-07-07 Ken VanDine <ken.vandine@canonical.com>
include creating .tar.gz dists as well, we still use these for packaging
2011-07-07 Ken VanDine <ken.vandine@canonical.com>
Added COPYING file
2011-07-07 Ken VanDine <ken.vandine@canonical.com>
Removed cruft, we don't include a service
2011-07-07 Javier Jardón <javier.jardon@codethink.co.uk>
Do not use indicator_image_helper()
In GTK3 it can support fallbacks in GtkImage
2011-07-07 Javier Jardón <javier.jardon@codethink.co.uk>
Add support for multiple devices in the menu
2011-07-07 Javier Jardón <javier.jardon@codethink.co.uk>
configure.ac: We only support GTK+3
2011-07-07 Javier Jardón <javier.jardon@codethink.co.uk>
Get all the available devices instead the primary one
Get all the devices with the "GetDevices" dbus call.
Do not use "GetPrimaryDevice" as this is really a private api for the
communication between gpm and gnome-shell
Also, we avoid a bug in the "GetPrimaryDevice" interface about no power device
is detected when AC power is connected to the laptop.
2011-07-06 Javier Jardon <javier.jardon@codethink.co.uk>
Use the 'missing' icon instead the 'empty' icon by default
2011-07-06 Ted Gould <ted@gould.cx>
Little things to make distcheck pass.
2011-07-05 Ted Gould <ted@gould.cx>
Getting missing out of build-aux
2011-07-05 Ted Gould <ted@gould.cx>
Dropping missing because it's missing
2011-07-05 Ted Gould <ted@gould.cx>
Putting in Dummy files for the build scripts
2011-07-05 Ted Gould <ted@gould.cx>
Fixing a cut-and-paste error on POTFILES.in
2011-07-05 Javier Jardon <javier.jardon@codethink.co.uk>
Always show 2 digits for the minutes
2011-07-05 Javier Jardon <javier.jardon@codethink.co.uk>
Fix typo
2011-07-05 Javier Jardon <javier.jardon@codethink.co.uk>
Use a bigger icon for the menu items
2011-07-05 Javier Jardon <javier.jardon@codethink.co.uk>
Use the correct string for the menu item icon
2011-07-05 Javier Jardon <javier.jardon@codethink.co.uk>
Do not create a new GtkMenu instance with every change
But remove the children and rebuild the menu again so Its up-to-date
2011-07-05 Javier Jardon <javier.jardon@codethink.co.uk>
Do not use the notify:visible signal to update the menu
2011-07-05 Javier Jardon <javier.jardon@codethink.co.uk>
Add po/Makevars file
2011-07-05 Javier Jardon <javier.jardon@codethink.co.uk>
Add translatable files to POTFILES.in
2011-07-05 Javier Jardón <javier.jardon@codethink.co.uk>
Remove debug output
2011-07-05 Javier Jardón <javier.jardon@codethink.co.uk>
Store the current device in the private structure
2011-07-05 Javier Jardón <javier.jardon@codethink.co.uk>
notify signal
2011-07-04 Javier Jardón <javier.jardon@codethink.co.uk>
Add real info in the menu item
2011-07-04 Javier Jardón <javier.jardon@codethink.co.uk>
Rebuild menu when there is a change in the DBUS interface
2011-07-04 Javier Jardón <javier.jardon@codethink.co.uk>
Move callbacks to the beginning of the file
2011-07-04 Javier Jardón <javier.jardon@codethink.co.uk>
Construct the time details in a separate function
2011-07-04 Javier Jardón <javier.jardon@codethink.co.uk>
Build menu dynamically
2011-07-01 Javier Jardón <javier.jardon@codethink.co.uk>
Bump version to 0.1
2011-07-01 Javier Jardón <javier.jardon@codethink.co.uk>
configure.ac: advertise if this is a local build
2011-07-01 Javier Jardón <javier.jardon@codethink.co.uk>
configure.ac: Remove the GTK+2 support
We have GTK+3 in oneiric and we use the gnome-power-manager 3 dbus
interface anyway
2011-07-01 Javier Jardón <javier.jardon@codethink.co.uk>
configure.ac: Remove not used ido dependency
2011-07-01 Javier Jardón <javier.jardon@codethink.co.uk>
Add some more kind of devices
Bump upower required version to 0.9.5 because this
2011-07-01 Javier Jardón <javier.jardon@codethink.co.uk>
Do not show the device name in the menu title
2011-07-01 Javier Jardón <javier.jardon@codethink.co.uk>
Activate the use of icons in the menu
2011-07-01 Javier Jardón <javier.jardon@codethink.co.uk>
Use "Battery" instead "Laptop Battery"
2011-07-01 Javier Jardón <javier.jardon@codethink.co.uk>
Return the correct accessible description
2011-07-01 Javier Jardón <javier.jardon@codethink.co.uk>
Use the short time string in the label
2011-07-01 Javier Jardón <javier.jardon@codethink.co.uk>
Get also a short time string
So we have:
1:45 for the label
1 hour 45 minutes for the detailed description
2011-07-01 Javier Jardón <javier.jardon@codethink.co.uk>
Add device name to the label
2011-06-30 Javier Jardón <javier.jardon@codethink.co.uk>
Show the real information about the remaining charge time
2011-06-30 Javier Jardón <javier.jardon@codethink.co.uk>
Show the remaining time in the status icon depending of the check menu item status
2011-06-30 Javier Jardón <javier.jardon@codethink.co.uk>
Remove "Icon Only" option
We always show a icon by default
2011-06-30 Javier Jardón <javier.jardon@codethink.co.uk>
gnome-power-preferences has been moved to gnome-control-center
So call 'gnome-control-center power' instead
2011-06-30 Javier Jardón <javier.jardon@codethink.co.uk>
Specify what icon we want to show
Seems that indicator_image_helper_update() is not smarter enough
to handle the string retrieved from the g-p-m interface
2011-06-30 Javier Jardón <javier.jardon@codethink.co.uk>
Update the icon, not create a new one
2011-06-30 Javier Jardón <javier.jardon@codethink.co.uk>
Fix default icon
2011-06-30 Javier Jardón <javier.jardon@codethink.co.uk>
Use device_icon name consistently
2011-06-30 Javier Jardón <javier.jardon@codethink.co.uk>
Change the status icon when the charge changes
2011-06-29 Javier Jardón <javier.jardon@codethink.co.uk>
Make the check menu items look like a radio menu item.
2011-06-29 Javier Jardón <javier.jardon@codethink.co.uk>
Add options to the indicator menu
As discussed:
- Icon only
- Time remaining
2011-06-29 Javier Jardón <javier.jardon@codethink.co.uk>
Show the power statistics when click on the device menu item
2011-06-29 Javier Jardón <javier.jardon@codethink.co.uk>
Populate menu: Add preferences menu item
2011-06-28 Javier Jardón <javier.jardon@codethink.co.uk>
Fix typo
2011-06-28 Javier Jardón <javier.jardon@codethink.co.uk>
Process the data received from the gnome-power-manager service
2011-06-28 Javier Jardón <javier.jardon@codethink.co.uk>
indicator-power: connect to the gnome-power-manager service directly
2011-06-28 Javier Jardón <javier.jardon@codethink.co.uk>
Remove dbus interface in the client side
We are not going to use a power service
2011-06-28 Javier Jardón <javier.jardon@codethink.co.uk>
Remove libido dependency
We do not need this for now
2011-06-28 Javier Jardón <javier.jardon@codethink.co.uk>
Remove power service for now
We are going to use gnome-settings-daemon directly
2011-06-28 Javier Jardón <javier.jardon@codethink.co.uk>
indicator-power: Create the proxy for the service
2011-06-27 Javier Jardón <javier.jardon@codethink.co.uk>
configure.ac: Remove vala dependency
2011-06-27 Javier Jardón <javier.jardon@codethink.co.uk>
Change copyright to Canonical Ltd
2011-06-27 Javier Jardón <javier.jardon@codethink.co.uk>
Implement power dbus service interface
2011-06-27 Javier Jardón <javier.jardon@codethink.co.uk>
power-service: Add more items to the menu
2011-06-27 Javier Jardón <javier.jardon@codethink.co.uk>
power-service: No need for a global variable
2011-06-27 Javier Jardón <javier.jardon@codethink.co.uk>
Fix some typos
2011-06-27 Javier Jardón <javier.jardon@codethink.co.uk>
power-service: Add an item to the menu
2011-06-27 Javier Jardón <javier.jardon@codethink.co.uk>
Implement skeleton of power-service
2011-06-27 Javier Jardón <javier.jardon@codethink.co.uk>
Implement skeleton of indicator-power
2011-06-24 Javier Jardón <javier.jardon@codethink.co.uk>
Some build fixes
2011-06-24 Javier Jardón <javier.jardon@codethink.co.uk>
Initial commit
|