dtkcore icon indicating copy to clipboard operation
dtkcore copied to clipboard

Deepin Toolkit, core module

Results 13 dtkcore issues
Sort by recently updated
recently updated
newest added

A mistake, since the target name changed, the target name in shell should also change Log: fix recoveryshell

来的对于日志的配置不够灵活,现在增加 DConfig 的配置方式对日志进行配置 支持配置日志路径、日志格式、日志滚动记录数量、日期格式 Log: Influence: 日志记录规则

QStorageInfo::root().device()扫描的是/etc/mtab里的内容,但是有的根节点就只会显示/dev/root,这个会导致在控制中心显示磁盘容量的时候不能 显示,故现更改获取根挂载点的方式,在lsblk的方法上增加。

通过此类可以很方便得实现异步dbus通信 Log: add ddbusextendedabstractinterface Change-Id: Ida45d0d22d065af3d86c7ad062419183572291dc

DConfig对获取的值做缓存处理,不阻塞GUI调用者 - [ ] 调用者获取的是缓存值,当值修改后,触发信号通知调用方,实现方式类似dtkdeclarative内的DConfigWrapper处理, - [ ] 当DConfig支持异步接口后,移除掉dtkdeclarative内的DConfigWrapper相同功能, - [ ] DConfig的实现还是要做成允许在一个专有线程中调用DBus或文件读写接口,否则它有可能会阻塞当前线程

module | config

- build: clean cmakelist - feat: start impl dplugin

1. DBus Standard Interfaces DBus spec encourage to use "Standard Interfaces", but QtDBus missing classes or some feature for these interface, make using and have a dbus service implement those...

- 允许基于dtk开发的应用动态控制其日志输出等级 - lshw查询内存大小时返回多元素数组,修正解析过程 - 从文件中读取deepinType和productType值时因为权限问题会失败 - 增加registerLoggingRulesWatcher接口 - 修复计算 build 版本号错误的问题 - 修复日志格式时间戳显示异常问题 https://github.com/linuxdeepin/dtkcommon/pull/70