[TBT][tbtcoreapp-dali][Non-ACR][Modified widget id] 12/149012/1
authornibha.sharma <nibha.sharma@samsung.com>
Mon, 11 Sep 2017 09:04:52 +0000 (14:34 +0530)
committernibha.sharma <nibha.sharma@samsung.com>
Mon, 11 Sep 2017 09:04:52 +0000 (14:34 +0530)
Change-Id: I0554b4472f0bb8e95859741cd998c75516e490ee
Signed-off-by: nibha.sharma <nibha.sharma@samsung.com>
release/binary-armv7l/install.sh
release/binary-armv7l/org.example.widget-1.0.0-arm.tpk [new file with mode: 0755]
release/binary-armv7l/org.tizen.tbtcoreapp-dali-1.0.0-arm.tpk
release/binary-x86/install.sh
release/binary-x86/org.example.widget-1.0.0-x86.tpk [new file with mode: 0755]
release/binary-x86/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk
tbtcoreapp-dali/src/view/tbt-dali-widget-view.cpp

index c2d2b55347c79852ba866ac3cac54b11ced7ad7b..83808882939c0ff3cd9b3781df0c8d259b875b06 100755 (executable)
@@ -38,6 +38,7 @@ sdb push org.tizen.tbtcoreapp-1.0.0-arm.tpk /tmp
 sdb push org.tizen.tbt_pushtestapp-1.0.0-arm.tpk /tmp
 sdb push org.tizen.tbt_ui_viewmgr-1.0.0-arm.tpk /tmp
 sdb push org.example.multiclass-1.0.0-arm.tpk /tmp
+sdb push org.example.widget-1.0.0-arm.tpk /tmp
 
 sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_dataprovider-1.0.0-arm.tpk" $EXECUTION_USER
 sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_serviceapp-1.0.0-arm.tpk" $EXECUTION_USER
@@ -50,6 +51,7 @@ sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.tbtcoreapp-dali-1.0.0-arm.tp
 sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.tbt_pushtestapp-1.0.0-arm.tpk" $EXECUTION_USER
 sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.tbt_ui_viewmgr-1.0.0-arm.tpk" $EXECUTION_USER
 sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.example.multiclass-1.0.0-arm.tpk" $EXECUTION_USER
+sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.example.widget-1.0.0-arm.tpk" $EXECUTION_USER
 
 sdb push dog_1024_960.gif /home/$EXECUTION_USER/media/Images
 sdb push SampleMP3.mp3 /home/$EXECUTION_USER/media/Sounds
diff --git a/release/binary-armv7l/org.example.widget-1.0.0-arm.tpk b/release/binary-armv7l/org.example.widget-1.0.0-arm.tpk
new file mode 100755 (executable)
index 0000000..bce0878
Binary files /dev/null and b/release/binary-armv7l/org.example.widget-1.0.0-arm.tpk differ
index 0bacacf5cfc22f75c409d8734c5b0c0fb1ffbfdb..0f4fce7f208c342c7b879d2a437db1b7d74206b9 100755 (executable)
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
index 26b279cd505f5a9acaa52f8bb814958a5fccf452..ce9372ff548ee48e898799addff32fa753592609 100755 (executable)
@@ -35,6 +35,7 @@ sdb push org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk /tmp
 sdb push org.tizen.tbtcoreapp-1.0.0-x86.tpk /tmp
 sdb push org.tizen.tbt_pushtestapp-1.0.0-x86.tpk /tmp
 sdb push org.tizen.tbt_ui_viewmgr-1.0.0-x86.tpk /tmp
+sdb push org.example.widget-1.0.0-x86.tpk /tmp
 
 sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_dataprovider-1.0.0-x86.tpk" $EXECUTION_USER
 sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.coretbt_serviceapp-1.0.0-x86.tpk" $EXECUTION_USER
@@ -46,6 +47,8 @@ sdb shell pkgcmd -i -t tpk -p /tmp/org.tizen.tbt-ime-1.0.0-x86.tpk
 sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.tbtcoreapp-dali-1.0.0-x86.tpk" $EXECUTION_USER
 sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.tbt_pushtestapp-1.0.0-x86.tpk" $EXECUTION_USER
 sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.tizen.tbt_ui_viewmgr-1.0.0-x86.tpk" $EXECUTION_USER
+sdb shell su -c "pkgcmd -i -t tpk -p /tmp/org.example.widget-1.0.0-x86.tpk" $EXECUTION_USER
+
 
 sdb root on
 
diff --git a/release/binary-x86/org.example.widget-1.0.0-x86.tpk b/release/binary-x86/org.example.widget-1.0.0-x86.tpk
new file mode 100755 (executable)
index 0000000..cd60498
Binary files /dev/null and b/release/binary-x86/org.example.widget-1.0.0-x86.tpk differ
index c79af1281366fdb430d1a47057307281ae5f4bd3..09640f2e79d4412c091a8500af388084596fa4cf 100755 (executable)
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
index 1755935b0f8006e007b597b1b731d046ff3007d4..66d109f8c952612933a54cd8bd55ec73a2a06e63 100644 (file)
@@ -100,13 +100,12 @@ TBTDaliWidgetView::TBTDaliWidgetView(Application& mApplication, app_control_h _c
        mTableView.AddChild(mWidgetView, TableView::CellPosition(4,0));
        mTableView.SetFixedHeight(4, 0.9*bodySize.width/2);
 
-       mWidgetView_1 = mWidgetViewManager.AddWidget("org.tizen.no.widget", "", bodySize.width, 0.9*bodySize.width/2, 2000.0 );
+       mWidgetView_1 = mWidgetViewManager.AddWidget("org.example.widget", "", bodySize.width, 0.9*bodySize.width/2, 2000.0 );
        mWidgetView_1.SetParentOrigin( ParentOrigin::TOP_LEFT );
        mWidgetView_1.SetAnchorPoint( AnchorPoint::TOP_LEFT );
        mWidgetView_1.SetBackgroundColor( Vector4(0.0f, 0.0f, 0.0f, 0.0f) );
        mWidgetView_1.SetPosition( 0.0f, 0.0f );
-       mWidgetView_1.WidgetCreationAbortedSignal().Connect( this, &TBTDaliWidgetView::onWidgetCreationAbortedSignal );
-
+       
        mTableView.AddChild(mWidgetView_1, TableView::CellPosition(5,0));
        mTableView.SetFixedHeight(5, 0.9*bodySize.width/2);
 
@@ -177,6 +176,7 @@ bool TBTDaliWidgetView::OnButtonClicked( Button button )
        else if(btnActivate==button)
        {
                DBG("btnActivate click");
+               mWidgetView_1.WidgetCreationAbortedSignal().Connect( this, &TBTDaliWidgetView::onWidgetCreationAbortedSignal );
                mWidgetView_1.ActivateFaultedWidget();
        }