summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 6870d51878e6b9f55bc3fab83f414a83762640e0 (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
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408

2009-05-16 19:06 Ali aliov@xfce.org 
	 * : Open settings dialog when tray icon is clicked

2009-05-16 18:55 Ali aliov@xfce.org 
	 * : Reduce the settings dialog size

2009-05-16 17:00 Ali aliov@xfce.org 
	 * : Correct icons name for the settings dialog

2009-05-16 16:27 Ali aliov@xfce.org 
	 * : Change icons name so we don't conflict with gpm

2009-05-15 22:18 Ali aliov@xfce.org 
	 * : Handle system bus disconnection correctly+use no data in the tooltip when hal is not connected

2009-05-11 22:02 Ali aliov@xfce.org 
	 * : Added xfpm-debug.c with some code to debug GEnum values

2009-05-11  9:31 Ali aliov@xfce.org 
	 * : Update po Changelog for the russian translation

2009-05-11  9:30 Ali aliov@xfce.org 
	 * : Rusian translation added by Denis Koryavov

2009-05-05  0:26 Ali aliov@xfce.org 
	 * : Fix a crash in setting dialog caused by the previous commit when wrong data is passed to g_signal_connect

2009-05-05  0:14 Ali aliov@xfce.org 
	 * : Making xfpm compiles with the new compiler flags added by Brian

2009-05-02 12:55 Ali aliov@xfce.org 
	 * : Add workaround for some strange battery change state

2009-05-02 12:43 Ali aliov@xfce.org 
	 * : Fix GLib warning when no laptop_panel found in the system

2009-05-02 10:27 Ali aliov@xfce.org 
	 * : Fix a compile warning

2009-05-01  9:52 Ali aliov@xfce.org 
	 * : Fix compile issue bug#5321

2009-04-28 11:58 Ali aliov@xfce.org 
	 * : Update pot file+readd version tag

2009-04-28 11:53 Ali aliov@xfce.org 
	 * : Prepare RC1 release

2009-04-22  9:52 Ali aliov@xfce.org 
	 * : Enable set hal power save

2009-04-20 10:24 Ali aliov@xfce.org 
	 * : Provide the possibility to disable CPU freq control+don't compile the cpu governor code if we aren't on Linux

2009-04-20  9:22 Ali aliov@xfce.org 
	 * : Remove all encoding keys from the desktop file thanks to Yves for pointing out

2009-04-19 12:57 Ali aliov@xfce.org 
	 * : Fix brightness level settings issue on ibook

2009-04-15  9:41 Ali aliov@xfce.org 
	 * : Disconnect from all the signals when we reload hal brightness object

2009-04-14 19:19 Ali aliov@xfce.org 
	 * : Add option to inhibit backlight sleep in the context menu+updates on the battery code

2009-04-14  9:49 Ali aliov@xfce.org 
	 * : Commit all changes for beta2

2009-04-13 21:49 Ali aliov@xfce.org 
	 * : Register to some posix signals+put the restart style to never when we exit the power manager

2009-04-13 21:23 Ali aliov@xfce.org 
	 * : Fix icon refreshing, it should fix bug 5221

2009-04-12 22:54 Ali aliov@xfce.org 
	 * : Provide the possibility to disable brightness control on key press by setting a xfconf property

2009-04-12 21:29 Ali aliov@xfce.org 
	 * : Enable HAL power button event even if the button is correctly mapped in X, as X doesn't always generates events for it

2009-04-12 17:09 Ali aliov@xfce.org 
	 * : Disable not mapped keys in the settings dialog

2009-04-12  2:14 Ali aliov@xfce.org 
	 * : Added debug macro for enum values+fix possible missing signal that preventing the OSD from getting displayed on brightness key press

2009-04-11 23:06 Ali aliov@xfce.org 
	 * : Implement option to put the system in sleep mode when it is inactive for a long time

2009-04-11 16:48 Ali aliov@xfce.org 
	 * : Patch for the xfpm-button-hal from Mike Massonnet

2009-04-11 14:38 Ali aliov@xfce.org 
	 * : Fix brightness buttons issue

2009-04-11 11:26 Ali aliov@xfce.org 
	 * : Fix notification timeouts when using xfce4-notifyd+minor clean up of some unused includes

2009-04-10 23:31 Ali aliov@xfce.org 
	 * : Making the settings dialog pluggable+use the shutdown interface on the xfce4-session to shutdown

2009-04-10 21:29 Ali aliov@xfce.org 
	 * : Added handler for power button+added option to ask the session manager to its show the exit dialog

2009-04-10 19:53 Ali aliov@xfce.org 
	 * : Change the session restart style to if running when we are exiting

2009-04-10 16:15 Ali aliov@xfce.org 
	 * : Fix the session restart command in the previous revision

2009-04-10 16:00 Ali aliov@xfce.org 
	 * : Connect to the session using libxfcegui4 and properly shutdown when the session dies

2009-04-10 12:24 Ali aliov@xfce.org 
	 * : Provide a wake up signal to avoid possible multiple sleep/hibernate request

2009-04-10 12:00 Ali aliov@xfce.org 
	 * : Fall back to HAL in case we fail to map X11 keys

2009-04-08 17:45 Ali aliov@xfce.org 
	 * : Fix some Glib warnings

2009-04-08 13:45 Ali aliov@xfce.org 
	 * : Properly unref the device object when battery is removed+fix shutdown callback

2009-04-08  0:23 Ali aliov@xfce.org 
	 * : Fix issue with battery ref count that was causing a crash when hald restarts

2009-04-07 13:23 Ali aliov@xfce.org 
	 * : Implement a clean way to restart HAL related objects when HALD restarts

2009-04-07 11:16 Ali aliov@xfce.org 
	 * : Updates on the brightness plugin to act like a menu so it will close the popup when it doesn't have input focus

2009-04-06 19:47 Ali aliov@xfce.org 
	 * : Fix some typos

2009-04-06 16:06 Ali aliov@xfce.org 
	 * : Correct tooltip in the brightness plugin

2009-04-06 14:37 Ali aliov@xfce.org 
	 * : Change brightness on scroll mouse events

2009-04-06 10:54 Ali aliov@xfce.org 
	 * : Fix a warning the inhibit panel plugin when full debug is enabled+make settings dialog correctly resizable

2009-04-06 10:50 Ali aliov@xfce.org 
	 * : Added inhibit screen saver option in the inhibit plugin

2009-04-06  8:45 Ali aliov@xfce.org 
	 * : Fix untranslated panel plugins comment

2009-04-05 21:06 Ali aliov@xfce.org 
	 * : The battery critical level was not shown correctly in the settings dialog

2009-04-05 20:31 Ali aliov@xfce.org 
	 * : Include missing config.h in xfpm-battery-info

2009-04-05 19:40 Ali aliov@xfce.org 
	 * : Fix bug: 5193, the help document in the settings dialog

2009-04-04 13:58 Ali aliov@xfce.org 
	 * : Alpha2 release

2009-04-04 11:30 Ali aliov@xfce.org 
	 * : Fix issue with multiple suspend callback

2009-04-03 13:37 Ali aliov@xfce.org 
	 * : Fix issue with battery critical level in the settings dialog

2009-04-02 19:05 Ali aliov@xfce.org 
	 * : Patch for the man pages by Robby Workman

2009-04-02 15:36 Ali aliov@xfce.org 
	 * : Added exit option in the context menu+some optimization to function calls in libxfpm common

2009-04-02 14:14 Ali aliov@xfce.org 
	 * : Added on battery DBus signal+Fix brightness settings on battery power

2009-04-02 10:46 Ali aliov@xfce.org 
	 * : Fix a Glade warnings

2009-04-02 10:24 Ali aliov@xfce.org 
	 * : Fix Some bugs reported by Yves Alexis

2009-04-02  8:40 Ali aliov@xfce.org 
	 * : Patch of the man page from Robby Workman

2009-04-01 23:33 Ali aliov@xfce.org 
	 * : Monitor the bus connection for the applications that requests inhibit to power manager or screensaver so we can catch if they crash

2009-04-01 15:54 Ali aliov@xfce.org 
	 * : Inhibit plugin: Monitor org.freedesktop.PowerManagement name

2009-04-01  9:33 Ali aliov@xfce.org 
	 * : Added man pages for the power manager and its settings

2009-04-01  9:33 Ali aliov@xfce.org 
	 * : 

2009-03-31  8:48 Ali aliov@xfce.org 
	 * : Bug:Brightness control wasn't getting disabled even if the user disabled it+fix dpms settings changed signal

2009-03-30 21:21 Ali aliov@xfce.org 
	 * : Added brightness popup+fix in XSyncAlarm error iin idle function+Fix reacration of popup window in the brightness plugin

2009-03-30 14:58 Ali aliov@xfce.org 
	 * : Fix some typos, Thanks to Per Kongstad

2009-03-30 11:20 Ali aliov@xfce.org 
	 * : Initializing gthread and dbus_g_thread+updates on TODO

2009-03-29 19:46 Ali aliov@xfce.org 
	 * : Prepare an alpha version of 0.8.0

2009-03-29 18:09 Ali aliov@xfce.org 
	 * : Inhibit plugin: automatically reconnect when the power manager restarts

2009-03-29 17:28 Ali aliov@xfce.org 
	 * : Disabling lid and sleep buttons if the power manager is in inhibit state

2009-03-29 16:24 Ali aliov@xfce.org 
	 * : Added option to reload panel brightness plugin

2009-03-29 16:01 Ali aliov@xfce.org 
	 * : Show an adapter icon if no battery device found and user select to always show icon

2009-03-29 15:39 Ali aliov@xfce.org 
	 * : Added xfpmshutdown to sync all the request

2009-03-29 12:22 Ali aliov@xfce.org 
	 * : Added power off button action

2009-03-29  0:43 Ali aliov@xfce.org 
	 * : Increase glib version dependency to 2.16

2009-03-28 17:19 Ali aliov@xfce.org 
	 * : Handle hald is not running or disconnected

2009-03-28 14:47 Ali aliov@xfce.org 
	 * : Move the context menu to xfpm-tray-icon

2009-03-27 15:37 Ali aliov@xfce.org 
	 * : Move the configuration loading to xfpm-xfconf

2009-03-25 13:03 Ali aliov@xfce.org 
	 * : Added xfpm-errors quark for the common errors

2009-03-24 16:34 Ali aliov@xfce.org 
	 * : Fix missing files in the POTFILES+rename the settings desktop file

2009-03-24 16:18 Ali aliov@xfce.org 
	 * : Generate random cookie on the inhibit+some optimizations

2009-03-24 16:09 Ali aliov@xfce.org 
	 * : Fix a crash in the brightness plugin when no device found

2009-03-23 21:54 Ali aliov@xfce.org 
	 * : Support for panel floating position when showing up the brightness popup

2009-03-23 20:55 Ali aliov@xfce.org 
	 * : Fix a crash in the inhibit plugin when the running power manager disappears from the session bus

2009-03-23 20:09 Ali aliov@xfce.org 
	 * : Moved notification to the common code+added notification to the inhibit plugin

2009-03-22 23:09 Ali aliov@xfce.org 
	 * : Support cookies in the inhibit interface

2009-03-22 20:45 Ali aliov@xfce.org 
	 * : Correct the tooltips of the inhibit plugin

2009-03-22 20:23 Ali aliov@xfce.org 
	 * : Provide a dbus interface to syncronize the brightness plugin and xfpm+update POTFILES

2009-03-22 19:02 Ali aliov@xfce.org 
	 * : React correctly when panel orientation changed

2009-03-22 18:42 Ali aliov@xfce.org 
	 * : Brightness and inhibit plugins are ready for user/test+fix a bug in the inhibit interface

2009-03-21  0:02 Ali aliov@xfce.org 
	 * : Added command line option to restart the power manager

2009-03-20 17:16 Ali aliov@xfce.org 
	 * : -m

2009-03-19 16:22 Ali aliov@xfce.org 
	 * : Change the default settings loaded+change the desktop.in name

2009-03-19  0:12 Ali aliov@xfce.org 
	 * : Fix a bug regarding the network manager message sleep

2009-03-18 23:29 Ali aliov@xfce.org 
	 * : Doing hibernate/suspend in a timeout function

2009-03-18 23:15 Ali aliov@xfce.org 
	 * : Fix a bug in the inhibit interface signal

2009-03-18 22:18 Ali aliov@xfce.org 
	 * : Load relevent settings depending on the form factor the power manager is running on

2009-03-18 10:46 Ali aliov@xfce.org 
	 * : Removed already deleted file from PTOFILES.in+modified string in the settings dialog

2009-03-18 10:04 Ali aliov@xfce.org 
	 * : Calculate battery percentage if this key is not present in HAL

2009-03-18  9:30 Ali aliov@xfce.org 
	 * : Check carefully if a new added device is a new battery device(hald always duplicated udi for devices)

2009-03-18  8:47 Ali aliov@xfce.org 
	 * : Added Inhibit interface+monitor ScreenSaver Inhibit messages to catch inhibition and inhibit xfpm

2009-03-17 19:54 Ali aliov@xfce.org 
	 * : Some optimization in the battery code+added GetOnBattery and on LowBattery DBus methods

2009-03-17 19:15 Ali aliov@xfce.org 
	 * : Added experimentale code to monitor hal proxy+some typos

2009-03-17 13:10 Ali aliov@xfce.org 
	 * : Fix a bug in idle timeout that was breaking gdk events

2009-03-16 23:48 Ali aliov@xfce.org 
	 * : Run as daemon by default unless no-daemon is specified

2009-03-16 23:27 Ali aliov@xfce.org 
	 * : Added freedesktop.PowerManagement power interfaces and methods

2009-03-16 19:06 Ali aliov@xfce.org 
	 * : Add a weak reference on the adapter object+remove unused signals

2009-03-16 17:36 Ali aliov@xfce.org 
	 * : Fix wrong alarm settings

2009-03-16 15:39 Ali aliov@xfce.org 
	 * : Set brightness idle level to the last user selected level+Fix a bug in SetCpuFreqGovernor that was causing a proxy disconnection

2009-03-15 13:57 Ali aliov@xfce.org 
	 * : Added some icons from gpm+Catch brightness key to avoid display flickering

2009-03-15 11:34 Ali aliov@xfce.org 
	 * : Removed no longer available .la file from libxfpm

2009-03-15 11:12 Ali aliov@xfce.org 
	 * : Patched to fix makefile typo and correct the POTFILES.in (Yves Alexis)+Use a weak reference for the common objects

2009-03-14 19:26 Ali aliov@xfce.org 
	 * : Added the missing desktop file, Thanks to Mike for pointing out

2009-03-14 17:23 Ali aliov@xfce.org 
	 * : Added desktop file to be installed in xdt/autostart

2009-03-14 16:40 Ali aliov@xfce.org 
	 * : Idle function to reduce screen luminosity after a certain time+fix a bug in the adapter code

2009-03-13 16:31 Ali aliov@xfce.org 
	 * : Move common code to hal-device+ fix issue with the apater of the previous revision

2009-03-13 14:01 Ali aliov@xfce.org 
	 * : Dropping the libhal dependency, just doing simple proxy calls to get informations from hald

2009-03-11 20:38 Ali aliov@xfce.org 
	 * : Implement critical battery level settings+the option to disable lock screen when suspend/hibernate

2009-03-11 13:33 Ali aliov@xfce.org 
	 * : Set dpms to standby or suspend depending on the user settings

2009-03-11 13:06 Ali aliov@xfce.org 
	 * : Fix infinite loop caused by g_signal_connect+added advanced settings in the dialog

2009-03-10 21:13 Ali aliov@xfce.org 
	 * : properties shutdown,suspend and hibernate are noe strings in xfce4-power-manager channel configuration

2009-03-10 13:24 Ali aliov@xfce.org 
	 * : Handle critical battery charge+ update on the notifications

2009-03-10 10:11 Ali aliov@xfce.org 
	 * : Added Only show in XFCE in the autostart file and correct tooltip of a primary battery

2009-03-09 23:09 Ali aliov@xfce.org 
	 * : Changes in the battery tooltips/notifications

2009-03-09 13:22 Ali aliov@xfce.org 
	 * : Bump xfce dependencies version to 4.6.0

2009-03-09 10:33 Ali aliov@xfce.org 
	 * : Fix a Gtk Warning in the settings dialog

2009-03-08 20:48 Ali aliov@xfce.org 
	 * : Import of changes for what will be in time version 0.8
2009-02-18 11:00 Ali

	*: Added a panel brightness plugin directory,
	   Changed the version to 0.9.0 (Next version)

/* We start doing real Changelog from 18-02-2009 */
2009-02-06
	*: 0.6.1 release

2009-01-26
	*: 0.6.0 release

2008-06-08 19:30
	
	* : release candidate 1