Fix components issue 1216 (#1194) (#1203)
authorXianbing Teng <xb.teng@samsung.com>
Wed, 18 Dec 2019 06:33:54 +0000 (14:33 +0800)
committerJiyun Yang <ji.yang@samsung.com>
Wed, 18 Dec 2019 06:33:54 +0000 (15:33 +0900)
commit96225d84a3b693b836e80ea738aaf9ecd8caf918
treec44661ab78cfab5e70bb97c3291cdd7fae0c4e5a
parent8dd37d7c3782001ec70245d4932ac0de965a2e80
Fix components issue 1216 (#1194) (#1203)

* [NUI] Fix text field fontfamily selector and color convert issue

* [NUI.Components] Fix tab item issue

* [NUI] Rename attribute file name to style

* [NUI.Components] Make OnUpdate of Button as hidden
25 files changed:
src/Tizen.NUI.Components/Controls/Button.cs
src/Tizen.NUI.Components/Controls/Control.cs
src/Tizen.NUI.Components/Controls/DropDown.cs
src/Tizen.NUI.Components/Controls/ImageControl.cs
src/Tizen.NUI.Components/Controls/InputField.cs
src/Tizen.NUI.Components/Controls/Tab.cs
src/Tizen.NUI.Components/Style/ButtonStyle.cs [moved from src/Tizen.NUI.Components/Attributes/ButtonAttributes.cs with 100% similarity]
src/Tizen.NUI.Components/Style/ControlStyle.cs [moved from src/Tizen.NUI.Components/Attributes/ControlStyle.cs with 100% similarity]
src/Tizen.NUI.Components/Style/DropDownStyle.cs [moved from src/Tizen.NUI.Components/Attributes/DropDownAttributes.cs with 100% similarity]
src/Tizen.NUI.Components/Style/ImageControlStyle.cs [moved from src/Tizen.NUI.Components/Attributes/ImageControlStyle.cs with 100% similarity]
src/Tizen.NUI.Components/Style/InputFieldStyle.cs [moved from src/Tizen.NUI.Components/Attributes/InputFieldAttributes.cs with 94% similarity]
src/Tizen.NUI.Components/Style/LoadingStyle.cs [moved from src/Tizen.NUI.Components/Attributes/LoadingAttributes.cs with 100% similarity]
src/Tizen.NUI.Components/Style/PaginationStyle.cs [moved from src/Tizen.NUI.Components/Attributes/PaginationAttributes.cs with 100% similarity]
src/Tizen.NUI.Components/Style/PopupStyle.cs [moved from src/Tizen.NUI.Components/Attributes/PopupAttributes.cs with 100% similarity]
src/Tizen.NUI.Components/Style/ProgressStyle.cs [moved from src/Tizen.NUI.Components/Attributes/ProgressAttributes.cs with 100% similarity]
src/Tizen.NUI.Components/Style/ScrollbarStyle.cs [moved from src/Tizen.NUI.Components/Attributes/ScrollbarAttributes.cs with 100% similarity]
src/Tizen.NUI.Components/Style/SliderStyle.cs [moved from src/Tizen.NUI.Components/Attributes/SliderAttributes.cs with 99% similarity]
src/Tizen.NUI.Components/Style/SwitchStyle.cs [moved from src/Tizen.NUI.Components/Attributes/SwitchAttributes.cs with 100% similarity]
src/Tizen.NUI.Components/Style/TabStyle.cs [moved from src/Tizen.NUI.Components/Attributes/TabAttributes.cs with 100% similarity]
src/Tizen.NUI.Components/Style/ToastStyle.cs [moved from src/Tizen.NUI.Components/Attributes/ToastAttributes.cs with 100% similarity]
src/Tizen.NUI/src/public/BaseComponents/Style/ImageViewStyle.cs [moved from src/Tizen.NUI/src/public/BaseComponents/Style/ImageViewAttributes.cs with 100% similarity]
src/Tizen.NUI/src/public/BaseComponents/Style/TextFieldStyle.cs [moved from src/Tizen.NUI/src/public/BaseComponents/Style/TextFieldAttributes.cs with 99% similarity]
src/Tizen.NUI/src/public/BaseComponents/Style/TextLabelStyle.cs [moved from src/Tizen.NUI/src/public/BaseComponents/Style/TextLabelAttributes.cs with 100% similarity]
src/Tizen.NUI/src/public/BaseComponents/Style/ViewStyle.cs [moved from src/Tizen.NUI/src/public/BaseComponents/Style/ViewAttributes.cs with 100% similarity]
src/Tizen.NUI/src/public/BaseComponents/TextFieldBindableProperty.cs