summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2012-12-15Make mate-keyring support optionalBrent Hull2-5/+19
2012-11-24Don't use the default backlight reduced-brightness value if exiting idle state.Stephen Kent1-21/+24
This means the pre-idle backlight brightness will be set instead of the default reduced-brightness value.
2012-11-22Merge branch 'master' of github.com:mate-desktop/mate-power-managerSteve Zesch1-2/+4
2012-11-22Auto-detect whether to build systemd supportBrent Hull1-2/+4
2012-11-22Merge branch 'master' of github.com:mate-desktop/mate-power-managerSteve Zesch2-28/+233
2012-11-22Merge pull request #37 from Firstyear/systemd-inhibitStefano Karapetsas1-0/+88
Systemd inhibit support for MPM
2012-11-21Merge branch 'master' of github.com:mate-desktop/mate-power-managerSteve Zesch3-1/+10
2012-11-21This fixes the g_settings issue preventing auto dim of keyboard backlightWilliam Brown1-7/+12
2012-11-21Added some debuging optionsWilliam Brown1-2/+6
2012-11-21Adds on screen display support to keyboard backlight controlsWilliam Brown1-20/+128
2012-11-21Adds a systemdinhibit configure flagWilliam Brown1-0/+6
2012-11-21Initial working support for systemd inhibitionWilliam Brown1-9/+17
2012-11-21This now uses the gvariant, and fixes some code logic issuesWilliam Brown1-5/+11
2012-11-21Current work on systemd-inhibit support in mpm. DOES NOT WORK YET. See ↵William Brown1-1/+1
https://bugzilla.redhat.com/show_bug.cgi?id=876396 and https://bugzilla.redhat.com/show_bug.cgi?id=876782
2012-11-21Current work on systemd-inhibit support in mpm. DOES NOT WORK YET. See ↵William Brown1-0/+68
https://bugzilla.redhat.com/show_bug.cgi?id=876396 and https://bugzilla.redhat.com/show_bug.cgi?id=876782
2012-11-20Merge pull request #36 from Firstyear/idleStefano Karapetsas1-1/+1
Screen on dim, will not "undim"
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-2/+2
2012-11-18Merge pull request #34 from Firstyear/masterStefano Karapetsas2-0/+9
Corrects an issue with deprecated glib apis
2012-11-18This adds checks for glib version, in regards to deprecated apis. see ↵William Brown2-0/+9
http://developer.gnome.org/glib/2.31/glib-Deprecated-Thread-APIs.html#g-thread-init
2012-11-18This fixes an issue that I introduced, where when the screen would dim on ↵William Brown1-1/+1
idle, it would not undim.
2012-11-15Merge pull request #10 from fhucho/masterSteve Zesch1-0/+1
Added "nvidia_backlight" to the list of backlight interfaces.
2012-11-14Rename some components to mate friendly valuesWilliam Brown2-3/+3
2012-11-14This fixes the mismatched dbus library issueWilliam Brown1-1/+3
2012-11-14Fixes an issue where displays would not turn off despite the system being idleWilliam Brown1-0/+1
2012-11-11Keyboard backlight patches, tested as working against 1.5.0 on F18William Brown6-0/+882
2012-11-08show always "do nothing" optionStefano Karapetsas1-10/+7
2012-11-04Remove unused enumBrent Hull1-4/+0
2012-11-04Remove commented-out screensaver-auth-request functionsBrent Hull3-136/+0
2012-11-04Don't depend on mate-screensaver's gschema being installedBrent Hull3-24/+20
2012-11-03Migrate screensaver lock setting to GsettingsBrent Hull4-13/+11
2012-11-01Remove unnecessary schema version check and some unused constantsBrent Hull2-25/+2
2012-10-30Remove unused key from gsettings schemaBrent Hull1-1/+0
2012-10-30Use gsettings enums (partially from GNOME)Brent Hull8-193/+17
2012-10-27Port to Gsettings based on GNOME patch by Richard HughesBrent Hull10-489/+307
2012-10-27Get device capabilities in the preferences capplet, not the daemon (GNOME ↵Brent Hull9-339/+50
fix for bug #617529 originally by Richard Hughes)
2012-07-07Added "nvidia_backlight" to the list of backlight interfaces. Setting ↵fhucho1-0/+1
brightness with hotkeys should now work on notebooks with the Nvidia binary driver (tested on MacBook Pro 7,1).
2012-06-24deprecated pango_cairo_font_map_create to pango_font_map_createMarcel Dijkstra1-1/+1
2012-03-21fix combobox deprecationStefano Karapetsas1-37/+29
2012-03-20fix gpm-prefs, need to fix gpm-statisticsStefano Karapetsas2-26/+35
2012-03-17Temporary hack to fix GtkComboBoxText issue.Steve Zesch1-1/+6
2012-03-17Don't try to close a non-opened fdAntoine Jacoutot1-1/+1
On OpenBSD we do not use /proc. As a result, gnome-power-manager segfaults on startup due to a reverse logic in the code. Signed-off-by: Richard Hughes <[email protected]>
2012-03-17Fixed #644143, how to convert from percentage to discrete and vice-versa.Pedro Martinez-Julia1-2/+2
Signed-off-by: Richard Hughes <[email protected]>
2011-12-29more gtk_combo_box to gtk_combo_box_text migration for gtk 2.24Sam Tygier1-16/+50
2011-12-29fix missing switch of GTK_COMBO_BOX to GTK_COMBO_BOX_TEXTSam Tygier1-2/+2
2011-12-29fix missing semicolons, introduced in 3893856a1e22cb62a9d36eca5ab96284859d0d19Sam Tygier1-2/+2
2011-12-29gtk_check_version should be GTK_CHECK_VERSION, lowercase version is C ↵Sam Tygier1-15/+15
function, not a preprocessor macro
2011-12-26Fixed gtk_combo_box_append_text deprecationSteve Zesch1-15/+61
2011-12-24Spacing adventuresSteve Zesch1-1/+1
2011-12-24lol spacingSteve Zesch1-60/+60
2011-12-24Fixed gtk_widget_hide_all deprecationSteve Zesch1-6/+35