Skip to content

Conversation

@yixinshark
Copy link
Contributor

@yixinshark
Copy link
Contributor Author

dde-appearance缺少kf6的部分库,已经处理但还没有进仓库:linuxdeepin/developer-center#10923

@deepin-bot
Copy link

deepin-bot bot commented Nov 22, 2024

TAG Bot

New tag: 1.1.38
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #153

@deepin-bot
Copy link

deepin-bot bot commented Nov 29, 2024

TAG Bot

New tag: 1.1.39
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #157

@deepin-bot
Copy link

deepin-bot bot commented Dec 6, 2024

TAG Bot

New tag: 1.1.40
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #160

@deepin-bot
Copy link

deepin-bot bot commented Dec 9, 2024

TAG Bot

New tag: 1.1.41
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #162

@deepin-bot
Copy link

deepin-bot bot commented Dec 13, 2024

TAG Bot

New tag: 1.1.42
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #168

@deepin-bot
Copy link

deepin-bot bot commented Dec 24, 2024

TAG Bot

New tag: 1.1.43
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #174

@deepin-bot
Copy link

deepin-bot bot commented Jan 2, 2025

TAG Bot

New tag: 1.1.44
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #175

@deepin-bot
Copy link

deepin-bot bot commented Jan 9, 2025

TAG Bot

New tag: 1.1.45
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #178

@deepin-bot
Copy link

deepin-bot bot commented Jan 16, 2025

TAG Bot

New tag: 1.1.46
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #180

@deepin-bot
Copy link

deepin-bot bot commented Feb 14, 2025

TAG Bot

New tag: 1.1.47
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #182

@deepin-bot
Copy link

deepin-bot bot commented Feb 21, 2025

TAG Bot

New tag: 1.1.48
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #186

@deepin-bot
Copy link

deepin-bot bot commented Feb 28, 2025

TAG Bot

New tag: 1.1.49
DISTRIBUTION: unstable
Suggest: synchronizing this PR through rebase #189

@yixinshark yixinshark force-pushed the chore-qt6 branch 2 times, most recently from 276fe50 to a3ac023 Compare March 4, 2025 06:55
@deepin-ci-robot
Copy link

deepin pr auto review

代码审查意见:

  1. CMakeLists.txt文件中,将cmake_minimum_required(VERSION 3.11)改为cmake_minimum_required(VERSION 3.16)可能会引入不兼容的问题,需要确认新版本CMake是否支持所有依赖项和功能。

  2. CMakeLists.txt文件中,添加了cmake_policy(SET CMP0160 OLD),这可能会影响CMake的某些新特性,需要确认这一改动是否符合项目需求。

  3. CMakeLists.txt文件中,将CMAKE_SHARED_LINKER_FLAGS设置为-Wl,--no-undefined,这可能会影响共享库的链接,需要确认这一改动是否符合项目需求。

  4. fakewm/CMakeLists.txt文件中,将find_package(Qt5 REQUIRED COMPONENTS Core DBus Concurrent Gui)改为find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core DBus Concurrent Gui),这可能会影响Qt版本的选择,需要确认这一改动是否符合项目需求。

  5. fakewm/CMakeLists.txt文件中,将qt5_add_dbus_adaptor改为qt_add_dbus_adaptor,这可能会影响Qt版本的选择,需要确认这一改动是否符合项目需求。

  6. fakewm/dbus/deepinwmfaker.cpp文件中,移除了#include <QDBusReply>,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  7. fakewm/dbus/deepinwmfaker.cpp文件中,移除了#include <KF5/KConfigCore/KConfig>等头文件,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  8. fakewm/dbus/deepinwmfaker.cpp文件中,添加了#include <KF6/KConfigCore/KConfigGroup>等头文件,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  9. fakewm/dbus/deepinwmfaker.cpp文件中,移除了KWindowEffects::isEffectAvailable等函数调用,这可能会影响代码的功能,需要确认这一改动是否符合项目需求。

  10. fakewm/dbus/deepinwmfaker.cpp文件中,添加了callHighlightWindows函数,这可能会影响代码的功能,需要确认这一改动是否符合项目需求。

  11. misc/translations/CMakeLists.txt文件中,移除了execute_process命令,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  12. misc/translations/CMakeLists.txt文件中,添加了qt_add_translations命令,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  13. misc/translations/CMakeLists.txt文件中,移除了file(GLOB QM_FILES "translations/*.qm")命令,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  14. misc/translations/CMakeLists.txt文件中,添加了install(FILES ${TR_QM_FILES} DESTINATION ${CMAKE_INSTALL_DATADIR}/${PLUGIN_NAME}/translations)命令,这可能会影响代码的安装,需要确认这一改动是否符合项目需求。

  15. src/service/CMakeLists.txt文件中,移除了qt5_add_dbus_adaptor命令,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  16. src/service/CMakeLists.txt文件中,添加了qt_add_dbus_adaptor命令,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  17. src/service/CMakeLists.txt文件中,移除了add_library(${BIN_NAME} MODULE命令,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  18. src/service/CMakeLists.txt文件中,添加了add_library(${PLUGIN_NAME} MODULE命令,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  19. src/service/CMakeLists.txt文件中,移除了target_link_libraries(${BIN_NAME} PRIVATE命令,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  20. src/service/CMakeLists.txt文件中,添加了target_link_libraries(${PLUGIN_NAME} PRIVATE命令,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  21. src/service/impl/appearancemanager.cpp文件中,移除了#include <xcb/randr.h>#include <xcb/xcb.h>等头文件,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  22. src/service/impl/appearancemanager.cpp文件中,添加了#include <QRandomGenerator>等头文件,这可能会影响代码的编译,需要确认这一改动是否符合项目需求。

  23. src/service/impl/appearancemanager.cpp文件中,移除了QRegExp的使用,这可能会影响代码的功能,需要确认这一改动是否符合项目需求。

  24. src/service/impl/appearancemanager.cpp文件中,添加了QRegularExpression的使用,这可能会影响代码的功能,需要确认这一改动是否符合项目需求。

  25. src/service/impl/appearancemanager.cpp文件中,移除了QTimeZone的使用,这可能会影响代码的功能,需要确认这一改动是否符合项目需求。

  26. src/service/impl/appearancemanager.cpp文件中,添加了QRandomGenerator的使用,这可能会影响代码的功能,需要确认这一改动是否符合项目需求。

  27. src/service/impl/appearancemanager.cpp文件中,移除了QThread的使用,这可能会影响代码的功能,需要确认这一改动是否符合项目需求。

总体来说,这些改动可能会影响代码的编译、功能、安装等方面,需要进一步确认这些改动是否符合项目需求。

@deepin-ci-robot
Copy link

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: fly602, yixinshark

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@yixinshark yixinshark merged commit 19ba76f into linuxdeepin:master Mar 5, 2025
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants