platform/core/uifw/dali-toolkit.git
6 years agoRemoved unused variable from 9-patch shader 68/114468/4
Paul Wisbey [Mon, 13 Feb 2017 11:02:31 +0000 (11:02 +0000)]
Removed unused variable from 9-patch shader

Change-Id: I26eee3590a4eecb1d61d79b941546317e7124803

6 years agoMerge "DALi Version 1.2.45" into devel/master
Adeel Kazmi [Fri, 23 Jun 2017 09:50:57 +0000 (09:50 +0000)]
Merge "DALi Version 1.2.45" into devel/master

6 years agoMerge "Add Text font size conversion description in documentation" into devel/master
Adeel Kazmi [Fri, 23 Jun 2017 09:49:52 +0000 (09:49 +0000)]
Merge "Add Text font size conversion description in documentation" into devel/master

6 years agoDALi Version 1.2.45 08/135608/1 dali_1.2.45
Victor Cebollada [Fri, 23 Jun 2017 09:43:59 +0000 (10:43 +0100)]
DALi Version 1.2.45

Change-Id: I06813e9cba6bd9e70a7f5a04b1e7d43bf8d5dc6e

6 years agoMerge "Make TextEditor emit ScrollStateChangedSignal after ScrollBar creation" into...
minho.sun [Wed, 21 Jun 2017 05:06:09 +0000 (05:06 +0000)]
Merge "Make TextEditor emit ScrollStateChangedSignal after ScrollBar creation" into devel/master

6 years agoMerge "Fixed an error adding duplicate primary position.y" into devel/master
Jinho, Lee [Wed, 21 Jun 2017 01:30:00 +0000 (01:30 +0000)]
Merge "Fixed an error adding duplicate primary position.y" into devel/master

6 years agoFixed an error adding duplicate primary position.y 19/133319/9
Jinho, Lee [Fri, 9 Jun 2017 16:32:56 +0000 (01:32 +0900)]
Fixed an error adding duplicate primary position.y

In the target, characters with different glyph heights
(ex: Korean, English: "안녕하세요, hello") are written in same text field

when the character is deleted by one character,
the position of the TextField continuously goes down.

Change-Id: Ic44d79992eec67ae7ddec9e302c95877f90f2580

6 years agoMerge "Added GetTypeInfo to get registered type of a control wrapper" into devel...
Adeel Kazmi [Mon, 19 Jun 2017 12:16:39 +0000 (12:16 +0000)]
Merge "Added GetTypeInfo to get registered type of a control wrapper" into devel/master

6 years agoMerge "Fixed automatic naming of visuals for non-native controls" into devel/master
Adeel Kazmi [Mon, 19 Jun 2017 12:08:57 +0000 (12:08 +0000)]
Merge "Fixed automatic naming of visuals for non-native controls" into devel/master

6 years agoAdded GetTypeInfo to get registered type of a control wrapper 62/134462/2
David Steele [Thu, 15 Jun 2017 16:13:47 +0000 (17:13 +0100)]
Added GetTypeInfo to get registered type of a control wrapper

Added test case to show end-to-end registry setting and usage
(i.e. registering a property, registering a visual with that property
index, and using CreateTransition to check that the visual was correctly
named with the property name)

Change-Id: I216a2cbf0299557ac0eb91b5208b20a76f7dadeb

6 years agoMerge "Fixed texture-manager crash for async load complete" into devel/master
Adeel Kazmi [Fri, 16 Jun 2017 15:05:28 +0000 (15:05 +0000)]
Merge "Fixed texture-manager crash for async load complete" into devel/master

6 years agoFixed automatic naming of visuals for non-native controls 78/134278/2
David Steele [Thu, 15 Jun 2017 10:51:06 +0000 (11:51 +0100)]
Fixed automatic naming of visuals for non-native controls

Ensured Control::Background visual is named to "background" regardless.

During visual registration, a lookup of registered properties is attempted to
retrieve the name of the property and assign that name to the visual.
(Used by scripting and styling).

In the case of non-native controls, where they use ControlWrapper as
their gateway class, the typeid lookup cannot get past ControlWrapper,
so will currently fail to name the visuals.

Instead, changed the RegisterVisual method to call GetPropertyName() directly -
for the ControlWrapper case, the non-native type name has been set on this object,
and in the glue layer, any C# properties annotated with ScriptableProperties
will be registered with the same type name. Consequently, GetPropertyName() will
work as intended for non-native properties.

