summaryrefslogtreecommitdiffstats
path: root/meta-xfce/recipes-panel-plugins/sensors/xfce4-sensors-plugin
Commit message (Collapse)AuthorAgeFilesLines
* xfce4-sensors-plugin: upgrade 1.4.1 -> 1.4.2Andreas Müller2021-11-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | Release notes for 1.4.2 ======================= Besides the bug fixes and feature updates listed below, this release migrates the source code from C to C++ in order to increase type-safety, to use reference counting and containers for semi-automatic memory management where possible, and to slightly improve source code readability. - Prevent overlap of tachometer titles - Improved standalone app layout - Fix crash in hddtemp codepath with a SATA SSD drive - Increase default temperature ranges of HDDs and NVIDIA GPUs by 10℃ - Remove default values from RC configuration files - Suppress title after the user adds the 1st sensor - Remove hard-coded limits restricting the maximum number of sensors - Test all possible build configurations using brute-force search - Use xfce4::connect instead of the less safe g_signal_connect - Enable lm_sensors in GitLab distcheck - Fix memory leaks - Translation Updates Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-sensors-plugin: upgrade 1.3.92 -> 1.3.95Andreas Müller2021-01-061-118/+0
| | | | | | | | | | | | | First version compatible to xfce 4.16 Release notes for 1.3.95 ======================== Updated translations; code cleanups (thanks to all contributors and Xfce dev team); compatibility to Xfce 4.16. Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-sensors-plugin: Fix build with -fno-commonKhem Raj2020-08-131-0/+118
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* xfce4-sensors-plugin: Change defaults to useful onesAndreas Müller2020-02-251-0/+44
Every time I added xfce4-sensors-plugin to panel xfce4-sensors-plugin suggested sensors not exactly useful. So change defaults: * remove lmsensors * make sysfsacpi work and don't disable it because that's where embedded machines drop useful information Background: Have spent lots of efforts to get Raspi4 cooled properly while running at gouvernor 'performance' and rendering music. Would like to see if it really wears a cool hat [1] [1] https://github.com/schnitzeltony/rpi-cool-hat Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>