From 6935cf71147a30da155539e5bd90ba5a677d7fff Mon Sep 17 00:00:00 2001 From: tsic404 Date: Sun, 28 Apr 2024 13:30:42 +0800 Subject: [PATCH 1/2] fix: hover size get more size 1. adjust hover control size 2. remove no need log log: as title --- panels/dock/taskmanager/package/TaskManager.qml | 1 - panels/dock/workspaceitem/package/workspaceitem.qml | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/panels/dock/taskmanager/package/TaskManager.qml b/panels/dock/taskmanager/package/TaskManager.qml index 7969f64f8..298abcdd8 100644 --- a/panels/dock/taskmanager/package/TaskManager.qml +++ b/panels/dock/taskmanager/package/TaskManager.qml @@ -81,7 +81,6 @@ ContainmentItem { Component.onCompleted: { Panel.rootObject.dockItemMaxSize = Qt.binding(function(){ - console.log(Panel.rootObject.dockSize, Panel.rootObject.dockLeftSpaceForCenter, Panel.rootObject.dockCenterPartCount - 1 + taskmanager.Applet.dataModel.rowCount()) return Math.min(Panel.rootObject.dockSize, Panel.rootObject.dockLeftSpaceForCenter * 1.2 / (Panel.rootObject.dockCenterPartCount - 1 + taskmanager.Applet.dataModel.rowCount()) - 2) }) } diff --git a/panels/dock/workspaceitem/package/workspaceitem.qml b/panels/dock/workspaceitem/package/workspaceitem.qml index 0d192817f..1fe244d2f 100644 --- a/panels/dock/workspaceitem/package/workspaceitem.qml +++ b/panels/dock/workspaceitem/package/workspaceitem.qml @@ -45,9 +45,9 @@ AppletItem { Control { anchors.centerIn: parent - implicitWidth: frameSize + 4 - implicitHeight: itemSize + 4 - + implicitWidth: frameSize + implicitHeight: frameSize + Rectangle { id: workspaceRectangle property D.Palette backgroundColor: DockPalette.workspaceRectangleColor From a79105404c62298b0c71f9d588e286162ab6ce8a Mon Sep 17 00:00:00 2001 From: tsic404 Date: Sun, 28 Apr 2024 13:30:52 +0800 Subject: [PATCH 2/2] chore: bump version 0.0.14 bump version 0.0.14 log: as title --- debian/changelog | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/debian/changelog b/debian/changelog index 4f5d3ead5..843fdb5e7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,35 @@ +dde-shell (0.0.14) unstable; urgency=medium + + * fix: crashed when open dock's menu(Issue: https://github.com/linuxdeepin/developer-center/issues/8243) + * fix: double release pointer + * fix: invalid fallback for DesktopfileAbstractParser + * fix: crashed when load plugins in sometimes + * fix: crashed when QScrollArea during deconstruction + * fix: "showtimetofull" option didn't work(Issue: https://github.com/linuxdeepin/developer-center/issues/8144) + * fix: application preview stuttering. + Thanks to zhangkun(Issue: https://github.com/linuxdeepin/developer-center/issues/8095) + * chore: missing lincense + * fix: incorrect resources for device icon(Issue: https://github.com/linuxdeepin/developer-center/issues/8238) + * chore: modify ts file (#281) + Thanks to ZhaoYingZhen(issue: 8270)(Influence: translation display) + * fix: crashed by qmlcache(Issue: https://github.com/linuxdeepin/developer-center/issues/8289) + * fix: quick panel popup has focus (#293) + Thanks to ZhaoYingZhen(Influence: quick panel popup has no focus) + * chore: add uos-ai tray plugin (#283) + Thanks to ZhaoYingZhen(issue: 8247)(Influence: uos-ai tray plugin icon display) + * fix: modify plugin hover style + * fix: workspace not localize(issue: 8223, 8278) + * feat: Hide multitask button when composition is disabled(Issue: https://github.com/linuxdeepin/developer-center/issues/8224) + * fix: crashed by tipWidget when exit + * fix: fix `mapToGlobal` error + * fix: notification plugin not generated in correct location in debug mode(issue: 8245) + * fix: tips position error(issue: 8197) + * fix: some widget layout margin incorrect(issue: 7704) + * [dde-shell] Updates for project Deepin Desktop Environment (#277) + Thanks to transifex-integration[bot] + + -- Deepin Packages Builder Sun, 28 Apr 2024 13:14:13 +0800 + dde-shell (0.0.13) unstable; urgency=medium * chore: adjust radius for ToolTips