LICENSE
@@ -186,7 +186,8 @@ same "printed page" as the copyright notice for easier identification within third-party archives. Copyright 2021-2023 Stdware Collections Copyright (C) 2023-2024 Stdware Collections Copyright (C) 2021-2023 wangwenx190 (Yuhang Zhao) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. src/core/contexts/abstractwindowcontext.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "abstractwindowcontext_p.h" #include <QtGui/QPen> src/core/contexts/abstractwindowcontext_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef ABSTRACTWINDOWCONTEXT_P_H #define ABSTRACTWINDOWCONTEXT_P_H src/core/contexts/cocoawindowcontext.mm
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "cocoawindowcontext_p.h" #include <objc/runtime.h> src/core/contexts/cocoawindowcontext_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef COCOAWINDOWCONTEXT_P_H #define COCOAWINDOWCONTEXT_P_H src/core/contexts/qtwindowcontext.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "qtwindowcontext_p.h" #include <QtCore/QDebug> src/core/contexts/qtwindowcontext_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef QTWINDOWCONTEXT_P_H #define QTWINDOWCONTEXT_P_H src/core/contexts/win32windowcontext.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "win32windowcontext_p.h" #include <optional> src/core/contexts/win32windowcontext_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef WIN32WINDOWCONTEXT_P_H #define WIN32WINDOWCONTEXT_P_H src/core/kernel/nativeeventfilter.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "nativeeventfilter_p.h" #include <QtCore/QAbstractNativeEventFilter> src/core/kernel/nativeeventfilter_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef NATIVEEVENTFILTER_P_H #define NATIVEEVENTFILTER_P_H src/core/kernel/sharedeventfilter.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "sharedeventfilter_p.h" namespace QWK { src/core/kernel/sharedeventfilter_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef SHAREDEVENTFILTER_P_H #define SHAREDEVENTFILTER_P_H src/core/qwindowkit_linux.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef QWINDOWKIT_LINUX_H #define QWINDOWKIT_LINUX_H src/core/qwindowkit_windows.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "qwindowkit_windows.h" namespace QWK { src/core/qwindowkit_windows.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef QWINDOWKIT_WINDOWS_H #define QWINDOWKIT_WINDOWS_H src/core/qwkglobal.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef QWKGLOBAL_H #define QWKGLOBAL_H src/core/qwkglobal_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef QWKGLOBAL_P_H #define QWKGLOBAL_P_H src/core/shared/qwkwindowsextra_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef QWKWINDOWSEXTRA_P_H #define QWKWINDOWSEXTRA_P_H src/core/shared/systemwindow_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef SYSTEMWINDOW_P_H #define SYSTEMWINDOW_P_H src/core/style/styleagent.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "styleagent.h" #include "styleagent_p.h" src/core/style/styleagent.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef STYLEAGENT_H #define STYLEAGENT_H src/core/style/styleagent_linux.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "styleagent_p.h" #include <QtCore/QVariant> src/core/style/styleagent_mac.mm
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "styleagent_p.h" #include <Cocoa/Cocoa.h> src/core/style/styleagent_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef STYLEAGENTPRIVATE_H #define STYLEAGENTPRIVATE_H src/core/style/styleagent_win.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "styleagent_p.h" #include <QtCore/QSet> src/core/windowagentbase.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "windowagentbase.h" #include "windowagentbase_p.h" src/core/windowagentbase.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef WINDOWAGENTBASE_H #define WINDOWAGENTBASE_H src/core/windowagentbase_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef WINDOWAGENTBASEPRIVATE_H #define WINDOWAGENTBASEPRIVATE_H src/core/windowitemdelegate.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "windowitemdelegate_p.h" namespace QWK { src/core/windowitemdelegate_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef WINDOWITEMDELEGATE_P_H #define WINDOWITEMDELEGATE_P_H src/quick/quickitemdelegate.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "quickitemdelegate_p.h" #include <QtQuick/QQuickItem> src/quick/quickitemdelegate_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef QUICKITEMDELEGATE_P_H #define QUICKITEMDELEGATE_P_H src/quick/quickwindowagent.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "quickwindowagent.h" #include "quickwindowagent_p.h" src/quick/quickwindowagent.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef QUICKWINDOWAGENT_H #define QUICKWINDOWAGENT_H src/quick/quickwindowagent_mac.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "quickwindowagent_p.h" namespace QWK { src/quick/quickwindowagent_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef QUICKWINDOWAGENTPRIVATE_H #define QUICKWINDOWAGENTPRIVATE_H src/quick/quickwindowagent_win.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "quickwindowagent_p.h" #include <QtQuick/QQuickPaintedItem> src/quick/qwkquickglobal.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "qwkquickglobal.h" #include <QtQml/QQmlEngine> src/quick/qwkquickglobal.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef QWKQUICKGLOBAL_H #define QWKQUICKGLOBAL_H src/widgets/qwkwidgetsglobal.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef QWKWIDGETSGLOBAL_H #define QWKWIDGETSGLOBAL_H src/widgets/widgetitemdelegate.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "widgetitemdelegate_p.h" #include <QtGui/QMouseEvent> src/widgets/widgetitemdelegate_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef WIDGETITEMDELEGATE_P_H #define WIDGETITEMDELEGATE_P_H src/widgets/widgetwindowagent.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "widgetwindowagent.h" #include "widgetwindowagent_p.h" src/widgets/widgetwindowagent.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef WIDGETWINDOWAGENT_H #define WIDGETWINDOWAGENT_H src/widgets/widgetwindowagent_mac.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "widgetwindowagent_p.h" #include <QtGui/QtEvents> src/widgets/widgetwindowagent_p.h
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #ifndef WIDGETWINDOWAGENTPRIVATE_H #define WIDGETWINDOWAGENTPRIVATE_H src/widgets/widgetwindowagent_win.cpp
@@ -1,3 +1,6 @@ // Copyright (C) 2023-2024 Stdware Collections // SPDX-License-Identifier: Apache-2.0 #include "widgetwindowagent_p.h" #include <QtCore/QDebug>