Skip to content

Commit

Permalink
Add task animations [urgent, active, loading, move] #31
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Nov 1, 2020
1 parent 2f12ce4 commit ecfc22c
Showing 1 changed file with 0 additions and 84 deletions.
84 changes: 0 additions & 84 deletions packages/shell/Containers/IconTaskContainer.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ecfc22c

Please sign in to comment.