From ecfc22c9c39d16a89309e23f485c2ad92e26a4b5 Mon Sep 17 00:00:00 2001 From: smith Date: Sat, 31 Oct 2020 20:07:00 -0500 Subject: [PATCH] Add task animations [urgent, active, loading, move] #31 --- .../shell/Containers/IconTaskContainer.qml | 84 ------------------- 1 file changed, 84 deletions(-) diff --git a/packages/shell/Containers/IconTaskContainer.qml b/packages/shell/Containers/IconTaskContainer.qml index 6b406ef..9ca37a3 100644 --- a/packages/shell/Containers/IconTaskContainer.qml +++ b/packages/shell/Containers/IconTaskContainer.qml @@ -10,90 +10,6 @@ import 'qrc:/shell/helpers/taskHelper.ts' as TaskHelper import 'qrc:/shell/helpers/constants.ts' as Consts import 'qrc:/shell/Components' -/*! - \code model: -{ - "objectName": "", - "index": 2, - "row": 2, - "column": 0, - "model": [object QQmlDMAbstractItemModelData(0x3b5d520)], - "hasModelChildren": false, - "GenericName": "The IDE of choice for Qt development.", - "LauncherUrl": {}, - "LauncherUrlWithoutIcon": {}, - "WinIdList": [ - 60817420 - ], - "MimeType": "windowsystem/winid", - "MimeData": {}, - "IsWindow": true, - "IsStartup": undefined, - "IsLauncher": undefined, - "HasLauncher": false, - "display": "PaintItem.qml (qml/Extras @ Muelle) - Qt Creator", - "IsGroupParent": undefined, - "decoration": {}, - "ChildCount": undefined, - "edit": undefined, - "IsGroupable": true, - "toolTip": undefined, - "IsActive": true, - "statusTip": undefined, - "whatsThis": undefined, - "IsClosable": true, - "IsMovable": true, - "IsResizable": true, - "IsMaximizable": true, - "IsMaximized": true, - "IsMinimizable": true, - "IsMinimized": false, - "IsKeepAbove": false, - "IsKeepBelow": false, - "IsFullScreenable": false, - "IsFullScreen": false, - "IsShadeable": true, - "IsShaded": false, - "IsVirtualDesktopsChangeable": true, - "VirtualDesktops": [1], - "IsOnAllVirtualDesktops": false, - "Geometry": { - "x": 0, - "y": 30, - "width": 1366, - "height": 738, - "left": 0, - "right": 1365, - "top": 30, - "bottom": 767 - }, - "ScreenGeometry": { - "x": 0, - "y": 0, - "width": 1366, - "height": 768, - "left": 0, - "right": 1365, - "top": 0, - "bottom": 767 - }, - "Activities": { - "0": "788cecfc-9913-4be4-8826-1bed5ac833f0" - }, - "IsDemandingAttention": false, - "SkipTaskbar": false, - "SkipPager": false, - "AppPid": 7480, - "AppId": "DigiaQt-qtcreator-community.desktop", - "AppName": "Qt Creator (Community)", - "objectNameChanged": [Function], - "modelIndexChanged": [Function], - "rowChanged": [Function], - "columnChanged": [Function] -} -/endcode -*/ - MouseArea { id: task objectName: 'IconTaskContainer'