Commit Graph

2529 Commits

Author SHA1 Message Date
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
ck e2ffdc6c5a fix: dconfig frequent construction and destruction
Frequent construction and destruction will connect / disconnect dbus...
2024-03-04 16:37:01 +08:00
Mars-CB c0f0268e53 fix: 修复dslider刻度标签内容过长时,显示不下的问题
内容过长时,取省略号替代

Log:
Task: https://pms.uniontech.com/task-view-325247.html
Influence: DSlider刻度标签显示
Change-Id: I47993df919b5fcc238db42b609b6183d5011e14a
(cherry picked from commit 0b89d4cbcc9817b7829dfc5d196284f5c8de9945)
2024-02-28 16:54:04 +08:00
覃本学 cd1f2fd92a fix: 修复关于对话框在应用名称很长时内容有被截断的情况
调整关于对话框布局

Log: 修复关于对话框在应用名称很长时内容有被截断的情况
Bug: https://pms.uniontech.com/bug-view-240835.html
Influence: 关于对话框布局
2024-02-28 15:45:09 +08:00
覃本学 9ee2004d16 fix: 调整关于对话框链接颜色
调整关于对话框链接颜色

Log: 调整关于对话框链接颜色
Task: https://pms.uniontech.com/task-view-303535.html
Influence: 关于对话框链接颜色
2024-02-28 15:45:09 +08:00
覃本学 9f16214bc3 chore: 调整关于对话框界面布局和样式
调整关于对话框界面布局和样式

Log: 调整关于对话框界面布局和样式
Task: https://pms.uniontech.com/task-view-303535.html
Influence: 关于对话框
2024-02-28 15:45:09 +08:00
ck f99368a715 chore: bump version to 5.6.23
update changelog
2024-02-22 17:10:28 +08:00
ck 2571caf0bc feat: sidebar widget with blur widget behind
add a blur widget(behindwindowblend) behind sidebar widget
add a vline right of sidebar
2024-02-22 17:10:28 +08:00
ck 2edd4a79a2 chore: use hasBlurWindow instead of hasComposite
hasBlurWindow is more accurate
2024-02-22 17:10:28 +08:00
deepin-ci-robot 0a97de24b8 chore: update changelog
Release 5.6.22.
2024-01-12 14:39:59 +08:00
chenhongtao 894d840e41 chore: remove unused headers in header
Log:
2024-01-10 10:04:34 +08:00
ck 866198ec8b fix: double click edit incorrect format
Issue: https://github.com/linuxdeepin/developer-center/issues/6780
2024-01-09 17:50:50 +08:00
deepin-ci-robot 419439305b chore: update changelog
Release 5.6.21.
2024-01-09 14:48:57 +08:00
ck 2024fe2ee1 chore: logical judgment errors
default is attribute is UseInactiveColorGroup
2023-12-29 09:35:53 +08:00
ck c401931342 chore: nullptr check in dstyleditemdelegate
nullptr check
2023-12-29 09:35:53 +08:00
deepin-ci-robot a151867963 chore: update changelog
Release 5.6.20.
2023-11-28 17:54:58 +08:00
ck 13505358b6 feat: move ddesktopservices to dtkgui
move ddesktopservices from dtkwidget to dtkgui

Issue: linuxdeepin/dtk#134
2023-11-28 13:40:36 +08:00
ZHANGTINGAN 01043dfa1b fix: DApplication初始化过程中会覆盖原有事件掩码,导致丢失事件
DApplication应用初始化时通过设置xcb窗口属性,设置了XCB_EVENT_MASK_PROPERTY_CHANGE事件掩码,此时Xorg会对发送给客户端的事件根据事件掩码来过滤,例如关闭文件选择对话框时发送的类型为focusIn的clientMessageEvent就不会发送给客户端。修改为先判断当前事件掩码是否含有XCB_EVENT_MASK_PROPERTY_CHANGE掩码,有的话不进行处理,没有的话在原有掩码上追加该掩码

Bug: https://pms.uniontech.com/bug-view-220369.html
2023-11-13 15:10:13 +08:00
ck 9fdb27a91f fix: DArrowRectangle left/right style incorrect
radiusArrowStyleEnable 后 border 少了一些绘制路径

Issue: https://github.com/linuxdeepin/dtk/issues/92
2023-11-10 16:50:57 +08:00
覃本学 b15940de6b fix: 修复DLicenseDialog内存泄漏
listModel没挂父对象也没有主动销毁

Log: 修复DLicenseDialog内存泄漏
Influence: DLicenseDialog
2023-11-09 10:31:12 +08:00
Yixue Wang 371cc125cc fix: export inexistent classes in config
Some classes is totally dropped in dtk6. These should not be exported
in config file.

Log: fix exporting inexistent classes in config
2023-10-27 14:02:55 +08:00
Yixue Wang fcd33acfa9 fix: redefinition of verticalTabs
Function verticalTabs is exposed by qtabbar_p.h as constexpr static
inline, original definition in dtabbar.cpp will lead to an redefinition
error. Just rename dtk's implementation.

