GNOME Bugzilla – Bug 644324
Dash: Start animations when a drag has been cancelled
Last modified: 2011-03-19 10:17:18 UTC
... rather than waiting for the snapback animation to complete.
Created attachment 183003 [details] [review] overview: Handle drag-cancelled signal for items Allow handling the drag-cancelled signal for non-window items, just like the handling for windows instroduced in commit a80e88e33.
Created attachment 183004 [details] [review] workspaces-view: Zoom out early on canceled item drags Start the zoom at the same time as the snapback animation, as it's already done for window snapbacks.
Created attachment 183005 [details] [review] dash: Handle cancelled drags If a drag was cancelled, do animations like size changes or zooming out the remove target in parallel with the snapback animation.
Review of attachment 183003 [details] [review]: Looks good
Review of attachment 183004 [details] [review]: Look good
Review of attachment 183005 [details] [review]: Looks good
Attachment 183003 [details] pushed as 6ae914d - overview: Handle drag-cancelled signal for items Attachment 183004 [details] pushed as 7f35b2d - workspaces-view: Zoom out early on canceled item drags Attachment 183005 [details] pushed as 2c48efa - dash: Handle cancelled drags