Commit graph

267 commits

Author SHA1 Message Date
Richard Hughes
0620316957 Released DeviceKit-power 007 2009-03-30 12:12:16 +01:00
Frederic Crozat
876f407c4b bugfix: Fix g-p-m and DeviceKit-power when running with a permissive dbus. Fixes fd#20882 2009-03-26 16:28:18 +00:00
Richard Hughes
880ab7b101 trivial: fix devkit-power-gobject when linking from external programs 2009-03-24 15:18:14 +00:00
Richard Hughes
5f84775d63 trivial: make pc file the same format at DeviceKit 2009-03-24 14:15:28 +00:00
Richard Hughes
ed13111668 bugfix: fix compile error in dkp-power. Fixes #20749 2009-03-19 11:51:50 +00:00
Richard Hughes
23d3397b5b trivial: correct the percentage change calculation with the new code 2009-03-09 09:32:45 +00:00
Richard Hughes
57e849f64b require I_KNOW_THE_DEVICEKIT_POWER_API_IS_SUBJECT_TO_CHANGE 2009-03-04 13:27:38 +00:00
Richard Hughes
57c13c7494 trivial: fix conflicts 2009-03-04 13:12:10 +00:00
Richard Hughes
546ca4456d trivial: update version thinko 2009-03-02 15:44:53 +00:00
Richard Hughes
e23f93790d trivial: compile fix, new file doesn't exist 2009-03-02 15:41:56 +00:00
Richard Hughes
73b5259b85 trivial: fix up copying a GPtrArray 2009-03-02 15:37:38 +00:00
Richard Hughes
9ae0b5c573 trivial: remove extra file from include directory 2009-02-27 13:45:24 +00:00
Richard Hughes
4fb78bb9f5 trivial: add lots of GErrors to the gobject library, and avoid using egg_warning 2009-02-27 13:18:57 +00:00
Richard Hughes
665523726a trivial: remove egg-string 2009-02-27 12:50:05 +00:00
Richard Hughes
842842c479 Ship a shared library. There are now two external projects using copies of this, which is rediculous 2009-02-27 12:32:55 +00:00
Richard Hughes
d2c0ee6412 move the library directory from libdevkit-power to devkit-power-gobject 2009-02-27 12:22:06 +00:00
Richard Hughes
5259367a6b feature: get rid of DkpObject and instead use the GObject property system correctly 2009-02-27 11:59:27 +00:00
Richard Hughes
6f0dc6a530 trivial: fix make distcheck 2009-02-26 13:31:57 +00:00
Richard Hughes
9fc77bc0d0 trivial: compile failure 2009-02-26 12:17:17 +00:00
Richard Hughes
55db60ef82 bugfix: remove use of EggObjList, which was pretty hacky, and try to make the library more sane 2009-02-26 12:15:20 +00:00
Stanislav Brabec
39ba30a4b4 bugfix: fix up DBus interface for CVE-2008-4311 2009-02-19 14:26:24 +00:00
Richard Hughes
9cc0451f8d trivial: post release version bump 2009-02-10 09:48:28 +00:00
Richard Hughes
e46f14dd42 Released DeviceKit-power 006 2009-02-10 09:47:23 +00:00
Richard Hughes
1f79a2a23a trivial: add '.' and ',' to the banned list of chars in filenames for the profiles 2009-02-10 09:16:55 +00:00
Richard Hughes
d111245ca3 trivial: fix build 2009-02-09 16:34:08 +00:00
Richard Hughes
a7868a4564 bugfix: fix the QoS interface, and abstract out the object 2009-02-09 15:09:43 +00:00
Richard Hughes
7a5fb2301f bugfix: don't sync to disk every 5 seconds, do it every 10 minutes 2009-02-09 14:15:09 +00:00
Richard Hughes
9b98b6c642 trivial: add Wno-strict-aliasing to fix the compile thanks to GCC 4.4 2009-02-09 13:40:40 +00:00
Richard Hughes
5b7dbc3f41 bugfix: don't crash when we limit the resolution of a small dataset 2009-02-05 12:52:53 +00:00
Richard Hughes
e3e060e4d2 trivial: fix compile 2009-02-05 12:42:20 +00:00
Richard Hughes
d386ba2dec bugfix: correctly set the power-supply property as pointed out by David Zeuthen 2009-02-05 10:05:31 +00:00
Richard Hughes
43af3e9dbc bugfix: only enable the wakeups polling if a client requires the data 2009-02-04 15:06:57 +00:00
Richard Hughes
31bd686693 bugfix: fix compile failure with gcc-4.4.0 and old versions of glib2 2009-02-04 09:41:53 +00:00
Richard Hughes
5da8f57446 trivial: post release version bump 2009-02-02 15:34:59 +00:00
Richard Hughes
2f37bfb0dc Released DeviceKit-power 005 2009-02-02 15:34:08 +00:00
Richard Hughes
35aa49b8cd trivial: generate the wakeups documentation too 2009-01-31 10:01:37 +00:00
Richard Hughes
e5833c5b71 trivial: do moving average on the wakeups total value 2009-01-31 10:01:26 +00:00
Richard Hughes
e99d50d7bb trivial: translations belong in the GUI tool... 2009-01-30 17:28:22 +00:00
Richard Hughes
1c91b5f788 trivial: ensure we get a cmdline when zero length and check for wakeups < 0.1s 2009-01-30 16:34:35 +00:00
Richard Hughes
df0843d4bd trivial: return zero for GetTotal when the method fails 2009-01-30 14:33:24 +00:00
Richard Hughes
3decd60825 feature: allow showing the wakeup data in the devkit-power command line tool 2009-01-30 13:55:42 +00:00
Richard Hughes
6389454c59 trivial: add a simple GObject helper for the Wakeups interface 2009-01-30 13:55:17 +00:00
Richard Hughes
7ea9a1c6c5 trivial: change the interface to be a double with per seconds, not per minute 2009-01-30 13:53:56 +00:00
Richard Hughes
3ca11019c0 trivial: actually load the new module, and register on the bus 2009-01-30 13:04:09 +00:00
Richard Hughes
a239eff3bf trivial: implement org.freedesktop.DeviceKit.Power.Wakeups 2009-01-30 13:03:31 +00:00
Richard Hughes
609133f43f feature: add a wakeups interface so we can get powertop-type data from the system over DBus 2009-01-30 13:02:49 +00:00
Richard Hughes
c02e810357 trivial: add a DkpWakeupsObj structure for future use 2009-01-30 13:01:52 +00:00
Richard Hughes
e22b99b5e8 trivial: post release version bump 2009-01-23 17:39:23 +00:00
Richard Hughes
0e3230df8b Released DeviceKit-power 004 2009-01-23 17:38:25 +00:00
Richard Hughes
1df99367c5 trivial: use g_strcmp0 in more places 2009-01-23 17:28:50 +00:00