However, this has to be within a try-catch block, as it will assert if the
developer hasn't registered the property index, which is the case
for some native controls.

Change-Id: I8b92496a21d13e3696fb827e67586f92e9e0dffb
Signed-off-by: David Steele <david.steele@samsung.com>
6 years agoMerge "DALi Version 1.2.44" into devel/master
Adeel Kazmi [Fri, 16 Jun 2017 11:09:11 +0000 (11:09 +0000)]
Merge "DALi Version 1.2.44" into devel/master

6 years agoDALi Version 1.2.44 32/134432/1 dali_1.2.44
Umar [Fri, 16 Jun 2017 11:03:43 +0000 (12:03 +0100)]
DALi Version 1.2.44

Change-Id: Ia567aeec4addef1d25095a9162d04b4063febe75

6 years agoFixed texture-manager crash for async load complete 21/133521/3
Nick Holland [Thu, 15 Jun 2017 16:26:21 +0000 (17:26 +0100)]
Fixed texture-manager crash for async load complete

Crash was found when testing with this patch:
https://review.tizen.org/gerrit/#/c/132804/

    Test patch adds ImageViews to the stage, during a ResourceReady()
    call back, which has come from an AsyncLoad complete from
    ImageViews already on the stage.

Change-Id: I5073804a3cc391c9984db62c54224442923c3afa

6 years agoMerge "Check character glyph index before using cached Font" into devel/master
Jinho, Lee [Fri, 16 Jun 2017 07:52:33 +0000 (07:52 +0000)]
Merge "Check character glyph index before using cached Font" into devel/master

6 years agoMake TextEditor emit ScrollStateChangedSignal after ScrollBar creation 69/134369/1
minho.sun [Fri, 16 Jun 2017 06:49:12 +0000 (15:49 +0900)]
Make TextEditor emit ScrollStateChangedSignal after ScrollBar creation

Make TextEditor emit ScrollStateChangedSignal after ScrollBar creation.

Change-Id: I94d495873c54fbe25b421da4622013ffc91a6c3c
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoAdd Text font size conversion description in documentation 71/134171/1
Seoyeon Kim [Thu, 15 Jun 2017 06:16:01 +0000 (15:16 +0900)]
Add Text font size conversion description in documentation

Change-Id: I5f48be95e95997947a39686e0b76bfa646e8eebb
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoTurns pixel align off as default 63/134163/2
taeyoon0.lee [Thu, 15 Jun 2017 05:41:03 +0000 (14:41 +0900)]
Turns pixel align off as default

 - Now it causes issues in imageView and animation

Change-Id: Ib400864c443727c8186475cf6cfb9160b026c17e

6 years agoMerge "Fixups following changes to actor traversal" into devel/master
David Steele [Mon, 12 Jun 2017 15:31:11 +0000 (15:31 +0000)]
Merge "Fixups following changes to actor traversal" into devel/master

6 years agoFixups following changes to actor traversal 54/132954/5
David Steele [Thu, 8 Jun 2017 11:15:20 +0000 (12:15 +0100)]
Fixups following changes to actor traversal

Fixed popup (background actor was after content)
Fixed text editor/field (highlight was on top of text)

Change-Id: I6597989b0f9fc15f4d3a1929bac8c41fba303ffa

6 years agoTextureManager "if" clause error 18/133318/2
Agnelo Vaz [Fri, 9 Jun 2017 17:26:11 +0000 (18:26 +0100)]
TextureManager "if" clause error

Change-Id: Idba7a1601273a8689dbfd1db3c6fb827dd3e3d7e

6 years agoMerge "Updated ImageVisual to handle CPU Image Masking" into devel/master
Adeel Kazmi [Fri, 9 Jun 2017 12:53:58 +0000 (12:53 +0000)]
Merge "Updated ImageVisual to handle CPU Image Masking" into devel/master

6 years agoDALi Version 1.2.43 86/133286/1 dali_1.2.43
Richard Huang [Fri, 9 Jun 2017 12:23:23 +0000 (13:23 +0100)]
DALi Version 1.2.43

Change-Id: I776e419011db8b06db04c4cddb6d48279cc80522

