Commit Graph

2624 Commits

Author SHA1 Message Date
deepin-ci-robot 0fefe175b3 chore: update changelog
Release 5.7.1.
2024-10-31 02:26:32 +00:00
覃本学 9d77c29c2c feat: 动效增加开关
动效增加开关,通过DGuiApplication::testAttribute(DGuiApplication::HasAnimations)接口和环境变量DTK_DISABLE_ANIMATION_***控制动效总开关和单个动效开关

Log: 动效增加开关
2024-10-25 09:39:27 +00:00
zhangkun 9fa7f1e55b feat: ExpandButton in titlebar is not affected by the compact mode
Height fixed 48

Bug: https://pms.uniontech.com/bug-view-280091.html
2024-10-25 03:27:22 +00:00
zhangkun c23fc68f25 fix: Compile issues
Conditional compilation package incomplete

Log:
2024-10-25 03:14:54 +00:00
Zhang Dingyuan 1332c15217 feat: support Qt 6.8
support qt 6.8

Log:
2024-10-22 11:23:45 +00:00
wangfei 87fd9f385a fix: wrong status of switch button
correct the wrong initial status of switch button

Bug: https://pms.uniontech.com/bug-view-276221.html
Log:
2024-10-10 02:47:53 +00:00
wangfei a9c047dfc0 fix: display exception of checkbox & radiobutton
add dci assets about checkbox and radiobutton

Bug: https://pms.uniontech.com/bug-view-276189.html
Log:
2024-10-10 02:47:17 +00:00
wangfei 83976886f6 fix: obsolete interfaces
replace obsolete interfaces to compatible to qt6

