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
heyuming
e19d7fbe7a
fix: unit test error under qt5
...
Log: 修复qt5下单元测试的错误
2023-06-21 15:47:24 +08:00
ck
caa5e197d7
fix: Attempted to overwrite a QRandomGenerator to system() or global().
...
QRandomGenerator::global() no need to call seed
2023-06-21 11:32:16 +08:00
wangyixue
5a11d970b1
fix: compile error of unit test
...
ut_dstyleditemdelegate.cpp does not using namespace Dtk::Gui; Add
this to it.
Log: fix compile error of unit test
2023-06-20 16:44:36 +08:00
heyuming
011f3f4028
fix: correct copy assignment operator
...
Log: 纠正拷贝赋值运算符
2023-06-19 16:13:19 +08:00
heyuming
940ea4ef40
feat(others): support Qt6
...
Log: 适配Qt6
2023-06-19 13:18:51 +08:00
heyuming
637e3eb52a
feat(lib): support Qt6
...
Log:适配Qt6
2023-06-19 13:15:20 +08:00
heyuming
060450076f
feat(build): support Qt6
...
Log: 支持Qt6
2023-06-16 17:32:43 +08:00
ck
428675ebb8
fix: TextEdit color group not update
...
control's palette not changed whene window activate changed
Bug: https://pms.uniontech.com/bug-view-196603.html
2023-06-16 16:15:19 +08:00
heyuming
2382ebaba2
fix: DApplication casting error
...
Log: 修复DApplication的转换错误
2023-06-14 10:09:43 +08:00
wangfei
77956103b0
chore: update translations abouut license
...
update translations about license
Log: update translations about license
2023-06-08 11:03:28 +08:00
ck
7532e97c1d
fix: abnormal font size
...
if qApp->font() dpi is invalid(<=0) fallback to d_defaultDpi
see qt_defaultDpiX / qt_defaultDpiY(qfont.cpp)
Issue: https://github.com/linuxdeepin/dtk/issues/17
2023-05-30 16:45:27 +08:00
caixiangrong
24f758e5db
fix: 修改分屏菜单位置错误
...
只Qt::Widget的窗口并有父窗口的计算使用父窗口rect
Log: 修改分屏菜单位置错误
Bug: https://pms.uniontech.com/bug-view-199083.html
Influence: 锁屏界面/任务栏等网络插件窗口显示,窗口分屏提示窗口
2023-05-30 16:39:17 +08:00
wangfei
21eafa9b28
chore: Change the text of the title in dlicensedialog
...
Change "open-source software" to "Open-Source Software"
Log: Change the text of the title in dlicensedialog
2023-05-18 15:52:35 +08:00
wangfei
bb7bb1db80
chore: Add properties about license in dapplication interface
...
add properties about license feature in dapplication interface.
Log: Add properties about license
2023-05-17 16:42:01 +08:00
wangfei
a5b2f57b18
chore: change the text of the title on licensedialog
...
change the text "Credits" to "open-source software"
Log: change the text of the title on licensedialog
2023-05-17 16:40:07 +08:00
ck
25a9e60c09
chore: bump version to 5.6.12
...
update changelog
2023-05-15 11:42:41 +08:00
wangfei
cf93158b9e
chore: change the licenses of example
...
change the licenses of the example
Log: change the licences of the example
2023-05-12 17:36:45 +08:00
wangfei
d152e0aa78
fix(licensedialog): it does't work by clicking enter action
...
connect two signals between enter action and listview on license dialog.
Log: fix the issue that it doesn't work by clicking enter action
2023-05-12 17:33:33 +08:00
wangfei
c3a0ef938c
chore: update translations about license feature
...
add translations about license feature
Log: update translations about license feature
2023-05-11 13:17:01 +08:00
deepin-admin-bot
30992ff1b0
chore: Sync by 2e5e092ba3
...
sync by github workflow
Log: none
Influence: none
2023-05-10 02:24:49 +00:00
wangfei
f585d1f9df
feat: add license dialog widget
...
add dlicensedialog interface and function.
Log: add license dialog widget
2023-05-10 09:07:01 +08:00
ck
42612a2fd1
chore: use activatableServiceNames
...
Use the activatableServiceNames instead of isServiceRegistered
to detect new version dbus interfaces exists
2023-05-09 14:46:59 +08:00
ck
eb2fff404f
chore: bump version to 5.6.11
...
update changelog
2023-05-08 15:07:20 +08:00
wangfei
dcb6217d4b
fix: adjust floatbutton's size in compact mode
...
In compact mode, add the margins to sizehint.
Log: modify floatbutton's content size to 36*36
Issue: https://github.com/linuxdeepin/dtk/issues/36
2023-05-05 11:13:02 +08:00
wangfei
85a476724d
chore: update translation files
...
delete some deprecate words.
add some words about custom toolbar.
Log: update translation files
2023-05-05 11:12:11 +08:00
rewine
802ed1d930
fix: must set CMAKE_INSTALL_PREFIX before GNUInstallDirs
...
Log:
Never modify the value of CMAKE_INSTALL_PREFIX after including GNUInstallDirs
Otherwise incorrect CMAKE_INSTALL_FULL_XXXX values will be computed
2023-04-28 07:39:52 +00:00
wangfei
0f0f79f6ca
fix: the redundant field "version" has been added
...
remove the redundant field "version: " in about dialog
Issue: https://github.com/linuxdeepin/dtk/issues/62
2023-04-26 13:40:14 +08:00
bluesky
f0323b6608
fix: titlebar was not updated when titlebarHeight was changed
...
修复titlebarHeight属性被修改时,标题栏没有实时生效。
Issue: https://github.com/linuxdeepin/dtk/issues/51
2023-04-26 13:14:50 +08:00
donghualin
2f8df6c939
fix: 修复ArrowRectanble设置位置错误
...
当给ArrowRectanble设置parent的时候,调用show方法没有计算顶层窗口的位置导致最终计算的窗口错误
Log: 修复锁屏界面竖屏无法显示网络列表
Influence: 登陆界面和锁屏界面的网络列表
Bug: https://pms.uniontech.com/bug-view-195913.html
2023-04-24 14:50:18 +08:00
YeShanShan
7692c1572e
feat: Deprecate DApplicationSettings
...
The feature has been moved to DGuiApplicationHelper in the
commit 19492cbfb71954a4939028b37ce66981d34e324e
2023-04-24 13:58:34 +08:00
Felix Yan
45c20d90e5
fix: suppress cmake warning for missing directory specified
...
Fixes the following warning:
```
CMake Warning:
No source or binary directory provided. Both will be assumed to be the
same as the current working directory, but note that this warning will
become a fatal error in future CMake releases.
```
2023-04-21 13:22:03 +08:00
Felix Yan
29cdb8b79f
fix: remove unused librsvg dependency from dtkwidget.spec
...
It's no longer in use.
2023-04-21 13:21:34 +08:00
bluesky
0354aa60f1
doc: update DSwitchButton docs
...
更新DSwitchButton控件的文档
Log: update docs
2023-04-21 10:30:49 +08:00