Adeel Kazmi [Fri, 24 Feb 2017 14:25:20 +0000 (06:25 -0800)]
Merge "Removed redundant resource loading code" into devel/master
Adeel Kazmi [Fri, 24 Feb 2017 09:34:03 +0000 (09:34 +0000)]
DALi Version 1.2.28
Change-Id: Idb18093a2f4c08c78b879638d8a32823a2271867
Adeel Kazmi [Thu, 23 Feb 2017 19:15:10 +0000 (11:15 -0800)]
Merge "Added Control::SetSubState handling" into devel/master
Adeel Kazmi [Thu, 23 Feb 2017 18:55:08 +0000 (10:55 -0800)]
Merge "Rotation High Level Class support in C#" into devel/master
Adeel Kazmi [Thu, 23 Feb 2017 18:36:48 +0000 (10:36 -0800)]
Merge "Fixed the ItemView already scrolled to end logic" into devel/master
David Steele [Wed, 15 Feb 2017 13:18:46 +0000 (13:18 +0000)]
Added Control::SetSubState handling
Added a method to set the substate of a control (without transitions)
Fixed a bug with entry/exit transitions ( needed to allow testing of
this patch with new transitions-example in demo )
Change-Id: I31d4edc98be0b50d4ecad375cf64aff593a2d43d
Signed-off-by: David Steele <david.steele@samsung.com>
Umar [Wed, 22 Feb 2017 17:35:08 +0000 (17:35 +0000)]
Rotation High Level Class support in C#
Change-Id: I4e1435658df795bbdb3c311e5158cd9932d338e2
minho.sun [Mon, 20 Feb 2017 07:24:39 +0000 (16:24 +0900)]
Change adding focus indicator logic
Make sure KeyboardFocusManager add focus indicator according to mIsFocusIndicatorEnabled.
Change-Id: I2283deab370597a437819d57e3b90d806ae4011c
Signed-off-by: minho.sun <minho.sun@samsung.com>
Adeel Kazmi [Wed, 22 Feb 2017 18:05:26 +0000 (10:05 -0800)]
Merge "Added BACKGROUND_BORDER property to TextSelectionPopup" into devel/master
Paul Wisbey [Sun, 19 Feb 2017 12:22:49 +0000 (12:22 +0000)]
Added BACKGROUND_BORDER property to TextSelectionPopup
(Version which DOES depend on ImageVisual mixColor)
Change-Id: Ie03b09c6a3460d4975a8dd777071e2519b53457c
Richard Huang [Tue, 21 Feb 2017 11:59:23 +0000 (11:59 +0000)]
C# binding for Actor Opacity property
Change-Id: I955ccd248dc67a409b736f6ce724da11f02908d6
Paul Wisbey [Sun, 5 Feb 2017 20:06:26 +0000 (20:06 +0000)]
Removed redundant resource loading code
Change-Id: Ice00338bb47f044438809749f916425d393d6184
Paul Wisbey [Tue, 21 Feb 2017 13:28:02 +0000 (13:28 +0000)]
Reduced text-selection indicator height for WVGA resolution
Change-Id: Ief8d6f445f0bc182c0fbae1b2c08db791eafff03
Richard Huang [Mon, 20 Feb 2017 15:57:19 +0000 (15:57 +0000)]
C# binding for Direction and Align enums
Change-Id: I474c8e5e6beae1e51248430cc4a99fb7b24a4891
Adeel Kazmi [Mon, 20 Feb 2017 18:53:21 +0000 (10:53 -0800)]
Merge "Provided color-conversion helpers" into devel/master
Paul Wisbey [Mon, 20 Feb 2017 15:54:48 +0000 (15:54 +0000)]
Provided color-conversion helpers
Change-Id: I95e2b4c338e32c012d05f8a63237a419283222c5
Adeel Kazmi [Mon, 20 Feb 2017 15:41:12 +0000 (07:41 -0800)]
Merge "Prepare for Tizen 4.0 Build" into devel/master
Adeel Kazmi [Mon, 20 Feb 2017 15:15:04 +0000 (07:15 -0800)]
Merge "Updated visuals to separate alpha channel from mixColor" into devel/master
Adeel Kazmi [Mon, 20 Feb 2017 14:18:47 +0000 (06:18 -0800)]
Merge "Removed deprecated use of SetImage( ResourceImage) from slider" into devel/master
David Steele [Wed, 15 Feb 2017 11:05:10 +0000 (11:05 +0000)]
Updated visuals to separate alpha channel from mixColor
Visuals can now set "mixColor" property as either a vector3 or a vector4, but can
also set the alpha using the "opacity" property.
This works for setting via stylesheet and also for animating via transitions
Change-Id: Ib4e729a714f630b61278265e54bdfd71c4756425
Signed-off-by: David Steele <david.steele@samsung.com>
Adeel Kazmi [Fri, 17 Feb 2017 16:30:30 +0000 (08:30 -0800)]
Merge "Add C# properties for actor current position and size" into devel/master
Nick Holland [Fri, 17 Feb 2017 15:41:31 +0000 (15:41 +0000)]
Removed deprecated use of SetImage( ResourceImage) from slider
Change-Id: Ia57d9e4fa2874a1beb0b6ed2a138e21fe3524e64
Adeel Kazmi [Fri, 17 Feb 2017 14:14:10 +0000 (06:14 -0800)]
Merge "DALi Version 1.2.27" into devel/master
Richard Huang [Fri, 17 Feb 2017 13:57:51 +0000 (13:57 +0000)]
Add C# properties for actor current position and size
Change-Id: I842a8dfeababd4bb9d7ae1df12eb1ab8e9633320
adam.b [Fri, 17 Feb 2017 12:56:00 +0000 (12:56 +0000)]
DALi Version 1.2.27
Change-Id: I886e1a7aab087657fe090c8f69491b2810be31ac
Adeel Kazmi [Fri, 17 Feb 2017 11:30:10 +0000 (03:30 -0800)]
Merge "Add Visual descriptions to generate doxygen page" into devel/master
David Steele [Thu, 16 Feb 2017 19:58:22 +0000 (11:58 -0800)]
Merge "Fixed size-related popup test case" into devel/master
David Steele [Tue, 14 Feb 2017 13:10:59 +0000 (13:10 +0000)]
Added control focus state change to KeyboardFocusManager
Change-Id: Ib58a577df67ce16888b66dd49d4c299d90270181
Signed-off-by: David Steele <david.steele@samsung.com>
Richard Huang [Thu, 16 Feb 2017 16:20:52 +0000 (16:20 +0000)]
Fixed size-related popup test case
Previously Popup didn't have correct relayout size in contextual mode.
After the following size-related fix in dali-core, it gets the correct
size, but the original test case used hard-coded values based on the
wrong relayout size.
https://review.tizen.org/gerrit/#/c/113462
Change-Id: I08599d70465673afb7b0d42b29735144b155a037
Paul Wisbey [Thu, 16 Feb 2017 16:11:17 +0000 (08:11 -0800)]
Merge "Allow text-selection scroll indicator to have a different style" into devel/master
Nick Holland [Wed, 15 Feb 2017 14:56:27 +0000 (14:56 +0000)]
Allow text-selection scroll indicator to have a different style
Change-Id: I3655d76cc1d0535d35365741f4e48f589dcd6168
Umar [Thu, 9 Feb 2017 18:05:31 +0000 (18:05 +0000)]
Rectangle Generic class support in C#
Change-Id: I956cbbf59614ef1166c3f774f0d911d8e28b7635
Adeel Kazmi [Wed, 15 Feb 2017 17:11:56 +0000 (17:11 +0000)]
Updated Font Selection guide to show how property maps can be used for the font style
Change-Id: I2047eba1647cb21f2ff6c0e8bfa5534ad07e3cbd
Adeel Kazmi [Wed, 15 Feb 2017 17:17:36 +0000 (09:17 -0800)]
Merge changes I75f2d974,Ib8d53cf7 into devel/master
* changes:
Updating Builder and Control to handle styled States
Reordered builder implementation ahead of rework
David Steele [Wed, 8 Feb 2017 21:25:58 +0000 (21:25 +0000)]
Updating Builder and Control to handle styled States
A) Added state and subState properties to control
B) Updated builder to parse for states/visuals/transitions
C) Added new Dictionary and Style classes to store style info
D) Stored off new style data into builder
E) Added top level state change
Change-Id: I75f2d9746bdfcdbd9fef96d845396ff8c5d51ca1
Signed-off-by: David Steele <david.steele@samsung.com>
David Steele [Wed, 8 Feb 2017 20:59:57 +0000 (20:59 +0000)]
Reordered builder implementation ahead of rework
Re-ordered methods in source file to match public header APIs,
Re-ordered private methods in source/header file in a roughly
top down invocation order.
Expect new private methods to go at the end.
Change-Id: Ib8d53cf7268f3ae64d858766fd461170baeee5e7
Signed-off-by: David Steele <david.steele@samsung.com>
Adeel Kazmi [Wed, 15 Feb 2017 15:01:16 +0000 (07:01 -0800)]
Merge "Remove C# binding for batching. Batching has been moved in the foloowing patchs." into devel/master
Feng Jin [Wed, 15 Feb 2017 15:18:08 +0000 (23:18 +0800)]
Remove C# binding for batching.
Batching has been moved in the foloowing patchs.
https://review.tizen.org/gerrit/#/c/113938/2
https://review.tizen.org/gerrit/#/c/113940/4
Change-Id: If8bcb7f2ad982274240a690a8d934561d87209fd
Signed-off-by: Feng Jin <feng16.jin@samsung.com>
Adeel Kazmi [Wed, 15 Feb 2017 15:01:07 +0000 (07:01 -0800)]
Merge "Garbage Collection using Dispose Queue method Updated" into devel/master
Richard Huang [Wed, 15 Feb 2017 14:08:54 +0000 (06:08 -0800)]
Revert "Change adding focus indicator logic"
This reverts commit
c00b54ce005b74dfbf5397468d4dca1e4dfbbf31.
Change-Id: I96a9913234c63cf7c8a33efb798717c66ec78f5b
minho.sun [Wed, 15 Feb 2017 12:27:31 +0000 (04:27 -0800)]
Merge "Change adding focus indicator logic" into devel/master
Seoyeon Kim [Wed, 15 Feb 2017 08:03:43 +0000 (17:03 +0900)]
Prepare for Tizen 4.0 Build
- Changed the Tizen version as Number, not String
Change-Id: I9619bbfd844e73988507bf9391150dbb0dc98549
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
shiva.jm [Fri, 18 Nov 2016 10:38:49 +0000 (16:08 +0530)]
Garbage Collection using Dispose Queue method Updated
These patch updates some automatic/manual CS files, for which we cannot
inject code using SWIG.
Change-Id: I0d9366739004beb5671f459c16625925cb3780b4
Signed-off-by: shiva.jm <shiva.jm@samsung.com>
Adeel Kazmi [Tue, 14 Feb 2017 15:51:36 +0000 (07:51 -0800)]
Merge "Remove batching." into devel/master
Richard Huang [Mon, 13 Feb 2017 14:25:21 +0000 (14:25 +0000)]
Fix control properties for C# custom view
Change-Id: I7034d61dcca047d9e7120870998524d228cacf8c
Paul Wisbey [Sun, 12 Feb 2017 19:50:34 +0000 (19:50 +0000)]
Fixed the ItemView already scrolled to end logic
Change-Id: I7d4e9df6c4c801077a46e6957b6d159977646de2
minho.sun [Thu, 2 Feb 2017 06:43:28 +0000 (15:43 +0900)]
Change adding focus indicator logic
Make sure KeyboardFocusManager add focus indicator according to mIsFocusIndicatorEnabled.
Change-Id: I517211d4e34950af41175d2d9e78196f2c023588
Signed-off-by: minho.sun <minho.sun@samsung.com>
minho.sun [Mon, 13 Feb 2017 04:20:39 +0000 (13:20 +0900)]
Add stylesheet to control-dashboard app and correct wrong indents
Add stylesheet to control-dashboard app to change all control's style to
VD UX.
And correct wrong indents to follow dali coding convention.
Change-Id: If0b06602fa67abe199234ac017144fae638dfaee
Signed-off-by: minho.sun <minho.sun@samsung.com>
Umar [Fri, 27 Jan 2017 18:49:49 +0000 (18:49 +0000)]
Manual binding to add getter/setter APIs for various event classes (i.e. Gesture, PanGesture, HoverEvent etc)
Change-Id: I7997428f66c73770b4d33f8e898a552f3d82366d
Adeel Kazmi [Fri, 10 Feb 2017 14:24:10 +0000 (06:24 -0800)]
Merge "Added scroll-bar to text selection toolbar" into devel/master
Adeel Kazmi [Fri, 10 Feb 2017 10:12:01 +0000 (10:12 +0000)]
(Automated Tests) Synchronize common code with core
Change-Id: I8ab5f93c782074322a8cb8a4c62f159bd14ca61e
Victor Cebollada [Fri, 10 Feb 2017 07:57:30 +0000 (07:57 +0000)]
DALi Version 1.2.26
Change-Id: I05ac67f6fab6035b90f51407e46244a4e565292a
Adeel Kazmi [Thu, 9 Feb 2017 17:07:53 +0000 (09:07 -0800)]
Merge "Fixed 9-patch scale issue." into devel/master
Adeel Kazmi [Thu, 9 Feb 2017 17:07:32 +0000 (09:07 -0800)]
Merge "Reduced size of control depth index ranges" into devel/master
Paul Wisbey [Thu, 9 Feb 2017 16:33:48 +0000 (08:33 -0800)]
Merge "Fix cursor display issue." into devel/master
Victor Cebollada [Thu, 9 Feb 2017 14:33:57 +0000 (14:33 +0000)]
Fix cursor display issue.
* On resume after the power key is pressed the text controller is
still in edit mode.
When the power key is pressed, the text controller is set to the
INACTIVE state.
* @todo: Different applications may want a different behaviour on resume.
Change-Id: I770b991bc0c141b5a2db260cf7ef7a693ead4b02
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Paul Wisbey [Thu, 9 Feb 2017 15:23:36 +0000 (07:23 -0800)]
Merge "Text - Fix for text controller." into devel/master
adam.b [Thu, 9 Feb 2017 14:59:26 +0000 (14:59 +0000)]
Fixed 9-patch scale issue.
Integrating scale with size was causing a glitch
during scaling a 9-patch image.
Change-Id: I2e633afbd44fa97802ad7f734ff54b156358fb13
Victor Cebollada [Tue, 7 Feb 2017 17:07:14 +0000 (17:07 +0000)]
Added scroll-bar to text selection toolbar
Change-Id: I93f87fcb2471c85ef251a3b396130677b0a7e070
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Wed, 8 Feb 2017 14:33:24 +0000 (14:33 +0000)]
Text - Fix for text controller.
* Fixes the issue when two or more pre-edit events
arrive from the imf manager.
The text controller was not able to remove the
previous text.
Change-Id: I85ba391f6d3c7f5609fbd0ba1b49cb3440059269
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Francisco Santos [Thu, 9 Feb 2017 09:59:23 +0000 (09:59 +0000)]
Remove batching.
Change-Id: I53705f72cfef810eb14fdbb9af2c5448712ee496
NOTE: Public API is not being changed.
The batching option in image-visual-properties.h should have not
been there. Please refer to the DALi API Publishing Rules an see
rule 1c.
Heeyong Song [Thu, 9 Feb 2017 08:27:41 +0000 (17:27 +0900)]
Fix SVACE issue - memory leak
- Delete the elements of mResourceRequests
Change-Id: Ic4ba5a09e6c3dbfc8ebfc85a0344790f6a16a661
Adeel Kazmi [Wed, 8 Feb 2017 18:50:33 +0000 (18:50 +0000)]
Updated doxygen comments in scroll-view constraints
Change-Id: I125c7fd916f00d38e3fa3ca4c98f6aee41983544
David Steele [Mon, 6 Feb 2017 20:22:11 +0000 (20:22 +0000)]
Reduced size of control depth index ranges
The control depth index ranges, used for setting the depth index of
visuals, needs to stay within the sibling order range, which is
defined as 1000. The existing values for background (used by button)
overlapped with sibling order and caused incorrect ordering in the svg
demo.
Of note is the Layer::TREE_DEPTH_MULTIPLIER is different from the
DevelLayer::TREE_DEPTH_MULTIPLIER value, and should be removed.
Change-Id: I176f277286840f5b57840661f285dc9261795769
Signed-off-by: David Steele <david.steele@samsung.com>
Adeel Kazmi [Wed, 8 Feb 2017 10:34:02 +0000 (02:34 -0800)]
Merge "Update doxygen comments" into devel/master
Seoyeon Kim [Tue, 7 Feb 2017 05:54:43 +0000 (14:54 +0900)]
Update doxygen comments
- For document public release, Native API reference is checked by Lionbridge.
Change-Id: I78cad260974f386ceeeb1fbc8774815be2213457
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
David Steele [Tue, 7 Feb 2017 15:50:30 +0000 (07:50 -0800)]
Merge "Stop resetting transform values to default in OnRelayout & OnSizeSet" into devel/master
Adeel Kazmi [Tue, 7 Feb 2017 14:36:32 +0000 (06:36 -0800)]
Merge "Initialise all members in TextVerticalScroller" into devel/master
Adeel Kazmi [Tue, 7 Feb 2017 10:28:57 +0000 (10:28 +0000)]
Initialise all members in TextVerticalScroller
This fixes a reported SVACE error.
Change-Id: Ia35aa42de318c0031639ebd5cd963e7a124d71d8
Adeel Kazmi [Thu, 26 Jan 2017 18:35:55 +0000 (18:35 +0000)]
Added ability to have strings over multiple lines in JSON using a Property Array
Change-Id: If5734cc7fc66163febd837c87bc362e4f0b214b7
Adeel Kazmi [Mon, 6 Feb 2017 12:11:29 +0000 (12:11 +0000)]
Stop resetting transform values to default in OnRelayout & OnSizeSet
Previously, this reset any values that were set by the application/stylesheet.
Change-Id: Ib91f29fefc927a804b03b6d1b0b458d55c100f5d
Adeel Kazmi [Mon, 6 Feb 2017 14:05:40 +0000 (06:05 -0800)]
Merge "Add new properties to ProgressBar" into devel/master
Adeel Kazmi [Mon, 6 Feb 2017 13:53:03 +0000 (05:53 -0800)]
Merge "Added default styles for ToggleButton" into devel/master
minho.sun [Fri, 6 Jan 2017 06:41:36 +0000 (15:41 +0900)]
Add new properties to ProgressBar
Add new properties to ProgressBar
1. SECONDARY_PROGRESS_VALUE
- Value of secondary progress
2. SECONDARY_PROGRESS_VISUAL
- Visual to display how much the source is loaded
3. INDETERMINATED_VISUAL
- Visual to display Indeterminate progress state
- Indeterminate state means "applcation cannot cacluate current progress"
4. INDETERMINATED_VISUAL_TRANSITION
- Transition data to animate indeterminate visual
5. INDETERMINATE
- State to make indeterminate visual visible or not
6. LABEL_VISUAL
- Visual to display progress
Change-Id: I9db231d29c547eaead58ea5c0ad761e82b4461f2
Signed-off-by: minho.sun <minho.sun@samsung.com>
Adeel Kazmi [Fri, 3 Feb 2017 16:13:42 +0000 (08:13 -0800)]
Merge "TextVisual documentation added to the Programming Guide." into devel/master
David Steele [Fri, 3 Feb 2017 15:41:32 +0000 (07:41 -0800)]
Merge "DALi Version 1.2.25" into devel/master
Umar [Fri, 3 Feb 2017 15:37:42 +0000 (15:37 +0000)]
DALi Version 1.2.25
Change-Id: I6671b49c5596878bf87a6a6735daa54f3f1aa140
David Steele [Fri, 3 Feb 2017 15:11:05 +0000 (07:11 -0800)]
Merge "Control property names in doxygen now match code" into devel/master
Agnelo Vaz [Fri, 3 Feb 2017 11:49:06 +0000 (11:49 +0000)]
Control property names in doxygen now match code
Change-Id: Ic3b28377d1927e7c8b10b48e670f8294ca385fb4
Agnelo Vaz [Thu, 2 Feb 2017 16:30:05 +0000 (16:30 +0000)]
TextVisual documentation added to the Programming Guide.
Change-Id: I6cb6cebd21537f8000d41392f0df38ae8344d528
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Umar [Thu, 2 Feb 2017 18:27:25 +0000 (18:27 +0000)]
Added default styles for ToggleButton
Change-Id: I420d1d6aab70e1f78818cf1157fbfb226d608606
suhyung Eom [Thu, 5 Jan 2017 07:55:12 +0000 (16:55 +0900)]
Implement vertical scroll animation on text input
New property is added to control vertical scroll animation
set DevelTextEditor::Property::VERTICAL_SCROLL_ANIMATION true to enable scroll animation
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I5da8b1df603928e44b5f82d785227b67f6be4a5f
Adeel Kazmi [Thu, 2 Feb 2017 19:23:38 +0000 (11:23 -0800)]
Merge "Add style name to indicator of ScrollBar" into devel/master
Adeel Kazmi [Thu, 2 Feb 2017 19:08:51 +0000 (11:08 -0800)]
Merge "Updated programming guide to explain how to create a visual" into devel/master
xb.teng [Wed, 25 Jan 2017 14:30:43 +0000 (22:30 +0800)]
Add Toggle button example for dashboard demo.
Change-Id: Ia6193084e2019e53814207811788d46ebaf5eb1b
Signed-off-by: xb.teng <xb.teng@samsung.com>
xb.teng [Wed, 25 Jan 2017 13:55:51 +0000 (21:55 +0800)]
Toggle button c# binding.
Change-Id: Iae916a83ca2522def658f309063c1f8531919041
Signed-off-by: xb.teng <xb.teng@samsung.com>
David Steele [Thu, 2 Feb 2017 16:39:36 +0000 (16:39 +0000)]
Updated programming guide to explain how to create a visual
Added information about how to create and register a visual.
Styling info is somewhat lacking, though.
Change-Id: I399be3a7dfde1d2c2b0cc4aad0fb706a084148c5
Signed-off-by: David Steele <david.steele@samsung.com>
minho.sun [Thu, 26 Jan 2017 06:37:14 +0000 (15:37 +0900)]
Add style name to indicator of ScrollBar
Add style name to indicator of scrollbar.
Now developer can set their indicator style via stylesheet
Change-Id: Ifc6007147472ae7cc13161cc25c3c53eec5c11b0
Signed-off-by: minho.sun <minho.sun@samsung.com>
Kimmo Hoikka [Mon, 30 Jan 2017 18:51:22 +0000 (10:51 -0800)]
Merge "Removed unused method GetTexture form test-actor-utils.h" into devel/master
Adeel Kazmi [Mon, 30 Jan 2017 15:33:17 +0000 (07:33 -0800)]
Merge "Fix the keyboard focus issue for nested table view" into devel/master
David Steele [Fri, 27 Jan 2017 18:01:50 +0000 (10:01 -0800)]
Merge "Enable json tree dump to work with empty arrays" into devel/master
Agnelo Vaz [Fri, 27 Jan 2017 17:54:10 +0000 (17:54 +0000)]
Enable json tree dump to work with empty arrays
If the json contains an empty array it would crash as there was no check before dereferencing a pointer.
Below constant section should be added to json to get debug output
"constants":
{
"CONFIG_SCRIPT_LOG_LEVEL":"Verbose",
"DUMP_TREE":1
},
Change-Id: I9584fa0c4202ea7907a9235cdfb81264ab3596c6
Adeel Kazmi [Fri, 27 Jan 2017 17:53:34 +0000 (09:53 -0800)]
Merge "DALi Version 1.2.24" into devel/master
Nick Holland [Fri, 27 Jan 2017 15:14:37 +0000 (15:14 +0000)]
DALi Version 1.2.24
Change-Id: Ia0cfbdaa4ee648d94193c269d9a0adbc8071bb0f
Richard Huang [Fri, 27 Jan 2017 15:13:27 +0000 (15:13 +0000)]
Fix the keyboard focus issue for nested table view
Change-Id: Ia45179b275e5f92f0e58ed5bd8fc3506a014b5fa
xb.teng [Fri, 2 Dec 2016 07:07:55 +0000 (15:07 +0800)]
Add native dali toggle button, base on latest button using visual.
Change-Id: Ib4b7974fdf7f2d81d704b926a840126440aa345a
Signed-off-by: xb.teng <xb.teng@samsung.com>
Umar [Thu, 26 Jan 2017 14:54:19 +0000 (14:54 +0000)]
Manual binding to add getter/setter APIs for Hover
Change-Id: I0bd5c96cae5f10078b580bcac1095899e1606f51
Ferran Sole [Thu, 26 Jan 2017 16:54:02 +0000 (16:54 +0000)]
Removed unused method GetTexture form test-actor-utils.h
Change-Id: Ie25c441c32cd632834c3d9ef2c412d0f16cbae71
Ferran Sole [Tue, 24 Jan 2017 17:34:25 +0000 (17:34 +0000)]
Removed unneeded includes of Dali::Atlas
Change-Id: Ibf4ef1bdfabcf1c39a8350d997c80f1895485bec
Adeel Kazmi [Wed, 25 Jan 2017 11:53:34 +0000 (03:53 -0800)]
Merge "Add C# tooltip example to the control dashboard" into devel/master