From: Priya Kohli Date: Tue, 24 Dec 2019 09:56:09 +0000 (+0530) Subject: [TBT][Non-ACR][TFDF-7564,Adding info for dali widget and dali angel app] X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=84d0dd376eb25a13ee4096a31dd28c8bf7d5e495;p=test%2Ftct%2Fnative%2Fbehavior.git [TBT][Non-ACR][TFDF-7564,Adding info for dali widget and dali angel app] Change-Id: I3ff40bd8a4a67e4976f40dda4da88257a284ba25 Signed-off-by: Priya Kohli --- diff --git a/release/binary-armv7l/org.tizen.tbtcoreapp-dali-1.0.0-arm.tpk b/release/binary-armv7l/org.tizen.tbtcoreapp-dali-1.0.0-arm.tpk old mode 100755 new mode 100644 index d7e9878..f57778f Binary files a/release/binary-armv7l/org.tizen.tbtcoreapp-dali-1.0.0-arm.tpk and b/release/binary-armv7l/org.tizen.tbtcoreapp-dali-1.0.0-arm.tpk differ diff --git a/release/binary-x86/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk b/release/binary-x86/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk old mode 100755 new mode 100644 index 62e7407..cc285f3 Binary files a/release/binary-x86/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk and b/release/binary-x86/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk differ diff --git a/tbtcoreapp-dali/src/view/tbt-dali-pan-gesture-angle-direction-view.cpp b/tbtcoreapp-dali/src/view/tbt-dali-pan-gesture-angle-direction-view.cpp index 119f515..fe0402f 100644 --- a/tbtcoreapp-dali/src/view/tbt-dali-pan-gesture-angle-direction-view.cpp +++ b/tbtcoreapp-dali/src/view/tbt-dali-pan-gesture-angle-direction-view.cpp @@ -34,7 +34,9 @@ TBTDaliPanGestureAngleDirectionView::TBTDaliPanGestureAngleDirectionView(Applica "\n1. Run DALi Pan Gesture Angle and Direction." "\n2. Perform the one finger pan on screen with right diagonal up then corresponding signal and data will display" "\n3. Add/Remove angle and direction of pan gesture" - "\n4. If the corresponding event signals mgs and touch data" + "\n4. Check Angle Direction flag in the logs using command: 'dlogutil | grep TBT_DALI_CORE'" + " If logs are coming 'setUnset flag==false or setUnset flag==true', app behaviour is normal." + "\n5. If the corresponding event signals mgs and touch data" " are changed then press Pass. " "Otherwise, press Fail"; flag=false; diff --git a/tbtcoreapp-dali/src/view/tbt-dali-widget-view.cpp b/tbtcoreapp-dali/src/view/tbt-dali-widget-view.cpp index e437eea..850d1a5 100644 --- a/tbtcoreapp-dali/src/view/tbt-dali-widget-view.cpp +++ b/tbtcoreapp-dali/src/view/tbt-dali-widget-view.cpp @@ -36,7 +36,10 @@ TBTDaliWidgetView::TBTDaliWidgetView(Application& mApplication, app_control_h _c "\n3. Widget creation aborted signal will call after perform click on activate button" "\n4. Pause/Resume button are perform widget pause/resume respectively." "\n5. Cancel button un-set the widget touch event." - "\n6. If the corresponding event signals mgs " + "\n6. Check Event hit information in the logs using command : 'dlogutil | grep TBT_DALI_CORE'" + " If logs are coming 'OnButtonClicked > Widget paused or OnButtonClicked > Widget resume or OnButtonClicked > Cancel touch event'" + ", app behaviour is normal" + "\n7. If the corresponding event signals mgs " "are changed then press Pass. " "Otherwise, press Fail";