From 7f61d3290a0b8faa77a3d37e45943bf1d3f01231 Mon Sep 17 00:00:00 2001 From: Lynettejin90 <33114201+Lynettejin90@users.noreply.github.com> Date: Fri, 9 Aug 2019 16:27:04 +0800 Subject: [PATCH] [NUI] Change the name of Tizen.NUI.CommonUI as Tizen.NUI.Components (#958) * Change the name of Tizen.NUI.CommonUI as Tizen.NUI.Components * Change Tizen.NUI.CommonUI to Tizen.NUI.Components in file list --- packaging/PlatformFileList.txt | 2 +- .../Attributes/Attributes.cs | 2 +- .../Attributes/ButtonAttributes.cs | 2 +- .../Attributes/DropDownAttributes.cs | 2 +- .../Attributes/ImageAttributes.cs | 2 +- .../Attributes/InputFieldAttributes.cs | 2 +- .../Attributes/LoadingAttributes.cs | 2 +- .../Attributes/PaginationAttributes.cs | 2 +- .../Attributes/PopupAttributes.cs | 2 +- .../Attributes/ProgressAttributes.cs | 2 +- .../Attributes/ScrollbarAttributes.cs | 2 +- .../Attributes/SelectButtonAttributes.cs | 2 +- .../Attributes/SliderAttributes.cs | 2 +- .../Attributes/SwitchAttributes.cs | 2 +- .../Attributes/TabAttributes.cs | 2 +- .../Attributes/TextAttributes.cs | 2 +- .../Attributes/TextFieldAttributes.cs | 2 +- .../Attributes/ToastAttributes.cs | 2 +- .../Attributes/ViewAttributes.cs | 2 +- .../Controls/Button.cs | 2 +- .../Controls/CheckBox.cs | 2 +- .../Controls/CheckBoxGroup.cs | 2 +- .../Controls/Control.cs | 2 +- .../Controls/DropDown.cs | 2 +- .../Controls/FlexibleView/FlexibleView.cs | 2 +- .../Controls/FlexibleView/GridLayoutManager.cs | 2 +- .../Controls/FlexibleView/LinearLayoutManager.cs | 2 +- .../Controls/FlexibleView/OrientationHelper.cs | 2 +- .../Controls/InputField.cs | 2 +- .../Controls/Loading.cs | 2 +- .../Controls/Pagination.cs | 2 +- .../Controls/Popup.cs | 2 +- .../Controls/Progress.cs | 2 +- .../Controls/RadioButton.cs | 2 +- .../Controls/RadioButtonGroup.cs | 2 +- .../Controls/Scrollbar.cs | 2 +- .../Controls/SelectButton.cs | 2 +- .../Controls/SelectGroup.cs | 2 +- .../Controls/Slider.cs | 2 +- .../Controls/Switch.cs | 2 +- .../Controls/Tab.cs | 2 +- .../Controls/Toast.cs | 2 +- .../FriendAssembly.cs | 2 +- .../Tizen.NUI.Components.csproj} | 0 .../Utils/Constants.cs | 2 +- .../Utils/Selector.cs | 2 +- .../Utils/StyleBase.cs | 2 +- .../Utils/StyleManager.cs | 2 +- .../Utils/Utility.cs | 2 +- 49 files changed, 48 insertions(+), 48 deletions(-) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/Attributes.cs (97%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/ButtonAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/DropDownAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/ImageAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/InputFieldAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/LoadingAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/PaginationAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/PopupAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/ProgressAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/ScrollbarAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/SelectButtonAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/SliderAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/SwitchAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/TabAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/TextAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/TextFieldAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/ToastAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Attributes/ViewAttributes.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/Button.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/CheckBox.cs (98%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/CheckBoxGroup.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/Control.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/DropDown.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/FlexibleView/FlexibleView.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/FlexibleView/GridLayoutManager.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/FlexibleView/LinearLayoutManager.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/FlexibleView/OrientationHelper.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/InputField.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/Loading.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/Pagination.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/Popup.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/Progress.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/RadioButton.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/RadioButtonGroup.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/Scrollbar.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/SelectButton.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/SelectGroup.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/Slider.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/Switch.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/Tab.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Controls/Toast.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/FriendAssembly.cs (93%) rename src/{Tizen.NUI.CommonUI/Tizen.NUI.CommonUI.csproj => Tizen.NUI.Components/Tizen.NUI.Components.csproj} (100%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Utils/Constants.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Utils/Selector.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Utils/StyleBase.cs (98%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Utils/StyleManager.cs (99%) rename src/{Tizen.NUI.CommonUI => Tizen.NUI.Components}/Utils/Utility.cs (97%) diff --git a/packaging/PlatformFileList.txt b/packaging/PlatformFileList.txt index e9935ea65..6115aad0e 100755 --- a/packaging/PlatformFileList.txt +++ b/packaging/PlatformFileList.txt @@ -62,7 +62,7 @@ Tizen.Network.WiFi.dll #common #mobile #mobile-emul Tizen.Network.WiFiDirect.dll #common #mobile #tv #ivi Tizen.Nlp.dll #mobile #mobile-emul Tizen.NUI.dll #common #mobile #mobile-emul #tv #wearable -Tizen.NUI.CommonUI.dll #common #mobile #mobile-emul #tv #wearable +Tizen.NUI.Components.dll #common #mobile #mobile-emul #tv #wearable Tizen.NUI.Wearable.dll #wearable Tizen.PhonenumberUtils.dll #mobile #mobile-emul #wearable Tizen.Pims.Calendar.dll #common #mobile #mobile-emul #tv #wearable diff --git a/src/Tizen.NUI.CommonUI/Attributes/Attributes.cs b/src/Tizen.NUI.Components/Attributes/Attributes.cs similarity index 97% rename from src/Tizen.NUI.CommonUI/Attributes/Attributes.cs rename to src/Tizen.NUI.Components/Attributes/Attributes.cs index d19f0569e..f5a7ce09c 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/Attributes.cs +++ b/src/Tizen.NUI.Components/Attributes/Attributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// Base attributes. diff --git a/src/Tizen.NUI.CommonUI/Attributes/ButtonAttributes.cs b/src/Tizen.NUI.Components/Attributes/ButtonAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/ButtonAttributes.cs rename to src/Tizen.NUI.Components/Attributes/ButtonAttributes.cs index 17fa1e77e..3e0797146 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/ButtonAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/ButtonAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// ButtonAttributes is a class which saves Button's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/DropDownAttributes.cs b/src/Tizen.NUI.Components/Attributes/DropDownAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/DropDownAttributes.cs rename to src/Tizen.NUI.Components/Attributes/DropDownAttributes.cs index b0f20dcbd..c1a85f858 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/DropDownAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/DropDownAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// DropDownAttributes is a class which saves DropDown's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/ImageAttributes.cs b/src/Tizen.NUI.Components/Attributes/ImageAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/ImageAttributes.cs rename to src/Tizen.NUI.Components/Attributes/ImageAttributes.cs index 8f30230e6..b5768b8f6 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/ImageAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/ImageAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// The image view attributes class. diff --git a/src/Tizen.NUI.CommonUI/Attributes/InputFieldAttributes.cs b/src/Tizen.NUI.Components/Attributes/InputFieldAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/InputFieldAttributes.cs rename to src/Tizen.NUI.Components/Attributes/InputFieldAttributes.cs index 6e8e2e0ef..ea4e2168b 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/InputFieldAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/InputFieldAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// InputFieldAttributes is a class which saves InputField's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/LoadingAttributes.cs b/src/Tizen.NUI.Components/Attributes/LoadingAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/LoadingAttributes.cs rename to src/Tizen.NUI.Components/Attributes/LoadingAttributes.cs index 31998e25c..55aad10ad 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/LoadingAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/LoadingAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// LoadingAttributes is a class which saves Loading's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/PaginationAttributes.cs b/src/Tizen.NUI.Components/Attributes/PaginationAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/PaginationAttributes.cs rename to src/Tizen.NUI.Components/Attributes/PaginationAttributes.cs index b329e03c5..90d161ee2 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/PaginationAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/PaginationAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// PaginationAttributes used to config the pagination represent. diff --git a/src/Tizen.NUI.CommonUI/Attributes/PopupAttributes.cs b/src/Tizen.NUI.Components/Attributes/PopupAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/PopupAttributes.cs rename to src/Tizen.NUI.Components/Attributes/PopupAttributes.cs index 99547884f..c857d5cac 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/PopupAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/PopupAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// PopupAttributes is a class which saves Popup's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/ProgressAttributes.cs b/src/Tizen.NUI.Components/Attributes/ProgressAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/ProgressAttributes.cs rename to src/Tizen.NUI.Components/Attributes/ProgressAttributes.cs index 908e743e4..fcc2d565f 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/ProgressAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/ProgressAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// ProgressAttributes is a class which saves Progress's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/ScrollbarAttributes.cs b/src/Tizen.NUI.Components/Attributes/ScrollbarAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/ScrollbarAttributes.cs rename to src/Tizen.NUI.Components/Attributes/ScrollbarAttributes.cs index 2094c5e59..6cf714b36 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/ScrollbarAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/ScrollbarAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// ScrollBarAttributes is a class which saves Scrollbar's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/SelectButtonAttributes.cs b/src/Tizen.NUI.Components/Attributes/SelectButtonAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/SelectButtonAttributes.cs rename to src/Tizen.NUI.Components/Attributes/SelectButtonAttributes.cs index 432489fdd..6019119d0 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/SelectButtonAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/SelectButtonAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// SelectButtonAttributes is a class which saves SelectButton's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/SliderAttributes.cs b/src/Tizen.NUI.Components/Attributes/SliderAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/SliderAttributes.cs rename to src/Tizen.NUI.Components/Attributes/SliderAttributes.cs index e282968fa..fe0541321 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/SliderAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/SliderAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// SliderAttributes is a class which saves Slider's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/SwitchAttributes.cs b/src/Tizen.NUI.Components/Attributes/SwitchAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/SwitchAttributes.cs rename to src/Tizen.NUI.Components/Attributes/SwitchAttributes.cs index 2090f25f8..18b02dd42 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/SwitchAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/SwitchAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// SwitchAttributes is a class which saves Switch's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/TabAttributes.cs b/src/Tizen.NUI.Components/Attributes/TabAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/TabAttributes.cs rename to src/Tizen.NUI.Components/Attributes/TabAttributes.cs index 57f3b82d6..d2189fccc 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/TabAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/TabAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// TabAttributes is a class which saves Tab's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/TextAttributes.cs b/src/Tizen.NUI.Components/Attributes/TextAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/TextAttributes.cs rename to src/Tizen.NUI.Components/Attributes/TextAttributes.cs index bf083fabd..b263d3802 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/TextAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/TextAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// The Text Attributes class. diff --git a/src/Tizen.NUI.CommonUI/Attributes/TextFieldAttributes.cs b/src/Tizen.NUI.Components/Attributes/TextFieldAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/TextFieldAttributes.cs rename to src/Tizen.NUI.Components/Attributes/TextFieldAttributes.cs index 6e775b619..b45ed30e9 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/TextFieldAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/TextFieldAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// TextFieldAttributes is a class which saves TextField's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/ToastAttributes.cs b/src/Tizen.NUI.Components/Attributes/ToastAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/ToastAttributes.cs rename to src/Tizen.NUI.Components/Attributes/ToastAttributes.cs index a9880f199..481f12dfa 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/ToastAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/ToastAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// ToastAttributes is a class which saves Toast's ux data. diff --git a/src/Tizen.NUI.CommonUI/Attributes/ViewAttributes.cs b/src/Tizen.NUI.Components/Attributes/ViewAttributes.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Attributes/ViewAttributes.cs rename to src/Tizen.NUI.Components/Attributes/ViewAttributes.cs index c73e86bd0..930633de0 100755 --- a/src/Tizen.NUI.CommonUI/Attributes/ViewAttributes.cs +++ b/src/Tizen.NUI.Components/Attributes/ViewAttributes.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// The base class for Children attributes in Components. diff --git a/src/Tizen.NUI.CommonUI/Controls/Button.cs b/src/Tizen.NUI.Components/Controls/Button.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/Button.cs rename to src/Tizen.NUI.Components/Controls/Button.cs index 704da8d87..1c9ad4e22 100755 --- a/src/Tizen.NUI.CommonUI/Controls/Button.cs +++ b/src/Tizen.NUI.Components/Controls/Button.cs @@ -18,7 +18,7 @@ using System; using System.ComponentModel; using Tizen.NUI.BaseComponents; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// Button is one kind of common component, a button clearly describes what action will occur when the user selects it. diff --git a/src/Tizen.NUI.CommonUI/Controls/CheckBox.cs b/src/Tizen.NUI.Components/Controls/CheckBox.cs similarity index 98% rename from src/Tizen.NUI.CommonUI/Controls/CheckBox.cs rename to src/Tizen.NUI.Components/Controls/CheckBox.cs index 1b1b10887..d798689ac 100755 --- a/src/Tizen.NUI.CommonUI/Controls/CheckBox.cs +++ b/src/Tizen.NUI.Components/Controls/CheckBox.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// This will be public opened in tizen_5.5 after ACR done. Before ACR, need to be hidden as inhouse API. [EditorBrowsable(EditorBrowsableState.Never)] diff --git a/src/Tizen.NUI.CommonUI/Controls/CheckBoxGroup.cs b/src/Tizen.NUI.Components/Controls/CheckBoxGroup.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/CheckBoxGroup.cs rename to src/Tizen.NUI.Components/Controls/CheckBoxGroup.cs index f9b5cf739..47f7054e8 100755 --- a/src/Tizen.NUI.CommonUI/Controls/CheckBoxGroup.cs +++ b/src/Tizen.NUI.Components/Controls/CheckBoxGroup.cs @@ -17,7 +17,7 @@ using System.ComponentModel; using System.Collections.Generic; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// The CheckboxGroup class is used to group together a set of CheckBox control diff --git a/src/Tizen.NUI.CommonUI/Controls/Control.cs b/src/Tizen.NUI.Components/Controls/Control.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/Control.cs rename to src/Tizen.NUI.Components/Controls/Control.cs index 66e2f4300..1c346494d 100755 --- a/src/Tizen.NUI.CommonUI/Controls/Control.cs +++ b/src/Tizen.NUI.Components/Controls/Control.cs @@ -19,7 +19,7 @@ using System.Collections.Generic; using System.ComponentModel; using Tizen.NUI.BaseComponents; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// The control component is base class of tv nui components. It's abstract class, so cann't instantiate and can only be inherited. diff --git a/src/Tizen.NUI.CommonUI/Controls/DropDown.cs b/src/Tizen.NUI.Components/Controls/DropDown.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/DropDown.cs rename to src/Tizen.NUI.Components/Controls/DropDown.cs index e5c038257..c4864b09d 100755 --- a/src/Tizen.NUI.CommonUI/Controls/DropDown.cs +++ b/src/Tizen.NUI.Components/Controls/DropDown.cs @@ -19,7 +19,7 @@ using System.Collections.Generic; using Tizen.NUI.BaseComponents; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// DropDown is one kind of common component, a dropdown allows the user click dropdown button to choose one value from a list. diff --git a/src/Tizen.NUI.CommonUI/Controls/FlexibleView/FlexibleView.cs b/src/Tizen.NUI.Components/Controls/FlexibleView/FlexibleView.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/FlexibleView/FlexibleView.cs rename to src/Tizen.NUI.Components/Controls/FlexibleView/FlexibleView.cs index d0960c6ea..7b0a48c2d 100755 --- a/src/Tizen.NUI.CommonUI/Controls/FlexibleView/FlexibleView.cs +++ b/src/Tizen.NUI.Components/Controls/FlexibleView/FlexibleView.cs @@ -19,7 +19,7 @@ using System.ComponentModel; using System.Collections.Generic; using Tizen.NUI.BaseComponents; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// A flexible view for providing a limited window into a large data set. diff --git a/src/Tizen.NUI.CommonUI/Controls/FlexibleView/GridLayoutManager.cs b/src/Tizen.NUI.Components/Controls/FlexibleView/GridLayoutManager.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/FlexibleView/GridLayoutManager.cs rename to src/Tizen.NUI.Components/Controls/FlexibleView/GridLayoutManager.cs index 210b8b1c2..c78c2a083 100755 --- a/src/Tizen.NUI.CommonUI/Controls/FlexibleView/GridLayoutManager.cs +++ b/src/Tizen.NUI.Components/Controls/FlexibleView/GridLayoutManager.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// Layout collection of views in a grid. diff --git a/src/Tizen.NUI.CommonUI/Controls/FlexibleView/LinearLayoutManager.cs b/src/Tizen.NUI.Components/Controls/FlexibleView/LinearLayoutManager.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/FlexibleView/LinearLayoutManager.cs rename to src/Tizen.NUI.Components/Controls/FlexibleView/LinearLayoutManager.cs index 249afa6c8..22a180e7a 100755 --- a/src/Tizen.NUI.CommonUI/Controls/FlexibleView/LinearLayoutManager.cs +++ b/src/Tizen.NUI.Components/Controls/FlexibleView/LinearLayoutManager.cs @@ -17,7 +17,7 @@ using System; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// Layout collection of views horizontally/vertically. diff --git a/src/Tizen.NUI.CommonUI/Controls/FlexibleView/OrientationHelper.cs b/src/Tizen.NUI.Components/Controls/FlexibleView/OrientationHelper.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/FlexibleView/OrientationHelper.cs rename to src/Tizen.NUI.Components/Controls/FlexibleView/OrientationHelper.cs index 779d2b8e3..494f1b347 100755 --- a/src/Tizen.NUI.CommonUI/Controls/FlexibleView/OrientationHelper.cs +++ b/src/Tizen.NUI.Components/Controls/FlexibleView/OrientationHelper.cs @@ -16,7 +16,7 @@ */ using System; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /** * Helper class for LayoutManagers to abstract measurements depending on the View's orientation. diff --git a/src/Tizen.NUI.CommonUI/Controls/InputField.cs b/src/Tizen.NUI.Components/Controls/InputField.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/InputField.cs rename to src/Tizen.NUI.Components/Controls/InputField.cs index f69e12001..72abda3d5 100755 --- a/src/Tizen.NUI.CommonUI/Controls/InputField.cs +++ b/src/Tizen.NUI.Components/Controls/InputField.cs @@ -18,7 +18,7 @@ using System; using Tizen.NUI.BaseComponents; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// InputField is a editable input compoment diff --git a/src/Tizen.NUI.CommonUI/Controls/Loading.cs b/src/Tizen.NUI.Components/Controls/Loading.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/Loading.cs rename to src/Tizen.NUI.Components/Controls/Loading.cs index 4b3595f59..f9109fc63 100755 --- a/src/Tizen.NUI.CommonUI/Controls/Loading.cs +++ b/src/Tizen.NUI.Components/Controls/Loading.cs @@ -18,7 +18,7 @@ using System; using System.Collections.Generic; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// The Loading class of nui component. It's used to indicate informs users of the ongoing operation. diff --git a/src/Tizen.NUI.CommonUI/Controls/Pagination.cs b/src/Tizen.NUI.Components/Controls/Pagination.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/Pagination.cs rename to src/Tizen.NUI.Components/Controls/Pagination.cs index e9ddfa54b..f4e10cc38 100755 --- a/src/Tizen.NUI.CommonUI/Controls/Pagination.cs +++ b/src/Tizen.NUI.Components/Controls/Pagination.cs @@ -19,7 +19,7 @@ using System.Collections.Generic; using System.ComponentModel; using Tizen.NUI.BaseComponents; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// Pagination shows the number of pages available and the currently active page. diff --git a/src/Tizen.NUI.CommonUI/Controls/Popup.cs b/src/Tizen.NUI.Components/Controls/Popup.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/Popup.cs rename to src/Tizen.NUI.Components/Controls/Popup.cs index 6b2b2efd1..84b48476a 100755 --- a/src/Tizen.NUI.CommonUI/Controls/Popup.cs +++ b/src/Tizen.NUI.Components/Controls/Popup.cs @@ -19,7 +19,7 @@ using System.Collections.Generic; using Tizen.NUI.BaseComponents; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// Popup is one kind of common component, it can be used as popup window. diff --git a/src/Tizen.NUI.CommonUI/Controls/Progress.cs b/src/Tizen.NUI.Components/Controls/Progress.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/Progress.cs rename to src/Tizen.NUI.Components/Controls/Progress.cs index d09d3f0b9..81be94908 100755 --- a/src/Tizen.NUI.CommonUI/Controls/Progress.cs +++ b/src/Tizen.NUI.Components/Controls/Progress.cs @@ -18,7 +18,7 @@ using System; using Tizen.NUI.BaseComponents; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// The Progress class of nui component. It's used to show the ongoing status with a long narrow bar. diff --git a/src/Tizen.NUI.CommonUI/Controls/RadioButton.cs b/src/Tizen.NUI.Components/Controls/RadioButton.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/RadioButton.cs rename to src/Tizen.NUI.Components/Controls/RadioButton.cs index 5f1b88784..6da96fc68 100755 --- a/src/Tizen.NUI.CommonUI/Controls/RadioButton.cs +++ b/src/Tizen.NUI.Components/Controls/RadioButton.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// RadioButton is the Class that describe the control which can be checked, but not cleared by a user. diff --git a/src/Tizen.NUI.CommonUI/Controls/RadioButtonGroup.cs b/src/Tizen.NUI.Components/Controls/RadioButtonGroup.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/RadioButtonGroup.cs rename to src/Tizen.NUI.Components/Controls/RadioButtonGroup.cs index 28ca8f1ae..16b5bd764 100755 --- a/src/Tizen.NUI.CommonUI/Controls/RadioButtonGroup.cs +++ b/src/Tizen.NUI.Components/Controls/RadioButtonGroup.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// The RadioButtonGroup class is used to group together a set of RadioButton control diff --git a/src/Tizen.NUI.CommonUI/Controls/Scrollbar.cs b/src/Tizen.NUI.Components/Controls/Scrollbar.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/Scrollbar.cs rename to src/Tizen.NUI.Components/Controls/Scrollbar.cs index 706e63cef..76dba8802 100755 --- a/src/Tizen.NUI.CommonUI/Controls/Scrollbar.cs +++ b/src/Tizen.NUI.Components/Controls/Scrollbar.cs @@ -18,7 +18,7 @@ using System; using Tizen.NUI.BaseComponents; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// The ScrollBar class of nui component. It allows users to recognize the direction and the range of lists/content. . diff --git a/src/Tizen.NUI.CommonUI/Controls/SelectButton.cs b/src/Tizen.NUI.Components/Controls/SelectButton.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/SelectButton.cs rename to src/Tizen.NUI.Components/Controls/SelectButton.cs index d04aaa66a..6890d4c74 100755 --- a/src/Tizen.NUI.CommonUI/Controls/SelectButton.cs +++ b/src/Tizen.NUI.Components/Controls/SelectButton.cs @@ -18,7 +18,7 @@ using System; using Tizen.NUI.BaseComponents; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// SelectButton is base class of CheckBox and RadioButton. diff --git a/src/Tizen.NUI.CommonUI/Controls/SelectGroup.cs b/src/Tizen.NUI.Components/Controls/SelectGroup.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/SelectGroup.cs rename to src/Tizen.NUI.Components/Controls/SelectGroup.cs index 75b5e7133..1d724d7ad 100755 --- a/src/Tizen.NUI.CommonUI/Controls/SelectGroup.cs +++ b/src/Tizen.NUI.Components/Controls/SelectGroup.cs @@ -18,7 +18,7 @@ using System; using System.Collections.Generic; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// SelectionGroup is the base class of CheckBoxGroup and RadioButtonGroup. diff --git a/src/Tizen.NUI.CommonUI/Controls/Slider.cs b/src/Tizen.NUI.Components/Controls/Slider.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/Slider.cs rename to src/Tizen.NUI.Components/Controls/Slider.cs index 99a9729a4..32b11ca82 100755 --- a/src/Tizen.NUI.CommonUI/Controls/Slider.cs +++ b/src/Tizen.NUI.Components/Controls/Slider.cs @@ -18,7 +18,7 @@ using System; using Tizen.NUI.BaseComponents; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// A slider lets users select a value from a continuous or discrete range of values by moving the slider thumb. diff --git a/src/Tizen.NUI.CommonUI/Controls/Switch.cs b/src/Tizen.NUI.Components/Controls/Switch.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/Switch.cs rename to src/Tizen.NUI.Components/Controls/Switch.cs index 4d8cf46fd..41b63f97c 100755 --- a/src/Tizen.NUI.CommonUI/Controls/Switch.cs +++ b/src/Tizen.NUI.Components/Controls/Switch.cs @@ -18,7 +18,7 @@ using System; using Tizen.NUI.BaseComponents; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// Switch is one kind of common component, it can be used as selector. diff --git a/src/Tizen.NUI.CommonUI/Controls/Tab.cs b/src/Tizen.NUI.Components/Controls/Tab.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/Tab.cs rename to src/Tizen.NUI.Components/Controls/Tab.cs index 6e6e49fc6..0d26fa14d 100755 --- a/src/Tizen.NUI.CommonUI/Controls/Tab.cs +++ b/src/Tizen.NUI.Components/Controls/Tab.cs @@ -19,7 +19,7 @@ using System.Collections.Generic; using Tizen.NUI.BaseComponents; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// Tab is one kind of common component, it can be used as menu label. diff --git a/src/Tizen.NUI.CommonUI/Controls/Toast.cs b/src/Tizen.NUI.Components/Controls/Toast.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Controls/Toast.cs rename to src/Tizen.NUI.Components/Controls/Toast.cs index f883b576a..8d6447b27 100755 --- a/src/Tizen.NUI.CommonUI/Controls/Toast.cs +++ b/src/Tizen.NUI.Components/Controls/Toast.cs @@ -18,7 +18,7 @@ using System; using Tizen.NUI.BaseComponents; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// Use a toast to provide simple messages when the user does not need to make an additional action or confirmation. diff --git a/src/Tizen.NUI.CommonUI/FriendAssembly.cs b/src/Tizen.NUI.Components/FriendAssembly.cs similarity index 93% rename from src/Tizen.NUI.CommonUI/FriendAssembly.cs rename to src/Tizen.NUI.Components/FriendAssembly.cs index 6282578cd..f5be139fc 100755 --- a/src/Tizen.NUI.CommonUI/FriendAssembly.cs +++ b/src/Tizen.NUI.Components/FriendAssembly.cs @@ -2,6 +2,6 @@ using System.Runtime.CompilerServices; [assembly: InternalsVisibleTo("Tizen.FH.NUI, PublicKey=0024000004800000940000000602000000240000525341310004000001000100edd17ed375b5865e35ee337fe9e90ef0fb0c258c091874889540bb4eaeedc992755ec0e0a6deadfbfbb685bddfc99a850418e94b6a9e831fb47bcc52be1a5110dbc141943b51ebefe6daf4e415dc430c6b3f10175188db4b3dc0073d662318fe8463dfdb22aaa3e8e9aa97313fb4b3b157cf32c9b6b340dab9812fe97fd2d6c4")] -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { } diff --git a/src/Tizen.NUI.CommonUI/Tizen.NUI.CommonUI.csproj b/src/Tizen.NUI.Components/Tizen.NUI.Components.csproj similarity index 100% rename from src/Tizen.NUI.CommonUI/Tizen.NUI.CommonUI.csproj rename to src/Tizen.NUI.Components/Tizen.NUI.Components.csproj diff --git a/src/Tizen.NUI.CommonUI/Utils/Constants.cs b/src/Tizen.NUI.Components/Utils/Constants.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Utils/Constants.cs rename to src/Tizen.NUI.Components/Utils/Constants.cs index 82f7aadf4..7712b4b53 100755 --- a/src/Tizen.NUI.CommonUI/Utils/Constants.cs +++ b/src/Tizen.NUI.Components/Utils/Constants.cs @@ -17,7 +17,7 @@ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// Enumeration for describing the states of the view. diff --git a/src/Tizen.NUI.CommonUI/Utils/Selector.cs b/src/Tizen.NUI.Components/Utils/Selector.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Utils/Selector.cs rename to src/Tizen.NUI.Components/Utils/Selector.cs index 761e2fa53..b1c33216d 100755 --- a/src/Tizen.NUI.CommonUI/Utils/Selector.cs +++ b/src/Tizen.NUI.Components/Utils/Selector.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// Selector class, which is related by Control State, it is base class for other Selector. diff --git a/src/Tizen.NUI.CommonUI/Utils/StyleBase.cs b/src/Tizen.NUI.Components/Utils/StyleBase.cs similarity index 98% rename from src/Tizen.NUI.CommonUI/Utils/StyleBase.cs rename to src/Tizen.NUI.Components/Utils/StyleBase.cs index 6a471fc32..4a6e234bb 100755 --- a/src/Tizen.NUI.CommonUI/Utils/StyleBase.cs +++ b/src/Tizen.NUI.Components/Utils/StyleBase.cs @@ -16,7 +16,7 @@ */ using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// StyleBase class. diff --git a/src/Tizen.NUI.CommonUI/Utils/StyleManager.cs b/src/Tizen.NUI.Components/Utils/StyleManager.cs similarity index 99% rename from src/Tizen.NUI.CommonUI/Utils/StyleManager.cs rename to src/Tizen.NUI.Components/Utils/StyleManager.cs index 94d9796cb..e9fe938a1 100755 --- a/src/Tizen.NUI.CommonUI/Utils/StyleManager.cs +++ b/src/Tizen.NUI.Components/Utils/StyleManager.cs @@ -18,7 +18,7 @@ using System; using System.Collections.Generic; using System.ComponentModel; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { /// /// StyleManager is a class to manager all style. diff --git a/src/Tizen.NUI.CommonUI/Utils/Utility.cs b/src/Tizen.NUI.Components/Utils/Utility.cs similarity index 97% rename from src/Tizen.NUI.CommonUI/Utils/Utility.cs rename to src/Tizen.NUI.Components/Utils/Utility.cs index 510f2e406..5e521ab8a 100755 --- a/src/Tizen.NUI.CommonUI/Utils/Utility.cs +++ b/src/Tizen.NUI.Components/Utils/Utility.cs @@ -18,7 +18,7 @@ using System.ComponentModel; using Tizen.NUI; using Tizen.NUI.BaseComponents; -namespace Tizen.NUI.CommonUI +namespace Tizen.NUI.Components { internal class Utility { -- 2.34.1