From 4e7e9060d68f99dfa89ce5c99354ab610ebb0e0a Mon Sep 17 00:00:00 2001 From: "chitta.rs" Date: Mon, 29 Apr 2013 14:01:23 +0530 Subject: [PATCH] NABI_SE issues fixes Change-Id: I29f1870df4d078b39e3613c33a8d1cfe0f976d81 --- res/screen-density-xhigh/00_icon_more_press.png | Bin 0 -> 1570 bytes src/MfSubBaseFolderEntryForm.cpp | 10 +++++++++- src/MfSubFolderFileListForm.cpp | 4 +++- src/MfTypes.cpp | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) create mode 100644 res/screen-density-xhigh/00_icon_more_press.png diff --git a/res/screen-density-xhigh/00_icon_more_press.png b/res/screen-density-xhigh/00_icon_more_press.png new file mode 100644 index 0000000000000000000000000000000000000000..3a135097366db9d6b268d59882d67e10cb32a046 GIT binary patch literal 1570 zcmeAS@N?(olHy`uVBq!ia0vp^HXzKw1|+Ti+$;i8k|nMYCBgY=CFO}lsSJ)O`AMk? zp1FzXsX?iUDV2pMQ-L~|l`=yjN+NuHtdjF{^%6m9^eS=-fVzQ(*;f=KCTFLXC?ut( zXXe=|z2CiGNg*@ERw>-n*TA>HIW;5GqpB!1xXLdixhgx^GDXSWPQj+a3TQxXYDuC( zMQ%=Bu~mhw64+cTAR8pCucQE0Qj%?}1aVY^Z-9bxeo?A|sh)vuvVobQf|-e)p^1T| ziKUK$k%6IszM+x6fw``sft9Jbm4TrG6et00D@sYT3UYCS+6CmEg{v+u2}(t{7puX=A(aKG z`a!A1`K3k4z=%sz23b{LV7ix&Mj$NIj`W?$*H^6@>Q39owTs; z)w&CX6GFrVoLFBM2%Gpzc!h9nI`urbCiCVsW1GqhjWyr;8`iu!bZ}dKpjP9ZyZp1v znK~CMyXWw)y>h0)E%Zt3M0UZ4_Vd??h@bOWmTQ05X5yb`-##r4hW4_t#g0R zI82;%U!6~4=jvcC&WdW`nyptJ+Mn?{`>E>Sk)DIut=A2;b&kASr>giw-~8wGbMn62 zjewuC4c&e1Zie9xcBS558ar!C!1p;9Vh;-|WakNZ+1%2*%Wze=@l%^n z%CT!Q@ljh?YmDT2_WqG#a}SSyy;OUF_vr^OJ~lk-b~1Xt@>R3qEeh)XEu431_w3DUWMn`2ew@1Kt>#(d^RMOB zJ37w3^UG`3nb$w(?U{CA>BTJq5{(y^!eIS$@BNj#zkc~<9C`oGvQ`)7^fN6R?UbvN zrB*$3%-=NGJNoW)yR+J-kDQfSe?SetShowState(true); _pMoreContextMenu->Show(); } + AppLogDebug("Exit: %s", GetErrorMessage(r)); } @@ -2240,7 +2241,7 @@ SubBaseFolderEntryForm::CreateIconListViewContextMenu(void) //Create the ContextMenu _pIconListViewContextMenu = new (std::nothrow) ContextMenu(); - _pIconListViewContextMenu->Construct(Point(0, 0), CONTEXT_MENU_STYLE_LIST, CONTEXT_MENU_ANCHOR_DIRECTION_DOWNWARD); + _pIconListViewContextMenu->Construct(Point(0, 0), CONTEXT_MENU_STYLE_LIST, CONTEXT_MENU_ANCHOR_DIRECTION_AUTO); _pIconListViewContextMenu->SetItemTextColor(CONTEXT_MENU_ITEM_STATUS_NORMAL, Color::GetColor(COLOR_ID_WHITE)); _pIconListViewContextMenu->SetItemTextColor(CONTEXT_MENU_ITEM_STATUS_PRESSED, Color::GetColor(COLOR_ID_WHITE)); @@ -2332,6 +2333,12 @@ void SubBaseFolderEntryForm::OnAppControlCompleted(void) { AppLogDebug("Enter"); +// int fileCount = 0; +// int folderCount = 0; +// +// _pFolderEntryPM->GetFolderEntryCount(FolderNavigationPresentationModel::GetCurrentPath(),folderCount, fileCount); + + SetFooterVisibility(ENABLE_FOOTER_ITEM); if( !_bBackFromAppControl ) return; @@ -2350,6 +2357,7 @@ SubBaseFolderEntryForm::OnAppControlCompleted(void) { _pFolderEntryPM->InitThumbnailManager(); } + _bBackFromAppControl = false; AppLogDebug("Exit"); } diff --git a/src/MfSubFolderFileListForm.cpp b/src/MfSubFolderFileListForm.cpp index a3825c9..711ac4b 100644 --- a/src/MfSubFolderFileListForm.cpp +++ b/src/MfSubFolderFileListForm.cpp @@ -915,7 +915,7 @@ SubFolderFileListForm::ShowParentDirectoryView(void) displayPath = defaultPhoneBody; displayPath.Append("/"); - SetFooterVisibility(ENABLE_FOOTER_ITEM); + //SetFooterVisibility(ENABLE_FOOTER_ITEM); if (backUpCurrentPath == BasePresentationModel::GetMediaPath() || backUpCurrentPath == BasePresentationModel::GetSdCardPath() || backUpCurrentPath == BasePresentationModel::GetUsbPath()) { @@ -1006,6 +1006,8 @@ CATCH: void SubFolderFileListForm::OnNotificationReceived(Tizen::Base::Collection::ArrayList* pArgs) { + AppLogDebug("Enter"); + Integer* pFileProcessingResult = null; String cachePath; diff --git a/src/MfTypes.cpp b/src/MfTypes.cpp index 6ab2a29..d63fbf7 100644 --- a/src/MfTypes.cpp +++ b/src/MfTypes.cpp @@ -64,7 +64,7 @@ const wchar_t* sdCardStatusUnmounted = L"Unmounted"; //Bitmaps const wchar_t* IDB_MORE = L"00_icon_more_status_normal.png"; const wchar_t* IDB_MORE_DISABLED = L"00_icon_more_ef.png"; -const wchar_t* IDB_MORE_PRESS = L"00_icon_more.png"; +const wchar_t* IDB_MORE_PRESS = L"00_icon_more_press.png"; //Popup const wchar_t* IDB_BACKGROUND_POPUP_BOTTOM = L"00_popup_bottom_bg.9.png"; -- 2.7.4