Commit Graph

782 Commits

Author SHA1 Message Date
github-actions[bot] df43a12293 chore: New release 5.7.19
Log:
2025-07-03 13:22:37 +00:00
yeshanshan 5042e3af39 fix: add security hardening flags to build configuration
Added security hardening compiler and linker flags to the Debian build
rules
1. Enabled all hardening options via DEB_BUILD_MAINT_OPTIONS
2. Added -Wall warning flags for C/C++ compilation
3. Added secure linker flags including RELRO, immediate binding, and
noexecstack
4. These changes improve security by enabling modern compiler
protections and reducing potential attack surfaces

fix: 在构建配置中添加安全加固标志

在 Debian 构建规则中添加了安全加固的编译器和链接器标志
1. 通过 DEB_BUILD_MAINT_OPTIONS 启用所有加固选项
2. 为 C/C++ 编译添加 -Wall 警告标志
3. 添加安全的链接器标志包括 RELRO、立即绑定和 noexecstack
4. 这些更改通过启用现代编译器保护和减少潜在攻击面来提高安全性
2025-07-03 12:59:45 +00:00
yeshanshan 72c74eec4b refactor: replace QtDBus with libdbus-1 in dsgapplication
The changes replace QtDBus implementation with direct libdbus-1 calls
in dsgapplication.cpp for better control and performance. Key changes
include:
1. Added libdbus-1-dev as build dependency in debian/control
2. Updated CMakeLists.txt to find and link against libdbus-1
3. Implemented new utility functions checkDBusServiceActivatable and
callDBusIdentifyMethod using libdbus-1 API
4. Removed QtDBus dependencies and replaced with direct D-Bus calls
5. Added proper error handling and resource cleanup for D-Bus
connections

This change provides more direct control over D-Bus interactions
and removes QtDBus dependency overhead while maintaining the same
functionality.

refactor: 在 dsgapplication 中用 libdbus-1 替换 QtDBus

这些更改用直接的 libdbus-1 调用替换了 dsgapplication.cpp 中的 QtDBus 实
现,以获得更好的控制和性能。主要变更包括:
1. 在 debian/control 中添加了 libdbus-1-dev 作为构建依赖
2. 更新 CMakeLists.txt 以查找并链接 libdbus-1
3. 使用 libdbus-1 API 实现了新的实用函数 checkDBusServiceActivatable 和
callDBusIdentifyMethod
4. 移除了 QtDBus 依赖项并替换为直接的 D-Bus 调用
5. 为 D-Bus 连接添加了适当的错误处理和资源清理

此变更提供了对 D-Bus 交互更直接的控制,在保持相同功能的同时移除了 QtDBus
依赖开销。
2025-07-03 20:38:54 +08:00
github-actions[bot] 303f32e5c7 chore: New release 5.7.18
Log:
2025-06-27 17:18:10 +08:00
yeshanshan 374dca6299 fix: make version parameter optional in release workflow
1. Changed version parameter from required to optional in auto-
release.yml
2. Fixed spec file formatting for Version and Release fields
3. Added %{?dist} macro to Release field for better RPM compatibility

The changes make the release workflow more flexible by allowing version-
less releases when needed. The spec file formatting improvements ensure
consistency with RPM packaging standards, while the %{?dist} macro helps
with proper package distribution tagging.

fix: 在发布工作流中使版本参数可选

1. 在 auto-release.yml 中将版本参数从必填改为可选
2. 修复了 spec 文件中 Version 和 Release 字段的格式
3. 在 Release 字段中添加了 %{?dist} 宏以提升 RPM 兼容性

这些改动使得发布工作流在需要时可以更灵活地进行无版本发布。spec 文件的格
式改进确保了与 RPM 打包标准的一致性,而 %{?dist} 宏有助于正确的软件包分
发标记。
2025-06-27 16:43:48 +08:00
yeshanshan 7bf69bc64d fix: copy cachePrefix in DConfigFile copy constructor
1. Added missing copy of cachePrefix member when copying DConfigFile
objects
2. The cachePrefix was being lost during copy operations which could
lead to incorrect cache behavior
3. This ensures complete and proper copying of all cache-related data

