summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2019-06-17[ci] Fix build in debian1.20Pablo Barciela1-4/+9
2019-06-17use --without-keyring for make distcheckWu Xiaotian1-0/+1
2019-06-17[ci] remove libgnome-keyring-dev on debianPablo Barciela1-1/+0
2019-06-17travis: use Debian Buster which has 1.20Pablo Barciela1-1/+1
2019-05-28travis: use f28 and disable archlinuxraveit651-2/+2
2019-03-20tx: update resource fileraveit651-169/+159
2019-03-20Help: Use XInclude instead of ENTITY for legal.xmlrbuj1-6/+1
The legal ENTITY is expanded in i18n process, and legal.xml file is never read. GFDL ENTITY is not used.
2019-03-10add Travis-CI supportraveit651-0/+129
2019-02-03tx: update resource file for transifexraveit651-7/+7
2019-02-03Fix spelling and grammar mistakesrbuj1-7/+7
2018-12-22release 1.20.3v1.20.3raveit652-1/+9
2018-12-22tx: sync with transifexraveit65239-18897/+119716
2018-12-22disable deprecation warnings for distcheckraveit651-1/+2
2018-10-07Use make functions for HELP_LINGUASrbuj1-1/+5
2018-10-04tx: add m-p-m help to transifex configraveit654-19/+819
2018-08-15gpm-button: replace deprecated Gdk functionsraveit651-3/+5
2018-06-16release 1.20.2v1.20.2raveit652-1/+7
2018-06-16sync with transifexraveit65125-13603/+110888
2018-05-02inhibit: always scale icon to match panel sizelukefromdc1-12/+1
2018-05-01Inhibit 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-26release 1.20.1v1.20.1raveit652-1/+7
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-13Scale OSD size correctly on HiDPI displays (#246)Victor Kareh1-5/+10
2018-03-13Grammar fixJack Steele1-1/+1
"you do will not" -> "you will not"
2018-03-11transifex: set minimum_perc and type in config fileraveit651-0/+2
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