obsolete old interface sidebarVisible due to spelling mistake
Log: rename sidebarVisble to sidebarVisible
Influence: sidebar
Change-Id: I7c932f4fc8f43db2271d3562d446b4f663e11ad4
change background widget's visibility when the signal of expandChanged is emitted
Log: resolve the issue that background widget is always shown when sidebar is hidden
Influence: sidebar
Change-Id: I0a2fc73614aecfb736f52f00cb6ca07459f48fb7
update the interface doc of dfeaturedisplaydialog
Log: update the doc of dfeaturedisplaydialog
Influence: doc
Change-Id: I238fa7c5675bd3d51e3a7112fbe8ed549b3d3d51
It was introduced in e4fdfe5b36 .
It cause incompatible that DStyleOptionButton add a member
variable `dciIcon`.
App is crashed if libdtkwidget5 is different between App built
and running loaded, (app builds with 5.5, but loads 5.6 version).
We shouldn't add member variable that defined in .h and which
breaks abi.
If this case has exist, we can Use DApplication::builtDtkVersion()
to avoid to accessing the member in some lower version.
We are lucky, because we have `features` to avoid to accessing
`dciIcon` member in lower version.
FloatingButton doesn't need add DciIcon to features, because
DDciIcon has execute this code.
Log: none
Influence: App crash in some case
Change-Id: Iff4d596c6f90fa82f0d93ec9db0118d8d0bffa40
It lossed when qmake to cmake, and it causes DApplication::
buildDtkVersion function is error, because it's value is assigned
when builing application.
Log: none
Influence: none
Change-Id: Ie636df17c485f7d43cd5458cf3a2f2627388a07a
when no feature item is added, hide the entrance in about daboutdialog
Log: fix the issue about feature dialog has no content
Influence: feature display
Change-Id: Id13ce0b84ede3d084f219cfbd35e1d2a94e3b4bc
* remove redundant "dtkwidget" in include directory;
* improve cmake, modify some variable names, use file() to collect
source files for scalability;
* add full target_link_libraries support.
Log: add full target_link_libraries support
Influence: all projects who include headers directly by path
ComboBox popup at the wrong position the first time after application
launched. Fix this behavior.
Log: fix wrong position of ComboBox popup
Bug: https://pms.uniontech.com/bug-view-177525.html
Modify dstyle's value when switch SizeMode;
Add compact support for dialog, listview and other base widget.
Log: 支持基本控件的紧凑模式切换
Task: https://pms.uniontech.com/task-view-227385.html
Influence: none
Change-Id: I8f83d1fddd723a51bd01561c3723a9c352e9d852
Send StyleChange event for all widget when
received sizemode changed.
Add SizeModeHelper for common function.
Modify radius, Shadow of MainWindow.
Log: 支持紧凑模式切换
Task: https://pms.uniontech.com/task-view-227385.html
Influence: none
Change-Id: I3cb83d22db1b3b058ed34443263d8321af09281d
Modify default value for m_style of DStyleHelper from nullptr to
QApplication::style in case we have a stack overflow.
Log: correct default constructor for DStyleHelper