Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
dde-shell (1.99.23) UNRELEASED; urgency=medium

* chore: remove dcc-dock-plugin

-- zhangkun <[email protected]> Fri, 21 Feb 2025 18:17:08 +0800

dde-shell (1.99.22) UNRELEASED; urgency=medium

* fix: record replaced notification to DB (Bug: 296235)
Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Build-Depends:
libdtk6declarative, qml6-module-qtquick-controls2-styles-chameleon, qt6-declarative-private-dev,
libyaml-cpp-dev,
qt6-l10n-tools, qt6-svg-dev, dde-tray-loader-dev (> 1.99.14),
dde-application-manager-api (> 1.2.23), dde-control-center-dev (>= 6.0.73)
dde-application-manager-api (> 1.2.23)
Standards-Version: 3.9.8
Homepage: http://www.deepin.org

Expand Down
2 changes: 0 additions & 2 deletions debian/dde-control-center-dock.install

This file was deleted.

4 changes: 0 additions & 4 deletions panels/dock/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@ add_subdirectory(multitaskview)

find_package(DdeControlCenter)

if (DdeControlCenter_FOUND)
add_subdirectory(dcc-dock-plugin)
endif()

add_subdirectory(searchitem)
#add_subdirectory(appruntimeitem)

Expand Down
41 changes: 0 additions & 41 deletions panels/dock/dcc-dock-plugin/CMakeLists.txt

This file was deleted.

78 changes: 0 additions & 78 deletions panels/dock/dcc-dock-plugin/operation/dccdockexport.cpp

This file was deleted.

23 changes: 0 additions & 23 deletions panels/dock/dcc-dock-plugin/operation/dccdockexport.h

This file was deleted.

186 changes: 0 additions & 186 deletions panels/dock/dcc-dock-plugin/operation/dockdbusproxy.cpp

This file was deleted.

Loading
Loading