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
LyYeeeYuwu
eeb4563233
doc: update docs for dcrumbedit
...
更新dcrumbedit的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-08-10 09:54:50 +08:00
homehome
a6cbb1c4a9
doc: update docs for dcircleprogress
...
更新dcircleprogress的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-08-03 16:09:41 +08:00
syn
67b3dc243e
doc: update docs for dtooltip
...
更新dtooltip的文档,添加示例代码和图片
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-08-03 10:56:09 +08:00
LyYeeeYuwu
772ca04bde
doc: update docs for dfontcombobox
...
更新dfontcombobox的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-08-02 19:29:27 +08:00
YeShanShan
06f65568da
feat: Add UT for DComboBox
...
Add UT.
2023-07-31 11:36:14 +08:00
xzl
290e075c63
chore: remove useless files
...
Log:
2023-07-29 21:58:21 +08:00
deepin-ci-robot
879a19c30a
chore: update changelog
...
Release 5.6.14.
2023-07-27 16:17:11 +08:00
wangyixue
63cb178bc7
chore: deprecate dhidpihelper
...
DHiDPIHelper has nothing to do with dtkwidget. Move the only function
loadNxPixmap to Dtk::Gui::DIcon. Deprecate the implementation in
dtkwidget.
Log: deprecate dhidpihelper
2023-07-27 13:47:42 +08:00
xzl
8421ade36e
fix: fix the bug of the test-recoverage.sh
...
Log:
2023-07-27 10:43:56 +08:00
LyYeeeYuwu
cb360f23d6
doc: update docs for dtextedit
...
更新dtextedit的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-26 13:20:42 +00:00
xzl
5fc7371d91
feat: add some UT
...
Log:
2023-07-21 14:14:06 +08:00
xzl
49a0919930
fix: to fix unused qrc file in UT
...
Log:
2023-07-21 09:49:01 +08:00
xzl
75ad5f10cb
fix: fix memory leak in danchors.cpp
...
Log:
2023-07-18 15:34:35 +08:00
xzl
2fa6097c85
Revert "fix: 修改内存泄露问题"
...
This reverts commit 7efd5d2f03 .
2023-07-18 15:34:35 +08:00
homehome
b608210a56
doc: update docs for dmessagemanager
...
更新dmessagemanager的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-14 02:30:05 +00:00
SPUER
40b70e80f0
chore: reduce compilation warnings
...
解决部分文档编译警告
解决cpp文件中部分注释编译警告
Issue: https://github.com/linuxdeepin/dtk/issues/96
2023-07-14 01:37:10 +00:00
LyYeeeYuwu
105bbeeaab
doc: update docs for dprogressbar
...
更新dprogressbar的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-14 09:11:09 +08:00
homehome
ac719a9bf1
doc: update docs for dcoloredprogressbar
...
更新dcoloredprogressbar的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-11 08:22:24 +00:00
homehome
f7132b15a7
doc: update docs for dbaseline
...
更新dbaseline的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-11 08:02:05 +00:00
LyYeeeYuwu
913e39c63e
doc: update docs for dsearchedit
...
更新dsearchedit的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-11 07:49:23 +00:00
syn
909d3e06df
doc: update docs for dspinbox
...
更新dspinbox的文档,添加示例代码及运行图片
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-11 07:03:56 +00:00
homehome
2f19f9113e
fix: the 'ValueChanged' signal was never emitted in dcircleprogress
...
Due to a lack of signal triggering in dcircleprogress,the 'ValueChanged' signal was never emitted.
Log:为dcircleprogress修复了一个接口bug,在setValue()函数内部设置信号发射,解决了ValueChanged信号不会发射的问题
2023-07-11 14:37:36 +08:00
Skye-rs
c2063d8316
doc: update docs for dtoolbutton
...
更新dtoolbutton的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-11 05:35:29 +00:00
LyYeeeYuwu
1e7568bd3b
doc: update docs for dframe
...
更新dframe的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-11 05:15:56 +00:00
LyYeeeYuwu
454855b4bc
doc: update docs for dwarningbutton
...
更新dwarningbutton的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-11 01:53:55 +00:00
deepin-admin-bot
31356222e8
chore: Sync by 559e91167d
...
sync by github workflow
Log: none
Influence: none
2023-07-10 06:29:54 +00:00
xzl
28fe13924b
fix: remove ut to support DTK6.0
...
Log: 移除了部分DTK6.0不支持的ut,以便通过编译,后续需要补充
2023-07-07 16:20:45 +08:00
LyYeeeYuwu
d490659575
doc: update docs for dbuttonbox
...
更新dbuttonbox的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-07 02:14:08 +00:00
Skye-rs
3e2272e47e
doc: update docs for dipv4lineedit
...
更新dipv4lineedit的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94#issue-1773136810
2023-07-07 01:57:29 +00:00
syn
b888a7917f
doc: update docs for diconbutton
...
更新diconbutton的文档,添加示例代码及运行图片
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-07 01:29:29 +00:00
syn
163831d9be
doc: update docs for dbaseexpand
...
更新dbaseexpand的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-06 04:32:09 +00:00
homehome
9e3b78c05f
doc: update docs for dwaterprogress
...
更新dwaterprogress的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-06 03:59:37 +00:00
homehome
0fb6c31af1
doc: update docs for dsuggestbutton
...
更新dsuggestbutton的文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94
2023-07-06 03:45:04 +00:00
Skye-rs
2c51f40f28
doc: A small change to Dcombobox
...
改正dcombobox.cpp中一处注释
Log: Correction of a comment in Dcombobox
2023-07-06 02:03:08 +00:00
Skye-rs
e054ff19a5
doc: update docs for dcombobox
...
更新dcombobox文档
Log: update docs
Issue: https://github.com/linuxdeepin/dtk/issues/94#issue-1773136810
2023-07-05 10:00:54 +08:00
heyuming
eb5e0f0a11
refactor!: deprecate some interfaces in dtk6
...
Log: 在dtk6中废弃一些接口
2023-07-04 18:26:14 +08:00
homehome
80a6fc7875
doc: update docs for dtabbar
...
更新dtabbar的文档
Log: update docs
Issue: linuxdeepin/dtk #94
2023-07-04 08:49:08 +00:00
homehome
aa1818415f
doc: update docs for dpasswordedit
...
更新dpasswordedit的文档
Log: update docs
Task: deepin-community/coding-quarter#26
2023-07-03 08:59:15 +00:00
YeShanShan
05b122cfd5
fix: Button background lightness display error
...
Adjust color's lightness by ColorType.
Issue: https://github.com/linuxdeepin/dtk/issues/82
2023-06-26 13:02:08 +08:00
heyuming
53ee4fb198
chore: update changelog
...
Release 5.6.13
Log:
2023-06-26 10:21:54 +08:00
wangyixue
f357008be5
fix: titlebar buttons don't recover
...
Titlebar has a targetWindow and it will sync disableFlags with window's
motif functions. Do not set disableFlags according to the current
state of buttons. Because when targetWindow(That is also top level
window of titlebar) is disabled, all its children will always return
false when invoking isEnabled.
Also, never explicitly disable any button unless you know when to
enable it again. Let top level window manages it. DisableFlags only
apply to configuration, will not reveal buttons' state.
Log: fix titlebar buttons don't recover
2023-06-26 10:08:19 +08:00
heyuming
c2efc57609
fix: unit test error under qt6
...
Log: 修复qt6下的单元测试错误
2023-06-25 16:46:58 +08:00
heyuming
5a8a34a6c6
fix: fix compile error under qt6
...
Log: 修复Qt6下的编译错误
2023-06-21 17:01:10 +08:00
heyuming
5804bb2dd9
chore: remove old dependency
...
Log: 移除旧依赖
2023-06-21 15:56:17 +08:00