Log:
2024-10-08 09:21:21 +00:00
wangfei 1d8279345e Revert "chore: 使用dci icon重绘toolbutton, 增加动画 (#594)"
This reverts commit 4e5c37c017.
2024-09-26 15:56:05 +08:00
Whale107 b968087637 fix: adjust switchbutton dci icon (#603)
adjust switchbutton dci icon

Log:
2024-09-23 06:50:04 +00:00
Whale107 6cfb9aba46 chore: 增加应用内通知动画 (#592)
增加应用内通知动画

Log:
2024-09-23 06:50:04 +00:00
Whale107 35841b5899 chore: 使用dci icon重绘switchButton, 增加动画 (#593)
使用dci icon重绘switchButton, 增加动画

Log:
2024-09-23 06:50:04 +00:00
Whale107 4e5c37c017 chore: 使用dci icon重绘toolbutton, 增加动画 (#594)
使用dci icon重绘toolbutton, 增加动画

Log:
2024-09-23 06:50:04 +00:00
Whale107 bc3a6eaa3b chore: 增加ButtonBox hover 和切换动画 (#595)
增加ButtonBox hover 和切换动画

Log:
2024-09-23 06:50:04 +00:00
Whale107 78fccaa520 chore: 增加滚动区域滚轮滚动到顶部或底部的回弹效果 (#596)
增加滚动区域滚轮滚动到顶部或底部的回弹效果

Log:
2024-09-23 06:50:04 +00:00
Whale107 996af1a1a9 fix: adjust indeterminateprogressbar color (#597)
adjust indeterminateprogressbar color

Log:
2024-09-23 06:50:04 +00:00
Whale107 58f4534c92 chore: 新增搜索框图标移动动画 (#590)
新增搜索框图标移动动画

Log:
2024-09-23 06:50:04 +00:00
Whale107 8ec72aeef9 chore: 新增进度条动效和一个新进度条类 (#589)
新增进度条动效和一个新进度条类

Log:
2024-09-23 06:50:04 +00:00
Zhang Dingyuan 38e3cc14be feat: support treeland notitlebar mode
check environment DDE_CURRENT_COMPOSITOR is TreeLand to override
DWayland.

Log:
2024-08-29 13:25:54 +08:00
Whale107 553522e30c
fix: 如果窗口打开时即为最大化状态,则最大化图标显示错误 (#601)
窗口打开时没有windowstatechanged事件,不会去设置窗口状态,在showEvent中处理一下

Log:
Bug: https://pms.uniontech.com/bug-view-262201.html
Influence: mainwindow最大化
2024-08-29 01:33:05 +00:00
deepin-ci-robot 6ab28edbfb chore: update changelog
Release 5.6.34.
2024-08-21 23:16:45 +08:00
deepin-ci-robot 88bd12d1af chore: update changelog
Release 5.6.33.
2024-08-20 03:43:33 +00:00
Whale107 3a01bae5e6
fix: 控制中心标题栏返回按钮消失 (#588)
DTK清除多余space使用的方法有问题,应使用itemAt而不是takeAt

Log: 控制中心标题栏返回按钮消失
Bug: https://pms.uniontech.com/bug-view-264379.html
Influence: 控制中心-标题栏
2024-07-15 05:58:31 +00:00
覃本学 09e10948c3 fix: DTitleBar动态设置Icon时间距异常
spacerItem多次设置,改为设置前先移除之前的

Log:
2024-07-08 09:30:05 +08:00
zty199 8df23f459d fix: wrong product icon size in DAboutDialog
when compiled with Qt6, product icon size is set to windowHandle().baseSize()
which is not the same as compiled with Qt5 (fixed size 128x128)

Log: use 128x128 pixmap in DAboutDialog::setProductIcon
2024-07-01 07:27:04 +00:00
zty199 bed8dbf3b9 fix: DMessageManager::sendMessage cause crash
in sendMessage_helper, seems that content could be nullptr when QWebEngineView is DMainWindow's centralWidget

Log: add judgment whether content is nullptr in sendMessage_helper
2024-07-01 14:59:38 +08:00
deepin-ci-robot a505059b54 chore: update changelog
Release 5.6.31.
2024-06-27 17:57:11 +08:00
deepin-ci-robot f6f23e5169 chore: update changelog
Release 5.6.30.
2024-05-31 15:28:17 +08:00
Cjq 4b1e714cf8
fix: 解决wayland下,DDialog窗口透明问题的问题 (#578)
wayland下,当进程设置DGuiApplicationHelper::ColorCompositing后,DDialog需要
主动设置模糊窗口效果

Log:
Bug: https://pms.uniontech.com/bug-view-249975.html
Influence: wayland下,DDialog窗口模糊
2024-05-29 05:47:00 +00:00
zhangkun 0f2c010bf8 feat: modify the spacing between the title and the top
Set the space for title layout to 0

Issue: https://github.com/linuxdeepin/developer-center/issues/8418
2024-05-28 15:52:39 +08:00
deepin-ci-robot e0d36238e5 chore: update changelog
Release 5.6.29.
2024-05-16 02:27:28 +00:00
ck e6dd474f22 fix: crash when follower was destroyed
Bug: https://pms.uniontech.com/bug-view-254383.html
2024-05-13 09:31:50 +00:00
rewine 096e9939e5 fix: support build on qt 6.7
log: QKeyMapper::possibleKeys return QList<KeyboardModifiers> in qt 6.7
2024-05-11 18:12:02 +08:00
Yutao Meng 44bf1633ce revert: "fix: 自定义页码切换问题"
Do not reset custom page ranges when changing printers, page
size or anything else like this.

Issue: https://github.com/linuxdeepin/developer-center/issues/7983
Log: revert f53dfffb63
2024-05-11 05:08:59 +00:00
覃本学 9ad1443b0b fix: 修复大多数按钮不响应enter事件
修复大多数按钮不响应enter事件,仅支持DApplication应用

Log: 修复大多数按钮不响应enter事件
Bug: https://pms.uniontech.com/bug-view-253935.html
Influence: 按钮响应键盘回车事件
2024-05-09 08:55:37 +00:00
deepin-ci-robot 4259087590 chore: update changelog
Release 5.6.28.
2024-04-30 15:46:16 +08:00
wangfei 374b679186 fix: window menu icon
revert new icon to old menu icon

Issue: https://github.com/linuxdeepin/developer-center/issues/8297
2024-04-28 13:02:24 +08:00
deepin-ci-robot 33e531f734 chore: update changelog
Release 5.6.27.
2024-04-23 09:24:50 +08:00
zhangkun 410bd874aa fix: Split window position error
Move to inside the screen when exceeding the edge of the screen

Issue: https://github.com/linuxdeepin/developer-center/issues/4840
2024-04-12 10:08:02 +08:00
ssk-wh 12bdf18b15 fix: fix the problem of text position in dstyleditemdelegate
as title

log: as title
issue: https://github.com/linuxdeepin/developer-center/issues/7673
2024-04-09 10:38:24 +08:00
Yixue Wang 3120a8d784 fix: next action rect position error
Spacing should be counts of pixel without any content between two
line. for two dot, spacing = dot1 - dot2 - 1, not dot1 - dot2.

Log: fix next action rect position error
Issue: https://github.com/linuxdeepin/developer-center/issues/6379
2024-04-01 14:44:33 +08:00
Yixue Wang cf84e0f544 chore: disable broken workflow build
Disable debian build cause dtkwidget may depends on qt6.6, but debian's
version is 6.4.

Log: disable broken workflow build
2024-04-01 13:19:00 +08:00
deepin-ci-robot 03bf76a074 chore: update changelog
Release 5.6.26.
2024-03-27 14:26:01 +08:00
Yixue Wang b9cc28f708 feat: don't hide alert message automatically.
Don't hide alert message automatically when follower hides.

Log: don't hide alert message automatically.
Issue: https://github.com/linuxdeepin/developer-center/issues/5622
2024-03-25 13:08:08 +08:00
覃本学 881ff56727 chore: 调整标题栏“更多/最小化/最大化/关闭按钮”的图标为最新1070图标样式
调整标题栏“更多/最小化/最大化/关闭按钮”的图标为最新1070图标样式

Log: 调整标题栏“更多/最小化/最大化/关闭按钮”的图标为最新1070图标样式
Task: https://pms.uniontech.com/task-view-331465.html
Influence: 窗口标题栏 更多/最小化/最大化/关闭按钮
2024-03-20 16:51:32 +08:00
deepin-ci-robot aff498c773 chore: update changelog
Release 5.6.25.
2024-03-11 15:23:35 +08:00
wangfei 9215ab2c54 fix: black circle in PasswordLineEdit
change 0x25CF to 0x26AB(medium black circle) on the password character

Issue: https://github.com/linuxdeepin/developer-center/issues/7335
2024-03-07 09:29:19 +08:00
wangfei f8fb76f1df Revert "fix: black circle in PasswordEdit"
This reverts commit a6b5b14699.
2024-03-07 09:29:19 +08:00
wangfei 82e9562493 chore: Adapt to Qt 6.6.1
replace the obsolete interface

Log: Adapt to Qt 6.6.1
2024-03-06 11:50:54 +08:00
wangfei a6b5b14699 fix: black circle in PasswordEdit
set the size of black circle to 6 pixel by changing the font,
set the letter spacing to 200 under PercentageSpacing type.

Issue: https://github.com/linuxdeepin/developer-center/issues/7335
2024-03-05 15:39:11 +08:00