summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-11-29gpm-control: avoid deprecated 'g_settings_list_schemas'Pablo Barciela1-2/+4
2018-11-27media-keys: always round the render coordinates for media iconsZhang Xianwei1-4/+4
This ensures the pixbuf is always rendered as crisp as possible. See https://github.com/GNOME/gnome-settings-daemon/commit/a03c072a8241d4d481ee94e5e1ffd829e85271f5 Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-27media-keys: Tweak the OSD's bright bar positionZhang Xianwei1-4/+4
Move it down a little. Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-27osd-window: make the window smallerZhang Xianwei1-2/+2
Matches the gnome's mockups better. Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-27media-keys: Make icon smaller in OSDZhang Xianwei1-1/+1
Make the icon take up less space inside. Signed-off-by: Zhang Xianwei <[email protected]>
2018-11-27media-keys: Use constant for icon size in OSDZhang Xianwei1-4/+6
Signed-off-by: Zhang Xianwei <[email protected]>
2018-10-09Fix spelling and grammar mistakesrbuj1-7/+7
2018-10-07Use make functions for HELP_LINGUASrbuj1-1/+5
2018-10-04tx: add m-p-m user-guide to transifex configraveit654-19/+819
2018-08-13gpm-kbd-backlight: replace deprecated GDK_DEVICE_MANAGERraveit651-10/+10
2018-08-13gpm-backlight: replace deprecated GDK_DEVICE_MANAGERraveit651-10/+10
2018-08-13gpm-button: replace deprecated Gdk functionsraveit651-3/+5
2018-08-13gpm-brightness: replace deprecated Gdk functionsraveit651-8/+11
2018-06-23release 1.21.0v1.21.0raveit651-0/+7
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