6 years agoMerge "Added ScrollStateChangedSignal to TextEditor." into devel/master
Adeel Kazmi [Thu, 8 Jun 2017 14:05:04 +0000 (14:05 +0000)]
Merge "Added ScrollStateChangedSignal to TextEditor." into devel/master

6 years agoAdded ScrollStateChangedSignal to TextEditor. 92/132092/10
minho.sun [Thu, 1 Jun 2017 05:22:22 +0000 (14:22 +0900)]
Added ScrollStateChangedSignal to TextEditor.

Added ScrollStateChagnedSignal to TextEditor.

State : STARTED / FINISHED

When UpdateScrollBar() called, STARTED.
When ScrollBar indicator animation is stopped, FINISHED.

Change-Id: I66409fee2432958aa17b49c4f8025f93a010403f
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoCheck character glyph index before using cached Font 28/132928/1
Jinho, Lee [Thu, 8 Jun 2017 07:20:51 +0000 (16:20 +0900)]
Check character glyph index before using cached Font

CJK script use 3 fonts (chiniese. japanese, korean),
  (tizen TV has, BreezeSansChinese-Regular.ttf, BreezeSansJapanese-Regular.ttf, BreezeSansKorean-Regular.ttf)

Some CJK characters may not be included in these three fonts.
In this case, it need to search fallback font again.

Change-Id: I99ed74af3d53edd82e029331c51a8404238f7745

6 years agoFixed getting SCROLL_POSITION_INTERVALS Property bug in ScrollBar 86/132886/2
minho.sun [Thu, 8 Jun 2017 07:06:54 +0000 (16:06 +0900)]
Fixed getting SCROLL_POSITION_INTERVALS Property bug in ScrollBar

Fixed getting SCROLL_POSITION_INTERVALS Property bug in ScrollBar.

When getting SCROLL_POSITION_INTERVALS property via GetProperty, it
always return 0.

Make the result of GetProperty be same as GetScrollPositionInterval().

Change-Id: Ide7353ebfb82e80959f7a0834f98d4c05ccd201f
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoUpdated ImageVisual to handle CPU Image Masking 64/130964/8
David Steele [Mon, 27 Mar 2017 13:24:36 +0000 (14:24 +0100)]
Updated ImageVisual to handle CPU Image Masking

Updated ImageVisual to add a URL for an alpha mask image. If this is present
in the initialization map, then the mask is loaded and stored in CPU (it
may be used by other textures). On triggering the Async image loading in
TextureManager, the alpha mask's textureId can be passed in.

Added new state machine to TextureManager to handle loading a mask and
and an image; and to apply the mask to the image when both have loaded.

Image masks are applied in CPU side, so they are stored in CPU memory.
All other images are uploaded to GPU ( after optional mask has been applied )

Change-Id: I6cce7f62d6d6765dc6199bb25891791333533dea

6 years agoMerge "Remove profile build dependencies" into devel/master
Adeel Kazmi [Wed, 7 Jun 2017 10:03:33 +0000 (10:03 +0000)]
Merge "Remove profile build dependencies" into devel/master

6 years agoChange Visual depth index API from float to int 07/132507/1
Adeel Kazmi [Tue, 6 Jun 2017 09:59:17 +0000 (10:59 +0100)]
Change Visual depth index API from float to int

Change-Id: I08faedcf31235b3d5a62e5e6e44fcddd1c38e98e

6 years agoMerge "(Visuals) If depth index not specified, then visual depth indices are set...
Kimmo Hoikka [Tue, 6 Jun 2017 09:41:54 +0000 (09:41 +0000)]
Merge "(Visuals) If depth index not specified, then visual depth indices are set in order they are registered" into devel/master

6 years ago(Visuals) If depth index not specified, then visual depth indices are set in order... 74/132474/4
Adeel Kazmi [Mon, 5 Jun 2017 12:34:35 +0000 (13:34 +0100)]
(Visuals) If depth index not specified, then visual depth indices are set in order they are registered

Change-Id: I720bbee7cd9588332b759621d204fa7cd20224ff

6 years agoRemove set and map wrappers from ItemView 74/132374/5
Richard Huang [Fri, 2 Jun 2017 15:24:45 +0000 (16:24 +0100)]
Remove set and map wrappers from ItemView

Change-Id: I1e827af982842d6bc3a9ee9fdacb51c88aa77483

