summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-06-23sync with transifexraveit65139-3966/+40681
2018-06-17pre-bump versionraveit652-1/+3
2018-03-27Fix copyright for plugin filesinfo-cppsp10-0/+10
2018-03-23tx: update config with branch specific resouresraveit651-2/+2
2018-03-17tx: add makepot and .pot filesraveit652-0/+488
2018-03-12transifex: set minimum_perc and type in config fileraveit651-0/+2
2018-03-08Add dummy plugininfo-cppsp5-1/+191
Allows testing in a virtual machine.
2018-03-01UDisks2 plugin cleanupinfo-cppsp3-279/+187
comments cleanup init ptrs to NULL added whitespace
2018-02-27release 1.20.1raveit652-15/+23
2018-02-27sync with transifexraveit651-3/+3
2018-02-26fix save order of sensors v2info-cppsp4-89/+496
2018-02-25prefs-dialog: drop unneeded space in general tabraveit651-0/+2
In result the second column of the GtkGrid will always expand to the full grid width.
2018-02-25prefs-dialog: set a min_width for enable_columnraveit651-0/+3
2018-02-25prefs-dialog: use hscrollbar-policy GTK_POLICY_NEVERraveit651-1/+1
fixes https://github.com/mate-desktop/mate-sensors-applet/issues/76
2018-02-08fix GtkStock deprecationsinfo-cppsp3-15/+22
2018-01-31release 1.20v1.20.0raveit652-1/+18
2018-01-31require GTK+ 3.22 and GLib 2.50raveit654-22/+2
2018-01-30build: enable udisk2 plugin againraveit651-0/+6
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