fix: 在 DConfigFile 拷贝构造函数中复制 cachePrefix

1. 添加了对 cachePrefix 成员的拷贝操作,在复制 DConfigFile 对象时该成员
之前被遗漏
2. 之前拷贝操作会丢失 cachePrefix,可能导致缓存行为异常
3. 此修改确保所有缓存相关数据都能被完整正确地拷贝
2025-06-27 07:12:55 +00:00
yeshanshan 3446cbed57 fix: improve logging rules environment variable handling
1. Modified condition to check for both DTK_DISABLED_LOGGING_RULES and
QT_LOGGING_RULES environment variables
2. This change prevents logging rules from being initialized when either
variable is set
3. Ensures better compatibility with Qt's standard logging configuration
system
4. Maintains backward compatibility while adding support for standard Qt
logging control

fix: 改进日志规则环境变量处理

1. 修改条件以同时检查 DTK_DISABLED_LOGGING_RULES 和 QT_LOGGING_RULES 环
境变量
2. 当任一变量设置时,阻止日志规则初始化
3. 确保与 Qt 标准日志配置系统更好的兼容性
4. 在添加对标准 Qt 日志控制支持的同时保持向后兼容
2025-06-27 12:20:14 +08:00
github-actions[bot] 629c6ebe01 chore(rpm): New release 5.7.17
Log:
2025-06-19 10:21:56 +08:00
asterwyx 609cd6570a chore: update .syncexclude
Exclude CHANGELOG.md.
2025-06-18 16:41:59 +08:00
Yixue Wang 9f5336d761 chore: add license for VERSION.in
Add CC0-1.0 license for VERSION.in
2025-06-09 10:33:59 +08:00
Cryolitia 0d94be1501 fix(ci): .deepin@main -> .deepin@master
Log
2025-06-06 17:34:51 +08:00
Cryolitia b705036db2 feat(ci): add auto release
Log:
2025-06-06 17:24:18 +08:00
Yixue Wang 81e3d9c093 feat: Support VERSION file
Use VERSION file to manage DTK version. VERSION file defines package
version. It also decides the initial value of cached variable
DTK_VERSION which controls the project version in cmake build system.
VERSION file is not synchronized to DTK6, as DTK6 has its own VERSION
file. One can still pass version to DTK_VERSION when running cmake
configure. This is helpful for developers.

Signed-off-by: Yixue Wang <wangyixue@deepin.org>
2025-06-06 17:11:20 +08:00
Ye ShanShan d45b37af60 chore: bump version to 5.7.16
update changelog to 5.7.16
2025-05-19 09:26:14 +00:00
Ye ShanShan cac44391a0 fix: add missing UosMilitary edition type cases
Added case 9 to return UosMilitary/UosMilitaryS in uosEditionType
function
The change was necessary because the system needs to recognize edition
type 9 as a valid military edition variant
This ensures proper handling of all supported UOS edition types in the
system

fix: 添加缺失的 UosMilitary 版本类型处理

在 uosEditionType 函数中添加了 case 9 返回 UosMilitary/UosMilitaryS 的
处理
此变更是必要的,因为系统需要将类型9识别为有效的军事版本变体
这确保了系统中对所有支持的 UOS 版本类型的正确处理

pms: BUG-316837
2025-05-19 09:04:06 +00:00
Ye ShanShan d8ded4a51d chore: bump version to 5.7.15
update changelog to 5.7.15
2025-05-08 10:48:19 +00:00
Ye ShanShan 579d86a5f1 fix: correct bitwise operation in dconfig status tracking
1. Fixed incorrect bitwise AND operation in property status tracking
2. Changed `fetchAndAndOrdered(1 << index)` to `fetchAndAndOrdered(~(1
<< index))`
3. This ensures proper bit clearing when unsetting property flags
4. The change was made in both the generated header and the generator
tool
5. Without this fix, status tracking would incorrectly set bits instead
of clearing them

fix: 修正 dconfig 状态跟踪中的位操作

