Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-18 | Add NetBSD support. | Jared McNeill | 4 | -0/+241 | |
2018-03-27 | Fix copyright for plugin files | info-cppsp | 10 | -0/+10 | |
2018-03-08 | Add dummy plugin | info-cppsp | 4 | -0/+176 | |
Allows testing in a virtual machine. | |||||
2018-03-01 | UDisks2 plugin cleanup | info-cppsp | 3 | -279/+187 | |
comments cleanup init ptrs to NULL added whitespace | |||||
2018-01-27 | Remove deprecated udisks plugin | info-cppsp | 4 | -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-26 | udisks plugin: fix memory management for GValue variables | monsta | 1 | -9/+9 | |
fixes build warnings as well | |||||
2018-01-25 | Remove deprecated eee plugin | info-cppsp | 4 | -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-25 | ibm-acpi.c: Fix build warning: | info-cppsp | 1 | -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-17 | eee-plugin.c: Fix build warning: | Pablo Barciela | 1 | -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-26 | Fix indents 04 | info-cppsp | 5 | -844/+802 | |
2017-11-26 | Fix indents 03 | info-cppsp | 4 | -740/+693 | |
2017-11-26 | Fix indents 02 | info-cppsp | 4 | -523/+533 | |
2017-11-26 | Fix indents 01 | info-cppsp | 4 | -377/+367 | |
2017-10-18 | fixed memory leaks in update_device() | info-cppsp | 1 | -28/+63 | |
2017-10-18 | added udisks2 plugin | info-cppsp | 4 | -0/+603 | |
2015-07-20 | hddtemp: Remove duplicate variable | infirit | 1 | -1/+0 | |
It causes segfault and fixes #34 | |||||
2015-07-07 | hddtemp: use g_strcmp0 instead of strcmp | infirit | 1 | -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-07 | Fix implicit declaration of function | infirit | 1 | -0/+1 | |
2015-07-07 | Fix up string check errors | Alex Murray | 1 | -1/+6 | |
2015-07-07 | Add new mbmon plugin | Daniele Napolitano | 4 | -0/+308 | |
Adapted for mate-sensors-applet by [email protected] | |||||
2015-07-07 | Add support for nvidia thermal and cooler sensors | Jan Ohlsen | 1 | -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-07 | hddtemp-plugin: close socket fd if connect fails to avoid leaking fd | Alex Murray | 1 | -0/+1 | |
2015-07-07 | Cleanup and make udisks plugin poll for new value | Alex Murray | 1 | -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-07 | Cleanup debugging in libsensors plugin | Alex Murray | 1 | -2/+2 | |
2015-07-07 | Cleanup hddtemp plugin socket reading code to avoid possible memory corruption | Alex Murray | 1 | -19/+20 | |
Make sure we don't write past the bounds of the output buffer - thanks to JeanFI for noticing this issue. | |||||
2015-07-07 | Revert "Remove unused variable" | infirit | 1 | -0/+1 | |
This reverts commit d8579bd621de7940780565343d4d8df7c50f9403. | |||||
2015-07-07 | Remove unused variable | infirit | 1 | -1/+0 | |
2015-01-14 | we don't need g_type_init (in GLib >= 2.36) | Monsta | 1 | -2/+0 | |
Closes https://github.com/mate-desktop/mate-sensors-applet/pull/21 | |||||
2013-03-21 | update make files for autoconf 1.13 | raveit | 15 | -15/+15 | |
2012-12-18 | hddtemp-plugin: Fix string compare | Stefano Karapetsas | 1 | -1/+2 | |
2012-12-18 | Add missing includes | Stefano Karapetsas | 1 | -0/+1 | |
2012-11-22 | Merge pull request #3 from jrversteegh/udisks_by_id | Steve Zesch | 1 | -17/+37 | |
Udisks by id rather than device node | |||||
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 30 | -30/+30 | |
2012-07-26 | Also use id in hash table of sensors | Jaap Versteegh | 1 | -9/+12 | |
2012-07-26 | List disks by persistent id rather than device node | Jaap Versteegh | 1 | -14/+31 | |
2011-12-14 | remove autogenerated files | Stefano Karapetsas | 16 | -9385/+0 | |
2011-11-24 | fixed makefile in eee plugin | Stefano Karapetsas | 2 | -3/+3 | |
2011-11-23 | automake | Stefano Karapetsas | 16 | -77/+77 | |
2011-11-23 | solved some conflicts with sensors-applet | Stefano Karapetsas | 15 | -30/+30 | |
2011-11-22 | converted to MATE (thanks to perberos) | Stefano Karapetsas | 31 | -94/+94 | |
2011-11-21 | Initial release bases on sensors-applet | Stefano Karapetsas | 62 | -0/+13145 | |