Fix components issue 1216 (#1194) (#1201)
authorXianbing Teng <xb.teng@samsung.com>
Wed, 18 Dec 2019 06:33:29 +0000 (14:33 +0800)
committerJiyun Yang <ji.yang@samsung.com>
Wed, 18 Dec 2019 06:33:29 +0000 (15:33 +0900)
commit419412923f55115082d9da0da7dd1f5d936a0666
treefcc7ae15c48f2685fe86fb94f28cecd07fc439f9
parent619898647f80ce2266306998991d0b2efa350547
Fix components issue 1216 (#1194) (#1201)

* [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