Seoyeon Kim [Mon, 14 Aug 2017 07:35:49 +0000 (16:35 +0900)]
[Tizen] Enable Debug on
Change-Id: I6313c362e85b05c06944d1442fdec51375276e4b
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Mon, 14 Aug 2017 06:43:08 +0000 (15:43 +0900)]
[Tizen] fix LineWrap GET error
This reverts commit
98c2363097eda298508c9d0511930b67d10e8db7.
Change-Id: Iee6bf93e44f306b2bd00b3c6046d38f49e709e66
Seoyeon Kim [Mon, 14 Aug 2017 06:42:27 +0000 (15:42 +0900)]
[Tizen] make same as LineWrap mode for TextLabel and TextEditor
This reverts commit
1878680adbe287bea67ba00914b3c39151ac23c5.
Change-Id: If09207600281536c2fcb4d0c591356cfbf1bfe83
Seoyeon Kim [Mon, 14 Aug 2017 06:41:17 +0000 (15:41 +0900)]
[Tizen] Show focus indicator when using SetCurrentFocusActor
This reverts commit
1d34c567788a05622e62c536cc000d4674e970c0.
Change-Id: If411929a3edaaf6fa11e6aa269ef1c69ca9e1ccd
Seoyeon Kim [Mon, 14 Aug 2017 06:40:22 +0000 (15:40 +0900)]
[Tizen] Fix resource package install issue
This reverts commit
7b9e8207ed1293cb4ccd25144709bfb985f4a9e4.
Change-Id: I5635ecb113c2ec9a6b781c2bb0659a7c8d77c844
Seoyeon Kim [Mon, 14 Aug 2017 06:39:29 +0000 (15:39 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal
This reverts commit
07cf3dfddfc06130bb5598a0818b332f0d9a4175.
Change-Id: I1e4f66ab5e1abec54a667b4cbce17a793429a27c
Seoyeon Kim [Mon, 14 Aug 2017 06:38:19 +0000 (15:38 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I5ddb44d0163b6d48a1578ec92413d9348c32b2fa
Seoyeon Kim [Mon, 14 Aug 2017 06:37:16 +0000 (15:37 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
This reverts commit
04c270164ead010a473e225572f34b4e9e92449d.
Change-Id: I4e59a9ff1da7341d1991c68a2ebba79f5b3904a6
Seoyeon Kim [Mon, 14 Aug 2017 06:36:45 +0000 (15:36 +0900)]
Revert "[Tizen] Fix resource package install issue"
This reverts commit
5d443338af860470843d5467719cfe9774206d23.
Change-Id: Ib4df3067cbdbd8f992446de82539987c2222aa44
Seoyeon Kim [Mon, 14 Aug 2017 06:36:00 +0000 (15:36 +0900)]
Revert "[Tizen] Ensure ImageView updates mVisual once ready/loaded"
This reverts commit
c0c8dbbdb61e49c472bea1640bdb3178b3f98853.
Change-Id: I1eb3812eeba24e0dc53ffca7aa488377c5db54aa
Seoyeon Kim [Mon, 14 Aug 2017 06:17:00 +0000 (15:17 +0900)]
Revert "[Tizen] Show focus indicator when using SetCurrentFocusActor"
This reverts commit
2082ded24f18dff07abd7c844519997c2d5f4685.
Change-Id: Ie9234d27c448063541c7a410bf4d5a77354cb88a
Seoyeon Kim [Mon, 14 Aug 2017 06:16:33 +0000 (15:16 +0900)]
Revert "[Tizen] Updated ImageVisual::GetNaturalSize to work with loaded images"
This reverts commit
25ce0154a34a9b5d9a613485c186dbd3479de05b.
Change-Id: I95d614a34c37777a6b2ca4f74cb3252c731a2bbb
Seoyeon Kim [Mon, 14 Aug 2017 06:15:56 +0000 (15:15 +0900)]
Revert "[Tizen] Updated L8 text shader to account for actor alpha"
This reverts commit
72a6d1a87f205ffa99e8b25b96af254a7f8654ad.
Change-Id: I0773b259d824c0b615af8250d2363948f7983a1b
Seoyeon Kim [Mon, 14 Aug 2017 06:15:24 +0000 (15:15 +0900)]
Revert "[Tizen] make same as LineWrap mode for TextLabel and TextEditor"
This reverts commit
9a12979b7316a1383cea1f1250b09d7f8b98ffab.
Change-Id: I29406a46d6c5fab366e3525069ef84a0f6e329e6
Seoyeon Kim [Mon, 14 Aug 2017 06:14:52 +0000 (15:14 +0900)]
Revert "[Tizen] fix LineWrap GET error"
This reverts commit
bb14cb598d6747484683159b3980a7684c981bf7.
Change-Id: Ic923695441fdd58957332514584481779427d4a9
Richard Huang [Fri, 11 Aug 2017 11:44:17 +0000 (12:44 +0100)]
DALi Version 1.2.52
Change-Id: I0afcd18970dd8c5f244b064f083f83ef01e8f544
dongsug.song [Fri, 11 Aug 2017 05:39:16 +0000 (14:39 +0900)]
[Tizen] fix LineWrap GET error
Change-Id: Ic56f709f447947c802c39fdec42778f23313db49
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
minho.sun [Thu, 27 Jul 2017 03:02:43 +0000 (12:02 +0900)]
Fixed focus manager crash Fixed focus manager crash.
When pre focused actor which is in history stack is removed, we cannot know about that
via base-object pointer.
So, contain WeakHandle of Actor instead of base-object pointer in std::vector.
Change-Id: Id523747099013319c72ae402ceea12fea9cf2ccb
Signed-off-by: minho.sun <minho.sun@samsung.com>
dongsug.song [Thu, 10 Aug 2017 02:29:57 +0000 (11:29 +0900)]
[Tizen] make same as LineWrap mode for TextLabel and TextEditor
Change-Id: I14fc2118aed5bf51d6a17de997f7eb492456fbcf
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Adeel Kazmi [Wed, 9 Aug 2017 14:58:46 +0000 (14:58 +0000)]
Merge "Fix Slider MARKS GetProperty value" into devel/master
Adeel Kazmi [Wed, 9 Aug 2017 11:32:22 +0000 (11:32 +0000)]
Revert "Check character glyph index before using cached Font"
This reverts commit
efb94d8c348a12264e102ccf085ab5d707c85826.
Change-Id: I2168a955a612b47ab668032c4b3efc250f6ec762
Seoyeon Kim [Tue, 8 Aug 2017 06:20:09 +0000 (15:20 +0900)]
Fix Slider MARKS GetProperty value
- Fixed to return a PropertyArray of Slider MARKS property
Change-Id: Icc970a2a11a6ffed9de5f23adc053b422cfdb0cc
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Fri, 4 Aug 2017 14:08:08 +0000 (14:08 +0000)]
Merge "Add U0 case to Utf8ToUtf32" into devel/master
David Steele [Fri, 4 Aug 2017 13:49:22 +0000 (13:49 +0000)]
Merge "ImageView ResourceReady logic update" into devel/master
David Steele [Fri, 4 Aug 2017 13:49:14 +0000 (13:49 +0000)]
Merge "Ensure ImageView updates mVisual once ready/loaded" into devel/master
Agnelo Vaz [Wed, 2 Aug 2017 17:00:53 +0000 (18:00 +0100)]
ImageView ResourceReady logic update
Change-Id: I9cedf4f0edead2fb492a9431187cf88d9012da64
greynaga [Fri, 4 Aug 2017 10:43:47 +0000 (11:43 +0100)]
DALi Version 1.2.51
Change-Id: I3d100ee1f792cddb46dbc0e8bb32d3a37a77b980
David Steele [Mon, 31 Jul 2017 19:53:57 +0000 (20:53 +0100)]
[Tizen] Updated L8 text shader to account for actor alpha
Fading demos such as popup and contact view were showing text too early / too late.
This patch fixes these demos.
Change-Id: I54aa32311ca27f9169f7b196d45a111ef0965f95
Signed-off-by: David Steele <david.steele@samsung.com>
Heeyong Song [Thu, 3 Aug 2017 10:57:35 +0000 (19:57 +0900)]
Add U0 case to Utf8ToUtf32
Change-Id: I9507be62ec8239b39fdd94035233c2b88f4d47c3
Agnelo Vaz [Tue, 1 Aug 2017 13:35:38 +0000 (14:35 +0100)]
Ensure ImageView updates mVisual once ready/loaded
Previously mVisual was only updated after OnRelayout but this is too late,
RelayoutRequest triggers GetNaturalSize before OnRelayout, GetNaturalSize needs mVisual to be the updated visual not the previous.
Change-Id: Ib0e46af88774d866a5f6074e43437f0b173bf0f6
David Steele [Wed, 2 Aug 2017 13:11:52 +0000 (14:11 +0100)]
[Tizen] Updated ImageVisual::GetNaturalSize to work with loaded images
Change-Id: I33d5a66aec57460e318fced5b41deb16fe9beba5
David Steele [Wed, 2 Aug 2017 13:11:52 +0000 (14:11 +0100)]
Updated ImageVisual::GetNaturalSize to work with loaded images
Change-Id: I33d5a66aec57460e318fced5b41deb16fe9beba5
minho.sun [Wed, 2 Aug 2017 13:32:25 +0000 (22:32 +0900)]
[Tizen] Show focus indicator when using SetCurrentFocusActor
In tv, alwaysShowFocus should be true.
Change-Id: Icecac829f4e9b15d6a4c36a09c60dac70d240822
Signed-off-by: minho.sun <minho.sun@samsung.com>
Agnelo Vaz [Tue, 1 Aug 2017 13:35:38 +0000 (14:35 +0100)]
[Tizen] Ensure ImageView updates mVisual once ready/loaded
Previously mVisual was only updated after OnRelayout but this is too late,
RelayoutRequest triggers GetNaturalSize before OnRelayout, GetNaturalSize needs mVisual to be the updated visual not the previous.
Change-Id: I0a39e36d76a21b7274d0fbe49c6b954382de887e
minho.sun [Tue, 1 Aug 2017 01:12:59 +0000 (10:12 +0900)]
[Tizen] Fix resource package install issue
This reverts commit
546283a3af0347e9fa4c26cda1c2b5c97726953e.
Change-Id: I5f8d73b49e07de8fb645a546f913bad9f8fb86fb
minho.sun [Tue, 1 Aug 2017 01:10:02 +0000 (10:10 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal
This reverts commit
859ba2ee72f2d8fcd1a20891692b824eed6d2ebe.
Change-Id: I5397275ece2750ab1112bfdc88bf2d2a3ab1acbb
minho.sun [Tue, 1 Aug 2017 01:09:27 +0000 (10:09 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Ia57226a428e157e736be05fd313fb725d2f8fde1
minho.sun [Tue, 1 Aug 2017 01:08:55 +0000 (10:08 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
This reverts commit
692cde5837c59ec4e00c1b4ded3f521eb9940e87.
Change-Id: Ie4d93b0ddefa3c3f6a0ec8bcdab18dbb0034cd2e
minho.sun [Tue, 1 Aug 2017 01:08:41 +0000 (10:08 +0900)]
Revert "[Tizen] fix resource package update bug"
This reverts commit
cd222cd0ba9ad51e9e187b86b67d12559c1f2c5b.
Change-Id: I0424adfaeb7743510174503b876696ea795b9f36
minho.sun [Tue, 1 Aug 2017 01:08:30 +0000 (10:08 +0900)]
Revert "[Tizen] Fix resource package install error"
This reverts commit
be285c96c24c22f863e411c7bfd752123789bfb2.
Change-Id: Ib8d74aec2f9869400a4777bf6b506659e6ffd9bf
minho.sun [Tue, 1 Aug 2017 01:07:51 +0000 (10:07 +0900)]
Revert "[Tizen] Removed redundant dali-sharp folder"
This reverts commit
e7e07f9f6f7e1adb0f61297a621a716c3dc50aaa.
Change-Id: I1e12adc1939cd0757186c1261a0980e0c9d3e4b8
minho.sun [Tue, 1 Aug 2017 01:07:34 +0000 (10:07 +0900)]
Revert "[Tizen] Fix resource package install issue"
This reverts commit
480357dbda1845b090099851e20ed0b416b51df9.
Change-Id: Ie73c061678582bbd976e224fc342a6ab087b6986
David Steele [Mon, 31 Jul 2017 19:53:57 +0000 (20:53 +0100)]
Updated L8 text shader to account for actor alpha
Fading demos such as popup and contact view were showing text too early / too late.
This patch fixes these demos.
Change-Id: I54aa32311ca27f9169f7b196d45a111ef0965f95
Signed-off-by: David Steele <david.steele@samsung.com>
minho.sun [Mon, 31 Jul 2017 06:22:39 +0000 (15:22 +0900)]
[Tizen] Fix resource package install issue
Fix resource package install issue.
It caused by post uninstall steps.
Change-Id: Ifec5dcf4941aa6e3748f3fd9f52eff32e4354a2b
Signed-off-by: minho.sun <minho.sun@samsung.com>
David Steele [Fri, 28 Jul 2017 16:02:07 +0000 (16:02 +0000)]
Merge "DALi Version 1.2.50" into devel/master
Adeel Kazmi [Fri, 28 Jul 2017 15:54:52 +0000 (16:54 +0100)]
DALi Version 1.2.50
Change-Id: I701a25e30d261182d83379efe5070b778db8d538
Agnelo Vaz [Fri, 14 Jul 2017 14:15:22 +0000 (15:15 +0100)]
TextColor Animatable
Change-Id: Id52feb84c3cf66037f9013f2832318b170543d76
Heeyong Song [Fri, 7 Jul 2017 08:21:11 +0000 (17:21 +0900)]
Change TestRenderSurface
Change-Id: Ifa120af136c265f0d19fc7e2235370de88bced35
Jinho, Lee [Thu, 27 Jul 2017 10:41:59 +0000 (10:41 +0000)]
Merge " Calculate a new height when text was changed." into devel/master
Jinho, Lee [Tue, 25 Jul 2017 04:41:48 +0000 (13:41 +0900)]
Calculate a new height when text was changed.
Even in the same font and size, sometimes they have different heights when inputting multiple langeages.
Change-Id: I83513ef4d190c71ab880f60b8ea2d788688ce0d9
Adeel Kazmi [Thu, 27 Jul 2017 08:56:30 +0000 (08:56 +0000)]
Merge "Note that some Text propeties in devel api can't be changed" into devel/master
minho.sun [Wed, 26 Jul 2017 07:42:51 +0000 (07:42 +0000)]
Merge "Ensure text-controller returns false when it doesn't use key." into devel/master
minho.sun [Wed, 26 Jul 2017 07:42:42 +0000 (07:42 +0000)]
Merge "Fixed resource package install error" into devel/master
minho.sun [Tue, 25 Jul 2017 13:23:24 +0000 (22:23 +0900)]
Ensure text-controller returns false when it doesn't use key.
Ensure text-controller returns false when it doesn't use key.
Plus, add tct cases for coverage.
Change-Id: I328af4c216e22cf7a3aff2d5ce2dea3780168f3a
Signed-off-by: minho.sun <minho.sun@samsung.com>
Adeel Kazmi [Tue, 25 Jul 2017 17:02:50 +0000 (18:02 +0100)]
[Tizen] Removed redundant dali-sharp folder
Change-Id: Ieba47b96838587b04f9ea661476e4c7aa7ccdb4f
Adeel Kazmi [Tue, 25 Jul 2017 17:37:05 +0000 (17:37 +0000)]
Merge "Removing TextureUploadObserver from symbol table" into devel/master
Adeel Kazmi [Tue, 25 Jul 2017 17:02:50 +0000 (18:02 +0100)]
Removed redundant dali-sharp folder
Change-Id: Ieba47b96838587b04f9ea661476e4c7aa7ccdb4f
taeyoon0.lee [Mon, 24 Jul 2017 04:46:24 +0000 (13:46 +0900)]
[Tizen] Fix resource package install error
This reverts commit
2e807540a6224c4e3461cfd3cb82981c6d092d70.
Change-Id: I11d877eb620736b69ac55d02ba822a8d4bd8af8f
taeyoon0.lee [Mon, 24 Jul 2017 04:45:43 +0000 (13:45 +0900)]
[Tizen] fix resource package update bug
This reverts commit
fcf93fa90562dd75deb58643d01196d5298fa776.
Change-Id: Ie3db19592d79ca4b78853f392bf4261def5a3205
taeyoon0.lee [Mon, 24 Jul 2017 04:45:03 +0000 (13:45 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal
This reverts commit
be158213cf3791451871c3a08d7b13894279662d.
Change-Id: Ib260d45cf4f692f15b178d1b4e92a4670c8df16c
taeyoon0.lee [Mon, 24 Jul 2017 03:43:52 +0000 (12:43 +0900)]
Merge branch 'devel/master (1.2.49)' into tizen
Change-Id: I808b333f7fa76a20b275603d5a1e52b2d993abd4
taeyoon0.lee [Mon, 24 Jul 2017 03:43:01 +0000 (12:43 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
This reverts commit
42ce680924ef4123c56654433729dc90379bbf34.
Change-Id: Ib383ef86a483f21cbb3d648f03e150f92541a16c
taeyoon0.lee [Mon, 24 Jul 2017 03:42:28 +0000 (12:42 +0900)]
Revert "[Tizen] Revert "Replace registered visuals only when replacement is ready""
This reverts commit
59c28ffe7ae770ba86b1840760902fce5210cc92.
Change-Id: I47f19c91589c53bc9aa9fb15928dc213f2d7e2f3
taeyoon0.lee [Mon, 24 Jul 2017 03:41:38 +0000 (12:41 +0900)]
Revert "[Tizen] fix resource package update bug"
This reverts commit
edcfb92968bbf87c003dfcf3e7057cdfb43155d3.
Change-Id: I464f50d0da8568a99a70438da6dcf23b9da1360a
taeyoon0.lee [Mon, 24 Jul 2017 03:39:40 +0000 (12:39 +0900)]
Revert "[Tizen] Fix resource package install error"
This reverts commit
2a00e4d5a243bc812841610b875ed3cb76fe7e53.
Change-Id: Ic813da4b9dd58e28d7135e2fae71df90c49a9d2c
HyunJu Shin [Mon, 24 Jul 2017 02:51:07 +0000 (02:51 +0000)]
Merge "Line wrap mode property is added." into devel/master
minho.sun [Sat, 22 Jul 2017 05:00:50 +0000 (14:00 +0900)]
Fixed resource package install error
When updating resource package, always get mv error.
Fix them by removing all files in styles at pre-install.
Change-Id: Icb1e8fb928e1e43dceb37796d361d22521007113
Signed-off-by: minho.sun <minho.sun@samsung.com>
David Steele [Fri, 21 Jul 2017 14:34:13 +0000 (15:34 +0100)]
Removing TextureUploadObserver from symbol table
Change-Id: Ia16e22e972943baeedfd1e42903facc78c0f546d
Adeel Kazmi [Fri, 21 Jul 2017 13:27:45 +0000 (13:27 +0000)]
Merge "DALi Version 1.2.49" into devel/master
David Steele [Fri, 21 Jul 2017 13:24:36 +0000 (14:24 +0100)]
DALi Version 1.2.49
Change-Id: I58229a9bf8cf409142a532ebf1b57b01dfa32876
Adeel Kazmi [Fri, 21 Jul 2017 09:32:21 +0000 (09:32 +0000)]
Merge "Added Scaling and cropping properties to the image visual mask" into devel/master
Jinho, Lee [Wed, 19 Jul 2017 06:39:45 +0000 (15:39 +0900)]
Line wrap mode property is added.
When a text line is too long and needs to be moved to the next line, it decides whether to move text to next line word by word or character by character.
Change-Id: I502327ab7f7680570b7c3712c7e6f519c92d05a4
David Steele [Wed, 19 Jul 2017 18:52:51 +0000 (19:52 +0100)]
Added Scaling and cropping properties to the image visual mask
Have added 2 new properties to image visual to enable zooming into
an image before masking it.
Change-Id: I47259054f010497c0b92f1e46ff8bc15fc708ba4
Signed-off-by: David Steele <david.steele@samsung.com>
Seoyeon Kim [Thu, 20 Jul 2017 09:49:47 +0000 (18:49 +0900)]
Note that some Text propeties in devel api can't be changed
- Note that these properties are currently being used for some applications.
So, they can't be changed.
Change-Id: I41470f4563e52ea3e66c9ee9dbcd45cf3b57a26c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Wed, 19 Jul 2017 04:36:46 +0000 (13:36 +0900)]
Add PlaceholderTextFocused key in PLACEHOLDER property
- PLACEHOLDER property is MAP type.
Change-Id: I4694860c892c35ef112fab646b72258de538c563
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Fri, 14 Jul 2017 14:41:51 +0000 (14:41 +0000)]
Merge "Adding support for multiple images in AnimatedImageVisual" into devel/master
David Steele [Fri, 14 Jul 2017 13:01:35 +0000 (13:01 +0000)]
Merge "DALi Version 1.2.48" into devel/master
adam.b [Fri, 14 Jul 2017 12:29:21 +0000 (13:29 +0100)]
DALi Version 1.2.48
Change-Id: Ie4641024a5ab47605dc74d7e6af29dd53cea3fa9
David Steele [Wed, 28 Jun 2017 12:40:23 +0000 (13:40 +0100)]
Adding support for multiple images in AnimatedImageVisual
As well as supporting animated GIF, the animated image visual also
supports animating between a number of images.
This can be done using a property map containing the following:
{
"url":[ "url1", "url2", "url3", "url4", "url5" ],
"batchSize" : 3,
"cacheSize" : 4,
"frameDelay" : 100
}
The cache size is the total number of images that will be loaded at any one time;
the batch size is the maximum number of images it will attempt to load before displaying.
If the cache size is smaller than the batch size, it is increased to match. If either
are larger than the number of urls, they are reduced to match.
As soon as the visual is created, it will start loading up to batchSize urls into the
cache. After each frame has completed, it will start loading the next batch, etc,
until the cache is full. After the next frame, it will load only the next URL into
the cache.
If at any time, the next image is not ready, it will wait for the loading to complete
before displaying and triggering the next batch/frame load, but will not reset the timer.
Change-Id: Iccd59768aec814ab3b73fb7b817e45b95299b2c2
Signed-off-by: David Steele <david.steele@samsung.com>
HyunJu Shin [Fri, 14 Jul 2017 07:56:59 +0000 (07:56 +0000)]
Merge "Calculate a new height when full relayout needed" into devel/master
Jinho, Lee [Thu, 13 Jul 2017 04:16:14 +0000 (04:16 +0000)]
Merge "Applyed text padding to TextLabel, Field, Editor" into devel/master
Jinho, Lee [Thu, 13 Jul 2017 03:03:21 +0000 (12:03 +0900)]
Calculate a new height when full relayout needed
Change-Id: Ifc7fc385e224abb5b85cc79e22b29b50ebb965f4
minho.sun [Thu, 13 Jul 2017 01:18:34 +0000 (10:18 +0900)]
[Tizen] Fix resource package install error
Fix resource package install error.
Change-Id: I14016bc0f0e9cef41452a94c31530de12295ec49
Signed-off-by: minho.sun <minho.sun@samsung.com>
taeyoon0.lee [Wed, 12 Jul 2017 16:24:50 +0000 (16:24 +0000)]
Merge "Modified key event in TC" into devel/master
Agnelo Vaz [Mon, 3 Jul 2017 14:32:22 +0000 (15:32 +0100)]
Visual replacements logic updated
Setting conrol off stage ensures correct visuals shown when returned on stage
Ensure Control relayout is requested when a Visual becomes ready
Add flag to know if registered visual is pending ( can help relayouting )
Update of replacement logic
Change-Id: Id6cde8dc6a006d48155274c77210e3bb494e1765
Agnelo Vaz [Tue, 11 Jul 2017 14:04:59 +0000 (15:04 +0100)]
Control ResouceReady emits when all 'enabled' visuals ready
Change-Id: I2f85e317392f69c4dd504c19dd7756f30d4459b4
Jinho, Lee [Wed, 28 Jun 2017 13:10:54 +0000 (22:10 +0900)]
Applyed text padding to TextLabel, Field, Editor
Change-Id: Id736d9ce70626a624ed55d3644494d673159bf0a
minho.sun [Tue, 11 Jul 2017 10:48:25 +0000 (19:48 +0900)]
[Tizen] fix resource package update bug
when updating resource package, always get mv error.
Fix them by removing all files in styles at pre-install.
Change-Id: I72c881f67daa6c080571e101610339bcce15e6dc
Signed-off-by: minho.sun <minho.sun@samsung.com>
Seoyeon Kim [Fri, 7 Jul 2017 06:25:58 +0000 (15:25 +0900)]
Fixed for single line text updates
- Fixed a SINGLE_LINE_BOX text update bug.
Change-Id: If1742cf19ffd75cda66ec705ae611ec8340ef48c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Fri, 7 Jul 2017 10:45:25 +0000 (10:45 +0000)]
Merge "DALi Version 1.2.47" into devel/master
Agnelo Vaz [Fri, 7 Jul 2017 10:20:35 +0000 (11:20 +0100)]
DALi Version 1.2.47
Change-Id: I0ee00c0c80470a7ee0ce4ccd7ec5ba44166a22ae
David Steele [Thu, 6 Jul 2017 16:53:40 +0000 (17:53 +0100)]
Updated test case CmakeLists.txt to work with newer version of CMAKE
Change-Id: I35e52281977d5c64f83e39c1acea5568fecf946e
taeyoon0.lee [Thu, 6 Jul 2017 06:58:23 +0000 (15:58 +0900)]
Modified key event in TC
- Changed DevelKeyEvent::... to DevelDevice::...
- Added subclass
Change-Id: I58e4fabee3afad39a0f7142a9ec2fe44340104e2
Heeyong Song [Thu, 6 Jul 2017 04:49:50 +0000 (13:49 +0900)]
[Tizen] Revert "Replace registered visuals only when replacement is ready"
This reverts commit
fb390b3f5e576e2fc11b3755f4dc9c3ff2150d90.
Conflicts:
dali-toolkit/internal/controls/image-view/image-view-impl.h
Change-Id: I98b84df5b4d49f04f3c2671efdee3a3a3f114c13
Victor Cebollada [Fri, 30 Jun 2017 15:13:27 +0000 (16:13 +0100)]
Fix for obj-loader
* Fixes an invalid read reported by valgrind.
* Fix an posible overflow
Change-Id: I57ccebb986d209b8d4deba4819b4b3cac8aced24
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Jinho, Lee [Tue, 4 Jul 2017 06:48:31 +0000 (15:48 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal
This reverts commit
155449f47de8b6e0a4c4edae2cab7ae16d5fd274.
Change-Id: I09703c4baf63ee560c34a2d9a7af3b6bef02041d
Jinho, Lee [Tue, 4 Jul 2017 06:00:41 +0000 (15:00 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I9d7bb28dab694ad14484e248ca9fb1cce69cdb03
Jinho, Lee [Tue, 4 Jul 2017 05:54:47 +0000 (14:54 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
This reverts commit
d2bce9840862469d6ddfdaec4c94b46eaee14772.
Change-Id: Ic0808e8c920f25df6ecce153336ade390982b4f8
Heeyong Song [Tue, 4 Jul 2017 01:36:05 +0000 (10:36 +0900)]
Fix a popup position error caused by SetInheritPosition() change
Change-Id: I26e9a223a214111a6ae3d7f30fc2d79342b4b189
taeyoon0.lee [Wed, 28 Jun 2017 15:29:40 +0000 (00:29 +0900)]
Supported position/size for underlay video rendering
- Set updated video display area by constraint
- Set video display area by blending of renderer
Change-Id: I3c230796a170cf99a1a0fc7df3e0d3af5010599b