6 years agoMerge "Text scroller renderer bug fix" into devel/master
Adeel Kazmi [Mon, 5 Jun 2017 10:19:20 +0000 (10:19 +0000)]
Merge "Text scroller renderer bug fix" into devel/master

6 years agoMerge "Text scroll animation bug fix" into devel/master
Adeel Kazmi [Mon, 5 Jun 2017 10:17:12 +0000 (10:17 +0000)]
Merge "Text scroll animation bug fix" into devel/master

6 years agoMerge "Added style name for styling TextEditor ScrollBar" into devel/master
minho.sun [Mon, 5 Jun 2017 05:27:16 +0000 (05:27 +0000)]
Merge "Added style name for styling TextEditor ScrollBar" into devel/master

6 years ago(Visuals) Change AnchorPoint & Origin defaults to TOP_BEGIN 55/132355/3
Adeel Kazmi [Fri, 2 Jun 2017 11:10:09 +0000 (12:10 +0100)]
(Visuals) Change AnchorPoint & Origin defaults to TOP_BEGIN

Change-Id: I50433bfefc82a13292051586b99832672293eb86

6 years agoMerge "DALi Version 1.2.42" into devel/master
Adeel Kazmi [Fri, 2 Jun 2017 14:13:59 +0000 (14:13 +0000)]
Merge "DALi Version 1.2.42" into devel/master

6 years agoDALi Version 1.2.42 59/132359/1 dali_1.2.42
Nick Holland [Fri, 2 Jun 2017 11:55:51 +0000 (12:55 +0100)]
DALi Version 1.2.42

Change-Id: Idfe8a84e568fdf1b0307690f28dfb3d6f22b1cd4

6 years agoAdd PLACEHOLDER properties to TextEditor 68/130868/7
Seoyeon Kim [Wed, 24 May 2017 07:53:01 +0000 (16:53 +0900)]
Add PLACEHOLDER properties to TextEditor

- PLACEHOLDER_TEXT and PLACEHOLDER_TEXT_COLOR

Change-Id: I137217a863ab1c70a555981b7ea6d6e7778fe91d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoText scroll animation bug fix 91/130691/6
Jinho, Lee [Tue, 23 May 2017 09:52:46 +0000 (18:52 +0900)]
Text scroll animation bug fix

Text scroll animations continue to play even if TextLabel called SetProperty.
Text scroll animations don't be played if TextLabel called SetProperty after setting stop.

Change-Id: I9ecae3c4aea50cf1032d4ee0135b9d7d41701d04

6 years agoText scroller renderer bug fix 76/132276/1
Jinho, Lee [Fri, 2 Jun 2017 05:10:08 +0000 (14:10 +0900)]
Text scroller renderer bug fix

Change-Id: Ia8301de5744ce89a82650a3f1bbec73f0862d4a9

6 years agoMerge "Add read-only property for getting text line count" into devel/master
Heeyong Song [Fri, 2 Jun 2017 04:37:37 +0000 (04:37 +0000)]
Merge "Add read-only property for getting text line count" into devel/master

6 years ago(TextLabel) Ensure auto scrolling respects the horizontal alignment 16/132016/3
Adeel Kazmi [Wed, 31 May 2017 18:09:26 +0000 (19:09 +0100)]
(TextLabel) Ensure auto scrolling respects the horizontal alignment

Change-Id: Ief71a78f83596aceb328d590024a70c2e210d4cd

6 years agoFixed for infinity loop mode 57/130557/6
Jinho, Lee [Tue, 23 May 2017 02:26:15 +0000 (11:26 +0900)]
Fixed for infinity loop mode

StopScrolling logic have been seperated from SetLoopCount

Change-Id: Iddfd0ce5a79d08b7005d4ca3f9121ce3ace8eb55

6 years agoAdd read-only property for getting text line count 32/128932/12
Jinho, Lee [Thu, 11 May 2017 14:24:53 +0000 (23:24 +0900)]
Add read-only property for getting text line count

Change-Id: I316752b0a8b77187d2995b7c8a2ad4be7650b371

6 years agoRemove profile build dependencies 72/129572/4
Seoyeon Kim [Wed, 17 May 2017 04:38:20 +0000 (13:38 +0900)]
Remove profile build dependencies

- From Tizen 4.0, profile dependent build is not allowed.
  So, removed profile macro in .spec file and configure.ac file.