1. 修复了属性状态跟踪中错误的位与操作
2. 将 `fetchAndAndOrdered(1 << index)` 改为 `fetchAndAndOrdered(~(1
<< index))`
3. 确保在取消设置属性标志时能正确清除位
4. 修改同时应用于生成的头部文件和生成器工具
5. 若不修复此问题,状态跟踪会错误地设置位而非清除它们
2025-05-08 09:46:40 +00:00
Ye ShanShan 8e51803b6e chore: update REUSE license file patterns
1. Added new file patterns to the REUSE license configuration
2. Included cmake/*.in and misc/*.in files under CC0-1.0 license
3. Maintains consistent licensing documentation for build system files

chore: 更新 REUSE 许可证文件模式

1. 在 REUSE 许可证配置中添加了新的文件模式
2. 将 cmake/*.in 和 misc/*.in 文件纳入 CC0-1.0 许可证范围
3. 保持构建系统文件许可文档的一致性
2025-05-07 03:45:01 +00:00
Ye ShanShan 7319297676 fix: add QPointer check for parent object safety
1. Added QPointer include for tracking parent object lifecycle
2. Changed parent initialization to nullptr in constructor for safety
3. Implemented parent object tracking using QPointer to prevent dangling
pointers
4. Added logic to handle parent object deletion during async operation
5. Added proper parent reassignment if parent still exists after
operation

These changes prevent potential crashes when parent objects are deleted
during asynchronous configuration operations, particularly important in
multi-threaded scenarios where parent objects might be destroyed while
operations are pending.

fix: 添加 QPointer 检查确保父对象安全

1. 添加 QPointer 头文件用于跟踪父对象生命周期
2. 构造函数中将父对象初始化为 nullptr 提高安全性
3. 使用 QPointer 实现父对象跟踪,防止悬垂指针
4. 添加处理异步操作期间父对象被删除的逻辑
5. 操作完成后如果父对象仍存在则正确重新设置父对象

这些修改防止了在异步配置操作期间父对象被删除时可能导致的崩溃,对于多线程
场景下父对象可能在操作挂起时被销毁的情况尤为重要。
2025-05-07 03:45:01 +00:00
JiDe Zhang e619ccdba3 chore: bump version to 5.7.14
update changelog to 5.7.14
2025-04-12 17:55:30 +08:00
JiDe Zhang 8db10c9145 fix: resolve compilation failure on Qt 6.9
Updated the dvtablehook.h file to adjust the typedef for Fun2ReturnType
based on changes in Qt 6.9 interfaces. Additionally, the main.cpp
file now casts the unicode value to short to prevent type issues.
These changes are necessary to ensure compatibility with the latest
Qt framework and to resolve the build issues that arise from interface
modifications.

修复: 解决在Qt 6.9上的编译失败

更新了dvtablehook.h文件,以根据Qt 6.9接口的变化调整Fun2ReturnType的
typedef。此外,main.cpp文件现在将unicode值转换为short,以防止类型问题。
这些更改对于确保与最新Qt框架兼容以及解决接口修改引起的构建问题是必要的。
2025-04-12 17:55:30 +08:00
Ye ShanShan d6dd19e5f6 chore: bump version to 5.7.13
update changelog to 5.7.13
2025-03-20 18:07:22 +08:00
JiDe Zhang bb9e5bead2 fix: add copyright for dconfig_org_deepin_dtk_preference.hpp
This is a generate file, so copyright is none.
2025-03-19 11:41:21 +08:00
JiDe Zhang e8eedb9efe feat: supports create generic config by dconfig2cpp 2025-03-06 20:59:55 +08:00
JiDe Zhang c250cf2111 fix: build failed on Qt6
create dconfig2cpp's config failed if not assign application id.
Add missing parameter in dconfig2cpp generated code.
2025-03-06 20:59:55 +08:00
Ye ShanShan 06bb511db1 chore: bump version to 5.7.12
update changelog to 5.7.12
2025-03-06 17:40:22 +08:00
JiDe Zhang e6985b9351 feat: dconfig2cpp always add bindableFoo functions on Qt6
Direct string literal for the property name, because the literal was
use on the Q_PROPERTY macro, so use the hex encode for the property name
strings can't avoid the Chinese text codec problems.
2025-03-06 17:18:56 +08:00
jingshenghao 5a85299d3e feat: Add files generated by qdbusXML2cpp and DCONG2cpp
Add files generated by qdbusXML2cpp and DCONG2cpp

Log: Add files generated by qdbusXML2cpp and DCONG2cpp
2025-03-04 20:02:08 +08:00
Ye ShanShan fd671e2509 chore: bump version to 5.7.11
update changelog to 5.7.11
2025-02-27 21:06:33 +08:00
JiDe Zhang 8b8bb8512c feat: dconfig2cpp generated codes supports qml
On the DtkDeclarative's DConfigWrapper, it needs know whether the value
is default, so always create the *IsDefaultValue functions.
2025-02-25 09:53:04 +08:00
zhangkun d86c290665 feat: export ProductType for QML
as title

pms: BUG-303845
2025-02-24 18:36:08 +08:00
JiDe Zhang 6dfb3c767a feat: async get dconfig value for DLog
Avoid block the application if DConfig's IO is slow.
2025-02-20 19:45:06 +08:00
JiDe Zhang a9a569b42a feat: support auto generate the Qt code from a dconfig's json
To help developer get/set dconfig in the non GUI thread.
2025-02-20 19:45:06 +08:00
Ye ShanShan 90b86255cb chore: bump version to 5.7.10
update changelog to 5.7.10
2025-02-13 11:01:39 +00:00
deepin-ci-robot 1aad463185 chore: update changelog
Release 5.7.9.
2025-01-23 17:43:55 +08:00
deepin-ci-robot 5d2719af93 chore: update changelog
Release 5.7.8.
2025-01-14 20:02:03 +08:00
deepin-ci-robot 85bd895d38 chore: update changelog
Release 5.7.7.
2025-01-09 18:33:20 +08:00
deepin-ci-robot d518836e22 chore: update changelog
Release 5.7.6.
2025-01-02 06:41:42 +00:00
deepin-ci-robot 9e8e68f63c chore: update changelog
Release 5.7.5.
2024-12-17 09:55:21 +08:00
Ye ShanShan 951314d59c fix: double value is converted to int for DConfig
MetaType of 1.0 is qlonglong instead of double in json file.
We don't convert if source value is double.
2024-12-12 17:58:32 +08:00
Ye ShanShan 53be287abf fix: pidfd leak
pidfd must be closed by caller according QDBusUnixFileDescriptor.

pms: BUG-293049
2024-12-10 09:10:47 +08:00
deepin-ci-robot 7b15212ee8 chore: update changelog
Release 5.7.4.
2024-12-04 18:15:44 +08:00
Yixue Wang e1f300f68c fix: compilation on Qt 6.8.1
Fix beginEntryList.
2024-12-03 14:13:18 +08:00
Ye ShanShan ca52ff7a2c fix: hasVtable is incorrect when destructing
Destruct function should be called by 'autoCleanVtable' instead of
'callOriginalFun'.
'glostVtable' should be delete before calling origin destruct,
because 'resetVtable' maybe called when destructing origin destruct.

pms: BUG-368399
2024-12-02 17:45:48 +08:00
deepin-ci-robot fc0280e7b9 chore: update changelog
Release 5.7.3.
2024-11-22 10:28:21 +08:00
deepin-ci-robot 7897313cce chore: update changelog
Release 5.7.2.
2024-11-15 05:47:02 +00:00
deepin-ci-robot beb4cd331d chore: update changelog
Release 5.7.1.
2024-10-31 10:24:56 +08:00
ck c234a5cb38 fix(build): debian/rule use tab instead of space
space ==> tab
2024-10-23 10:58:39 +08:00
Zhang Dingyuan 2e0b67ec2d feat: support Qt 6.8
support qt 6.8

Log:
2024-10-22 11:20:33 +00:00
ck 918c40f616 fix(dlog): JournalAppender not work
BUILD_WITH_SYSTEMD not defined
2024-10-18 14:14:35 +08:00