|
|
@ -63,12 +63,14 @@ AbilityItem.BasicItem {
|
|
|
|
return isWindow ? model.display : model.AppName;
|
|
|
|
return isWindow ? model.display : model.AppName;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
preserveIndicatorInInitialPosition: inBouncingAnimation || inAttentionAnimation || inNewWindowAnimation
|
|
|
|
|
|
|
|
|
|
|
|
parabolicItem.isParabolicEventBlocked: root.dragSource
|
|
|
|
parabolicItem.isParabolicEventBlocked: root.dragSource
|
|
|
|
|| !hoverEnabled
|
|
|
|
|| !hoverEnabled
|
|
|
|
|| !taskItem.abilities.myView.isShownFully
|
|
|
|
|| !taskItem.abilities.myView.isShownFully
|
|
|
|
|| inAnimation
|
|
|
|
|| inAnimation
|
|
|
|
|| (inBlockingAnimation && !(inAttentionAnimation||inFastRestoreAnimation))
|
|
|
|
|| (inBlockingAnimation && !(inAttentionAnimation||inFastRestoreAnimation))
|
|
|
|
parabolicItem.isUpdatingOnlySpacers: inAttentionAnimation || inBouncingAnimation
|
|
|
|
parabolicItem.isUpdatingOnlySpacers: inAttentionAnimation || inBouncingAnimation
|
|
|
|
|
|
|
|
|
|
|
|
property alias hoverEnabled: taskMouseArea.hoverEnabled
|
|
|
|
property alias hoverEnabled: taskMouseArea.hoverEnabled
|
|
|
|
property alias pressed: taskMouseArea.pressed
|
|
|
|
property alias pressed: taskMouseArea.pressed
|
|
|
|