Change-Id: Id8f62eafb78ea87704e00577ffbbf3ecc1d52046
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoAdded style name for styling TextEditor ScrollBar 89/131989/1
minho.sun [Wed, 31 May 2017 12:09:27 +0000 (21:09 +0900)]
Added style name for styling TextEditor ScrollBar

Added style name for styling TextEditor ScrollBar.

ScrollBar : TextEditorScrollBar
ScrollBar Indicotor : TextEditorScrollBarIndicator

Change-Id: Icfc6ca896635a26246fc8aee2d8437c675e3768b
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoMerge "Fix a crash in ImageVisual in case of an invalid image and changed to render...
Heeyong Song [Wed, 31 May 2017 01:08:33 +0000 (01:08 +0000)]
Merge "Fix a crash in ImageVisual in case of an invalid image and changed to render broken.png in the case" into devel/master

6 years agoText style to return properties(FONT_STYLE) as string 67/130167/3
Jinho, Lee [Fri, 19 May 2017 07:08:54 +0000 (16:08 +0900)]
Text style to return properties(FONT_STYLE) as string

Change-Id: I0365eed729f5beef330b0a1bd2c356fbd0c050bc

6 years agoFix a crash in ImageVisual in case of an invalid image and changed to render broken... 86/131286/4
Heeyong Song [Fri, 26 May 2017 06:54:05 +0000 (15:54 +0900)]
Fix a crash in ImageVisual in case of an invalid image and changed to render broken.png in the case

Change-Id: I21a04494d60a907270a626359b25af283739abf0

6 years agoMerge "Fix feedback style error message." into devel/master
Adeel Kazmi [Tue, 30 May 2017 08:47:49 +0000 (08:47 +0000)]
Merge "Fix feedback style error message." into devel/master

6 years agoMerge "Do nothing when setting focus on same actor" into devel/master
Adeel Kazmi [Tue, 30 May 2017 08:34:28 +0000 (08:34 +0000)]
Merge "Do nothing when setting focus on same actor" into devel/master

6 years agoFix feedback style error message. 95/131595/1
minho.sun [Tue, 30 May 2017 06:39:07 +0000 (15:39 +0900)]
Fix feedback style error message.

Fix feedback style error message.
It ocurred because of empty path.

Give default theme path when applying default theme instead of empty path.

Plus, add default-feedback-theme.json to resource package.

Change-Id: I2459cc39a798bf3b86c688275feae8957798bcd9
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoMerge "Removal of unnecessary set and map wrappers" into devel/master
David Steele [Fri, 26 May 2017 17:30:30 +0000 (17:30 +0000)]
Merge "Removal of unnecessary set and map wrappers" into devel/master

6 years agoRemoval of unnecessary set and map wrappers 55/131355/2
Kimmo Hoikka [Fri, 26 May 2017 12:58:02 +0000 (13:58 +0100)]
Removal of unnecessary set and map wrappers

Change-Id: I80338abf1574e3560f400fde69a33787bfc9509a

6 years ago(ControlImpl) Move Visual related APIs to the Devel API 76/131176/6
Adeel Kazmi [Thu, 25 May 2017 17:35:30 +0000 (18:35 +0100)]
(ControlImpl) Move Visual related APIs to the Devel API

Change-Id: I630f37ad03029e907a5d5ed768902ceec8b22c3c

6 years agoDALi Version 1.2.41 46/131346/1 dali_1.2.41
greynaga [Fri, 26 May 2017 12:30:58 +0000 (13:30 +0100)]
DALi Version 1.2.41

Change-Id: I5b051a13ac16deb64058af649b4abe024a40e868

6 years agoCleanup ResourceLoading and PlatformAbstraction 83/129983/3
Kimmo Hoikka [Thu, 18 May 2017 17:06:10 +0000 (18:06 +0100)]
Cleanup ResourceLoading and PlatformAbstraction

- Cleanup in PlatformAbstraction
- Cleaned up code and comments

Change-Id: Iabb992ceb71e865de27588c8a8affd8de002922a

6 years agoMerge "Use Handle::GetCurrentProperty instead of Devel API" into devel/master
Adeel Kazmi [Wed, 24 May 2017 10:14:22 +0000 (10:14 +0000)]
Merge "Use Handle::GetCurrentProperty instead of Devel API" into devel/master

6 years agoRemove dali-swig, enable CXXFLAGS 18/130518/1
Agnelo Vaz [Mon, 22 May 2017 14:20:01 +0000 (15:20 +0100)]
Remove dali-swig, enable CXXFLAGS

Change-Id: I6a4316448539d1104d645f55790a042e00582147

6 years agoDo nothing when setting focus on same actor 53/128453/2
minho.sun [Mon, 10 Apr 2017 03:28:07 +0000 (12:28 +0900)]
Do nothing when setting focus on same actor

Do nothing when setting focus on same actor again.

Change-Id: Ie073856b0019587d71b4ae0f64d8664212e2fccc

6 years agoUse Handle::GetCurrentProperty instead of Devel API 54/130354/1
minho.sun [Mon, 22 May 2017 06:07:09 +0000 (15:07 +0900)]
Use Handle::GetCurrentProperty instead of Devel API

DevelHandle::GetCurrentProperty is moved to public.
So, use Handle::GetCurrentProperty instead of devel.

Change-Id: Ib2d25e5dcdf954409fc35a9c01b039907c9421b4
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoMerge "DALi Version 1.2.40" into devel/master
Adeel Kazmi [Fri, 19 May 2017 12:45:17 +0000 (12:45 +0000)]
Merge "DALi Version 1.2.40" into devel/master

6 years agoDALi Version 1.2.40 27/130227/1 dali_1.2.40
Francisco Santos [Fri, 19 May 2017 12:43:34 +0000 (13:43 +0100)]
DALi Version 1.2.40

Change-Id: I6f009a096fcdd3b4b05f2cf8da42714a22d8f3d6

6 years agoMerge "Fix RemoveText code in text-controller.cpp" into devel/master
Seoyeon Kim [Fri, 19 May 2017 04:44:04 +0000 (04:44 +0000)]
Merge "Fix RemoveText code in text-controller.cpp" into devel/master

6 years agoSeparate C# classes into Internal and Public 68/127968/18
Umar [Tue, 2 May 2017 18:02:30 +0000 (19:02 +0100)]
Separate C# classes into Internal and Public

Change-Id: I12b90fc0eb411d0d4df9dcbf6d79e70a46cc4fb8

6 years agoFix RemoveText code in text-controller.cpp 61/127661/7
Seoyeon Kim [Fri, 28 Apr 2017 07:37:03 +0000 (16:37 +0900)]
Fix RemoveText code in text-controller.cpp

- There is 'Delete All' key of TV remote control
- If the user wants to 'Delete All' texts focused, then the primary cursor
  has to be situated in the head of texts.

Change-Id: Id56e8dd1ba63130993ffc8a4332b5dd8a9e8c2de
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoAdded scrollMode property to ScrollView to simplify Rulers 84/128384/5
David Steele [Tue, 9 May 2017 17:26:48 +0000 (18:26 +0100)]
Added scrollMode property to ScrollView to simplify Rulers

The rulers are hard to use and understand, and require overriding
classes in the public API. This makes binding to C# require too much
effort, and pulls too many classes into C# that otherwise don't need to
be there.

Have instead added a devel property to enable the simplification of
setting up rulers - the new property map will be used internally to
create either DefaultRuler or FixedRuler, depending on the
settings. This makes it very easy to bind to C#.

Change-Id: I5932cd32487bae77b8c41ebd35e35f6bc879be33

6 years ago(KeyboardFocusManager) Use weak handle instead of calling FindChildById repeatedly 64/129664/2
Adeel Kazmi [Wed, 17 May 2017 10:48:06 +0000 (11:48 +0100)]
(KeyboardFocusManager) Use weak handle instead of calling FindChildById repeatedly

Change-Id: Idfd0b4fdafd7d2d844af560f5beaa4f0a68697ef

6 years agoMerge "Packaging resources depending on resolution" into devel/master
Adeel Kazmi [Tue, 16 May 2017 11:02:05 +0000 (11:02 +0000)]
Merge "Packaging resources depending on resolution" into devel/master

6 years agoAdd doxygen privilege value 92/129292/1
Heeyong Song [Tue, 16 May 2017 03:49:20 +0000 (12:49 +0900)]
Add doxygen privilege value

Change-Id: Ied288a61fbe2d53cd63715479d24855d87d3e5a6

6 years agoMerge "Check for NULL return value in button-impl.cpp" into devel/master
Adeel Kazmi [Fri, 12 May 2017 18:22:28 +0000 (18:22 +0000)]
Merge "Check for NULL return value in button-impl.cpp" into devel/master

