summaryrefslogtreecommitdiff
path: root/sensors-applet/active-sensor.c
AgeCommit message (Collapse)AuthorFilesLines
2023-04-28Fix Compilation Warningzhuyaliang1-3/+2
2021-12-11Use a blank line at mostrbuj1-1/+0
2021-06-22update copyright to 2021raveit651-0/+1
2020-12-28Remove cppcheck warnings about the variable scope can be reducedrbuj1-4/+6
2020-06-11Replace g_malloc0 with g_new0 and g_strduprbuj1-2/+2
2019-07-05Remove trailing whitespacesLaurent Napias1-2/+2
2018-01-25Fix popup shower on removed HDDinfo-cppsp1-0/+5
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-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++) { ^~~
2017-11-26Fix indents 06info-cppsp1-659/+644
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-09-11i45 fix graphs invisibleinfo-cppsp1-6/+6
2017-01-19acitve-sensor: fix a warning and use gdk_rgba_parse ()raveit651-2/+2
2016-11-23move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta1-22/+0
and require mate-panel >= 1.17
2016-10-21Update tooltip only when mouse is over the appletBłażej Szczygieł1-13/+19
This can prevent problems with OpenGL on some drivers. The problem is described here: https://github.com/mate-desktop/mate-panel/issues/397 This also updates all sensors when mouse enters the applet to get updated values.
2014-05-02Add GTK3 supportStefano Karapetsas1-94/+93
2012-12-16migrate to GSettings and remove MateConf usageStefano Karapetsas1-44/+20
migrate to DBUS and remove MateComponent usage remove libmate usage and use glib instead
2012-11-18fixed incorrect fsf addresses.Steve Zesch1-1/+1
2012-01-26fix spelling error (thanks lintian)Stefano Karapetsas1-1/+1
2011-11-22converted to MATE (thanks to perberos)Stefano Karapetsas1-20/+20
2011-11-21Initial release bases on sensors-appletStefano Karapetsas1-0/+835