-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes the code more readable.
- Loading branch information
Showing
219 changed files
with
219 additions
and
657 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// Copyright (C) 2017 Jolla Ltd, author: <[email protected]> | ||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only | ||
|
||
#ifndef AURORA_COMPOSITOR_WAYLANDBUFFERREF_H | ||
#define AURORA_COMPOSITOR_WAYLANDBUFFERREF_H | ||
#pragma once | ||
|
||
#include <LiriAuroraCompositor/liriauroracompositorglobal.h> | ||
#include <QtGui/QImage> | ||
|
@@ -92,4 +91,3 @@ class LIRIAURORACOMPOSITOR_EXPORT WaylandBufferRef | |
|
||
} // namespace Aurora | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// Copyright (C) 2017 Pier Luigi Fiorini <[email protected]> | ||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only | ||
|
||
#ifndef AURORA_COMPOSITOR_WAYLANDCLIENT_H | ||
#define AURORA_COMPOSITOR_WAYLANDCLIENT_H | ||
#pragma once | ||
|
||
#include <LiriAuroraCompositor/liriauroracompositorglobal.h> | ||
#include <LiriAuroraCompositor/aurorawaylandqmlinclude.h> | ||
|
@@ -78,4 +77,3 @@ public Q_SLOTS: | |
|
||
} // namespace Aurora | ||
|
||
#endif // AURORA_COMPOSITOR_WAYLANDCLIENT_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// Copyright (C) 2017 Jolla Ltd, author: <[email protected]> | ||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only | ||
|
||
#ifndef AURORA_WAYLAND_DESTROYLISTENER_P_H | ||
#define AURORA_WAYLAND_DESTROYLISTENER_P_H | ||
#pragma once | ||
|
||
// | ||
// W A R N I N G | ||
|
@@ -45,4 +44,3 @@ class WaylandDestroyListenerPrivate | |
|
||
} // namespace Aurora | ||
|
||
#endif // AURORA_WAYLAND_DESTROYLISTENER_P_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// Copyright (C) 2017 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only | ||
|
||
#ifndef AURORA_COMPOSITOR_WAYLANDINPUTMETHODCONTROL_H | ||
#define AURORA_COMPOSITOR_WAYLANDINPUTMETHODCONTROL_H | ||
#pragma once | ||
|
||
#include <QtGui/qtguiglobal.h> | ||
#include <QtCore/QObject> | ||
|
@@ -55,4 +54,3 @@ class WaylandInputMethodControl : public QObject | |
|
||
} // namespace Aurora | ||
|
||
#endif // AURORA_COMPOSITOR_WAYLANDINPUTMETHODCONTROL_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// Copyright (C) 2017 Klarälvdalens Datakonsult AB, a KDAB Group company, [email protected] | ||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only | ||
|
||
#ifndef AURORA_COMPOSITOR_WAYLANDINPUTMETHODCONTROL_P_H | ||
#define AURORA_COMPOSITOR_WAYLANDINPUTMETHODCONTROL_P_H | ||
#pragma once | ||
|
||
// | ||
// W A R N I N G | ||
|
@@ -57,4 +56,3 @@ class LIRIAURORACOMPOSITOR_EXPORT WaylandInputMethodControlPrivate | |
|
||
} // namespace Aurora | ||
|
||
#endif // AURORA_COMPOSITOR_WAYLANDINPUTMETHODCONTROL_P_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// Copyright (C) 2017 Pier Luigi Fiorini <[email protected]> | ||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only | ||
|
||
#ifndef AURORA_COMPOSITOR_WAYLANDOUTPUTMODE_H | ||
#define AURORA_COMPOSITOR_WAYLANDOUTPUTMODE_H | ||
#pragma once | ||
|
||
#include <LiriAuroraCompositor/liriauroracompositorglobal.h> | ||
#include <QtCore/QSize> | ||
|
@@ -41,4 +40,3 @@ class LIRIAURORACOMPOSITOR_EXPORT WaylandOutputMode | |
|
||
Q_DECLARE_TYPEINFO(Aurora::Compositor::WaylandOutputMode, Q_MOVABLE_TYPE); | ||
|
||
#endif // AURORA_COMPOSITOR_WAYLANDOUTPUTMODE_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// Copyright (C) 2017 Pier Luigi Fiorini <[email protected]> | ||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only | ||
|
||
#ifndef AURORA_COMPOSITOR_WAYLANDOUTPUTMODE_P_H | ||
#define AURORA_COMPOSITOR_WAYLANDOUTPUTMODE_P_H | ||
#pragma once | ||
|
||
#include <LiriAuroraCompositor/WaylandOutput> | ||
|
||
|
@@ -34,4 +33,3 @@ class LIRIAURORACOMPOSITOR_EXPORT WaylandOutputModePrivate | |
|
||
} // namespace Aurora | ||
|
||
#endif // AURORA_COMPOSITOR_WAYLANDOUTPUTMODE_P_H |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
// Copyright (C) 2017 Jolla Ltd, author: <[email protected]> | ||
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only | ||
|
||
#ifndef AURORA_COMPOSITOR_WAYLANDQUICKCOMPOSITOR_H | ||
#define AURORA_COMPOSITOR_WAYLANDQUICKCOMPOSITOR_H | ||
#pragma once | ||
|
||
#include <LiriAuroraCompositor/aurorawaylandcompositor.h> | ||
#include <QtQml/QQmlListProperty> | ||
|
@@ -49,4 +48,3 @@ class LIRIAURORACOMPOSITOR_EXPORT WaylandQuickCompositor : public WaylandComposi | |
|
||
} // namespace Aurora | ||
|
||
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.