Prettify license headers
This commit is contained in:
parent
1fb9f6f13a
commit
4ce853e8e4
932 changed files with 5598 additions and 5603 deletions
|
@ -1,12 +1,12 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
|
|
||||||
#include "appmenu.h"
|
#include "appmenu.h"
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#ifndef KWIN_ABSTRACT_CLIENT_H
|
#ifndef KWIN_ABSTRACT_CLIENT_H
|
||||||
#define KWIN_ABSTRACT_CLIENT_H
|
#define KWIN_ABSTRACT_CLIENT_H
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "abstract_opengl_context_attribute_builder.h"
|
#include "abstract_opengl_context_attribute_builder.h"
|
||||||
|
|
||||||
namespace KWin
|
namespace KWin
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <QDebug>
|
#include <QDebug>
|
||||||
#include <kwin_export.h>
|
#include <kwin_export.h>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2018 Roman Gilg <subdiff@gmail.com>
|
SPDX-FileCopyrightText: 2018 Roman Gilg <subdiff@gmail.com>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "abstract_output.h"
|
#include "abstract_output.h"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2019 Roman Gilg <subdiff@gmail.com>
|
SPDX-FileCopyrightText: 2019 Roman Gilg <subdiff@gmail.com>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#ifndef KWIN_ABSTRACT_OUTPUT_H
|
#ifndef KWIN_ABSTRACT_OUTPUT_H
|
||||||
#define KWIN_ABSTRACT_OUTPUT_H
|
#define KWIN_ABSTRACT_OUTPUT_H
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2019 Roman Gilg <subdiff@gmail.com>
|
SPDX-FileCopyrightText: 2019 Roman Gilg <subdiff@gmail.com>
|
||||||
SPDX-FileCopyrightText: 2020 David Edmundson <davidedmundson@kde.org>
|
SPDX-FileCopyrightText: 2020 David Edmundson <davidedmundson@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "abstract_wayland_output.h"
|
#include "abstract_wayland_output.h"
|
||||||
|
|
||||||
#include "screens.h"
|
#include "screens.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2019 Roman Gilg <subdiff@gmail.com>
|
SPDX-FileCopyrightText: 2019 Roman Gilg <subdiff@gmail.com>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#ifndef KWIN_ABSTRACT_WAYLAND_OUTPUT_H
|
#ifndef KWIN_ABSTRACT_WAYLAND_OUTPUT_H
|
||||||
#define KWIN_ABSTRACT_WAYLAND_OUTPUT_H
|
#define KWIN_ABSTRACT_WAYLAND_OUTPUT_H
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich <ettrich@kde.org>
|
SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich <ettrich@kde.org>
|
||||||
SPDX-FileCopyrightText: 2003 Lubos Lunak <l.lunak@kde.org>
|
SPDX-FileCopyrightText: 2003 Lubos Lunak <l.lunak@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "activities.h"
|
#include "activities.h"
|
||||||
// KWin
|
// KWin
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
|
|
12
activities.h
12
activities.h
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#ifndef KWIN_ACTIVITIES_H
|
#ifndef KWIN_ACTIVITIES_H
|
||||||
#define KWIN_ACTIVITIES_H
|
#define KWIN_ACTIVITIES_H
|
||||||
|
|
||||||
|
|
16
appmenu.cpp
16
appmenu.cpp
|
@ -1,13 +1,13 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2011 Lionel Chauvin <megabigbug@yahoo.fr>
|
SPDX-FileCopyrightText: 2011 Lionel Chauvin <megabigbug@yahoo.fr>
|
||||||
SPDX-FileCopyrightText: 2011, 2012 Cédric Bellegarde <gnumdk@gmail.com>
|
SPDX-FileCopyrightText: 2011, 2012 Cédric Bellegarde <gnumdk@gmail.com>
|
||||||
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "appmenu.h"
|
#include "appmenu.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
#include "workspace.h"
|
#include "workspace.h"
|
||||||
|
|
16
appmenu.h
16
appmenu.h
|
@ -1,13 +1,13 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2011 Lionel Chauvin <megabigbug@yahoo.fr>
|
SPDX-FileCopyrightText: 2011 Lionel Chauvin <megabigbug@yahoo.fr>
|
||||||
SPDX-FileCopyrightText: 2011, 2012 Cédric Bellegarde <gnumdk@gmail.com>
|
SPDX-FileCopyrightText: 2011, 2012 Cédric Bellegarde <gnumdk@gmail.com>
|
||||||
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#ifndef KWIN_APPMENU_H
|
#ifndef KWIN_APPMENU_H
|
||||||
#define KWIN_APPMENU_H
|
#define KWIN_APPMENU_H
|
||||||
// KWin
|
// KWin
|
||||||
|
|
16
atoms.cpp
16
atoms.cpp
|
@ -1,13 +1,13 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich <ettrich@kde.org>
|
SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich <ettrich@kde.org>
|
||||||
SPDX-FileCopyrightText: 2003 Lubos Lunak <l.lunak@kde.org>
|
SPDX-FileCopyrightText: 2003 Lubos Lunak <l.lunak@kde.org>
|
||||||
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "atoms.h"
|
#include "atoms.h"
|
||||||
|
|
||||||
|
|
16
atoms.h
16
atoms.h
|
@ -1,13 +1,13 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich <ettrich@kde.org>
|
SPDX-FileCopyrightText: 1999, 2000 Matthias Ettrich <ettrich@kde.org>
|
||||||
SPDX-FileCopyrightText: 2003 Lubos Lunak <l.lunak@kde.org>
|
SPDX-FileCopyrightText: 2003 Lubos Lunak <l.lunak@kde.org>
|
||||||
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2013 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#ifndef KWIN_ATOMS_H
|
#ifndef KWIN_ATOMS_H
|
||||||
#define KWIN_ATOMS_H
|
#define KWIN_ATOMS_H
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "mock_drm.h"
|
#include "mock_drm.h"
|
||||||
|
|
||||||
#include <QMap>
|
#include <QMap>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include <cstddef>
|
#include <cstddef>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "mock_drm.h"
|
#include "mock_drm.h"
|
||||||
#include "../../plugins/platforms/drm/drm_object.h"
|
#include "../../plugins/platforms/drm/drm_object.h"
|
||||||
#include <QtTest>
|
#include <QtTest>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2014 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2014 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include <kwineffects.h>
|
#include <kwineffects.h>
|
||||||
|
|
||||||
namespace KWin
|
namespace KWin
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2014 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2014 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include <kwineffects.h>
|
#include <kwineffects.h>
|
||||||
|
|
||||||
namespace KWin
|
namespace KWin
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "activities.h"
|
#include "activities.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2019 Roman Gilg <subdiff@gmail.com>
|
SPDX-FileCopyrightText: 2019 Roman Gilg <subdiff@gmail.com>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "generic_scene_opengl_test.h"
|
#include "generic_scene_opengl_test.h"
|
||||||
|
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Roman Gilg <subdiff@gmail.com>
|
SPDX-FileCopyrightText: 2017 Roman Gilg <subdiff@gmail.com>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
effects.windowAdded.connect(function(w) {
|
effects.windowAdded.connect(function(w) {
|
||||||
w.fadeAnimation = effect.animate(w, Effect.Opacity, 100, 1.0, 0.0);
|
w.fadeAnimation = effect.animate(w, Effect.Opacity, 100, 1.0, 0.0);
|
||||||
});
|
});
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2018 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2018 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-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 "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "atoms.h"
|
#include "atoms.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "debug_console.h"
|
#include "debug_console.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2018 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2018 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "composite.h"
|
#include "composite.h"
|
||||||
#include "effectloader.h"
|
#include "effectloader.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
|
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2018 David Edmundson <davidedmundson@kde.org>
|
SPDX-FileCopyrightText: 2018 David Edmundson <davidedmundson@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "scripting/scriptedeffect.h"
|
#include "scripting/scriptedeffect.h"
|
||||||
#include "libkwineffects/anidata_p.h"
|
#include "libkwineffects/anidata_p.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
#include "composite.h"
|
#include "composite.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
#include "composite.h"
|
#include "composite.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "composite.h"
|
#include "composite.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2018 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2018 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
#include "composite.h"
|
#include "composite.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "generic_scene_opengl_test.h"
|
#include "generic_scene_opengl_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "composite.h"
|
#include "composite.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include <QClipboard>
|
#include <QClipboard>
|
||||||
#include <QGuiApplication>
|
#include <QGuiApplication>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
SPDX-FileCopyrightText: 2019 David Edmundson <davidedmundson@kde.org>
|
SPDX-FileCopyrightText: 2019 David Edmundson <davidedmundson@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include <QEventLoop>
|
#include <QEventLoop>
|
||||||
#include <QTimer>
|
#include <QTimer>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include <QClipboard>
|
#include <QClipboard>
|
||||||
#include <QGuiApplication>
|
#include <QGuiApplication>
|
||||||
#include <QPainter>
|
#include <QPainter>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "keyboard_input.h"
|
#include "keyboard_input.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "keyboard_input.h"
|
#include "keyboard_input.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "../../platform.h"
|
#include "../../platform.h"
|
||||||
#include "../../composite.h"
|
#include "../../composite.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#ifndef KWIN_WAYLAND_TEST_H
|
#ifndef KWIN_WAYLAND_TEST_H
|
||||||
#define KWIN_WAYLAND_TEST_H
|
#define KWIN_WAYLAND_TEST_H
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
|
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "atoms.h"
|
#include "atoms.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2018 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2018 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
#include "input.h"
|
#include "input.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "wayland_server.h"
|
#include "wayland_server.h"
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2019 David Edmundson <davidedmundson@kde.org>
|
SPDX-FileCopyrightText: 2019 David Edmundson <davidedmundson@kde.org>
|
||||||
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "generic_scene_opengl_test.h"
|
#include "generic_scene_opengl_test.h"
|
||||||
|
|
||||||
class SceneOpenGLESTest : public GenericSceneOpenGLTest
|
class SceneOpenGLESTest : public GenericSceneOpenGLTest
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "generic_scene_opengl_test.h"
|
#include "generic_scene_opengl_test.h"
|
||||||
|
|
||||||
class SceneOpenGLTest : public GenericSceneOpenGLTest
|
class SceneOpenGLTest : public GenericSceneOpenGLTest
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "composite.h"
|
#include "composite.h"
|
||||||
#include "effectloader.h"
|
#include "effectloader.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
#include "effectloader.h"
|
#include "effectloader.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2018 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2015 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "screenlockerwatcher.h"
|
#include "screenlockerwatcher.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "main.h"
|
#include "main.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "atoms.h"
|
#include "atoms.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "atoms.h"
|
#include "atoms.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2017 Martin Flöser <mgraesslin@kde.org>
|
||||||
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
SPDX-FileCopyrightText: 2019 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
|
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
SPDX-FileCopyrightText: 2019 David Edmundson <davidedmundson@kde.org>
|
SPDX-FileCopyrightText: 2019 David Edmundson <davidedmundson@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "cursor.h"
|
#include "cursor.h"
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
#include "x11client.h"
|
#include "x11client.h"
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
/********************************************************************
|
/*
|
||||||
KWin - the KDE window manager
|
KWin - the KDE window manager
|
||||||
This file is part of the KDE project.
|
This file is part of the KDE project.
|
||||||
|
|
||||||
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
SPDX-FileCopyrightText: 2016 Martin Gräßlin <mgraesslin@kde.org>
|
||||||
SPDX-FileCopyrightText: 2019 Roman Gilg <subdiff@gmail.com>
|
SPDX-FileCopyrightText: 2019 Roman Gilg <subdiff@gmail.com>
|
||||||
|
|
||||||
SPDX-License-Identifier: GPL-2.0-or-later
|
SPDX-License-Identifier: GPL-2.0-or-later
|
||||||
*********************************************************************/
|
*/
|
||||||
#include "kwin_wayland_test.h"
|
#include "kwin_wayland_test.h"
|
||||||
#include "abstract_client.h"
|
#include "abstract_client.h"
|
||||||
#include "platform.h"
|
#include "platform.h"
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue