Commit Graph

2398 Commits

Author SHA1 Message Date
Stallman Wang d563343e45
fix: build failed when the .git folder exist (#136) 2022-07-27 11:46:15 +08:00
deepin-bot[bot] d7566247dd
chore: Sync by fed570b6d7 (#139)
chore: Sync by fed570b6d7
2022-07-26 05:29:27 +00:00
justforlxz e1a4494706 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 时文字不显示
2022-07-22 16:26:51 +08:00
ck 95ef4732aa chore: 示例代码微调
示例代码微调,去掉无效日志,头文件等

Log:
Influence: none
Change-Id: I2a0f0721246264d88d3e98f212722c4e1540b6fb
2022-07-22 16:04:07 +08:00
ck a794283f50 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-07-22 15:16:27 +08:00
deepin-bot[bot] 43ca55a48f
chore: Sync by (#131)
chore: Sync by
2022-07-21 09:41:41 +00:00
deepin-bot[bot] 04667f55b0
chore: Sync by (#128)
chore: Sync by
2022-07-19 10:18:33 +00:00
ck c41fdded54 chore: update changelog
update changelog

Log: update changelog
Influence: none
Change-Id: Icc274d75ceddc5bc93f7abb82fce8c320676ee98
2022-07-19 10:56:30 +08:00
ck a0f310f32c chore: update changelog
update changelog

Log: update changelog
Influence: none
Change-Id: I34dc0a957e93e33fbc03819e6ed0e0dcc9f6b6d1
2022-07-19 10:56:30 +08:00
wang fei 9e65390e76 chore: 更新changelog
develop/snipe 分支更新changelog 到 5.6.0.1

Log:
Influence: changelog
Change-Id: Ie5893e610e0584bd56e1f5695f5c10248ad37cfb
2022-07-19 10:56:30 +08:00
ck 8182757a50 feat: DArrowRectangle 在无特效时也可以显示圆角
增加强制圆角的接口,让无窗管环境时也可以显示圆角

Log:
Influence: session-shell 提示可以显示圆角
Change-Id: Ib43360d24755e7b7664ef7d1fe4f8cc67047cb3a
2022-07-19 10:56:30 +08:00
Ye ShanShan 714f836dc4 feat: Write translation locale into `dapp_locale`
Record translation's locale to dapp_locale, it copies from
qtcreator.

Log:
Task: https://pms.uniontech.com/task-view-149553.html
Influence: DApplication添加dapp_locale属性,供其它地方进行翻译文件
的加载,例如其它插件内,可根据此值加载对应语言的翻译文件。

Change-Id: Ibe7037053a13020ba43a0d62e925d4ac5a0fd8fc
2022-07-19 10:56:30 +08:00
wang fei 1bca99b5db chore: 更新changelog
develop/snipe 分支更新changelog 到 5.5.42.1

Log:
Influence: changelog
Change-Id: I1e564861b4c7a2e72d3b2b258bd80b4b6c69aeb9
2022-07-19 10:56:30 +08:00
Ye ShanShan a1d3287e56 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-07-19 10:56:30 +08:00
Ye ShanShan 08073c4ed4 chore: DFlowLayout's ut error
ut error

Log: 
Influence: none
Change-Id: I4b3ff97e9588ff7678f74218c21f440270893042
2022-07-19 10:56:30 +08:00
ck 98ca4e9b96 chore: 去掉部分构造的默认参数
多个构造的参数都是默认值时容易出现有歧义,
如:DFloatingButton button;

Task: https://pms.uniontech.com/task-view-140403.html
Log:
Influence: none
Change-Id: Id4fa3c73b63f1b8024c07c0c6eebb2b3bc318941
2022-07-19 10:56:30 +08:00
Ye ShanShan e75ab3d28b 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-07-19 10:56:30 +08:00
ck f682c39003 chore(build): fix typo
fix typo

Log: 
Influence: 
Change-Id: Ic9f3662d200e284f0a243d96a1a5c987aeb218e4
2022-07-19 10:56:30 +08:00
Ye ShanShan 395ac835e8 refactor: openUrl relays on dtkgui
openUrl function has been moved to dtkgui.

Log: 
Influence: this commit relays on dtkgui.
Change-Id: I2fba790a3921f90a2d2b36b889e15fa7350d1dc6
2022-07-19 10:56:30 +08:00
Ye ShanShan 143e6d08cb refactor: user manual function implication relay on dtkgui
user manual function has been moved to dtkgui.

Log: 
Influence: this commit relays on dtkgui.
Change-Id: Ia42dd98854a13928f97c229ae840dd2a23623fa6
2022-07-19 10:56:30 +08:00
Chen Bin e4fdfe5b36 feat: 控件适配 DCI 图标格式
1. DIconButton等按钮控件适配 DCI 图标,用户
可传入DCI 图标实例构造出一个整合图标类型。

2. 统一适配 DCI 图标的绘制操作,在 DStyle 中
完成。并适配各个图标控件。

Log: 
Influence: 图标控件
Change-Id: I763268250485cbfe7f23da08050b6e941e7263d0
2022-07-19 10:56:30 +08: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