summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-11-15Merge pull request #10 from fhucho/masterSteve Zesch1-0/+1
Added "nvidia_backlight" to the list of backlight interfaces.
2012-11-14Merge pull request #25 from Firstyear/masterStefano Karapetsas8-0/+905
keyboard backlight, with basic controls.
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 Brown7-0/+902
2012-11-08update gpl-2.0 to latest legal textNelson Marques1-21/+20
2012-11-08fix urlsmate-power-manager-1.5.0Stefano Karapetsas3-7/+7
2012-11-08show always "do nothing" optionStefano Karapetsas1-10/+7
2012-11-07bump version to 1.5.0Stefano Karapetsas1-1/+1
2012-11-07update AUTHORSStefano Karapetsas1-0/+1
2012-11-05Merge pull request #22 from bhull2010/masterStefano Karapetsas3-140/+0
Removed unused functions and enum
2012-11-04Remove unused enumBrent Hull1-4/+0
2012-11-04Remove commented-out screensaver-auth-request functionsBrent Hull3-136/+0
2012-11-04Merge pull request #21 from bhull2010/masterStefano Karapetsas3-24/+20
Remove dependency on mate-screensaver's schema
2012-11-04Don't depend on mate-screensaver's gschema being installedBrent Hull3-24/+20
2012-11-03Merge pull request #20 from bhull2010/masterStefano Karapetsas5-17/+13
Migrate screensaver setting to Gsettings and update panel requirements
2012-11-03Update libmatepanel requirements for MATE 1.5Brent Hull1-2/+2
2012-11-03Migrate screensaver lock setting to GsettingsBrent Hull5-15/+11
2012-11-01Merge pull request #19 from bhull2010/gsettingsStefano Karapetsas18-1469/+666
Port to Gsettings
2012-11-01Remove unnecessary schema version check and some unused constantsBrent Hull3-30/+2
2012-10-31Merge pull request #18 from bhull2010/masterStefano Karapetsas9-339/+50
Fix for two batteries appearing
2012-10-30Remove unused key from gsettings schemaBrent Hull2-6/+0
2012-10-30Enable translations for gsettings schemaBrent Hull4-362/+366
2012-10-30Use gsettings enums (partially from GNOME)Brent Hull9-219/+64
2012-10-27Port to Gsettings based on GNOME patch by Richard HughesBrent Hull15-1273/+655
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-10-22Merge pull request #16 from bhull2010/masterStefano Karapetsas17-167/+172
Port power manager applets to dbus
2012-10-21Update configure and POTFILES for the applets portBrent Hull3-7/+5
2012-10-21Port inhibit applet to dbus based on gnome patch by carlosgcBrent Hull7-80/+83
2012-10-21Port brightness applet to dbus based on gnome patch by carlosgcBrent Hull7-80/+84
2012-10-02Merge pull request #13 from NiceandGently/masterStefano Karapetsas3-4/+4
fix desktop files
2012-10-02Update data/mate-power-statistics.desktop.in.inWolfgang Ulbrich1-2/+2
remove OnlyShowIn=XFCE and Catgories=MATE
2012-10-02Update data/mate-power-preferences.desktop.in.inWolfgang Ulbrich1-1/+1
remove OnlyShowIn=XFCE
2012-10-02Update data/mate-power-manager.desktop.in.inWolfgang Ulbrich1-1/+1
remove OnlyShowIn=XFCE
2012-07-12Preparing for 1.4 release.mate-power-manager-1.4.0Steve Zesch1-1/+1
2012-07-12sync translations with transifexStefano Karapetsas2-976/+1152
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-24Merge pull request #9 from MDykstra/masterStefano Karapetsas1-1/+1
idea from: http://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=0c2f2a64c5a3cde94326950c6b64e04120fe24d7
2012-06-24deprecated pango_cairo_font_map_create to pango_font_map_createMarcel Dijkstra1-1/+1
2012-06-14remove unused wnck refsStefano Karapetsas2-4/+1
2012-06-14remove distro/fedora folderStefano Karapetsas1-156/+0
2012-04-06removed ubuntu folder from distro.Steve Zesch5-65/+0
2012-03-21fix combobox deprecationStefano Karapetsas1-37/+29
2012-03-21add deprecated .ui to data folderStefano Karapetsas1-1/+3
2012-03-20fix gpm-prefs, need to fix gpm-statisticsStefano Karapetsas7-39/+50
2012-03-20update Turkish translationStefano Karapetsas1-1035/+1006
2012-03-17Temporary hack to fix GtkComboBoxText issue.Steve Zesch2-1/+511
2012-03-17Merge pull request #6 from benpicco/masterSteve Zesch2-3/+3
sync with upstream
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]>