all: refactor windows code out of core

There are still some links from core to window but its now separate
enough to fix PanelWindow in qml tooling.
This commit is contained in:
outfoxxed 2024-10-28 16:18:41 -07:00
parent 1adad9e822
commit 4e48c6eefb
Signed by untrusted user: outfoxxed
GPG key ID: 4C88A185FB89301E
45 changed files with 1171 additions and 1142 deletions

View file

@ -8,8 +8,8 @@
#include <qtmetamacros.h>
#include <qwindow.h>
#include "../../../core/proxywindow.hpp"
#include "../../../core/windowinterface.hpp"
#include "../../../window/proxywindow.hpp"
#include "../../../window/windowinterface.hpp"
#include "grab.hpp"
#include "manager.hpp"

View file

@ -3,11 +3,11 @@
#include <qobject.h>
#include <qtmetamacros.h>
#include "../../core/util.hpp"
#include "../../core/model.hpp"
#include "../../core/proxywindow.hpp"
#include "../../core/qmlscreen.hpp"
#include "../../core/windowinterface.hpp"
#include "../../core/util.hpp"
#include "../../window/proxywindow.hpp"
#include "../../window/windowinterface.hpp"
#include "handle.hpp"
#include "manager.hpp"

View file

@ -5,9 +5,9 @@
#include <qtmetamacros.h>
#include "../../core/model.hpp"
#include "../../core/proxywindow.hpp"
#include "../../core/qmlscreen.hpp"
#include "../../core/util.hpp"
#include "../../window/proxywindow.hpp"
namespace qs::wayland::toplevel_management {

View file

@ -9,9 +9,9 @@
#include <qtmetamacros.h>
#include <qtypes.h>
#include "../core/panelinterface.hpp"
#include "../core/proxywindow.hpp"
#include "../core/qmlscreen.hpp"
#include "../window/panelinterface.hpp"
#include "../window/proxywindow.hpp"
#include "wlr_layershell/window.hpp"
WlrLayershell::WlrLayershell(QObject* parent)

View file

@ -8,8 +8,8 @@
#include <qtypes.h>
#include "../core/doc.hpp"
#include "../core/panelinterface.hpp"
#include "../core/proxywindow.hpp"
#include "../window/panelinterface.hpp"
#include "../window/proxywindow.hpp"
#include "wlr_layershell/window.hpp"
///! Wlroots layershell window

View file

@ -14,7 +14,7 @@
#include <qtypes.h>
#include <qwayland-wlr-layer-shell-unstable-v1.h>
#include "../../core/panelinterface.hpp"
#include "../../window/panelinterface.hpp"
#include "shell_integration.hpp"
#include "window.hpp"

View file

@ -9,7 +9,7 @@
#include <qvariant.h>
#include <qwindow.h>
#include "../../core/panelinterface.hpp"
#include "../../window/panelinterface.hpp"
#include "shell_integration.hpp"
#include "surface.hpp"

View file

@ -7,7 +7,7 @@
#include <qtypes.h>
#include <qwindow.h>
#include "../../core/panelinterface.hpp"
#include "../../window/panelinterface.hpp"
///! WlrLayershell layer.
/// See @@WlrLayershell.layer.