6 years agoText style to return properties as string 35/128635/5
Agnelo Vaz [Wed, 10 May 2017 17:45:25 +0000 (18:45 +0100)]
Text style to return properties as string

API previously broken when Map used

Change-Id: I439a995cb1177c5b7ea6c81e45eba81d61759d68

6 years agoEnsure Button Set and Get works with Image/Actor API 98/128998/3
Agnelo Vaz [Fri, 12 May 2017 09:24:22 +0000 (10:24 +0100)]
Ensure Button Set and Get works with Image/Actor API

Old Dali API using Set/Get Image or setting image via Actor were broken.
Adding functionality to so old API still works.

Change-Id: I65689e324d6651d488fee6f0ac7b206afeabffa3

6 years agoMerge "Support stop mode(FINISH_LOOP, IMMEDIATE) of auto scroll" into devel/master
Adeel Kazmi [Fri, 12 May 2017 15:19:18 +0000 (15:19 +0000)]
Merge "Support stop mode(FINISH_LOOP, IMMEDIATE) of auto scroll" into devel/master

6 years agoMerge "DALi Version 1.2.39" into devel/master
Adeel Kazmi [Fri, 12 May 2017 12:46:42 +0000 (12:46 +0000)]
Merge "DALi Version 1.2.39" into devel/master

6 years agoDALi Version 1.2.39 44/129044/1 dali_1.2.39
David Steele [Fri, 12 May 2017 12:42:28 +0000 (13:42 +0100)]
DALi Version 1.2.39

Change-Id: I1c2ff0790882c1c67bb1a575767832e2341aaaed

6 years agoSupport stop mode(FINISH_LOOP, IMMEDIATE) of auto scroll 50/126150/31
Jinho, Lee [Thu, 20 Apr 2017 06:55:37 +0000 (15:55 +0900)]
Support stop mode(FINISH_LOOP, IMMEDIATE) of auto scroll

Change-Id: Ia8283c43aff92a6b88c30cd5507c70b7ee9e0af0

6 years agoadd AUTO_SCROLL_LOOP_DELAY property 21/128721/5
Jinho, Lee [Thu, 11 May 2017 06:38:00 +0000 (15:38 +0900)]
add AUTO_SCROLL_LOOP_DELAY property

Change-Id: I7ce3249443da519be3d1463a76d34d0e8fe81200

6 years agoFix access out of bounds in the text's multi-language support. 19/128619/1
Victor Cebollada [Wed, 10 May 2017 13:39:51 +0000 (14:39 +0100)]
Fix access out of bounds in the text's multi-language support.

*  If the script is unknown it will access a vector out of bounds.

Change-Id: Ia1f670f1f50296ec4a8d7b88401574e074147d40
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
6 years agoPackaging resources depending on resolution 67/128467/2
minho.sun [Fri, 28 Apr 2017 01:44:07 +0000 (10:44 +0900)]
Packaging resources depending on resolution

Packaging resources depending on resolution.
dali-toolkit rpm doesn't have default resources anymore.

To use default resources, install dali-toolkit-resources_*.rpm.

Change-Id: I9e4d96dfbbb18f00a2bbca0970b575c1f1b85033
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoCheck for NULL return value in button-impl.cpp 52/128252/1
Seoyeon Kim [Mon, 8 May 2017 07:50:01 +0000 (16:50 +0900)]
Check for NULL return value in button-impl.cpp

Change-Id: I10ee95b46237a483df92cd4f2a7098ead73028f4
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoTest for C# Animation 44/127244/10
Agnelo Vaz [Mon, 24 Apr 2017 10:58:05 +0000 (11:58 +0100)]
Test for C# Animation

Tests animation, color visual, text visual and signal callback

Change-Id: Ibde03e86116e047353f360ee6bb2fa8c852e866d

6 years agoDALi Version 1.2.38 91/128091/1 dali_1.2.38
Agnelo Vaz [Fri, 5 May 2017 09:52:16 +0000 (10:52 +0100)]
DALi Version 1.2.38

Change-Id: I5136503e4fb58febd8475ed97986971275bca5c7

6 years agoMerge "DALi Version 1.2.37" into devel/master
Adeel Kazmi [Fri, 28 Apr 2017 10:47:38 +0000 (10:47 +0000)]
Merge "DALi Version 1.2.37" into devel/master

