Commit e12dd6d
committed
fix: 修复增强脚本功能
1 parent 5c4dee3 commit e12dd6d
29 files changed
Lines changed: 1284 additions & 685 deletions
File tree
- 3rdparty
- lang
- en_US
- zh_CN
- zh_TW
- src
- class
- control
- dialog
- test
Submodule Qt-Advanced-Docking-System updated 11 files
- src/AutoHideDockContainer.cpp+25-1
- src/DockAreaWidget.cpp+1-2
- src/DockContainerWidget.cpp+11
- src/DockContainerWidget.h+3
- src/DockManager.cpp+4-2
- src/DockWidget.cpp+25-2
- src/DockWidget.h+16
- src/FloatingDockContainer.cpp+7-3
- src/stylesheets/default_linux.css+1-1
- src/stylesheets/focus_highlighting.css+2-2
- src/stylesheets/focus_highlighting_linux.css+2-2
Submodule qwindowkit updated 25 files
- CMakeLists.txt+2
- examples/qml/fpscounter.cpp+45
- examples/qml/fpscounter.h+26
- examples/qml/main.cpp+16-4
- examples/qml/main.qml+23
- src/core/contexts/abstractwindowcontext_p.h+23-17
- src/core/contexts/linuxwaylandcontext.cpp+1-2
- src/core/contexts/linuxx11context.cpp+1-2
- src/core/contexts/win32windowcontext.cpp+73-12
- src/core/kernel/nativeeventfilter.cpp+2-4
- src/core/kernel/nativeeventfilter_p.h+1-1
- src/core/kernel/sharedeventfilter.cpp+1-2
- src/core/kernel/sharedeventfilter_p.h+1-1
- src/core/kernel/winidchangeeventfilter.cpp+1-1
- src/core/qwindowkit_windows.cpp+1-2
- src/core/qwindowkit_windows.h+1-1
- src/core/qwkglobal_p.h+2
- src/core/shared/qwkwindowsextra_p.h+9-2
- src/core/shared/systemwindow_p.h+2
- src/core/style/styleagent.cpp+2-4
- src/core/style/styleagent_p.h+2-2
- src/core/style/styleagent_win.cpp+1-2
- src/core/windowagentbase.cpp+1-2
- src/core/windowagentbase.h+1-1
- src/quick/quickitemdelegate.cpp+1-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
| 394 | + | |
| 395 | + | |
394 | 396 | | |
395 | 397 | | |
396 | 398 | | |
| |||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments