summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-08-10avoid deprecated gdk_screen_width/heightZenWalker1-17/+19
2017-08-09avoid deprecated gdk_screen_get_width/heightZenWalker2-4/+14
2017-08-07Revert "weather-prefs: correct help link for testing"raveit651-1/+1
This reverts commit 3d77c091475841c891785bcb8b2063f6801d36fd.
2017-08-05trashapplet: don't use deprecated gtk_show_uriraveit651-0/+14
2017-08-05stickynotes: don't use deprecated gtk_show_uriraveit652-9/+30
2017-08-05netspeed: don't use deprecated gtk_show_uriraveit651-0/+9
2017-08-05multiload: don't use deprecated gtk_show_uriraveit652-6/+20
2017-08-05weather-prefs: correct help link for testingraveit651-1/+1
2017-08-05weather: don't use deprecated gtk_show_uriraveit653-6/+27
2017-08-05geyes: don't use deprecated gtk_show_uriraveit652-6/+20
2017-08-05drivemount: don't use deprecated gtk_show_uriraveit651-3/+10
2017-08-05cpufreq: don't use deprecated gtk_show_uriraveit652-6/+16
2017-08-05charpick: don't use deprecated gtk_show_uriraveit652-0/+14
2017-08-05battstat: don't use deprecated gtk_show_uriraveit651-0/+4
2017-08-05accessx-status: don't use deprecated gtk_show_uriraveit651-0/+7
2017-08-05add new digital themeerfan kheyrollahi4-0/+10
2017-07-24pre-release version bumpraveit652-1/+3
2017-07-24release 1.19.0v1.19.0raveit651-0/+18
2017-07-24drivemount: fix a build warningraveit651-1/+1
Wincompatible-pointer-types
2017-07-24sync with transifexraveit659-374/+378
2017-07-24cpufreq-prefs: don't use deprecated gtk_show_uriraveit651-0/+4
2017-07-23bump libmateweather requirement to 1.19.1raveit651-1/+1
2017-07-23If location changes, abort any outstanding weather updatesScott Balneaves1-0/+1
2017-07-23Added logic to not send notification if weather update is equal (as decided ↵Scott Balneaves3-1/+12
by weather_info_equal ()) to the previous update
2017-07-18update issue_templateraveit651-0/+3
2017-07-12avoid deprecated gdk_screen_get_numberZenWalker1-10/+10
2017-07-09If the list is empty, it will show media-floppy iconmarosg3-91/+166
2017-07-08stickynotes: reword previous commit a bit and don't leak dir namemonsta1-2/+4
similar to how it's done in https://git.gnome.org/browse/gnome-applets/commit/?id=cbadc03ed7fe432bbbe37932c2c81d7d5181fe15
2017-07-01stickynotes: create parent dir for "stickynotes-applet.xml" if it does not ↵oliver-joos1-1/+3
exist. Fixes issue #254
2017-06-08create issue_template.mdraveit651-0/+16
2017-05-20Restore Polish translation credits from GNOMEPiotr Drąg1-6/+16
2017-05-09Load graph scales automatically according to average load, draws horicontal ↵marosg6-162/+213
grid lines for each load level.
2017-04-18trashapplet: remove unused codemonsta2-370/+0
2017-04-06sync with transifexraveit658-1243/+1225
2017-04-02cpufreq:set frequency on all coreslukefromdc1-23/+41
Still can be set to monitor any given core's speed but sets governor or userspace speed on all cores together
2017-03-30pre-bump versionraveit652-1/+3
2017-03-23Possible fix for https://github.com/mate-desktop/mate-applets/issues/225 fix ↵Scott Balneaves1-0/+5
GError memory leak
2017-03-23Fix for crasher in Command applet. Closes ↵Scott Balneaves1-13/+7
https://github.com/mate-desktop/mate-applets/issues/235
2017-03-13Bump version to 1.18.0v1.18.0Martin Wimpress1-1/+1
2017-03-13Sync translations.Martin Wimpress109-41315/+40683
2017-03-13update NEWS for 1.18monsta1-8/+12
2017-02-23accessx-status: avoid deprecated gtk_widget_render_iconraveit651-8/+8
note: gtk_widget_render_icon_pixbuf is deprecated with 3.10 but gtk_widget_render_icon has been deprecated since version 3.0, so this improve the situation a bit.
2017-02-07drivemount: fix runtime warnings with GTK+ 3.20/22monsta1-1/+15
use modern padding and margin properties to fix deprecation warnings use zero border width to fix negative allocation warning and set widget name to make it actually work
2017-02-07mateweather: show proper help section for each tab of prefs dialogmonsta1-12/+18
closes https://github.com/mate-desktop/mate-applets/issues/143
2017-02-07mateweather: fix build warningmonsta1-2/+2
2017-01-31charpick: fix runtime warnings with GTK+ 3.20/22monsta1-0/+33
use modern padding and margin properties to fix deprecation warnings use zero border width to fix negative allocation warning similar to these fixes: https://github.com/mate-desktop/mate-panel/commit/07b3132af934bd61629be064206d7d12e59baa88 https://github.com/mate-desktop/mate-panel/commit/d06d561dfca50f269c6113bf72fd10e063713942
2017-01-31charpick: add missing static declaration for variablemonsta1-1/+1
2017-01-14CpuFreq: fix warning from GTK_ORIENTABLElukefromdc1-3/+1
gtk_orientable_get_orientation now throws warnings so remove it. It does not appear to work anyway. Applet tested in a vertical (left side) panel as well as a horizontal one, as long as the vertical panel is wide enough to accept the applet it works and puts the frequency and units on two levels. Puts them on one level in a horizontal panel.
2017-01-14Trash: fix size allocation warninglukefromdc1-2/+3
This code was copied from button-widget.c, which did not throw allocation warnings. Only real difference was position of the "size_allocate" function. Moving it stopped the warnings on restarting mate-panel
2017-01-13Update mate-applets NEWS to use consistent, project wide, markdown-like ↵Martin Wimpress1-112/+97
formatting. This will make generating release announcements easier.