Go to file
wang fei 6952361e90 chore: wayland下分屏窗口在暗主题上异常
setBackgroundColor里面增加个isFloatWindow的判断

Log: 修复wayland下分屏窗口在暗主题上异常问题
Influence: 分屏窗口UI
Change-Id: Icc2819bc2d3033b6233ce523336daa236683e003
2022-09-19 17:33:11 +08:00
.github/workflows chore: Sync by (#129) 2022-07-19 10:18:35 +00:00
.tx refactor: move all translation files to "src/translations" 2019-07-30 19:07:11 +08:00
archlinux feat: update archlinux build 2022-06-21 17:44:11 +08:00
debian fix: build failed when the .git folder exist (#136) 2022-08-11 11:08:56 +08:00
doc chore: build doxygen documentation 2022-07-08 05:03:33 +00:00
examples fix: crashed when DListView drag item with Action 2022-08-12 13:43:10 +08:00
plugin fix: designer 中控件名称显示带命名控件 2021-07-14 17:45:38 +08:00
rpm chore: rpm build failed 2021-10-30 18:10:42 +08:00
src chore: wayland下分屏窗口在暗主题上异常 2022-09-19 17:33:11 +08:00
tests fix: UT error 2022-09-02 14:07:10 +08:00
tools feat: dtkwidget支持一包多依赖 2021-06-29 18:41:04 +08:00
.clog.toml Release 2.0.5.2 2017-11-28 17:10:20 +08:00
.gitignore chore: 修改.gitignore文件,忽略cmake文件的追踪 2021-05-28 08:50:14 +08:00
.gitlab-ci.yml Update .gitlab-ci.yml 2020-01-08 10:44:16 +08:00
.packit.yaml fix: Initial packit setup 2020-10-23 13:16:29 +08:00
.project.json fix: bug:23312 无图标 2020-06-03 17:09:43 +08:00
.release.json refactor: use commit count for the package version 2019-07-05 14:42:21 +08:00
CHANGELOG.md Update CHANGLE.md 2019-05-23 14:07:48 +08:00
CMakeLists.txt chore: build doxygen documentation 2022-07-08 05:03:33 +00:00
LICENSE license: switch to LGPLv3 license 2020-04-24 16:17:37 +08:00
README.md chore: 更新README添加plugin的编译方法 (#102) 2022-05-17 10:53:39 +08:00
conanfile.py feat: support connan build 2018-12-24 09:51:11 +08:00
dtkwidget.pro feat: support dtk_lib 2018-04-13 01:12:13 +08:00

README.md

Deepin Tool Kit Widget

Deepin Tool Kit (Dtk) is the base devlopment tool of all C++/Qt Developer work on Deepin.

Dependencies

Build dependencies

  • Qt >= 5.6

Installation

Build from source code

  1. Make sure you have installed all dependencies.
sudo apt build-dep .

If you need to use the designer plugin, you should also install:

sudo apt install qttools5-dev
  1. Build:
$ mkdir build
$ cd build
$ qmake ..
$ make
  1. Install:
$ sudo make install

Getting help

Any usage issues can ask for help via

Getting involved

We encourage you to report issues and contribute changes

License

deepin-tool-kit is licensed under GPLv3.