summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-03-23release 1.18.3v1.18.31.18monsta2-1/+8
2018-03-02configure.ac: fix version in commentmonsta1-1/+1
2018-03-02weather: fix possible crash when opening prefs dialogmonsta1-4/+4
fixes https://github.com/mate-desktop/mate-applets/issues/299 fallout from https://github.com/mate-desktop/mate-applets/commit/37e590249dd9d191a2331040fb879830c9ceea8e
2018-03-02build: when gtksourceview isn't found, show this package namemonsta1-1/+1
closes https://github.com/mate-desktop/mate-applets/issues/270
2017-11-09Update tooltips with latest valuesmarosg421-3/+3
Solving issue #283
2017-11-09Cpufreq: fix a build warninglukefromdc1-1/+1
2017-11-09Cpufreq: stop jumping numbers moving units labellukefromdc1-29/+38
*Force the frequency label to hold the largest size it ever takes *Reset label size with any change of theme or font to avoid truncation *Clean up a nasty mix of spaced and tabs in cpufreq_applet_refresh
2017-11-04release 1.18.2v1.18.2raveit652-1/+11
2017-11-04sync with transifexraveit654-5/+5
2017-11-04sync with transifexraveit65112-115/+115
2017-11-04sync with transifexraveit657-212/+215
2017-11-04sync with transifexraveit659-374/+378
2017-10-06update copyright year in all appletsmonsta14-14/+14
2017-09-27cpufreq: fix calculating max width of frequency/unit/percent labelsmonsta1-23/+22
fixes https://github.com/mate-desktop/mate-applets/issues/268
2017-09-22stickynotes: fix text selectionmonsta1-0/+3
fixes https://github.com/mate-desktop/mate-applets/issues/236 taken from: https://git.gnome.org/browse/gnome-applets/commit/?id=e189ba213c0f8db876dd020d1d80b9f8b576dd75
2017-09-22cpufreq: refresh applet size on style change (e.g. font size)monsta1-0/+16
2017-09-06cpufreq: fix random invisibility of the appletmonsta1-2/+2
2017-07-10stickynotes: 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-10stickynotes: create parent dir for "stickynotes-applet.xml" if it does not ↵oliver-joos1-1/+3
exist. Fixes issue #254
2017-04-06release 1.18.1v1.18.1raveit652-1/+7
2017-04-06sync with transifexraveit658-1243/+1225
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.
2016-12-24build: require libmateweather >= 1.17.0 (GTK+3 only)monsta1-1/+1
2016-12-06netspeed: fix couple of typos in schemamonsta1-2/+2
2016-11-29release 1.17.0v1.17.0raveit651-0/+7
2016-11-29add new languageraveit651-0/+1
2016-11-29sync with transiflexraveit6510-320/+3183
2016-11-22move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta46-1489/+134
and require mate-panel >= 1.17 WARNING: use GTK+3 build of libmateweather for this build. that lib is not migrated to GTK+3 only as we will possibly use libgweather instead of it.
2016-11-22mateweather: fix temperature label placement with GTK+3monsta1-0/+2
ported from: https://git.gnome.org/browse/gnome-applets/commit/?id=ee226b4e01cd36b528521b012046dd599e89cfbd
2016-11-22fix some indent and a couple of typosmonsta6-34/+34
2016-11-22build: require libmateweather 1.16.0monsta1-1/+1
2016-11-22build: check for stable release of libgtopmonsta1-1/+1
2016-10-26command: move command output processing into separate functionmonsta1-49/+59
2016-09-19release 1.16.0v1.16.0raveit651-1/+1
2016-09-19update NEWS for 1.16monsta1-51/+16
2016-09-19sync with Transifexmonsta3-276/+278
2016-09-01release 1.15.2v1.15.2raveit651-0/+23