Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-25 | Fix popup shower on removed HDD | info-cppsp | 1 | -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-14 | active-sensor.c: Fix build warning: | Pablo Barciela | 1 | -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-26 | Fix indents 06 | info-cppsp | 1 | -659/+644 | |
2017-11-05 | Stop jumping applet as numbers change | lukefromdc | 1 | -3/+21 | |
Hold the value labels to the largest size they have been unless the units have just been shown or hidden. | |||||
2017-09-11 | i45 fix graphs invisible | info-cppsp | 1 | -6/+6 | |
2017-01-19 | acitve-sensor: fix a warning and use gdk_rgba_parse () | raveit65 | 1 | -2/+2 | |
2016-11-23 | move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build option | monsta | 1 | -22/+0 | |
and require mate-panel >= 1.17 | |||||
2016-10-21 | Update tooltip only when mouse is over the applet | Bł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-02 | Add GTK3 support | Stefano Karapetsas | 1 | -94/+93 | |
2012-12-16 | migrate to GSettings and remove MateConf usage | Stefano Karapetsas | 1 | -44/+20 | |
migrate to DBUS and remove MateComponent usage remove libmate usage and use glib instead | |||||
2012-11-18 | fixed incorrect fsf addresses. | Steve Zesch | 1 | -1/+1 | |
2012-01-26 | fix spelling error (thanks lintian) | Stefano Karapetsas | 1 | -1/+1 | |
2011-11-22 | converted to MATE (thanks to perberos) | Stefano Karapetsas | 1 | -20/+20 | |
2011-11-21 | Initial release bases on sensors-applet | Stefano Karapetsas | 1 | -0/+835 | |