summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-01-27sync with transifexraveit6567-5616/+6424
2018-01-27Remove deprecated udisks plugininfo-cppsp5-428/+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-cppsp6-165/+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-25Fix popup shower on removed HDDinfo-cppsp3-6/+30
Added timer to active sensors, to suppress infinite popups, when a drive is removed from the system, with its sensor still active in msa. fixes #62
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) { ^~~~
2018-01-14active-sensor.c: Fix build warning:Pablo Barciela1-1/+1
Fixes the build warning: active-sensor.c: In function ‘active_sensor_new’: active-sensor.c:425:44: warning: iteration 2 invokes undefined behavior [-Waggressive-loop-optimizations] active_sensor->alarm_timeout_id[i] = -1; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~ active-sensor.c:424:5: note: within this loop for (i = 0; i < NUM_NOTIFS; i++) { ^~~
2018-01-14sensors-applet.c: Fix build warning:Pablo Barciela1-1/+2
implicit declaration of function ‘sensors_applet_conf_setup_sensors’
2018-01-09update copyright year to 2018monsta1-1/+1
2017-11-26Fix indents 08info-cppsp4-1275/+1164
2017-11-26Fix indents 07info-cppsp3-1398/+1315
2017-11-26Fix indents 06info-cppsp6-761/+740
2017-11-26Fix indents 05info-cppsp4-217/+193
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-11-25Fix project cleanupinfo-cppsp2-17/+20
Moved cleanup code from my autogenclean.sh to the main Makefile.am. Now, after ./autogen.sh, make, the 'make msa-clean' command removes ALL generated files.
2017-11-05release 1.19.1v1.19.1raveit652-1/+9
2017-11-05sync with transifexraveit651-1/+1
2017-11-05Stop jumping applet as numbers changelukefromdc1-3/+21
Hold the value labels to the largest size they have been unless the units have just been shown or hidden.
2017-10-28fix save order of sensorsinfo-cppsp3-11/+134
2017-10-25i22 updated hide temperature unitsinfo-cppsp2-5/+28
I have adjusted PR 38 code slightly.
2017-10-25remove code duplication 01Unknown1-16/+15
2017-10-25Revert "release 1.19.1"raveit652-11/+1
This reverts commit 85e657b4e815822311d82c049abd439133f350f1. to early!
2017-10-18release 1.19.1raveit652-1/+11
2017-10-18fixed memory leaks in update_device()info-cppsp1-28/+63
2017-10-18added udisks2 plugininfo-cppsp6-0/+644
2017-10-08sync with Transifexmonsta65-157/+161
2017-10-03about-dialog: update copyrightmonsta1-1/+1
2017-09-11i45 fix graphs invisibleinfo-cppsp1-6/+6
2017-07-26don't use deprecated gtk_show_uriraveit653-2/+14
2017-07-26don't use deprecated GTK_STOCK_DIALOG_WARNINGraveit651-1/+1
2017-07-18update issue_templateraveit651-0/+3
2017-06-08create issue_template.mdraveit651-0/+16
2017-05-12release 1.19.0v1.19.0raveit651-0/+10
2017-05-12sync with transifexraveit6516-468/+468
2017-05-01sensor-applet.c: replace deprecated GtkMiscraveit651-4/+18
2017-05-01sensor-applet.c: avoid deprecated GTK_STOCK_MISSING_IMAGEraveit651-1/+1
2017-05-01sensor-config-dialog: avoid deprecated GtkAlignmentraveit651-48/+25
2017-04-30sensor-config-dialog: don't use deprecated GtkColorButtonraveit651-3/+3
2017-04-30prefs-dialog: add style class frame to scrolledwindowraveit651-0/+3
2017-04-30prefs-dialog: avoid deprecated GtkAlignmentraveit652-13/+7
2017-04-30prefs-dialog: avoid deprecated GTK_VBUTTON_BOX, GTK_TYPE_{H,V}BOXraveit652-5/+8
2017-03-30pre-bump versionraveit652-1/+3
2017-03-18use GTK_ALIGN_CENTER for the sensor_applet gridraveit651-0/+4
fixes https://github.com/mate-desktop/mate-sensors-applet/issues/41
2017-03-13Bump version to 1.18.0v1.18.0Martin Wimpress1-1/+1
2017-03-13Sync translations.Martin Wimpress54-2172/+2173
2017-03-13update NEWS for 1.18, also add 1.16.1 entriesmonsta1-5/+15