Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KSystemStats
Commits
0ef6c501
Commit
0ef6c501
authored
Apr 13, 2021
by
Arjen Hiemstra
Browse files
GPL
parent
d35d6b1d
Changes
64
Hide whitespace changes
Inline
Side-by-side
autotests/main.cpp
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Edmundson <davidedmundson@kde.org>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include <QtTest>
...
...
plugins/cpu/cpu.cpp
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "cpu.h"
...
...
plugins/cpu/cpu.h
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#ifndef CPU_H
...
...
plugins/cpu/cpuplugin.cpp
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "cpuplugin.h"
...
...
plugins/cpu/cpuplugin.h
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#ifndef CPUPLUGIN_H
...
...
plugins/cpu/cpuplugin_p.h
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#ifndef CPUPLUGIN_P_H
...
...
plugins/cpu/freebsdcpuplugin.cpp
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "freebsdcpuplugin.h"
...
...
plugins/cpu/freebsdcpuplugin.h
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#ifndef FREEBSDCPU_H
...
...
plugins/cpu/linuxcpu.cpp
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "linuxcpu.h"
...
...
plugins/cpu/linuxcpu.h
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#ifndef LINUXCPU_H
...
...
plugins/cpu/linuxcpuplugin.cpp
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "linuxcpuplugin.h"
...
...
plugins/cpu/linuxcpuplugin.h
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#ifndef LINUXCPUPLUGIN_H
#define LINUXCPUPLUGIN_H
...
...
plugins/cpu/usagecomputer.cpp
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "usagecomputer.h"
...
...
plugins/cpu/usagecomputer.h
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#ifndef USAGECOMPUTER_H
#define USAGECOMPUTER_H
...
...
plugins/disks/disks.cpp
View file @
0ef6c501
...
...
@@ -2,7 +2,7 @@
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-FileCopyrightText: 2020 Harald Sitter <sitter@kde.org>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "disks.h"
...
...
plugins/disks/disks.h
View file @
0ef6c501
/*
SPDX-FileCopyrightText: 2020 David Redondo <kde@david-redondo.de>
SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#ifndef DISKS_H
...
...
plugins/gpu/AllGpus.cpp
View file @
0ef6c501
/*
* SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
* SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*
* SPDX-FileCopyrightText: 2020 Arjen Hiemstra <ahiemstra@heimr.nl>
*/
...
...
plugins/gpu/AllGpus.h
View file @
0ef6c501
/*
* SPDX-FileCopyrightText: 2020 Arjen Hiemstra <ahiemstra@heimr.nl>
*
* SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
* SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#pragma once
...
...
plugins/gpu/GpuBackend.cpp
View file @
0ef6c501
/*
* SPDX-FileCopyrightText: 2020 Arjen Hiemstra <ahiemstra@heimr.nl>
*
* SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
* SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "GpuBackend.h"
plugins/gpu/GpuBackend.h
View file @
0ef6c501
/*
* SPDX-FileCopyrightText: 2020 Arjen Hiemstra <ahiemstra@heimr.nl>
*
* SPDX-License-Identifier: GPL-2.
1
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
* SPDX-License-Identifier: GPL-2.
0
-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#pragma once
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment