Code review comment for lp://qastaging/~dyams/unity-2d/launcher-desaturation

Revision history for this message
Lohith D Shivamurthy (dyams) wrote :

Change description:
Added new property 'isDashActive' to launcherView. LauncherItem already has mouseArea with hoverEnabled = true.
By listening to these two property changes we can achieve the desired effect.
QML icons provider is informed about the desaturated icon by appending :desaturate string to the icon id. The desaturate and tint effect is not perfect yet. At the moment it is achieved through QIcon and QPixmap, Which might need further tuning though.

« Back to merge proposal