Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-08 | create issue_template.md | raveit65 | 1 | -0/+16 | |
2017-05-20 | Restore Polish translation credits from GNOME | Piotr Drąg | 1 | -6/+16 | |
2017-05-09 | Load graph scales automatically according to average load, draws horicontal ↵ | marosg | 6 | -162/+213 | |
grid lines for each load level. | |||||
2017-04-18 | trashapplet: remove unused code | monsta | 2 | -370/+0 | |
2017-04-06 | sync with transifex | raveit65 | 8 | -1243/+1225 | |
2017-04-02 | cpufreq:set frequency on all cores | lukefromdc | 1 | -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-30 | pre-bump version | raveit65 | 2 | -1/+3 | |
2017-03-23 | Possible fix for https://github.com/mate-desktop/mate-applets/issues/225 fix ↵ | Scott Balneaves | 1 | -0/+5 | |
GError memory leak | |||||
2017-03-23 | Fix for crasher in Command applet. Closes ↵ | Scott Balneaves | 1 | -13/+7 | |
https://github.com/mate-desktop/mate-applets/issues/235 | |||||
2017-03-13 | Bump version to 1.18.0v1.18.0 | Martin Wimpress | 1 | -1/+1 | |
2017-03-13 | Sync translations. | Martin Wimpress | 109 | -41315/+40683 | |
2017-03-13 | update NEWS for 1.18 | monsta | 1 | -8/+12 | |
2017-02-23 | accessx-status: avoid deprecated gtk_widget_render_icon | raveit65 | 1 | -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-07 | drivemount: fix runtime warnings with GTK+ 3.20/22 | monsta | 1 | -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-07 | mateweather: show proper help section for each tab of prefs dialog | monsta | 1 | -12/+18 | |
closes https://github.com/mate-desktop/mate-applets/issues/143 | |||||
2017-02-07 | mateweather: fix build warning | monsta | 1 | -2/+2 | |
2017-01-31 | charpick: fix runtime warnings with GTK+ 3.20/22 | monsta | 1 | -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-31 | charpick: add missing static declaration for variable | monsta | 1 | -1/+1 | |
2017-01-14 | CpuFreq: fix warning from GTK_ORIENTABLE | lukefromdc | 1 | -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-14 | Trash: fix size allocation warning | lukefromdc | 1 | -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-13 | Update mate-applets NEWS to use consistent, project wide, markdown-like ↵ | Martin Wimpress | 1 | -112/+97 | |
formatting. This will make generating release announcements easier. | |||||
2016-12-24 | build: require libmateweather >= 1.17.0 (GTK+3 only) | monsta | 1 | -1/+1 | |
2016-12-06 | netspeed: fix couple of typos in schema | monsta | 1 | -2/+2 | |
2016-11-29 | release 1.17.0v1.17.0 | raveit65 | 1 | -0/+7 | |
2016-11-29 | add new language | raveit65 | 1 | -0/+1 | |
2016-11-29 | sync with transiflex | raveit65 | 10 | -320/+3183 | |
2016-11-22 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 46 | -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-22 | mateweather: fix temperature label placement with GTK+3 | monsta | 1 | -0/+2 | |
ported from: https://git.gnome.org/browse/gnome-applets/commit/?id=ee226b4e01cd36b528521b012046dd599e89cfbd | |||||
2016-11-22 | fix some indent and a couple of typos | monsta | 6 | -34/+34 | |
2016-11-22 | build: require libmateweather 1.16.0 | monsta | 1 | -1/+1 | |
2016-11-22 | build: check for stable release of libgtop | monsta | 1 | -1/+1 | |
2016-10-26 | command: move command output processing into separate function | monsta | 1 | -49/+59 | |
2016-09-19 | release 1.16.0v1.16.0 | raveit65 | 1 | -1/+1 | |
2016-09-19 | update NEWS for 1.16 | monsta | 1 | -51/+16 | |
2016-09-19 | sync with Transifex | monsta | 3 | -276/+278 | |
2016-09-01 | release 1.15.2v1.15.2 | raveit65 | 1 | -0/+23 | |
2016-09-01 | sync with transiflex | raveit65 | 5 | -24/+25 | |
2016-08-31 | cpu-freq: avoid deprecated polkit_authority_get | raveit65 | 2 | -2/+2 | |
And bump polkit requirement. polkit_authority_get is deprecated since polkit-0.97 from 2010. So the requirement bump should be save for all distros. | |||||
2016-08-31 | GTK+-3 battstat: port GtkTable to GtkGrid | raveit65 | 2 | -0/+89 | |
2016-08-31 | GTK+-3 weather-dialog: port to GtkGrid | raveit65 | 1 | -0/+117 | |
2016-08-31 | GTK+-3 mateweather port to GtkGrid | raveit65 | 1 | -0/+27 | |
2016-08-31 | GTK+-3 netspeed: port GtkTable to GtkGrid | raveit65 | 1 | -0/+42 | |
2016-08-31 | GTK+-3.20 geyes: port to GtkSeat | raveit65 | 1 | -0/+14 | |
2016-08-31 | GTK+-3 timerapplet: port to GtkGrid | raveit65 | 1 | -0/+52 | |
2016-08-31 | GTK+-3 command: port to GtkGrid | raveit65 | 1 | -0/+36 | |
2016-08-31 | GTK+-3 multiload: port to GtkColorChooser and GdkRGBA | raveit65 | 3 | -3/+61 | |
2016-08-31 | sticky-notes: drop duplicate code | raveit65 | 1 | -34/+1 | |
2016-08-16 | cpufreq: remove useless #include | monsta | 1 | -3/+0 | |
there's implicit declaration warning with or without it, see https://bugzilla.kernel.org/show_bug.cgi?id=153161 | |||||
2016-08-15 | cpufreq: fix build warning when polkit is disabled | monsta | 1 | -0/+2 | |
2016-08-15 | build: make --enable-suid option really work | monsta | 1 | -5/+5 | |