- 19 Nov, 2020 13 commits
-
-
Arjen Hiemstra authored
Now all are SPDX with LGPL2.1/3.0/EV
-
Arjen Hiemstra authored
Not necessarily very relevant currently but makes the code more consistent and future proof.
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
So it can be used when calculating values for aggregates.
-
Arjen Hiemstra authored
Also use std::vector for the container so we can use emplace()
-
David Redondo authored
-
Arjen Hiemstra authored
-
Arjen Hiemstra authored
Because Nvidia devices don't need the update.
-
Arjen Hiemstra authored
Since neither the AMD nor the Nvidia GPUs support reporting memory temeperature.
-
Arjen Hiemstra authored
Ported from the "nvidia" plugin
-
Arjen Hiemstra authored
Only AMD GPUs on Linux supported so far, but those report a nice set of details.
-
- 11 Nov, 2020 2 commits
-
-
Denis Biryukov authored
-
David Redondo authored
It can happen the Solid reports an empty string as serial. Let's just use the last part of the udi as id for now if that happens, it looks reasonable enough for this. Some exaples: udi = '/org/freedesktop/UPower/devices/battery_BAT0' udi = '/org/freedesktop/UPower/devices/keyboard_hid_0018o04F3o280Ex0001_battery' udi = '/org/freedesktop/UPower/devices/mouse_hidpp_battery_0'
-
- 10 Nov, 2020 1 commit
-
-
Jonathan Riddell authored
GIT_SILENT
-
- 09 Nov, 2020 1 commit
-
-
David Redondo authored
BUG:427204
-
- 07 Nov, 2020 1 commit
-
-
Script Kiddy authored
-
- 02 Nov, 2020 1 commit
-
-
David Redondo authored
BUG:428561
-
- 01 Nov, 2020 1 commit
-
-
Script Kiddy authored
-
- 29 Oct, 2020 2 commits
-
-
David Redondo authored
In instantiatePlugins the plugins are ordered according to the configured libraries paths of the environment. When we load the plugins we are currently doing the opposite of what we want. We load first the plugin from the directory with the highest priority, some time later we load the same plugin from a folder with a lower priority and then use the containers from this plugin and throw the existing containers away!
-
David Redondo authored
We do not need the other ones and I had already removed it on other places of this file but overlooked it here.
-
- 27 Oct, 2020 1 commit
-
-
Jonathan Riddell authored
GIT_SILENT
-
- 23 Oct, 2020 1 commit
-
-
Laurent Montel authored
-
- 22 Oct, 2020 1 commit
-
-
Laurent Montel authored
-
- 20 Oct, 2020 2 commits
-
-
Laurent Montel authored
-
Jonathan Riddell authored
GIT_SILENT
-
- 16 Oct, 2020 1 commit
-
-
Arjen Hiemstra authored
We update the network speed every 2s to match the daemon update rate. However, this means that when calculating the difference between the current and the previous, we get twice the amount since we are a calculating the difference over 2s. So divide by 2 to get the byte rate per second.
-
- 14 Oct, 2020 1 commit
-
-
David Redondo authored
-
- 12 Oct, 2020 11 commits
-
-
David Redondo authored
If the device is removed, we cannot create a Device from the udi anymore.
-
David Redondo authored
Should fix the CI
-
David Redondo authored
-
David Redondo authored
-
David Redondo authored
-
David Redondo authored
-
David Redondo authored
-
David Redondo authored
-
David Redondo authored
-
David Redondo authored
Use it for Temperature and for eventaul sysctl sensor.
-
David Redondo authored
-