summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-05-20Restore Polish translation credits from GNOMEPiotr Drąg1-6/+11
2017-03-30pre-bump versionraveit652-1/+3
2017-03-28actually check the $XPROTO_REQUIRED variable's valueRobert Nagy1-1/+1
2017-03-22statistics UI: add style class mpm-statisticsraveit651-0/+3
2017-03-13release 1.18.0v1.18.0raveit651-1/+1
2017-03-13sync with transifexraveit6585-11232/+11256
2017-03-13update NEWS for 1.18, also add latest 1.16.x entriesmonsta1-18/+30
2017-03-07Replace deprecated UPower functions with ConsoleKit2 equivalentsinfirit4-23/+139
This requires ConsoleKit2 0.9.2. + some corrections for issues mentioned at https://github.com/mate-desktop/mate-power-manager/pull/209
2017-03-07remove some unused dbus-glib includesmonsta4-5/+0
2017-03-07use proper return type and fix a small memleakmonsta1-2/+4
2017-03-05man: use manpages as is instead of generating them from sgmlmonsta12-607/+109
same as it's done in all other MATE projects. also drop build-dep on docbook2man, now it's not needed anymore. manpages are moved to data/ directory to avoid conflicts with old generated manpages in man/ directory when doing git pull (in case generated files are present). therefore man/ directory is removed completely.
2017-03-05pre-bump versionmonsta2-1/+3
2017-03-03add some missing variable initializationsmonsta1-2/+2
2017-02-10brightness applet: fix mouse scroll over icon when no popup is shownmonsta1-0/+1
2017-02-09build: remove strict options, they just get in the waymonsta1-23/+0
2017-02-02brightness applet: properly hide popup on Esc/Enter/Space keysmonsta1-13/+6
the new code was looked up in upstream brightness applet... fixes https://github.com/mate-desktop/mate-power-manager/issues/203
2017-02-02brightness applet: fix indent in some placesmonsta1-22/+21
2017-02-01build: require xproto >= 7.0.15 and simplify some codemonsta2-19/+3
2017-02-01build: don't require xrender, it's not usedmonsta1-3/+1
2017-02-01build: drop useless docdir optionmonsta1-11/+0
2017-01-18Bump version to 1.17.1v1.17.1Martin Wimpress2-2/+16
2017-01-18Merge pull request #153 from mpottage/masterMartin Wimpress1-4/+8
Check both the "Backlight" and "BACKLIGHT" xrandr properties.
2017-01-18Check both the "Backlight" and "BACKLIGHT" xrandr properties for a backlight.Matthew Pottage1-4/+8
Added checking the "Backlight" property. "BACKLIGHT" appears to be the legacy property. This resolves an issue where xbacklight can change the backlight, but mate-power-manager can't.
2017-01-16po: don't mention non-existent files in POTFILES.skipmonsta1-2/+0
2017-01-16remove man page for non-existent bugreport toolmonsta4-110/+0
tool was removed in https://github.com/mate-desktop/mate-power-manager/commit/c005217966cbe610fe25639dd9faa5a6e0a2cea2
2017-01-16remove docs dir which doesn't have any actual docsmonsta5-61/+0
there are only leftovers, the actual docs were dropped long ago: https://git.gnome.org/browse/gnome-power-manager/commit/?id=38d68a6f5904e406caab87b5c6184ebc50e8be04
2017-01-15Replace no longer valid "expose-event" with "draw"lukefromdc1-1/+1
expose-event is not available in GTK3, draw is its replacement. Stops warnings from inhibit applet when mate-panel is started/restarted
2017-01-13Update mate-power-manager NEWS to use consistent, project wide, ↵Martin Wimpress1-124/+86
markdown-like formatting. This will make generating release announcements easier.
2017-01-07statistics: don't call upower function on a NULL device pathmonsta1-0/+4
fixes https://github.com/mate-desktop/mate-power-manager/issues/139
2016-12-25Brightness: fix OSD rendering when not compositedlukefromdc1-2/+2
Also add style class msd-osd-window-solid, same as mate-settings-daemon volume control. Based on https://github.com/mate-desktop/mate-settings-daemon/commit/5d580b9985b61a486c8d23eaa34091a14d01b9e0 and https://github.com/mate-desktop/mate-settings-daemon/commit/9aa4c4e379e71ebe8436898a3af61c4c96c9cc8a
2016-11-28po: actually add new language from Transifexmonsta1-0/+1
2016-11-27release 1.17.0v1.17.0raveit651-0/+3
2016-11-27sync with transiflexraveit6512-160/+2438
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta24-1034/+18
and require mate-panel >= 1.17
2016-11-21fix indent a bitmonsta7-9/+9
2016-11-21add missing #includemonsta1-0/+2
2016-09-19release 1.16.0v1.16.0raveit651-1/+1
2016-09-18po: actually add new language from Transifexmonsta1-0/+1
2016-09-18update NEWS for 1.16monsta1-35/+14
2016-09-18sync with Transifexmonsta84-22168/+23033
2016-08-01applets: remove unneeded #undefmonsta2-6/+0
that deprecation is gone in GTK+3 build also that makes sense only with --enable-strict build option
2016-08-01applets: don't include non-existent dir in Makefile.ammonsta2-3/+0
it does no harm but can be confusing when you read it :)
2016-08-01release 1.15.1v1.15.1raveit651-0/+19
2016-08-01keep old copyright informationsraveit652-2/+12
2016-08-01update CFLAGS and LIBS, MATE to CAIROraveit653-9/+9
2016-08-01applets: update Copyrightraveit652-2/+2
2016-08-01applets: use GtkAbout and drop dependency to libmate-desktopraveit653-30/+26
2016-08-01Port from libunique to GtkApplicationMatt Spaulding6-30/+142
2016-07-25remove dbus-monitor from tests in make fileraveit651-2/+0
2016-07-25applets: remove egg-dbus-proxy and use the provided functions in GDBusraveit658-696/+66