summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)AuthorFilesLines
2021-06-22update copyright to 2021raveit6532-0/+32
2020-12-30Drop aticonfig plugin (#119)Robert Antoni Buj Gelonch4-210/+3
* aticonfig-plugin: remove unused variable warning reported by cppcheck * Remove aticonfig plugin
2020-12-28Remove cppcheck warnings about the variable scope can be reducedrbuj3-9/+12
2020-10-11hddtemp & mbmon plugins: 'GTimeVal' is deprecatedrbuj2-10/+10
2020-07-15libsensors-plugin: function declaration isn't a prototyperbuj1-1/+1
2020-06-11add git.mk to generate .gitignoretamplan18-0/+36
2020-06-11build: Fix G_LOG_DOMAIN for sensors appletrbuj17-17/+17
2020-06-11sonypi-plugin.c: Make sonypi plugin portable to GNU/HurdMartin Wimpress1-2/+4
Taken from a downstream Debian patch.
2020-06-11libsensors-plugin: Port to GRegexrbuj1-11/+18
2020-06-11Replace g_malloc0 with g_new0 and g_strduprbuj2-4/+5
2020-04-13Remove unused-variable warningrbuj2-2/+0
2020-04-10build: Use WARN_CFLAGS variablerbuj17-36/+53
2018-11-18Add NetBSD support.Jared McNeill4-0/+241
2018-03-27Fix copyright for plugin filesinfo-cppsp10-0/+10
2018-03-08Add dummy plugininfo-cppsp4-0/+176
Allows testing in a virtual machine.
2018-03-01UDisks2 plugin cleanupinfo-cppsp3-279/+187
comments cleanup init ptrs to NULL added whitespace
2018-01-27Remove deprecated udisks plugininfo-cppsp4-388/+0
udisks and dbus-glib have been deprecated for at least 5 years. Linux Mint 17.3 and therefore Ubuntu 14.04 LTS ship with udisks2 as default. I've also made a new plugin for udisks2. Let's just get rid of this, shall we?
2018-01-26udisks plugin: fix memory management for GValue variablesmonsta1-9/+9
fixes build warnings as well
2018-01-25Remove deprecated eee plugininfo-cppsp4-163/+0
According to https://github.com/mate-desktop/mate-sensors-applet/pull/64#issuecomment-358425379 the eee plugin is obsolete, the same functionality is available through lm-sensors.
2018-01-25ibm-acpi.c: Fix build warning:info-cppsp1-3/+3
ibm-acpi-plugin.c: In function ‘ibm_acpi_plugin_get_sensor_value’: ibm-acpi-plugin.c:182:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%*[^\n]"); /* Skip to the End of the Line */ ^ ibm-acpi-plugin.c:183:13: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result] fscanf(fp, "%*1[\n]"); /* Skip One Newline */
2018-01-17eee-plugin.c: Fix build warning:Pablo Barciela1-2/+1
Fixes the build warning: eee-plugin.c: In function ‘eee_plugin_get_sensor_value’: eee-plugin.c:92:20: warning: too many arguments for format [-Wformat-extra-args] if (fscanf(fp, "%f", &sensor_value, units) < 1) { ^~~~
2017-11-26Fix indents 04info-cppsp5-844/+802
2017-11-26Fix indents 03info-cppsp4-740/+693
2017-11-26Fix indents 02info-cppsp4-523/+533
2017-11-26Fix indents 01info-cppsp4-377/+367
2017-10-18fixed memory leaks in update_device()info-cppsp1-28/+63
2017-10-18added udisks2 plugininfo-cppsp4-0/+603
2015-07-20hddtemp: Remove duplicate variableinfirit1-1/+0
It causes segfault and fixes #34
2015-07-07hddtemp: use g_strcmp0 instead of strcmpinfirit1-3/+3
Passing NULL to strcmp could be unsafe or at the minimum result in undefined behaviour. g_strcmp0 handles NULL gracefully and returns 0.
2015-07-07Fix implicit declaration of functioninfirit1-0/+1
2015-07-07Fix up string check errorsAlex Murray1-1/+6
2015-07-07Add new mbmon pluginDaniele Napolitano4-0/+308
Adapted for mate-sensors-applet by [email protected]
2015-07-07Add support for nvidia thermal and cooler sensorsJan Ohlsen1-6/+61
Adds support for NV_CTRL_THERMAL_SENSOR_READING as alternative to NV_CTRL_GPU_CORE_TEMPERATURE and NV_CTRL_THERMAL_COOLER_LEVEL for reading fan speeds on more modern NVIDIA GPUs.
2015-07-07hddtemp-plugin: close socket fd if connect fails to avoid leaking fdAlex Murray1-0/+1
2015-07-07Cleanup and make udisks plugin poll for new valueAlex Murray1-65/+84
Changed() signal doesn't occur that often so instead poll each time to ensure we have the most up-to-date value
2015-07-07Cleanup debugging in libsensors pluginAlex Murray1-2/+2
2015-07-07Cleanup hddtemp plugin socket reading code to avoid possible memory corruptionAlex Murray1-19/+20
Make sure we don't write past the bounds of the output buffer - thanks to JeanFI for noticing this issue.
2015-07-07Revert "Remove unused variable"infirit1-0/+1
This reverts commit d8579bd621de7940780565343d4d8df7c50f9403.
2015-07-07Remove unused variableinfirit1-1/+0
2015-01-14we don't need g_type_init (in GLib >= 2.36)Monsta1-2/+0
Closes https://github.com/mate-desktop/mate-sensors-applet/pull/21
2013-03-21update make files for autoconf 1.13raveit15-15/+15
2012-12-18hddtemp-plugin: Fix string compareStefano Karapetsas1-1/+2
2012-12-18Add missing includesStefano Karapetsas1-0/+1
2012-11-22Merge pull request #3 from jrversteegh/udisks_by_idSteve Zesch1-17/+37
Udisks by id rather than device node
2012-11-18fixed incorrect fsf addresses.Steve Zesch30-30/+30
2012-07-26Also use id in hash table of sensorsJaap Versteegh1-9/+12
2012-07-26List disks by persistent id rather than device nodeJaap Versteegh1-14/+31
2011-12-14remove autogenerated filesStefano Karapetsas16-9385/+0
2011-11-24fixed makefile in eee pluginStefano Karapetsas2-3/+3
2011-11-23automakeStefano Karapetsas16-77/+77