Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-11 | sync with transifex | raveit65 | 85 | -8366/+8376 | |
2017-10-05 | update copyright year | monsta | 3 | -3/+3 | |
2017-08-24 | gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions: | ZenWalker | 2 | -0/+24 | |
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point | |||||
2017-08-16 | don't abort on unknown DBus signal name | monsta | 1 | -1/+1 | |
it's external data, so it's not very clever to put assert on it same as done in: https://github.com/mate-desktop/mate-panel/commit/40b31b2117f8a1776d2f23d97c60547c3c5a70e4 | |||||
2017-08-08 | avoid deprecated gdk_screen_get_width/height | ZenWalker | 1 | -2/+7 | |
2017-07-28 | avoid deprecated gdk_display_get_screen | ZenWalker | 1 | -24/+18 | |
2017-07-26 | don't use deprecated gtk_show_uri | raveit65 | 4 | -0/+18 | |
use NULL where GdkScreen was NULL, use dialog when screen wasn't NULL | |||||
2017-07-18 | update issue_template | raveit65 | 1 | -0/+3 | |
2017-07-05 | refresh tray icon on icon theme change | monsta | 1 | -0/+23 | |
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+11 | |
2017-03-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-28 | actually check the $XPROTO_REQUIRED variable's value | Robert Nagy | 1 | -1/+1 | |
2017-03-22 | statistics UI: add style class mpm-statistics | raveit65 | 1 | -0/+3 | |
2017-03-13 | release 1.18.0v1.18.0 | raveit65 | 1 | -1/+1 | |
2017-03-13 | sync with transifex | raveit65 | 85 | -11232/+11256 | |
2017-03-13 | update NEWS for 1.18, also add latest 1.16.x entries | monsta | 1 | -18/+30 | |
2017-03-07 | Replace deprecated UPower functions with ConsoleKit2 equivalents | infirit | 4 | -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-07 | remove some unused dbus-glib includes | monsta | 4 | -5/+0 | |
2017-03-07 | use proper return type and fix a small memleak | monsta | 1 | -2/+4 | |
2017-03-05 | man: use manpages as is instead of generating them from sgml | monsta | 12 | -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-05 | pre-bump version | monsta | 2 | -1/+3 | |
2017-03-03 | add some missing variable initializations | monsta | 1 | -2/+2 | |
2017-02-10 | brightness applet: fix mouse scroll over icon when no popup is shown | monsta | 1 | -0/+1 | |
2017-02-09 | build: remove strict options, they just get in the way | monsta | 1 | -23/+0 | |
2017-02-02 | brightness applet: properly hide popup on Esc/Enter/Space keys | monsta | 1 | -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-02 | brightness applet: fix indent in some places | monsta | 1 | -22/+21 | |
2017-02-01 | build: require xproto >= 7.0.15 and simplify some code | monsta | 2 | -19/+3 | |
2017-02-01 | build: don't require xrender, it's not used | monsta | 1 | -3/+1 | |
2017-02-01 | build: drop useless docdir option | monsta | 1 | -11/+0 | |
2017-01-18 | Bump version to 1.17.1v1.17.1 | Martin Wimpress | 2 | -2/+16 | |
2017-01-18 | Merge pull request #153 from mpottage/master | Martin Wimpress | 1 | -4/+8 | |
Check both the "Backlight" and "BACKLIGHT" xrandr properties. | |||||
2017-01-18 | Check both the "Backlight" and "BACKLIGHT" xrandr properties for a backlight. | Matthew Pottage | 1 | -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-16 | po: don't mention non-existent files in POTFILES.skip | monsta | 1 | -2/+0 | |
2017-01-16 | remove man page for non-existent bugreport tool | monsta | 4 | -110/+0 | |
tool was removed in https://github.com/mate-desktop/mate-power-manager/commit/c005217966cbe610fe25639dd9faa5a6e0a2cea2 | |||||
2017-01-16 | remove docs dir which doesn't have any actual docs | monsta | 5 | -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-15 | Replace no longer valid "expose-event" with "draw" | lukefromdc | 1 | -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-13 | Update mate-power-manager NEWS to use consistent, project wide, ↵ | Martin Wimpress | 1 | -124/+86 | |
markdown-like formatting. This will make generating release announcements easier. | |||||
2017-01-07 | statistics: don't call upower function on a NULL device path | monsta | 1 | -0/+4 | |
fixes https://github.com/mate-desktop/mate-power-manager/issues/139 | |||||
2016-12-25 | Brightness: fix OSD rendering when not composited | lukefromdc | 1 | -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-28 | po: actually add new language from Transifex | monsta | 1 | -0/+1 | |
2016-11-27 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+3 | |
2016-11-27 | sync with transiflex | raveit65 | 12 | -160/+2438 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 24 | -1034/+18 | |
and require mate-panel >= 1.17 | |||||
2016-11-21 | fix indent a bit | monsta | 7 | -9/+9 | |
2016-11-21 | add missing #include | monsta | 1 | -0/+2 | |
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-09-18 | po: actually add new language from Transifex | monsta | 1 | -0/+1 | |
2016-09-18 | update NEWS for 1.16 | monsta | 1 | -35/+14 | |
2016-09-18 | sync with Transifex | monsta | 84 | -22168/+23033 | |