6 years agoDALi Version 1.2.37 14/127714/1 dali_1.2.37
Adeel Kazmi [Fri, 28 Apr 2017 10:32:47 +0000 (11:32 +0100)]
DALi Version 1.2.37

Change-Id: I188f021dc7d764e8544886f2c80331192cbda156

6 years agoMerge "Add PRIVATECOMMAND of ImfEvent in text-controller" into devel/master
Seoyeon Kim [Fri, 28 Apr 2017 07:21:06 +0000 (07:21 +0000)]
Merge "Add PRIVATECOMMAND of ImfEvent in text-controller" into devel/master

6 years agoCombined Stage and Window class, and removed Stage class 78/127478/4
Umar [Thu, 27 Apr 2017 11:01:01 +0000 (12:01 +0100)]
Combined Stage and Window class, and removed Stage class

Change-Id: I1e7699c3b11c332195d4f8193626b48d8185ea6c

6 years agoAdd PRIVATECOMMAND of ImfEvent in text-controller 08/127508/2
Seoyeon Kim [Thu, 27 Apr 2017 13:10:38 +0000 (22:10 +0900)]
Add PRIVATECOMMAND of ImfEvent in text-controller

Change-Id: I00af8ca6913004bd90c58652ef34bc6a1fbce0e4
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoMerge "Add PIXEL_SIZE and ELLIPSIS property in text-controls" into devel/master
Adeel Kazmi [Thu, 27 Apr 2017 09:00:40 +0000 (09:00 +0000)]
Merge "Add PIXEL_SIZE and ELLIPSIS property in text-controls" into devel/master

6 years agoMerge "Add LICENSE.BSD-3-Clause file" into devel/master
Heeyong Song [Thu, 27 Apr 2017 06:40:44 +0000 (06:40 +0000)]
Merge "Add LICENSE.BSD-3-Clause file" into devel/master

6 years agoRemove Actor class and move Actor APIs into View 97/125997/15
Umar [Wed, 19 Apr 2017 18:19:36 +0000 (19:19 +0100)]
Remove Actor class and move Actor APIs into View

Change-Id: I061e3b65c030dfaa4a3186414a1c35a633b77405

6 years agoAdd PIXEL_SIZE and ELLIPSIS property in text-controls 81/125881/6
Seoyeon Kim [Wed, 19 Apr 2017 07:52:38 +0000 (16:52 +0900)]
Add PIXEL_SIZE and ELLIPSIS property in text-controls

- PIXEL_SIZE property is the size of font in pixels.
- ELLIPSIS property is to enable the ellipsis in TextLabel.

Change-Id: Ia0a08b0f20a54301a0a3df28d35a09585ac79773
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoAdd LICENSE.BSD-3-Clause file 84/126984/1
Seoyeon Kim [Tue, 25 Apr 2017 12:17:34 +0000 (21:17 +0900)]
Add LICENSE.BSD-3-Clause file

- BSD 2.0 is the wrong expression of BSD-3-Clause. Fixed it.

Change-Id: I2c70364588032a05fb4185c662b1552c9499787f
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoC# Actor Type rename to VisibilityChangeType 78/126678/1
Agnelo Vaz [Mon, 24 Apr 2017 14:39:29 +0000 (15:39 +0100)]
C# Actor Type rename to VisibilityChangeType

Change-Id: I78583b45f206ea7ee0f64dbe979e23c9fd5ce837

6 years agoExclude ControlData from Properties in ruby script 77/126677/1
Agnelo Vaz [Mon, 24 Apr 2017 14:30:13 +0000 (15:30 +0100)]
Exclude ControlData from Properties in ruby script

Change-Id: I388eb74fe030cc8ba596813aec6f99c8aaf907f1

6 years agoMerge "(Automated Tests) Added macro to print meaningful line numbers in test checkin...
David Steele [Fri, 21 Apr 2017 14:33:27 +0000 (07:33 -0700)]
Merge "(Automated Tests) Added macro to print meaningful line numbers in test checking functions" into devel/master

6 years agoMerge "Handle becomes Animatable" into devel/master
Adeel Kazmi [Fri, 21 Apr 2017 14:09:07 +0000 (07:09 -0700)]
Merge "Handle becomes Animatable" into devel/master