summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-11-30Bump version to 1.12.1v1.12.11.12monsta2-1/+12
2015-11-20Updated translationsClement Lefebvre82-71896/+59826
2015-11-18bightness: Don't remove slider backgroundGyörgy Balló1-1/+0
This fixes the background for GTK+ 3 themes which don't support mate-panel explicitly. Themes could still overwrite the background if they want in the usual way.
2015-11-05Acknowledge changes in AC backlight GSettings when running on batteryNutchanon Wetchasit1-1/+1
2015-11-05Make idle event handler always calculate backlight from configured settingsNutchanon Wetchasit1-3/+3
2015-11-05Save AC-power backlight set via brightness keys in GSettingsNachanon Vetjasit1-0/+15
Based on a patch by Flos Lonicerae.
2015-11-05Merge pull request #172 from sunweaver/pr/disable-powerbtnMartin Wimpress1-0/+1
Support disabling of PowerBtn.
2015-11-05Support disabling of PowerBtn.Mike Gabriel1-0/+1
By adding GPM_ACTION_POLICY_NOTHING to the available power button actions, it is now possible for MATE users to disable the system's power button, while being in a MATE desktop session. This is helpful if a system's power button is designed in a way that it can easily be accidentally hit by the user without noticing.
2015-11-031.12.0v1.12.0Clement Lefebvre1-1/+1
2015-11-03Sync translations with transifexClement Lefebvre1-0/+2262
2015-10-30update NEWS for 1.12monsta1-2/+3
2015-10-27some corrections in NEWSmonsta1-4/+18
2015-10-26replace broken image in es languageWolfgang Ulbrich1-0/+0
2015-10-14brightness: follow custom volume control themeslukefromdc1-0/+13
follow custom volume control themes. Brightness slider a near match for volume control slider by using same .mate-panel-applet-slider selector as in mate-media. One difference is that this slider is drawn in a single frame, volume control slider is in a frame within a frame. Therefore this one is drawn slightly narrower.
2015-10-14tray icon: support custom themeslukefromdc1-0/+14
support custom themes, include robust transparency support even when wm is not properly identified by gtk as compositing
2015-10-14corrected comments to mention org.gnome.SessionManagermonsta1-3/+3
2015-10-09release 1.11.0mate-power-manager-1.11.0raveit651-0/+5
2015-10-09GTK3: brightness-applet, fix selection of slider and GtkSpinButtonsraveit651-0/+80
fixes https://github.com/mate-desktop/mate-power-manager/issues/62
2015-10-06pre-bump version to 1.11.0raveit652-1/+4
2015-09-09Add min/max glib versionsinfirit1-0/+6
2015-09-09backlight-helper: Add gmux_backlight to backlight_interfacesinfirit1-0/+1
Fixes #135
2015-09-08Rework gsettings schema buildinginfirit4-126/+126
* Bump intltool required version for gsettings support * Extract strings with intltool directly * Let autoconf generate the xml files * Add gettext domain to gschema
2015-09-04Switch to org.gnome.SessionManagerClement Lefebvre2-9/+9
2015-09-04Show vendor/model informationClement Lefebvre2-6/+24
2015-08-31drop xrandr 1.2 compatibility (it's ancient)Monsta3-52/+4
2015-08-31Save copying costRoy Zhang1-6/+3
2015-08-31Merge pull request #163 from monsta/checkMartin Wimpress1-1/+1
check for GTK+ release, not pre-release
2015-08-31check for GTK+ release, not pre-releaseMonsta1-1/+1
2015-08-08inhibit applet: use GtkWidget instead of GtkObjectMonsta1-8/+4
2015-08-03Drop GtkObject usageinfirit1-7/+4
2015-08-03brightness applet: drop gdkkeysyms-compat usage, use modern key namesMonsta1-14/+13
2015-07-28Merge pull request #157 from mesouug/masterMartin Wimpress2-2/+13
Unable to change keyboard back light #108
2015-07-28Also free the builder when finalizingRoy Zhang1-0/+1
2015-07-28Fix memory leaksRoy Zhang1-0/+3
g_variant_get() uses g_strdup() internally, so we should free the string after use.
2015-07-28Unable to change keyboard back light #108Mikhail Shevtsov2-2/+13
Fixed issue for laptops with levels less then 10;
2015-07-14Bump version to 1.10.1mate-power-manager-1.10.1Monsta2-1/+10
2015-07-08Revert "remove non-existing mate-feedback links"raveit651-0/+10
This reverts commit 68327a03d28035352a8eaa9c8960b590eaf64c71.
2015-07-03Merge pull request #152 from pudh4418/remove-patch-fileMartin Wimpress1-14/+0
Remove obsolete patch file
2015-07-02Remove obsolete patch fileRoy Zhang1-14/+0
The patch file is not used during compilation, so remove it.
2015-07-02applets/prefs/stats: properly show corresponding help pagesMonsta5-5/+5
2015-06-25Merge pull request #148 from NiceandGently/masterMartin Wimpress12-40/+47
improve help
2015-06-25remove non-existing mate-feedback linksraveit651-10/+0
2015-06-25help: fix broken imagesraveit6511-0/+0
2015-06-25Help: fix links and update mateconf to gsettings usageraveit651-31/+48
2015-06-12Sync translations with transifexmate-i18n4-33/+56
2015-06-09Merge pull request #143 from pudh4418/fix-dbus-memleakMartin Wimpress1-21/+27
Fix memory leak problem when calling logind DBus method
2015-05-04Bump version to 1.10.0mate-power-manager-1.10.0Stefano Karapetsas2-3/+3
2015-05-04dropped HAL-based bugreport script, corrected READMEMonsta5-107/+7
HAL is from stone age, so that script doesn't work now anyway Cloeses https://github.com/mate-desktop/mate-power-manager/pull/145
2015-05-04dropped udisks support for several reasons.Monsta9-370/+0
1. udisks1 will soon be dropped from debian and ubuntu, and probably from other major distros as well. it's replaced by udisks2. 2. the only udisks1 feature that was used in m-p-m was the disk spindown. its usefullness is questionable, especially when you have an SSD. 3. udisks2 doesn't seem to have neither API nor command-line tools for the spindown feature. 4. spindown support has been dropped in gnome-power-manager in 2011, https://git.gnome.org/browse/gnome-power-manager/commit/?id=d97a988246d34f4cd38b7ee1335c9b500c7c522f 5. it also has been dropped in xfce-power-manager in 2014, http://git.xfce.org/xfce/xfce4-power-manager/log/?qt=grep&q=disk+spin+down Closes https://github.com/mate-desktop/mate-power-manager/pull/144
2015-05-04Sync translations with transifexmate-i18n2-71/+72