Commit Graph

2189 Commits

Author SHA1 Message Date
Ye ShanShan 1adf33157b feat: Add EventLoop for ut
Add EventLoop for ut, it's useful in some scene, for example,
when deleteLater called but we need check QPointer's value now.

Log: all ut run in event loop
Influence: none
Change-Id: I1f35069215d5a6beba51c1aa1dd21f51d2e582a3
2022-08-11 11:08:56 +08:00
Stallman Wang 00a156a442 fix: build failed when the .git folder exist (#136)
Change-Id: I078cb29c8c4003eded273e72b46e2305f1399921
2022-08-11 11:08:56 +08:00
justforlxz faf63b9231 fix: DWaterProgress not displayed text when initialized to -1
The default value is 0. In setValue function, the text content will not be updated because the value is equal.

Issue: https://github.com/linuxdeepin/developer-center/issues/3292
Log: 修复 DWaterProgress 进度初始化为 0 时文字不显示
Change-Id: Ib7258364c17ff18c5f7cc9cf5f9aa21a52c0f53e
2022-08-11 11:08:56 +08:00
ck 4a7b602098 chore: 示例代码微调
示例代码微调,去掉无效日志,头文件等

Log: 
Influence: none
Change-Id: I2a0f0721246264d88d3e98f212722c4e1540b6fb
2022-08-11 11:08:56 +08:00
ck 4d057401ce fix: change pagesize name to readable name
use QPageSize::name() instead of QPageSize::key()
a localized human-readable name for the page size.

Log: 
Influence: printpreview pagesize
Change-Id: I897ef3cc35668a87aa744dbe54f3ae3849bc2206
2022-08-11 11:08:56 +08:00
Ye ShanShan 953eeae865 fix: DFlowlayout contains space also item is hidden
space is not caculated when the item is hidden, otherwise it's
verticalSpacing or horizontalSpacing is added, and later widget
is on error position.
we ignore the item including it's geometry updating, when it is empty.

Log:
Influence: 使用了DFlowLayout布局并且含有space,其中有部分控件暂时隐藏,
导致位于后面的控件其位置显示错误,多余space大小。

Change-Id: I4b2971fcb3e0ea241b290610cf30f87fb1453504
2022-08-11 11:08:56 +08:00
Ye ShanShan b5d55ec91a chore: DFlowLayout's ut error
ut error

Log: 
Influence: none
Change-Id: I4b3ff97e9588ff7678f74218c21f440270893042
2022-08-11 11:08:56 +08:00
Ye ShanShan fce735a071 fix: boundary calculation error for DFlowLayout
1.modify `expandingDirections()` function, can't return more space
when DFlowLayout is LeftToRight flow.
2.`maxWidth` or `maxHeight` is caculated error, it causes sizeHint to
caculate to zero in some scene.
adujument error when next item just fits in a row, for example,
3.A and B's with as follow: A(100) + B(100) == Panel(200), A and B
should be on the same row.

Log:
Influence: 使用了DFlowLayout的应用,当Flow为LeftToRight时,不再在垂直
方向填充多余的空间.

Change-Id: Ia9474fc606f1b35010ffa4966b74967aad940a58
2022-08-11 11:08:56 +08:00
ck 7e43d922a5 fix: 调用语音助手服务不响应导致右键菜单卡死
语音助手在某些情况下会不响应,这是直接构造 QDBusInterface
会卡死,加一个 Ping 的操作,如果 300ms 内未响应则不添加
相关菜单

Bug: https://pms.uniontech.com/bug-view-151279.html
Log:
Influence: edit context menu
Change-Id: Id8e3f6f53a011b70fa12d95ff1cc3a6fec94021b
2022-08-02 09:19:37 +08:00
wang fei bb97846150 chore: darrowrectangle更新模糊背景调整
1.传入的路径更改为outPath.united(path);
2.使用handle方式调用模糊接口;

Log:
Influence: darrowrectangle模糊
Change-Id: If87ab051052b4288106349376acbf61d8baf7e63
2022-07-23 06:25:25 +00:00
wang fei 3a1d484298 fix: 双击标记框内标记后面追加文字
当光标在内容末尾且鼠标双击位置在光标右边时,
编辑返回false,不再编辑追加文字。

Log: 修复双击标记框内标记后面追加文字问题
Bug: https://pms.uniontech.com/bug-view-139561.html
Influence: 标记框
Change-Id: Ia582ebf7f40b8180352bfdfec09ac5f615047212
2022-07-22 16:03:02 +08:00
deepin-bot[bot] 485d50c2a1
chore: Sync by (#129)
chore: Sync by
2022-07-19 10:18:35 +00:00
wang fei f0e1eced4b fix: 锁屏界面网络面板显示异常,底色有重叠黑影
darrowrectangle在updateClipPath时设置属性clipPath,
并且传递参数polygon

Log: 修复锁屏界面网络面板显示异常,底色有重叠黑影问题
Bug: https://pms.uniontech.com/bug-view-124427.html
Influence: wayland下darrowrectangle的UI
Change-Id: Ie398c651c743dae514ce86ee29e88c7de1c9645b
2022-07-13 09:20:11 +00:00
Gary Wang 26509c3480 chore: build doxygen documentation
追加基于 doxygen 的文档构建

Log:
2022-07-08 05:03:33 +00:00
WangFei 35ad9a9d25
fix: 设置导航栏一级菜单内容有遮挡 (#123)
一级菜单QPainter设置了字体,就用painter的
字体设置省略样式。

Log: 修复设置导航栏一级菜单内容遮挡问题
Bug: https://pms.uniontech.com/bug-view-145915.html
Influence: 设置导航栏
Change-Id: I364d06e313750e80a03aa4ecc7630975f7d34466
2022-07-08 10:30:13 +08:00
WangFei 5ef5ce8ece
fix: dspinbox不能显示警告信息 (#119)
showAlertMessasge(const QString&, int)的follower是dlineedit,
但是, dlinedit的布局里面是qlineedit,
所以在eventFilter里,检查follower的visibleRegion是空的,
修改follower为qlineedit。

Log: 修复dspinbox的showAlertMessage接口不起作用
Task: https://pms.uniontech.com/task-view-152843.html
Influence: dspinbox,lineedit警告信息
Change-Id: Ibc026ee110ee1e93e50f3788b923802488490110
2022-06-22 17:09:31 +08:00
justforlxz 8731e17ede feat: update archlinux build
update archlinux build

Log:
2022-06-21 17:44:11 +08:00
justforlxz 2a5ef1a4b2 feat: add archlinux build
sync from deepin-community

Log:
2022-06-21 13:07:39 +08:00
WangFei df844cf227
fix: 非激活listview内的字体样式未置灰 (#115)
1.判断listview窗体是否激活,设置其状态。
2.设置非激活状态下的colorgroup为QPalette::Inactive。

Log: 修复非激活listview内字体样式未置灰问题
Bug: https://pms.uniontech.com/bug-view-138395.html
Influence: listview非激活状态UI
Change-Id: I75561d5a5c6b7bac3766b3a2585544ff16ba9a5e
2022-06-15 11:20:01 +08:00
WangFei 550aab7ab5
fix: 双击文件标记框后会随机变色 (#116)
双击时保存当前文本内容和当前背景色。
如果文本没有变化,则仍然使用当前背景色。

Log: 修复双击文件标记框后会随机变色问题
Bug: https://pms.uniontech.com/bug-view-139561.html
Influence: 标记框
Change-Id: Ic0315f06bb2ee55da94e8cf9e1bdfd8a649e7922
2022-06-15 09:52:18 +08:00
WangFei 5ccf4f5505
fix: 设置界面backgrounGroup背景色问题 (#114)
设置backgroundGroup的useWidgetBackground为false

Log: 修复设置界面backgroundGroup背景色问题
Bug: https://pms.uniontech.com/bug-view-138331.html
Influence: 设置界面背景色
2022-06-13 09:43:08 +08:00
AlexOne e78a195b8a fix: 废弃的接口更新
旧的接口拼写错误,新版已经不再需要

Log:
Influence: none
2022-05-27 02:58:09 +00:00
993381 f32d3749c9
fix: 打印预览titlebar不跟随主题变化 (#109)
主动设置了titlebar的palette后,要在主题变化的时候再次主动更新

Log:
Bug: https://pms.uniontech.com/bug-view-129709.html
Influence: 标题栏随主题色变化

Co-authored-by: AlexOne <wangpenga@uniontech.com>
2022-05-25 15:55:56 +08:00
deepin-bot[bot] ca848ac312
chore: Sync by 99dfe0471c (#107)
chore: Sync by 99dfe0471c
2022-05-19 03:38:51 +00:00
993381 bc050fca88
fix: wayland环境网络链接对话框点击无效 (#106)
网络连接对话框在设置了屏幕缩放的情况下会透过鼠标事件
导致点击不上按钮,原因是setMask之前要清空旧值

Log:
Bug: https://pms.uniontech.com/bug-view-130007.html
Influence: DarrowRectangle的点击操作

Co-authored-by: AlexOne <wangpenga@uniontech.com>
2022-05-18 15:48:56 +08:00
993381 b479f9f513
chore: wayland无标题栏兼容旧版kwin (#104)
适配了无标题栏后,旧版kwin上的无标题栏会显示两列按钮
不支持无标题栏时dtk的标题栏不应该显示菜单

Log:
Influence:

Co-authored-by: AlexOne <wangpenga@uniontech.com>
2022-05-17 11:36:29 +08:00
993381 57ee818e5f
chore: 更新README添加plugin的编译方法 (#102)
之前的plugin未添加编译依赖,现在在README文件中说明

Log:
Influence:

Co-authored-by: AlexOne <wangpenga@uniontech.com>
2022-05-17 10:53:39 +08:00
deepin-bot[bot] 77acfbb4cd
File Sync from linuxdeepin/.github (#101)
chore: Sync by b5a441b9bb
2022-04-21 06:54:38 +00:00
wang fei 8ffcbd0750 fix: wayland下tooltips没有跟随输入框
增加对UpdateRequest事件类型的判断

Log: 修复wayland下tooltips未跟随输入框问题
Bug: https://pms.uniontech.com/bug-view-124413.html
Influence: 输入框警告信息
2022-04-20 12:46:33 +00:00
deepin-bot[bot] 619ae2a39a
chore: Sync by 41155231b0 (#100)
chore: Sync by 41155231b0
2022-04-18 09:42:12 +00:00
mike 1733c3f590
chore: 非chameleon风格时标题栏图标正常绘制 (#96)
非chameleon风格时标题栏按钮图标显示异常,特别是菜单按钮SP_TitleBarMenuButton
在qcommonstyle中显示的是qtlogo,此处按照dstyle的逻辑将icon直接设置好。

Log:
Influence: 非uos风格下标题栏图标
Change-Id: Ife805d7aa542619fafa76f2cdc3809831e0b2047

Co-authored-by: ck <chenke@uniontech.com>
2022-04-14 17:32:38 +08:00
mike d1ab823a1f
chore: DTextEdit crashed when NoTextInteraction was set (#97)
when NoTextInteraction was set, createStandardContextMenu() return nullptr.

Log: DTextEdit崩溃问题修复
Influence: DTextEdit-menu-crash
Change-Id: I632d90555809bcb844fab7e1fbbccf3e816e8b3a

Co-authored-by: ck <chenke@uniontech.com>
2022-04-14 17:31:45 +08:00
WangFei e3be8db577
chore: 打印预览默认pageSize的设置策略的修改 (#94)
根据A4的索引值index去设置当前默认pageSize

Log: 修改打印预览默认pageSize设置策略
Influence: 打印预览默认纸张大小
2022-04-07 10:31:36 +08:00
WangFei 73fb0a0faf
chore: 非active快捷键背景色调整 (#95)
在非active状态下,将颜色(109,109,109)
做blendColor调整后的颜色设为背景色

Log: 非active状态下,快捷键背景色调整
Influence: 快捷键样式
2022-04-01 16:53:58 +08:00
WangFei 30e1bee964
chore: DSearchCombobox控件popup后高度调整 (#92)
DSearchCombobox控件popup后高度调整为:
增加DSearchEdit高度和布局里的spacing及margin

Log: 调整DSearchCombobox控件popup后的高度
Influence: DSearchCombobox功能
2022-03-31 09:45:53 +08:00
WangFei 33055cb783
fix: 通过控制中心修改字体,全英文文件名称编辑最后一行显示超长 (#91)
修改DTextEdit的frame_radius为之前的1/2

Log: 修复通过控制中心修改字体,全英文文件名称编辑最后一行显示超长问题
Bug: https://pms.uniontech.com/bug-view-118769.html
Influence: 文本框字体显示
2022-03-24 13:03:53 +08:00
mike d20ee61002
fix: wayland DArrowRectangle mouse propagation (#89)
* fix: wayland DArrowRectangle mouse propagation

wayland 下绘制透明的区域没有鼠标穿透导致无法点击后面的控件。
如果 handle 无效,则使用 qwidget::setmask 并且不加模糊特效

Bug: https://pms.uniontech.com/bug-view-99340.html
Influence: wayland-DArrowRectangle-dde-calendar
Change-Id: I0ce66452e443acf88cd3b5b72514ed3bff3a8bd2

* Update darrowrectangle.cpp

删掉注释的代码。

Co-authored-by: ck <chenke@uniontech.com>
2022-03-17 14:00:58 +08:00
993381 faa0551e54
fix: wayland 下关闭按钮禁用后不能取消禁用状态 (#90)
之前适配了wayland的关闭按钮的禁用功能,未考虑全面

Log:
Influence: wayland 下所有 dtk 应用的关闭按钮的禁用状态
Bug: https://pms.uniontech.com/bug-view-117469.html

Co-authored-by: AlexOne <wangpenga@uniontech.com>
2022-03-16 18:28:36 +08:00
deepin-bot[bot] f350a44819
File Sync from linuxdeepin/.github (#88)
chore: Sync by d459ab5b73
2022-03-15 08:14:02 +00:00
wang fei 700b0b0aa2 feat: 长按最大化/还原按钮弹出分屏菜单
长按最大化/还原按钮超过300ms显示分屏菜单,
出现分屏菜单时不响应最大化/还原交互;
长按触发和鼠标移入触发显示分屏菜单后交互一致;
单击最大化/还原按钮交互不变;

Log: 增加长按最大化/还原按钮弹出分屏菜单功能
Task: https://pms.uniontech.com/zentao/task-view-101270.html
Influence: 分屏菜单显示
Change-Id: I1cd8ca87f21c54689cfb408063cbd207a33493d9
2022-03-09 21:06:34 +08:00
wang fei d5865437ff chore: 支持按住标题栏左上角图标拖动功能
设置DTitleBar的DIconButton的WA_TransparentForMouseEvents为true

Log: 屏蔽标题栏左上角图标鼠标事件
Influence: 标题栏的图标
Change-Id: I873035c2f6ebcf3285a2c0720b8849ed7920809f
2022-03-03 16:27:27 +08:00
wang fei 75c88fcac5 feat: 调整快捷键展示样式
修改keylabel的文本前景色为QPalette::ButtonText

Log: 调整快捷键展示样式
Task: https://pms.uniontech.com/task-view-101268.html
Influence: 快捷键样式
Change-Id: Idf031e1ad0c752844c43731a5f4899377d0d9ec7
2022-03-01 10:24:59 +08:00
AlexOne 4d4c41e396 fix: 禁用关闭按钮未能生效
禁用关闭按钮失败
之前改过,改了wayland平台的,但是x11还有问题

Log:
Bug: https://pms.uniontech.com/zentao/bug-view-108083.html
Influence: 所有dtk应用的关闭按钮
Change-Id: Ieb1bcc45ec631fb55eddd8fde480b742ebc5df35
2022-02-24 13:09:23 +08:00
AlexOne 3fceb6325c chore: 按照要求修改单元测试文件名
按照要求修改单元测试文件名

Log:
Influence: none
Change-Id: I2804c65f306111397f43c1c780d19ca23e1cbdbc
2022-02-18 17:38:44 +08:00
AlexOne 2e5fb3280c chore: 修改单元测试生成目录
修改单元测试相关文件的目录结构

Log:
Influence: 单元测试目录结构
Change-Id: I4685e03a884eec2c876fc483748f9b169e0d4d40
2022-02-18 11:09:02 +08:00
AlexOne ee50d00688 fix: wayland平台关闭按钮无法禁用
wayland平台关闭按钮未适配,无法在设置Qt::WindowCloseButtonHint后
被禁用,对wayland平台单独处理后就可以禁用。

Log:
Bug: https://pms.uniontech.com/zentao/bug-view-108083.html
Influence: dtk应用标题栏的关闭按钮
Change-Id: I8b25319d84c5300d97c9e9b5c2623e96b0262239
2022-02-10 13:31:38 +08:00
ck 0269489d12 fix: 备份还原选择文件时控制中心崩溃
备份还原使用了setfiledialog, 不应该由 dtk 释放. 释放是为了解决 bug-110730
该问题在插件中修复见 Change-Id:If7cba6

Bug: https://pms.uniontech.com/zentao/bug-view-112210.html
Influence: dcc-backup-filedialog-crashed
Log: 备份还原文件选择崩溃问题
Change-Id: Idc73a66fd72a8e10bbbb4e9dfd0e20242e2f1a54
2022-01-25 15:18:36 +08:00
ck f37840028f fix: max button icon error on wayland
on wayland maximized window windowstate is WindowMaximized | WindowActive
should use testFlag or isMaximized

Bug: https://pms.uniontech.com/zentao/bug-view-112159.html
Influence: wayland-dtitlebar-maxbtn
Log:
Change-Id: I32e566bc41523df4bd114e0e0907191f3440d09b
2022-01-24 15:14:24 +08:00
ck 852a032f3a fix: 特效开关时DArrowRectangle圆角未及时更新
响应特效变化型号更新path

Log: 
Influence: DArrowRectangle 圆角
Bug: https://pms.uniontech.com/zentao/bug-view-110554.html
Change-Id: I5b8446d73bb379fd378208270cea8f7310d43778
2022-01-24 09:50:42 +08:00
AlexOne 045f620afb fix: DDialog 对话框中的按钮按下位置偏移
DDialog 对话框中的按钮按下位置偏移,按不到对应的按钮
按理说 Dialog 是不需要设置默认位置的,所以不对 Dialog 做处理
这里对 dtk 的 dialog 进行标记,在插件里面区分处理

Log:
Bug: https://pms.uniontech.com/zentao/bug-view-103858.html
Influence: 所有使用Dialog的应用程序
Change-Id: I86a8e3d1ff7da2b69588a04c2870f62e0ede2d33
2022-01-18 18:05:24 +08:00