diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ee6ed5..0a92cf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2021-2024 XMuli -# SPDX-GitHub: https://github.com/XMuli/flipped +# SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED # SPDX-Author: XMuli cmake_minimum_required(VERSION 3.5) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 2228c17..b349129 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1,6 +1,6 @@ # SPDX-License-Identifier: MIT # SPDX-FileCopyrightText: 2021-2024 XMuli -# SPDX-GitHub: https://github.com/XMuli/flipped +# SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED # SPDX-Author: XMuli cmake_minimum_required(VERSION 3.5) @@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.5) set(project_name FLIPPED) set(project_version_major 1) set(project_version_minor 5) -set(project_version_path 0) +set(project_version_path 1) set(project_version ${project_version_major}.${project_version_minor}.${project_version_path}) project(${project_name} VERSION ${project_version} LANGUAGES CXX) @@ -19,8 +19,8 @@ set(CMAKE_AUTORCC ON) set(CMAKE_CXX_STANDARD 17) set(CMAKE_CXX_STANDARD_REQUIRED ON) set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_SOURCE_DIR}/../bin") # qtcreator + msvc 可执行文件的输出目录 -set(CMAKE_BINARY_DIR "${EXECUTABLE_OUTPUT_PATH}") # visual studio 2022 可执行的输出目录 -file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}) # 创建输出目录 +set(CMAKE_BINARY_DIR "${EXECUTABLE_OUTPUT_PATH}") # visual studio 2022 可执行的输出目录 +file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}) # 创建输出目录 set(_VERSION ${VERSION}) #message("--------------------->${QT_VERSION} ${QT_VERSION_MAJOR} ${QT_VERSION_MINOR} ${QT_VERSION_PATCH}") @@ -388,7 +388,6 @@ endif() #打包和压缩*************************************************************************************** # 拷贝 ssl 和对应的 qt 依赖 - if(APPLE) add_custom_command(TARGET ${project_name} POST_BUILD COMMAND "${windeployqt} ${EXECUTABLE_OUTPUT_PATH}/${project_name}.app" -verbose=1 diff --git a/src/core/arrowline.cpp b/src/core/arrowline.cpp index 0e829b2..eae03e3 100644 --- a/src/core/arrowline.cpp +++ b/src/core/arrowline.cpp @@ -1,9 +1,8 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli - #include "arrowline.h" ArrowLine::ArrowLine(double lineWidth, const QPointF &p1, const QPointF &p2) @@ -11,7 +10,6 @@ ArrowLine::ArrowLine(double lineWidth, const QPointF &p1, const QPointF &p2) , m_p1(p1) , m_p2(p2) { - } const QPainterPath ArrowLine::arrowLine() const diff --git a/src/core/arrowline.h b/src/core/arrowline.h index c2f3280..146351f 100644 --- a/src/core/arrowline.h +++ b/src/core/arrowline.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef ARROWLINE_H diff --git a/src/core/isingleton.h b/src/core/isingleton.h index e7d629d..b379237 100644 --- a/src/core/isingleton.h +++ b/src/core/isingleton.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef TSINGLETON_H diff --git a/src/core/xlog.h b/src/core/xlog.h index b96fa6c..1218dc9 100644 --- a/src/core/xlog.h +++ b/src/core/xlog.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef XLOG_H diff --git a/src/core/xqtlog.cpp b/src/core/xqtlog.cpp index 16c0dc1..679d4e1 100644 --- a/src/core/xqtlog.cpp +++ b/src/core/xqtlog.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "xqtlog.h" diff --git a/src/core/xqtlog.h b/src/core/xqtlog.h index 3c0a975..76ab6af 100644 --- a/src/core/xqtlog.h +++ b/src/core/xqtlog.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef XQTLOG_H diff --git a/src/main.cpp b/src/main.cpp index c594800..97d8a16 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include diff --git a/src/platform/iwininfo.cpp b/src/platform/iwininfo.cpp index d7baaed..b18f3b3 100644 --- a/src/platform/iwininfo.cpp +++ b/src/platform/iwininfo.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "iwininfo.h" diff --git a/src/platform/iwininfo.h b/src/platform/iwininfo.h index 18cf0da..a7b90cb 100644 --- a/src/platform/iwininfo.h +++ b/src/platform/iwininfo.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef IWININFO_H diff --git a/src/platform/wininfo.cpp b/src/platform/wininfo.cpp index 6ca7bb0..0fe0d04 100644 --- a/src/platform/wininfo.cpp +++ b/src/platform/wininfo.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "wininfo.h" diff --git a/src/platform/wininfo.h b/src/platform/wininfo.h index 5fc8354..819e653 100644 --- a/src/platform/wininfo.h +++ b/src/platform/wininfo.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef WININFO_H diff --git a/src/platform/wininfo_win.cpp b/src/platform/wininfo_win.cpp index 26899a8..66d5b24 100644 --- a/src/platform/wininfo_win.cpp +++ b/src/platform/wininfo_win.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "wininfo_win.h" diff --git a/src/platform/wininfo_win.h b/src/platform/wininfo_win.h index d1641e0..31aa8c6 100644 --- a/src/platform/wininfo_win.h +++ b/src/platform/wininfo_win.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef WININFO_WIN_H diff --git a/src/pluginsinterface/iplugininterface.cpp b/src/pluginsinterface/iplugininterface.cpp index 65a3f38..4bbf418 100644 --- a/src/pluginsinterface/iplugininterface.cpp +++ b/src/pluginsinterface/iplugininterface.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "iplugininterface.h" diff --git a/src/pluginsinterface/iplugininterface.h b/src/pluginsinterface/iplugininterface.h index 9aceb0f..824cd1f 100644 --- a/src/pluginsinterface/iplugininterface.h +++ b/src/pluginsinterface/iplugininterface.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef IPLUGININTERFACE_H diff --git a/src/preference/appellation.cpp b/src/preference/appellation.cpp index 0bdcb3a..1063b9c 100644 --- a/src/preference/appellation.cpp +++ b/src/preference/appellation.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "appellation.h" diff --git a/src/preference/appellation.h b/src/preference/appellation.h index 607b78c..91abc08 100644 --- a/src/preference/appellation.h +++ b/src/preference/appellation.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef APPELLATION_H diff --git a/src/preference/hotkeyswidget.cpp b/src/preference/hotkeyswidget.cpp index 40b6571..7eb9394 100644 --- a/src/preference/hotkeyswidget.cpp +++ b/src/preference/hotkeyswidget.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "hotkeyswidget.h" diff --git a/src/preference/hotkeyswidget.h b/src/preference/hotkeyswidget.h index 2e939fb..065ba7d 100644 --- a/src/preference/hotkeyswidget.h +++ b/src/preference/hotkeyswidget.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef HOTKEYSWIDGET_H diff --git a/src/preference/prefmanage.cpp b/src/preference/prefmanage.cpp index 1ec249f..ed7b6a6 100644 --- a/src/preference/prefmanage.cpp +++ b/src/preference/prefmanage.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "prefmanage.h" diff --git a/src/preference/prefmanage.h b/src/preference/prefmanage.h index 4b4ae8e..0d8a184 100644 --- a/src/preference/prefmanage.h +++ b/src/preference/prefmanage.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef PREFMANAGE_H diff --git a/src/preference/prefmanage.ui b/src/preference/prefmanage.ui index 568acf6..d3fb265 100644 --- a/src/preference/prefmanage.ui +++ b/src/preference/prefmanage.ui @@ -29,7 +29,7 @@ QTabWidget::Rounded - 0 + 5 @@ -1143,7 +1143,7 @@ - :/resources/logo/logo.png + :/resources/logo/logo.png true @@ -1275,7 +1275,7 @@ - <html><head/><body><p><a href="https://github.com/XMuli/FLIPPED"><span style=" text-decoration: underline; color:#008000;">GitHub</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/SunnyScreenshot/FLIPPED"><span style=" text-decoration: underline; color:#008000;">GitHub</span></a></p></body></html> Qt::RichText @@ -1336,7 +1336,7 @@ - + diff --git a/src/screen/datamaid.cpp b/src/screen/datamaid.cpp index 489d9ae..0f15b44 100644 --- a/src/screen/datamaid.cpp +++ b/src/screen/datamaid.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "datamaid.h" diff --git a/src/screen/datamaid.h b/src/screen/datamaid.h index 70654e5..bae5314 100644 --- a/src/screen/datamaid.h +++ b/src/screen/datamaid.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef DATAMAID_H diff --git a/src/screen/drawhelper.cpp b/src/screen/drawhelper.cpp index d53495b..690165d 100644 --- a/src/screen/drawhelper.cpp +++ b/src/screen/drawhelper.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "drawhelper.h" diff --git a/src/screen/drawhelper.h b/src/screen/drawhelper.h index 27238b3..6bbd40c 100644 --- a/src/screen/drawhelper.h +++ b/src/screen/drawhelper.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef XDRAW_H diff --git a/src/screen/rectcalcu.cpp b/src/screen/rectcalcu.cpp index 6a9ad25..e21ddf1 100644 --- a/src/screen/rectcalcu.cpp +++ b/src/screen/rectcalcu.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "rectcalcu.h" diff --git a/src/screen/rectcalcu.h b/src/screen/rectcalcu.h index 01aed6e..f160a91 100644 --- a/src/screen/rectcalcu.h +++ b/src/screen/rectcalcu.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef PICSHOT_RECTCALCU_H diff --git a/src/screen/screenshot.cpp b/src/screen/screenshot.cpp index 5be818a..a6f79ee 100644 --- a/src/screen/screenshot.cpp +++ b/src/screen/screenshot.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "screenshot.h" diff --git a/src/screen/screenshot.h b/src/screen/screenshot.h index 8c003fa..eaa473c 100644 --- a/src/screen/screenshot.h +++ b/src/screen/screenshot.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef PICSHOT_WINFULLSCREEN_H diff --git a/src/screen/tray.cpp b/src/screen/tray.cpp index 0f49af1..90ee236 100644 --- a/src/screen/tray.cpp +++ b/src/screen/tray.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "tray.h" diff --git a/src/screen/tray.h b/src/screen/tray.h index 19ddf64..750c1ad 100644 --- a/src/screen/tray.h +++ b/src/screen/tray.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef TRAY_H diff --git a/src/tool/base/blurwidget.cpp b/src/tool/base/blurwidget.cpp index 5316644..5d8c2b8 100644 --- a/src/tool/base/blurwidget.cpp +++ b/src/tool/base/blurwidget.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "blurwidget.h" diff --git a/src/tool/base/blurwidget.h b/src/tool/base/blurwidget.h index e92c70d..58a2b0b 100644 --- a/src/tool/base/blurwidget.h +++ b/src/tool/base/blurwidget.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef BLURWIDGET_H diff --git a/src/tool/base/colorparabar.cpp b/src/tool/base/colorparabar.cpp index afab278..c774e47 100644 --- a/src/tool/base/colorparabar.cpp +++ b/src/tool/base/colorparabar.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "colorparabar.h" diff --git a/src/tool/base/colorparabar.h b/src/tool/base/colorparabar.h index 7b3895b..17bef09 100644 --- a/src/tool/base/colorparabar.h +++ b/src/tool/base/colorparabar.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef COLORPARABAR_H #define COLORPARABAR_H diff --git a/src/tool/base/managebar.cpp b/src/tool/base/managebar.cpp index 71968f3..cc952b4 100644 --- a/src/tool/base/managebar.cpp +++ b/src/tool/base/managebar.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "managebar.h" diff --git a/src/tool/base/managebar.h b/src/tool/base/managebar.h index b592a7e..bde3370 100644 --- a/src/tool/base/managebar.h +++ b/src/tool/base/managebar.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef MANAGEBAR_H #define MANAGEBAR_H diff --git a/src/tool/magnifier/magnifier.cpp b/src/tool/magnifier/magnifier.cpp index 2dafe95..4e9f13c 100644 --- a/src/tool/magnifier/magnifier.cpp +++ b/src/tool/magnifier/magnifier.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "magnifier.h" diff --git a/src/tool/magnifier/magnifier.h b/src/tool/magnifier/magnifier.h index 9238323..b999638 100644 --- a/src/tool/magnifier/magnifier.h +++ b/src/tool/magnifier/magnifier.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef MAGNIFIER_H #define MAGNIFIER_H diff --git a/src/tool/parameterbar.cpp b/src/tool/parameterbar.cpp index 87c7005..8df1efc 100644 --- a/src/tool/parameterbar.cpp +++ b/src/tool/parameterbar.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "parameterbar.h" diff --git a/src/tool/parameterbar.h b/src/tool/parameterbar.h index a3571c1..3d160a3 100644 --- a/src/tool/parameterbar.h +++ b/src/tool/parameterbar.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef PARAMETERBAR_H diff --git a/src/tool/pin/pinwidget.cpp b/src/tool/pin/pinwidget.cpp index 7b14f1c..30f0a2b 100644 --- a/src/tool/pin/pinwidget.cpp +++ b/src/tool/pin/pinwidget.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "pinwidget.h" diff --git a/src/tool/pin/pinwidget.h b/src/tool/pin/pinwidget.h index 9d7f944..bcfad36 100644 --- a/src/tool/pin/pinwidget.h +++ b/src/tool/pin/pinwidget.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef XFRAMELESSWIDGET_H diff --git a/src/tool/selectbar.cpp b/src/tool/selectbar.cpp index 6fb5c2a..2bbaa1d 100644 --- a/src/tool/selectbar.cpp +++ b/src/tool/selectbar.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "selectbar.h" #include diff --git a/src/tool/selectbar.h b/src/tool/selectbar.h index e39fb72..2f44aac 100644 --- a/src/tool/selectbar.h +++ b/src/tool/selectbar.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef SELECTBAR_H diff --git a/src/tool/selectsize/selectsize.cpp b/src/tool/selectsize/selectsize.cpp index 84980f9..85c7a5e 100644 --- a/src/tool/selectsize/selectsize.cpp +++ b/src/tool/selectsize/selectsize.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "selectsize.h" diff --git a/src/tool/selectsize/selectsize.h b/src/tool/selectsize/selectsize.h index 11ded46..26ee50a 100644 --- a/src/tool/selectsize/selectsize.h +++ b/src/tool/selectsize/selectsize.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef SELECTSIZE_H diff --git a/src/translations/en_US.ts b/src/translations/en_US.ts index 603efd6..4e11235 100644 --- a/src/translations/en_US.ts +++ b/src/translations/en_US.ts @@ -472,12 +472,12 @@ - <html><head/><body><p><a href="https://github.com/XMuli/FLIPPED"><span style=" text-decoration: underline; color:#008000;">GitHub</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/XMuli/FLIPPED/blob/master/LICENSE"><span style=" text-decoration: underline; color:green;">Licenses</span></a></p></body></html> - <html><head/><body><p><a href="https://github.com/XMuli/FLIPPED/blob/master/LICENSE"><span style=" text-decoration: underline; color:green;">Licenses</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/SunnyScreenshot/FLIPPED"><span style=" text-decoration: underline; color:#008000;">GitHub</span></a></p></body></html> diff --git a/src/translations/zh_CN.ts b/src/translations/zh_CN.ts index 0d7b7ad..5a1b67e 100644 --- a/src/translations/zh_CN.ts +++ b/src/translations/zh_CN.ts @@ -472,12 +472,12 @@ - <html><head/><body><p><a href="https://github.com/XMuli/FLIPPED"><span style=" text-decoration: underline; color:#008000;">GitHub</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/XMuli/FLIPPED/blob/master/LICENSE"><span style=" text-decoration: underline; color:green;">Licenses</span></a></p></body></html> - <html><head/><body><p><a href="https://github.com/XMuli/FLIPPED/blob/master/LICENSE"><span style=" text-decoration: underline; color:green;">Licenses</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/SunnyScreenshot/FLIPPED"><span style=" text-decoration: underline; color:#008000;">GitHub</span></a></p></body></html> diff --git a/src/translations/zh_TW.ts b/src/translations/zh_TW.ts index 2c232e3..b088322 100644 --- a/src/translations/zh_TW.ts +++ b/src/translations/zh_TW.ts @@ -472,12 +472,12 @@ - <html><head/><body><p><a href="https://github.com/XMuli/FLIPPED"><span style=" text-decoration: underline; color:#008000;">GitHub</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/XMuli/FLIPPED/blob/master/LICENSE"><span style=" text-decoration: underline; color:green;">Licenses</span></a></p></body></html> - <html><head/><body><p><a href="https://github.com/XMuli/FLIPPED/blob/master/LICENSE"><span style=" text-decoration: underline; color:green;">Licenses</span></a></p></body></html> + <html><head/><body><p><a href="https://github.com/SunnyScreenshot/FLIPPED"><span style=" text-decoration: underline; color:#008000;">GitHub</span></a></p></body></html> diff --git a/src/widget/xframewidget.cpp b/src/widget/xframewidget.cpp index 087bf5f..2330a5f 100644 --- a/src/widget/xframewidget.cpp +++ b/src/widget/xframewidget.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "xframewidget.h" diff --git a/src/widget/xframewidget.h b/src/widget/xframewidget.h index b574328..4ec5011 100644 --- a/src/widget/xframewidget.h +++ b/src/widget/xframewidget.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef XFRAMEWIDGET_H diff --git a/src/widget/xhorizontalline.cpp b/src/widget/xhorizontalline.cpp index d16d754..644b1af 100644 --- a/src/widget/xhorizontalline.cpp +++ b/src/widget/xhorizontalline.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "xhorizontalline.h" diff --git a/src/widget/xhorizontalline.h b/src/widget/xhorizontalline.h index b2c4db0..60869c2 100644 --- a/src/widget/xhorizontalline.h +++ b/src/widget/xhorizontalline.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef XHORIZONTALLINE_H diff --git a/src/widget/xkeysequenceedit.cpp b/src/widget/xkeysequenceedit.cpp index 0841bfc..173f461 100644 --- a/src/widget/xkeysequenceedit.cpp +++ b/src/widget/xkeysequenceedit.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "xkeysequenceedit.h" diff --git a/src/widget/xkeysequenceedit.h b/src/widget/xkeysequenceedit.h index 0867d02..018bb73 100644 --- a/src/widget/xkeysequenceedit.h +++ b/src/widget/xkeysequenceedit.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef XKEYSEQUENCEEDIT_H #define XKEYSEQUENCEEDIT_H diff --git a/src/widget/xlabel.cpp b/src/widget/xlabel.cpp index 37b9c19..bdf772b 100644 --- a/src/widget/xlabel.cpp +++ b/src/widget/xlabel.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "xlabel.h" #include "../xglobal.h" diff --git a/src/widget/xlabel.h b/src/widget/xlabel.h index 8ec8140..51b1966 100644 --- a/src/widget/xlabel.h +++ b/src/widget/xlabel.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef XLABEL_H diff --git a/src/widget/xroundwidget.cpp b/src/widget/xroundwidget.cpp index 6f0489f..56d92ec 100644 --- a/src/widget/xroundwidget.cpp +++ b/src/widget/xroundwidget.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "xroundwidget.h" diff --git a/src/widget/xroundwidget.h b/src/widget/xroundwidget.h index e292f55..a235294 100644 --- a/src/widget/xroundwidget.h +++ b/src/widget/xroundwidget.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef XROUNDWIDGET_H diff --git a/src/widget/xtextwidget.cpp b/src/widget/xtextwidget.cpp index f8bd4fc..27939eb 100644 --- a/src/widget/xtextwidget.cpp +++ b/src/widget/xtextwidget.cpp @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #include "xtextwidget.h" diff --git a/src/widget/xtextwidget.h b/src/widget/xtextwidget.h index 95a8128..5ccc663 100644 --- a/src/widget/xtextwidget.h +++ b/src/widget/xtextwidget.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef XTEXTWIDGET_H diff --git a/src/widget/xverticalline.h b/src/widget/xverticalline.h index 64aa16e..8f48646 100644 --- a/src/widget/xverticalline.h +++ b/src/widget/xverticalline.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef XVERTICALLINE_H #define XVERTICALLINE_H diff --git a/src/xglobal.h b/src/xglobal.h index 6049244..fa68740 100644 --- a/src/xglobal.h +++ b/src/xglobal.h @@ -1,6 +1,6 @@ // SPDX-License-Identifier: MIT // SPDX-FileCopyrightText: 2021-2024 XMuli -// SPDX-GitHub: https://github.com/XMuli/flipped +// SPDX-GitHub: https://github.com/SunnyScreenshot/FLIPPED // SPDX-Author: XMuli #ifndef XGLOBAL_H