summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-23sync with transifexraveit65125-13638/+110924
2018-06-16pre-bump versionraveit652-1/+3
2018-05-02inhibit: always scale icon to match panel sizelukefromdc1-12/+1
2018-04-30Inhibit Applet: Fix excessive CPU uselukefromdc1-129/+49
Fix https://github.com/mate-desktop/mate-power-manager/issues/248 Use code from GNOME version to draw icon. The code from gnome-applets/inhibit uses a GtkImage to draw the icon but does not constantly re-run gtk_widget_show so it works without loading down the CPU
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-17add missing window icon to About dialogsmonsta3-0/+5
2018-03-17tx: add makepot and .pot filesraveit652-0/+2268
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-02-12Scale OSD size correctly on HiDPI displays (#246)Victor Kareh1-5/+10
2018-02-09Grammar fixJack Steele1-1/+1
"you do will not" -> "you will not"
2018-02-06update NEWS for 1.20 releasev1.20.0raveit651-5/+6
2018-02-06sync with transifexraveit652-8/+8
2018-02-01avoid deprecated GtkStockPablo Barciela3-5/+5
2018-01-29release 1.20raveit652-1/+9
2018-01-29sync with transifexraveit6588-423/+2701
2018-01-29require GTK+ 3.22 and GLib 2.50monsta8-60/+5
and drop additional checks for min/max GLib versions, it's not needed
2018-01-24inhibit: fix error that spammed logs from previous commitlukefromdc1-1/+1
2018-01-23inhibit applet: fix rendering of iconlukefromdc1-41/+13
Stop failure to redraw on system panel background by using a GtkImage to render the icon
2018-01-09update copyright year to 2018monsta3-3/+3
2017-12-27release 1.19.1v1.19.1raveit652-1/+8
2017-12-27sync with transifexraveit6585-132/+140
2017-12-08WidthOfScreen and HeightOfScreen implementationPablo Barciela1-7/+3
This commit reverts: https://github.com/mate-desktop/mate-power-manager/commit/f748d5794f02d02ba949ad1503ed72207efca40c And it applies an alternative to fix the deprecated functions: gdk_screen_get_width gdk_screen_get_height
2017-11-28fix typos in some more commentsmonsta2-4/+4
2017-11-27Correct spelling mistake.Edward Betts1-1/+1
2017-11-01sync with Transifexmonsta8-303/+315
2017-10-11release 1.19.0v1.19.0raveit651-0/+12
2017-10-11sync with transifexraveit6585-8366/+8376
2017-10-05update copyright yearmonsta3-3/+3
2017-08-24gtk 3.22: avoid deprecated gdk_screen_get_monitor... functions:ZenWalker2-0/+24
avoid deprecated: gdk_screen_get_monitor_geometry gdk_screen_get_monitor_at_point
2017-08-16don't abort on unknown DBus signal namemonsta1-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-08avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+7
2017-07-28avoid deprecated gdk_display_get_screenZenWalker1-24/+18
2017-07-26don't use deprecated gtk_show_uriraveit654-0/+18
use NULL where GdkScreen was NULL, use dialog when screen wasn't NULL
2017-07-18update issue_templateraveit651-0/+3
2017-07-05refresh tray icon on icon theme changemonsta1-0/+23
2017-06-08create issue_template.mdraveit651-0/+16
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