summaryrefslogtreecommitdiff
path: root/devkit-power-gobject
AgeCommit message (Expand)AuthorFilesLines
2010-02-09Don't ship an introspection file for devkit-power-gobject, it's soon to be ob...Richard Hughes1-24/+0
2010-02-09Check PolicyKit in client's can_{suspend,hibernate} propertiesMartin Pitt1-2/+14
2010-02-06devkit-power-gobject/up-enum.h be goneMichael Biebl3-46/+0
2010-01-27Update the Free Software Foundation addressRichard Hughes8-8/+8
2010-01-26trivial: add some more gtk-doc markup to the new objectsRichard Hughes1-4/+4
2010-01-26trivial: Add some useful GObjects for client and server useRichard Hughes2-3/+59
2010-01-26trivial: rename the new libupower 'type' to 'kind' to avoid clashing with GOb...Richard Hughes1-13/+13
2010-01-25trivial: add some gtk-doc markup into libupower-glib and hook it up to the bu...Richard Hughes1-3/+1
2010-01-25Make DkpClient a singleton to avoid some weird race conditionsRichard Hughes1-3/+8
2010-01-18Rename the DBus service from org.freedesktop.DeviceKit.Power to org.freedeskt...Richard Hughes3-16/+16
2010-01-18trivial: rename some internal defines for the upower moveRichard Hughes12-14/+14
2010-01-18trivial: DkpStatsObj -> UpStatsObj (no ABI or API break)Richard Hughes1-0/+4
2010-01-18trivial: DkpWakeups -> UpWakeups (no ABI or API break)Richard Hughes1-0/+4
2010-01-18trivial: DkpQos -> UpQos (no ABI or API break)Richard Hughes2-0/+4
2010-01-18trivial: DkpHistory -> UpHistory (no ABI or API break)Richard Hughes1-0/+9
2010-01-18trivial: switch to using the new enum names internally (no ABI or API break)Richard Hughes1-0/+30
2010-01-18trivial: DkpDevice -> UpDevice (no ABI or API break)Richard Hughes1-0/+13
2010-01-18trivial: Rename a lot of the source files from dkp-foo to up-foo, no API or A...Richard Hughes10-0/+18
2010-01-18Merge branch 'master' into gobject-introspectionRichard Hughes3-33/+17
2010-01-17trivial: use g_set_error() in more placesRichard Hughes3-33/+17
2010-01-15Add initial GObject introspection supportRichard Hughes1-2/+26
2009-12-22Prevent segementation fault, if connection to system dbus failsMartin Koegler1-1/+6
2009-10-14Add g_object_notify() calls for properties on DkpClientRichard Hughes1-6/+30
2009-09-30Fix a tiny memory leak when we collect the properties from the interface mult...Richard Hughes1-28/+35
2009-09-18Convert the property names to be FirstLetterCaps rather than dash-dash so KDE...Richard Hughes3-47/+43
2009-09-11Use g_ptr_array_new_with_free_func() in more places to make client applicatio...Richard Hughes3-5/+8
2009-09-11trivial: fix up two issues from code reviewRichard Hughes1-2/+2
2009-09-11Add some self tests and fix up some obvious bugsRichard Hughes2-4/+3
2009-07-13Correct a description string from one of the new enumsRichard Hughes1-1/+1
2009-07-06Add two new state enums, pending-discharge and pending-chargeRichard Hughes2-0/+12
2009-07-05Revert "Add a backlight interface so we can control backlight brightness with...Richard Hughes4-434/+0
2009-07-05Revert "Make it very clear that the Backlight interface is temporary"Richard Hughes2-6/+2
2009-07-03Make it very clear that the Backlight interface is temporaryRichard Hughes2-2/+6
2009-07-03Add a backlight interface so we can control backlight brightness without HALRichard Hughes4-0/+434
2009-07-03I must learn to spell deprecated...Richard Hughes2-2/+2
2009-07-03We have to prefix the version macro with 0x, else it gets identified as octal...Richard Hughes1-1/+1
2009-07-03Protect the non-GObject accessors with DKP_DISABLE_DEPRECIATED and fix up the...Richard Hughes2-0/+4
2009-07-03Remove dkp_client_get_lid_is_present(), we want to encourage people to be usi...Richard Hughes2-17/+0
2009-07-03Add a DKP_CHECK_VERSION macro which we can use in client toolsRichard Hughes4-0/+46
2009-07-03Export the recall-notice, recall-vendor and recall-url properties on power de...Richard Hughes1-4/+70
2009-07-03Be less asserty when enum values are added in newer versions of the specRichard Hughes1-12/+3
2009-07-02Add a lid-is-present propertyRichard Hughes2-5/+42
2009-07-02trivial: ups devices have state tooRichard Hughes1-1/+2
2009-06-26Don't show empty vendor, model or serials in the debug outputsRichard Hughes1-3/+3
2009-06-14Only print interesting device propertiesRichard Hughes1-8/+14
2009-05-29Trivial formatting nitRichard Hughes1-1/+1
2009-05-29Allow properties in DkpDevice (client) to be setRichard Hughes1-56/+127
2009-05-29Only attempt to print history if the device is capableRichard Hughes1-2/+4
2009-05-06Fix up some issues in DkpClient, and expose GObject propertiesAli Abdallah1-33/+155
2009-05-05Add a property lid-is-closed so that we can finally drop the HAL dep in g-p-m...Richard Hughes2-0/+20