[NUI] Change the name of Tizen.NUI.CommonUI as Tizen.NUI.Components (#958)
authorLynettejin90 <33114201+Lynettejin90@users.noreply.github.com>
Fri, 9 Aug 2019 08:27:04 +0000 (16:27 +0800)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 9 Aug 2019 08:27:04 +0000 (17:27 +0900)
* Change the name of Tizen.NUI.CommonUI as Tizen.NUI.Components

* Change Tizen.NUI.CommonUI to Tizen.NUI.Components in file list

49 files changed:
packaging/PlatformFileList.txt
src/Tizen.NUI.Components/Attributes/Attributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/Attributes.cs with 97% similarity]
src/Tizen.NUI.Components/Attributes/ButtonAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/ButtonAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/DropDownAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/DropDownAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/ImageAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/ImageAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/InputFieldAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/InputFieldAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/LoadingAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/LoadingAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/PaginationAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/PaginationAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/PopupAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/PopupAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/ProgressAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/ProgressAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/ScrollbarAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/ScrollbarAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/SelectButtonAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/SelectButtonAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/SliderAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/SliderAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/SwitchAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/SwitchAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/TabAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/TabAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/TextAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/TextAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/TextFieldAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/TextFieldAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/ToastAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/ToastAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Attributes/ViewAttributes.cs [moved from src/Tizen.NUI.CommonUI/Attributes/ViewAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/Button.cs [moved from src/Tizen.NUI.CommonUI/Controls/Button.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/CheckBox.cs [moved from src/Tizen.NUI.CommonUI/Controls/CheckBox.cs with 98% similarity]
src/Tizen.NUI.Components/Controls/CheckBoxGroup.cs [moved from src/Tizen.NUI.CommonUI/Controls/CheckBoxGroup.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/Control.cs [moved from src/Tizen.NUI.CommonUI/Controls/Control.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/DropDown.cs [moved from src/Tizen.NUI.CommonUI/Controls/DropDown.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/FlexibleView/FlexibleView.cs [moved from src/Tizen.NUI.CommonUI/Controls/FlexibleView/FlexibleView.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/FlexibleView/GridLayoutManager.cs [moved from src/Tizen.NUI.CommonUI/Controls/FlexibleView/GridLayoutManager.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/FlexibleView/LinearLayoutManager.cs [moved from src/Tizen.NUI.CommonUI/Controls/FlexibleView/LinearLayoutManager.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/FlexibleView/OrientationHelper.cs [moved from src/Tizen.NUI.CommonUI/Controls/FlexibleView/OrientationHelper.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/InputField.cs [moved from src/Tizen.NUI.CommonUI/Controls/InputField.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/Loading.cs [moved from src/Tizen.NUI.CommonUI/Controls/Loading.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/Pagination.cs [moved from src/Tizen.NUI.CommonUI/Controls/Pagination.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/Popup.cs [moved from src/Tizen.NUI.CommonUI/Controls/Popup.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/Progress.cs [moved from src/Tizen.NUI.CommonUI/Controls/Progress.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/RadioButton.cs [moved from src/Tizen.NUI.CommonUI/Controls/RadioButton.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/RadioButtonGroup.cs [moved from src/Tizen.NUI.CommonUI/Controls/RadioButtonGroup.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/Scrollbar.cs [moved from src/Tizen.NUI.CommonUI/Controls/Scrollbar.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/SelectButton.cs [moved from src/Tizen.NUI.CommonUI/Controls/SelectButton.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/SelectGroup.cs [moved from src/Tizen.NUI.CommonUI/Controls/SelectGroup.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/Slider.cs [moved from src/Tizen.NUI.CommonUI/Controls/Slider.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/Switch.cs [moved from src/Tizen.NUI.CommonUI/Controls/Switch.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/Tab.cs [moved from src/Tizen.NUI.CommonUI/Controls/Tab.cs with 99% similarity]
src/Tizen.NUI.Components/Controls/Toast.cs [moved from src/Tizen.NUI.CommonUI/Controls/Toast.cs with 99% similarity]
src/Tizen.NUI.Components/FriendAssembly.cs [moved from src/Tizen.NUI.CommonUI/FriendAssembly.cs with 93% similarity]
src/Tizen.NUI.Components/Tizen.NUI.Components.csproj [moved from src/Tizen.NUI.CommonUI/Tizen.NUI.CommonUI.csproj with 100% similarity]
src/Tizen.NUI.Components/Utils/Constants.cs [moved from src/Tizen.NUI.CommonUI/Utils/Constants.cs with 99% similarity]
src/Tizen.NUI.Components/Utils/Selector.cs [moved from src/Tizen.NUI.CommonUI/Utils/Selector.cs with 99% similarity]
src/Tizen.NUI.Components/Utils/StyleBase.cs [moved from src/Tizen.NUI.CommonUI/Utils/StyleBase.cs with 98% similarity]
src/Tizen.NUI.Components/Utils/StyleManager.cs [moved from src/Tizen.NUI.CommonUI/Utils/StyleManager.cs with 99% similarity]
src/Tizen.NUI.Components/Utils/Utility.cs [moved from src/Tizen.NUI.CommonUI/Utils/Utility.cs with 97% similarity]

index e9935ea..6115aad 100755 (executable)
@@ -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
similarity index 97%
rename from src/Tizen.NUI.CommonUI/Attributes/Attributes.cs
rename to src/Tizen.NUI.Components/Attributes/Attributes.cs
index d19f056..f5a7ce0 100755 (executable)
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// Base attributes.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// ButtonAttributes is a class which saves Button's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// DropDownAttributes is a class which saves DropDown's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// The image view attributes class.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// InputFieldAttributes is a class which saves InputField's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// LoadingAttributes is a class which saves Loading's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// PaginationAttributes used to config the pagination represent.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// PopupAttributes is a class which saves Popup's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// ProgressAttributes is a class which saves Progress's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// ScrollBarAttributes is a class which saves Scrollbar's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// SelectButtonAttributes is a class which saves SelectButton's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// SliderAttributes is a class which saves Slider's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// SwitchAttributes is a class which saves Switch's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// TabAttributes is a class which saves Tab's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// The Text Attributes class.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// TextFieldAttributes is a class which saves TextField's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// ToastAttributes is a class which saves Toast's ux data.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// The base class for Children attributes in Components.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/Button.cs
rename to src/Tizen.NUI.Components/Controls/Button.cs
index 704da8d..1c9ad4e 100755 (executable)
@@ -18,7 +18,7 @@ using System;
 using System.ComponentModel;
 using Tizen.NUI.BaseComponents;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// Button is one kind of common component, a button clearly describes what action will occur when the user selects it.
similarity index 98%
rename from src/Tizen.NUI.CommonUI/Controls/CheckBox.cs
rename to src/Tizen.NUI.Components/Controls/CheckBox.cs
index 1b1b108..d798689 100755 (executable)
@@ -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)]
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/CheckBoxGroup.cs
rename to src/Tizen.NUI.Components/Controls/CheckBoxGroup.cs
index f9b5cf7..47f7054 100755 (executable)
@@ -17,7 +17,7 @@
 using System.ComponentModel;
 using System.Collections.Generic;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// The CheckboxGroup class is used to group together a set of CheckBox control
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/Control.cs
rename to src/Tizen.NUI.Components/Controls/Control.cs
index 66e2f43..1c34649 100755 (executable)
@@ -19,7 +19,7 @@ using System.Collections.Generic;
 using System.ComponentModel;
 using Tizen.NUI.BaseComponents;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// The control component is base class of tv nui components. It's abstract class, so cann't instantiate and can only be inherited.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/DropDown.cs
rename to src/Tizen.NUI.Components/Controls/DropDown.cs
index e5c0382..c4864b0 100755 (executable)
@@ -19,7 +19,7 @@ using System.Collections.Generic;
 using Tizen.NUI.BaseComponents;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// DropDown is one kind of common component, a dropdown allows the user click dropdown button to choose one value from a list.
@@ -19,7 +19,7 @@ using System.ComponentModel;
 using System.Collections.Generic;
 using Tizen.NUI.BaseComponents;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// A flexible view for providing a limited window into a large data set.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// Layout collection of views in a grid.
@@ -17,7 +17,7 @@
 using System;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// Layout collection of views horizontally/vertically.
@@ -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.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/InputField.cs
rename to src/Tizen.NUI.Components/Controls/InputField.cs
index f69e120..72abda3 100755 (executable)
@@ -18,7 +18,7 @@ using System;
 using Tizen.NUI.BaseComponents;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// InputField is a editable input compoment
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/Loading.cs
rename to src/Tizen.NUI.Components/Controls/Loading.cs
index 4b3595f..f9109fc 100755 (executable)
@@ -18,7 +18,7 @@ using System;
 using System.Collections.Generic;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// The Loading class of nui component. It's used to indicate informs users of the ongoing operation.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/Pagination.cs
rename to src/Tizen.NUI.Components/Controls/Pagination.cs
index e9ddfa5..f4e10cc 100755 (executable)
@@ -19,7 +19,7 @@ using System.Collections.Generic;
 using System.ComponentModel;
 using Tizen.NUI.BaseComponents;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// Pagination shows the number of pages available and the currently active page.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/Popup.cs
rename to src/Tizen.NUI.Components/Controls/Popup.cs
index 6b2b2ef..84b4847 100755 (executable)
@@ -19,7 +19,7 @@ using System.Collections.Generic;
 using Tizen.NUI.BaseComponents;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// Popup is one kind of common component, it can be used as popup window.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/Progress.cs
rename to src/Tizen.NUI.Components/Controls/Progress.cs
index d09d3f0..81be949 100755 (executable)
@@ -18,7 +18,7 @@ using System;
 using Tizen.NUI.BaseComponents;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// The Progress class of nui component. It's used to show the ongoing status with a long narrow bar.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/RadioButton.cs
rename to src/Tizen.NUI.Components/Controls/RadioButton.cs
index 5f1b887..6da96fc 100755 (executable)
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// RadioButton is the Class that describe the control which can be checked, but not cleared by a user.
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// The RadioButtonGroup class is used to group together a set of RadioButton control
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/Scrollbar.cs
rename to src/Tizen.NUI.Components/Controls/Scrollbar.cs
index 706e63c..76dba88 100755 (executable)
@@ -18,7 +18,7 @@ using System;
 using Tizen.NUI.BaseComponents;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// The ScrollBar class of nui component. It allows users to recognize the direction and the range of lists/content. .
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/SelectButton.cs
rename to src/Tizen.NUI.Components/Controls/SelectButton.cs
index d04aaa6..6890d4c 100755 (executable)
@@ -18,7 +18,7 @@ using System;
 using Tizen.NUI.BaseComponents;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// SelectButton is base class of CheckBox and RadioButton.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/SelectGroup.cs
rename to src/Tizen.NUI.Components/Controls/SelectGroup.cs
index 75b5e71..1d724d7 100755 (executable)
@@ -18,7 +18,7 @@ using System;
 using System.Collections.Generic;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// SelectionGroup is the base class of CheckBoxGroup and RadioButtonGroup.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/Slider.cs
rename to src/Tizen.NUI.Components/Controls/Slider.cs
index 99a9729..32b11ca 100755 (executable)
@@ -18,7 +18,7 @@ using System;
 using Tizen.NUI.BaseComponents;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// A slider lets users select a value from a continuous or discrete range of values by moving the slider thumb.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/Switch.cs
rename to src/Tizen.NUI.Components/Controls/Switch.cs
index 4d8cf46..41b63f9 100755 (executable)
@@ -18,7 +18,7 @@ using System;
 using Tizen.NUI.BaseComponents;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// Switch is one kind of common component, it can be used as selector.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/Tab.cs
rename to src/Tizen.NUI.Components/Controls/Tab.cs
index 6e6e49f..0d26fa1 100755 (executable)
@@ -19,7 +19,7 @@ using System.Collections.Generic;
 using Tizen.NUI.BaseComponents;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// Tab is one kind of common component, it can be used as menu label.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Controls/Toast.cs
rename to src/Tizen.NUI.Components/Controls/Toast.cs
index f883b57..8d6447b 100755 (executable)
@@ -18,7 +18,7 @@ using System;
 using Tizen.NUI.BaseComponents;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// Use a toast to provide simple messages when the user does not need to make an additional action or confirmation.
similarity index 93%
rename from src/Tizen.NUI.CommonUI/FriendAssembly.cs
rename to src/Tizen.NUI.Components/FriendAssembly.cs
index 6282578..f5be139 100755 (executable)
@@ -2,6 +2,6 @@ using System.Runtime.CompilerServices;
 
 [assembly: InternalsVisibleTo("Tizen.FH.NUI, PublicKey=0024000004800000940000000602000000240000525341310004000001000100edd17ed375b5865e35ee337fe9e90ef0fb0c258c091874889540bb4eaeedc992755ec0e0a6deadfbfbb685bddfc99a850418e94b6a9e831fb47bcc52be1a5110dbc141943b51ebefe6daf4e415dc430c6b3f10175188db4b3dc0073d662318fe8463dfdb22aaa3e8e9aa97313fb4b3b157cf32c9b6b340dab9812fe97fd2d6c4")]
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
 }
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Utils/Constants.cs
rename to src/Tizen.NUI.Components/Utils/Constants.cs
index 82f7aad..7712b4b 100755 (executable)
@@ -17,7 +17,7 @@
 
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// Enumeration for describing the states of the view.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Utils/Selector.cs
rename to src/Tizen.NUI.Components/Utils/Selector.cs
index 761e2fa..b1c3321 100755 (executable)
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// Selector class, which is related by Control State, it is base class for other Selector.
similarity index 98%
rename from src/Tizen.NUI.CommonUI/Utils/StyleBase.cs
rename to src/Tizen.NUI.Components/Utils/StyleBase.cs
index 6a471fc..4a6e234 100755 (executable)
@@ -16,7 +16,7 @@
  */
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// StyleBase class.
similarity index 99%
rename from src/Tizen.NUI.CommonUI/Utils/StyleManager.cs
rename to src/Tizen.NUI.Components/Utils/StyleManager.cs
index 94d9796..e9fe938 100755 (executable)
@@ -18,7 +18,7 @@ using System;
 using System.Collections.Generic;
 using System.ComponentModel;
 
-namespace Tizen.NUI.CommonUI
+namespace Tizen.NUI.Components
 {
     /// <summary>
     /// StyleManager is a class to manager all style.
similarity index 97%
rename from src/Tizen.NUI.CommonUI/Utils/Utility.cs
rename to src/Tizen.NUI.Components/Utils/Utility.cs
index 510f2e4..5e521ab 100755 (executable)
@@ -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
     {