Note: Probably we should replace private implementaion with Qt's
implementation after all versions of Qt expose this function.
Log: fix redefinition of verticalTabs
2023-10-27 13:34:45 +08:00
Yixue Wang f5eafba7ff chore: add synchronization workflow
Add synchronization workflow to synchronize to DTK6.

Log: add synchronization workflow
2023-10-27 09:41:21 +08:00
ck 42e319184c feat: styleHint tweak
SH_UnderlineShortcut
Whether shortcuts are underlined.

SH_Menu_KeyboardSearch
Whether disable the typing to search for menu items
2023-10-25 14:00:57 +08:00
deepin-ci-robot a694fae2ee chore: update changelog
Release 5.6.19.
2023-10-24 02:33:26 +08:00
He Xin f5d75bf95a feat: change DTK_STATIC_TRANSLATION to the default setting.
change DTK_STATIC_TRANSLATION to the default setting.
默认设置DTK_STATIC_TRANSLATION,以便第三方dtk应用可以较方便携带翻译文件
2023-10-19 10:45:11 +08:00
deepin-ci-robot 59b0befeef chore: update changelog
Release 5.6.18.
2023-10-18 15:16:21 +08:00
syn 012d67a362 doc: update docs for denhancedwidget
更新denhancedwidget的文档,添加示例代码

Log: update docs

Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-10-16 10:47:11 +08:00
zhangkun e0b3d0bbc3 fix: 修复打印预览,切换打印机的时候预览图颜色显示异常
颜色选项默认选择第一项,第一项有可能是彩色或黑白,QCombobox在设置与之前相同的项的时候其CurrentIndexChanged信号不会被触发,正因如此,导致预览图没有及时没刷新,修改为在为组合框添加item的时候,将其currentIndex设置为-1,保证后续的CurrentIndexChanged信号及时被触发

Log: 修复打印预览,切换打印机的时候预览图颜色显示异常
Bug: https://pms.uniontech.com/bug-view-220315.html
Influence: 打印预览切换打印机时预览图的颜色表现
2023-10-13 15:42:47 +08:00
ck 7d85d0bc97 feat: use DIconTheme::findQIcon
Replacing QIcon::fromTheme.

Issue: linuxdeepin/developer-center#4112
2023-10-12 15:16:45 +08:00
Felix Yan 3a2f266613 chore: correct typos about action slots
Log:
2023-10-02 12:15:14 +08:00
renbin b948f4e034 fix: ColorMode may be inconsistent with settings.
The current ColorMode is inconsistent with the set
currentIndex after switch the printer.
Refresh the current print ColorMode after reset
the ColorMode combobox.

Log: ColorMode may be inconsistent with settings.
Bug: https://pms.uniontech.com/bug-view-219201.html
Influence: PrintPreview
2023-09-13 08:47:08 +08:00
wangyixue dafa34ed8a chore: update changelog
Release 5.6.17.
2023-09-08 23:15:48 +08:00
ck 93d4407f4c fix: example sidebar not show
setSidebarWidget will show sidebar widget
2023-09-08 16:54:46 +08:00
xzl 3635a3ba77 chore: support Qt 6.4.2
Log:
2023-09-08 16:48:05 +08:00
ck 5f0e347e32 chore: do not show alert message if text is empty
show an empty alert frame makes no sense
2023-09-08 15:05:03 +08:00
YeShanShan 0ba6eb1b3d feat: Add UT for DWaterMarkWidget
Add UT.
2023-09-07 12:12:10 +08:00
xzl 65308b9f3c fix: remove not working test case
Log:
2023-09-05 13:03:57 +08:00
ck f3d1a4423b feat: DFontSizeManager tweak
- add T11 (default 8 px)
- T5 17px ==> 16px

Issue: https://github.com/linuxdeepin/dtk/issues/116
2023-09-05 10:56:41 +08:00
wangfei 8a4bacc437 fix: sidebar expand/collapse status error
diff expand/collapse from sidebar visible

Issue: https://github.com/linuxdeepin/developer-center/issues/5297
2023-08-28 09:20:38 +08:00
deepin-ci-robot edd36a92da chore: update changelog
Release 5.6.16.
2023-08-22 15:17:45 +08:00
wangyixue 0403aecf3b fix: update dependency libfreetype-dev
libfreetype6-dev is a transitional package. Debian sid now uses
libfreetype-dev. Change libfreetype6-dev to libfreetype-dev.

Log: update dependency libfreetype-dev
2023-08-21 17:15:46 +08:00
xzl 72c59d8292 chore: add test for dwatermarkhelper
Log:
2023-08-18 15:37:01 +08:00
xzl 0312b95efa feat: add ut_dpalettehelper
Log:
2023-08-18 11:24:06 +08:00
wangyixue b2e211292d chore: update changelog
Release 5.6.15.
2023-08-14 11:01:49 +08:00
ck e5108b00bc chore: move loadtranslator to dtkgui
dependcy: https://github.com/linuxdeepin/dtkgui/pull/183
load qt and app translation files in dtkgui
dtkwidget only load dtkwidget_xx.qm
2023-08-12 10:37:07 +08:00