From: chitta.rs Date: Tue, 19 Mar 2013 10:05:12 +0000 (+0530) Subject: NABI_SE issue fixes, GUI changes X-Git-Tag: accepted/tizen_2.1/20130425.024242~44 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=506b23a947be89002aadf1043eeee4b0726c2987;p=apps%2Fosp%2FMyFiles.git NABI_SE issue fixes, GUI changes Change-Id: I3d1ce2ff068cd18ac776edcd7bef8e94d0cb7a46 --- diff --git a/inc/MfBaseItemProvider.h b/inc/MfBaseItemProvider.h index 3e3d509..6ff3cf6 100644 --- a/inc/MfBaseItemProvider.h +++ b/inc/MfBaseItemProvider.h @@ -158,8 +158,8 @@ private: Tizen::Graphics::Bitmap* __pDummyImage; Tizen::Graphics::Bitmap* __pFolderBitmap; - Tizen::Graphics::Bitmap* __pRenameBitmap; - Tizen::Graphics::Bitmap* __pRenamePressed; + Tizen::Graphics::Bitmap* __pSecondaryBitmap; + Tizen::Graphics::Bitmap* __pSecondaryBitmapPressed; Tizen::Ui::Controls::ListContextItem* __pItemContext; }; diff --git a/inc/MfSearchPresentationModel.h b/inc/MfSearchPresentationModel.h index 3d8a084..8bec894 100644 --- a/inc/MfSearchPresentationModel.h +++ b/inc/MfSearchPresentationModel.h @@ -25,6 +25,7 @@ #include #include +#include #include #include "MfFolderEntryEditorPresentationModel.h" @@ -83,13 +84,14 @@ public: */ void StopSearch(void); + void CreateDirectoryEntryStack(void); + virtual bool OnStart(void); virtual void OnStop(void); virtual Tizen::Base::Object* Run(void); private: - result Search(void); - result Search(const Tizen::Base::String& path); + void Search(void); private: bool __searchToStop; @@ -97,6 +99,7 @@ private: Tizen::Base::Collection::ArrayList* __pFolderSearchStartedMessage; Tizen::Base::String __folderToSearch; Tizen::Base::String __searchKeyword; + Tizen::Base::Collection::Stack* __pFolderEntryStack; FolderEntryPresentationModel* __pFolderEntryPM; }; diff --git a/inc/MfSubBaseSelectionForm.h b/inc/MfSubBaseSelectionForm.h index 53cba4e..a92c395 100644 --- a/inc/MfSubBaseSelectionForm.h +++ b/inc/MfSubBaseSelectionForm.h @@ -156,6 +156,16 @@ protected: void ClearSelectedItems(Tizen::Ui::Controls::ListView& listView); void ResetFooter(void); + /* + * A private member function taking and returning no arguments. + * @fn ShowHomeView + * @brief Called during OnActionPerformed() on Home HeaderItem, m__pHomeHeaderItem, refreshes the view to the Root Media Directory + * from anywhere within the form. + * @param No parameters + * @return Void return type + */ + void ShowHomeView(void); + protected: static const int IDA_BTN_ATTACH = 202; static const int IDA_BTN_CANCEL = 203; diff --git a/inc/MfSubFolderSelection.h b/inc/MfSubFolderSelection.h index fe733e1..81f8a08 100644 --- a/inc/MfSubFolderSelection.h +++ b/inc/MfSubFolderSelection.h @@ -161,17 +161,6 @@ private: void SetParentDisplayPath(void); /* - * A private member function taking no argument and returning no arguments. - * @fn ShowHomeView - * @brief Called during OnActionPerformed() on Home HeaderItem, refreshes the view to the Root Media Directory - * from anywhere within the form. - * @param No parameters - * @return Void return type - * - */ - void ShowHomeView(void); - - /* * A private member function taking and returning no arguments. * @fn ShowParentDirectoryView * @brief Called during OnActionPerformed() on Up HeaderItem, refreshes the view to the diff --git a/inc/MfTypes.h b/inc/MfTypes.h index 9c4fbc5..d767257 100644 --- a/inc/MfTypes.h +++ b/inc/MfTypes.h @@ -166,6 +166,11 @@ extern const wchar_t* IDB_POPUP_CREATE_FOLDER_ICON; extern const wchar_t* IDB_POPUP_COPY_ICON; extern const wchar_t* IDB_POPUP_MOVE_ICON; +extern const wchar_t* IDB_CATEGORY_GO_TO_LOCATION; +extern const wchar_t* IDB_CATEGORY_GO_TO_LOCATION_PRESSED; +extern const wchar_t* IDB_CATEGORY_GO_TO_LOCATION_BG; +extern const wchar_t* IDB_CATEGORY_GO_TO_LOCATION_BG_PRESSED; + //Offsets and Dimensions of controls extern const int X_DEFAULT; extern const int Y_DEFAULT; diff --git a/res/screen-density-xhigh/00_button_right.png b/res/screen-density-xhigh/00_button_right.png new file mode 100644 index 0000000..fc5dbcf Binary files /dev/null and b/res/screen-density-xhigh/00_button_right.png differ diff --git a/res/screen-density-xhigh/00_button_right_ef.png b/res/screen-density-xhigh/00_button_right_ef.png new file mode 100644 index 0000000..d880257 Binary files /dev/null and b/res/screen-density-xhigh/00_button_right_ef.png differ diff --git a/res/screen-density-xhigh/U01_circle_button.png b/res/screen-density-xhigh/U01_circle_button.png new file mode 100644 index 0000000..39ba6fd Binary files /dev/null and b/res/screen-density-xhigh/U01_circle_button.png differ diff --git a/res/screen-density-xhigh/U01_circle_button_press.png b/res/screen-density-xhigh/U01_circle_button_press.png new file mode 100644 index 0000000..cb12641 Binary files /dev/null and b/res/screen-density-xhigh/U01_circle_button_press.png differ diff --git a/res/screen-size-normal/IDL_CATEGORY_SEARCH.xml b/res/screen-size-normal/IDL_CATEGORY_SEARCH.xml index 9f54bf1..d8e7ee2 100644 --- a/res/screen-size-normal/IDL_CATEGORY_SEARCH.xml +++ b/res/screen-size-normal/IDL_CATEGORY_SEARCH.xml @@ -6,7 +6,7 @@ 720