From 58edfd10d7b077382178713699d9c84367d1686c Mon Sep 17 00:00:00 2001 From: "godly.talias" Date: Mon, 9 Nov 2015 12:18:49 -0800 Subject: hoversel: do item view creation at the time of item addition. Summary: Currently hoversel creates the item view when user clicks on hoversel, So it will cause a delay for the hover to come depending on number of items as the items in hover have to be created. If item creation is done during item_add that delay can be avoided and pressed effect also will become smooth (item_add will be taking more time with this change, but it happens only once). If applications prefer memory usage more than execution time, then applications can do item_add in hoversel clicked callback. Test Plan: elementary_test Reviewers: raster, Hermet, conr2d, prince.dubey, shilpasingh, cedric Reviewed By: cedric Subscribers: rajeshps, poornima.srinivasan Differential Revision: https://phab.enlightenment.org/D3058 Signed-off-by: Cedric BAIL --- AUTHORS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'AUTHORS') diff --git a/AUTHORS b/AUTHORS index eefcd8133..1c8b97913 100644 --- a/AUTHORS +++ b/AUTHORS @@ -164,5 +164,5 @@ Jee-Yong Um Ji-In Moon Subodh Kumar Kumar Navneet -Godly T Alias +Godly T Alias Shashank Pandey -- cgit v1.2.1