platform/core/uifw/dali-toolkit.git
6 years ago[Tizen] make same as LineWrap mode for TextLabel and TextEditor 77/147077/1
Heeyong Song [Fri, 1 Sep 2017 01:27:45 +0000 (10:27 +0900)]
[Tizen] make same as LineWrap mode for TextLabel and TextEditor

Change-Id: I064dbd0a60307ea3d4e3aef2ac7257f248e16b64

6 years ago[Tizen] Show focus indicator when using SetCurrentFocusActor 74/147074/1
Heeyong Song [Fri, 1 Sep 2017 01:23:08 +0000 (10:23 +0900)]
[Tizen] Show focus indicator when using SetCurrentFocusActor

Change-Id: I6be9d6404dc640f029c35c2b996fc182d8723e4b

6 years ago[Tizen] Fix resource package install issue 73/147073/2
Heeyong Song [Fri, 1 Sep 2017 01:21:52 +0000 (10:21 +0900)]
[Tizen] Fix resource package install issue

Change-Id: I32d0fba8d0f0244a729ea25458fecb34adef03fb

6 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal 72/147072/1
Heeyong Song [Fri, 1 Sep 2017 01:19:27 +0000 (10:19 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

Change-Id: I7138bc12ceb6024534846af68a38b4f0d33ffb04

6 years agoMerge branch 'devel/master' into tizen_4.0 71/147071/1
Heeyong Song [Fri, 1 Sep 2017 01:19:04 +0000 (10:19 +0900)]
Merge branch 'devel/master' into tizen_4.0

Change-Id: If1c22917e3365d42f99221f04f28115c1c006daa

6 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal" 70/147070/1
Heeyong Song [Fri, 1 Sep 2017 01:18:19 +0000 (10:18 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit a92db411c4e6d804f7b679269507f21a9678229a.

Change-Id: I132b5337fe744c266ed02211272d771fb80ee407

6 years agoRevert "[Tizen] Fix resource package install issue" 69/147069/1
Heeyong Song [Fri, 1 Sep 2017 01:18:05 +0000 (10:18 +0900)]
Revert "[Tizen] Fix resource package install issue"

This reverts commit 93211c90d4106c0b390a5101a8a040511c6cd3c2.

Change-Id: I75027bb406b17352c4e865a50cf850fe52f6d697

6 years agoRevert "[Tizen] Show focus indicator when using SetCurrentFocusActor" 68/147068/1
Heeyong Song [Fri, 1 Sep 2017 01:17:01 +0000 (10:17 +0900)]
Revert "[Tizen] Show focus indicator when using SetCurrentFocusActor"

This reverts commit 36e11b16c6370375b4607b66c6b4f8ee1060ed8d.

Change-Id: I505649f6506c6d5ae15e80239a619fc9b8c4d22c

6 years agoRevert "[Tizen] make same as LineWrap mode for TextLabel and TextEditor" 65/147065/1
Heeyong Song [Fri, 1 Sep 2017 01:15:59 +0000 (10:15 +0900)]
Revert "[Tizen] make same as LineWrap mode for TextLabel and TextEditor"

This reverts commit 71848a74e946736eed351f8c03c22831c66d7884.

Change-Id: I9982f0e467104338ea9a4838fe4e84841c52c79d

6 years agoRevert "[Tizen] fix LineWrap GET error" 64/147064/1
Heeyong Song [Fri, 1 Sep 2017 01:15:46 +0000 (10:15 +0900)]
Revert "[Tizen] fix LineWrap GET error"

This reverts commit 0af42dace23175f1fd60acafd110b8df92faef37.

Change-Id: I357386b182b90bc1eb3444350dab32ad326e0106

6 years agoRevert "[Tizen] adjust point size for tv" 63/147063/1
Heeyong Song [Fri, 1 Sep 2017 01:14:22 +0000 (10:14 +0900)]
Revert "[Tizen] adjust point size for tv"

This reverts commit 946df79f1be6001b184bd9120a58920acc985813.

Change-Id: I80cc279dc8f75a86976b6177251dd0da5fc2d091

6 years agoAtlas manager using old block size for new atlas creation 31/144431/8
Agnelo Vaz [Wed, 16 Aug 2017 18:37:00 +0000 (19:37 +0100)]
Atlas manager using old block size for new atlas creation

Change-Id: I0a192908037db68e226fc3a5c18b2891c7df3a0e

6 years agoMerge "Revise installing a license file in automated-test" into devel/master
Adeel Kazmi [Thu, 31 Aug 2017 10:00:57 +0000 (10:00 +0000)]
Merge "Revise installing a license file in automated-test" into devel/master

6 years agoFix issues while rendering RTL text in Text Visual 38/146238/4
Richard Huang [Fri, 25 Aug 2017 10:35:26 +0000 (11:35 +0100)]
Fix issues while rendering RTL text in Text Visual

This patch fixes two issue:

1. Overlapped glyph is cut.
2. Small gap between joint glyphs.

The solution is:

1. When we copy glyphs to the big image buffer, we should only copy
   non-transparent pixels, and this will prevent overlapped glyphs
   from being cut.

2. For any pixel overlapped with the pixel in previous glyphs,
   make sure we don't overwrite a previous bigger alpha with a smaller
   alpha, so that we can avoid semi-transparent gaps between joint
   glyphs with overlapped pixels, which could happen e.g. in the RTL
   text when we copy glyphs from right to left.

Change-Id: Id4d9d028999612e0545aa47b5bf66e410fc7ee91

6 years agoDALi Version 1.2.54 45/146245/1 dali_1.2.54
Francisco Santos [Fri, 25 Aug 2017 10:48:47 +0000 (11:48 +0100)]
DALi Version 1.2.54

Change-Id: I6263a6bf14382dc026b8bffb78b8024a9648d8d7

6 years agoRevise installing a license file in automated-test 00/146200/1
Youngjae Shin [Tue, 22 Aug 2017 05:27:16 +0000 (14:27 +0900)]
Revise installing a license file in automated-test

Change-Id: Ie73bc0c033bf5d6a7f57c27b4912d7771d9ef73d

6 years agoMerge "Added option to test harness execution to only summarize failures" into devel...
Adeel Kazmi [Thu, 24 Aug 2017 10:55:31 +0000 (10:55 +0000)]
Merge "Added option to test harness execution to only summarize failures" into devel/master

6 years agoRevert "[Tizen] Enable Debug on" 99/145799/1 accepted/tizen/unified/20170824.172443 submit/tizen/20170824.061020
Seoyeon Kim [Thu, 24 Aug 2017 01:25:51 +0000 (10:25 +0900)]
Revert "[Tizen] Enable Debug on"

This reverts commit 8ac6aed7c408576a8c94196611b2cc89ff27bd84.

Change-Id: I1df5b2c76ba33ca08778ff067c7f61f05eff2100

6 years agoAdded option to test harness execution to only summarize failures 78/145778/1
David Steele [Wed, 23 Aug 2017 18:36:26 +0000 (19:36 +0100)]
Added option to test harness execution to only summarize failures

Change-Id: I6c235eb492302c5ee9fb4b85f51d50a7c20ac7be

6 years ago(TextLabel) Added component properties for Text Color 67/145767/6
Adeel Kazmi [Wed, 23 Aug 2017 15:25:55 +0000 (16:25 +0100)]
(TextLabel) Added component properties for Text Color

Also fixed the getter for TEXT_COLOR

Change-Id: I993ff3c289ccb703d1c95874001f882fd4a3e7eb

6 years agoFix the padding issue while text is scrolling in TextLabel 26/145526/1
Richard Huang [Tue, 22 Aug 2017 15:21:01 +0000 (16:21 +0100)]
Fix the padding issue while text is scrolling in TextLabel

Change-Id: I519f1c8b17aaa5b698a711dd3745b0e282b9aaea

6 years agoEnsure all users can run the unit test cases on the same machine. 99/145199/2
Victor Cebollada [Mon, 21 Aug 2017 14:28:13 +0000 (15:28 +0100)]
Ensure all users can run the unit test cases on the same machine.

Change-Id: Ibda920af96500256e99aa690534b980f0080a28a
Signed-off-by: Victor Cebollada <v.cebollada@ex1.seri.co.uk>
6 years agoChange filter mode in TextLabel to improve quality while scaling 22/144922/1
Richard Huang [Fri, 18 Aug 2017 10:28:36 +0000 (11:28 +0100)]
Change filter mode in TextLabel to improve quality while scaling

Change-Id: Ifc2c5a1a592d24851db2b2703d469b8797595a0b

6 years agoDALi Version 1.2.53 11/144911/1 dali_1.2.53
Victor Cebollada [Fri, 18 Aug 2017 09:20:47 +0000 (10:20 +0100)]
DALi Version 1.2.53

Change-Id: I5a78bc5589794a9fff46485970299da29790c397

6 years agoMerge "Fix for multi-language support." into devel/master
Adeel Kazmi [Thu, 17 Aug 2017 15:03:04 +0000 (15:03 +0000)]
Merge "Fix for multi-language support." into devel/master

6 years agoRefactor TextLabel to use text visual 75/135975/25
Richard Huang [Tue, 27 Jun 2017 15:37:17 +0000 (16:37 +0100)]
Refactor TextLabel to use text visual

Change-Id: Ia3f55571721cd988623200fb36bc47e1ee06f932

6 years ago[Tizen] adjust point size for tv 45/144345/1 accepted/tizen/4.0/unified/20170829.020242 accepted/tizen/unified/20170822.184843 submit/tizen/20170822.100117 submit/tizen_4.0/20170828.100004
minho.sun [Wed, 16 Aug 2017 09:20:39 +0000 (18:20 +0900)]
[Tizen] adjust point size for tv

Change-Id: I519221ab39c385828d9e4b91d1275f45e987a1fb
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoFix for multi-language support. 80/144180/1
Victor Cebollada [Tue, 15 Aug 2017 14:59:20 +0000 (15:59 +0100)]
Fix for multi-language support.

* Fixes the issue when a font doesn't support all the glyphs of the script.
  i.e a font validated for the CJK script may contain glyphs for the chinese language but not for the Japanese.

  Uses the new IsCharacterSupportedByFont() method added to the font client.

Change-Id: I5f6e125298605d170de2d31f7ee7fc18585790f4
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
6 years ago[Tizen] Enable Debug on 00/144000/2 submit/tizen/20170814.093340
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>
6 years ago[Tizen] fix LineWrap GET error 87/143987/1
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

6 years ago[Tizen] make same as LineWrap mode for TextLabel and TextEditor 86/143986/1
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

6 years ago[Tizen] Show focus indicator when using SetCurrentFocusActor 85/143985/1
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

6 years ago[Tizen] Fix resource package install issue 84/143984/1
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

6 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal 83/143983/1
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

6 years agoMerge branch 'devel/master' into tizen 82/143982/1
Seoyeon Kim [Mon, 14 Aug 2017 06:38:19 +0000 (15:38 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I5ddb44d0163b6d48a1578ec92413d9348c32b2fa

6 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal" 81/143981/1
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

6 years agoRevert "[Tizen] Fix resource package install issue" 80/143980/1
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

6 years agoRevert "[Tizen] Ensure ImageView updates mVisual once ready/loaded" 79/143979/1
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

6 years agoRevert "[Tizen] Show focus indicator when using SetCurrentFocusActor" 78/143978/1
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

6 years agoRevert "[Tizen] Updated ImageVisual::GetNaturalSize to work with loaded images" 61/143961/1
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

6 years agoRevert "[Tizen] Updated L8 text shader to account for actor alpha" 60/143960/1
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

6 years agoRevert "[Tizen] make same as LineWrap mode for TextLabel and TextEditor" 58/143958/1
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

6 years agoRevert "[Tizen] fix LineWrap GET error" 57/143957/1
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

6 years agoDALi Version 1.2.52 37/143837/1 dali_1.2.52
Richard Huang [Fri, 11 Aug 2017 11:44:17 +0000 (12:44 +0100)]
DALi Version 1.2.52

Change-Id: I0afcd18970dd8c5f244b064f083f83ef01e8f544

6 years ago[Tizen] fix LineWrap GET error 25/143725/1
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>
6 years agoFixed focus manager crash Fixed focus manager crash. 70/140870/5
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>
6 years ago[Tizen] make same as LineWrap mode for TextLabel and TextEditor 39/143439/1 accepted/tizen/unified/20170810.172403 submit/tizen/20170810.040905
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>
6 years agoMerge "Fix Slider MARKS GetProperty value" into devel/master
Adeel Kazmi [Wed, 9 Aug 2017 14:58:46 +0000 (14:58 +0000)]
Merge "Fix Slider MARKS GetProperty value" into devel/master

6 years agoRevert "Check character glyph index before using cached Font" 75/143375/2
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

6 years agoFix Slider MARKS GetProperty value 82/142982/1
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>
6 years agoMerge "Add U0 case to Utf8ToUtf32" into devel/master
Adeel Kazmi [Fri, 4 Aug 2017 14:08:08 +0000 (14:08 +0000)]
Merge "Add U0 case to Utf8ToUtf32" into devel/master

6 years agoMerge "ImageView ResourceReady logic update" into devel/master
David Steele [Fri, 4 Aug 2017 13:49:22 +0000 (13:49 +0000)]
Merge "ImageView ResourceReady logic update" into devel/master

6 years agoMerge "Ensure ImageView updates mVisual once ready/loaded" 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

6 years agoImageView ResourceReady logic update 26/142126/3
Agnelo Vaz [Wed, 2 Aug 2017 17:00:53 +0000 (18:00 +0100)]
ImageView ResourceReady logic update

Change-Id: I9cedf4f0edead2fb492a9431187cf88d9012da64

6 years agoDALi Version 1.2.51 88/142588/1 dali_1.2.51
greynaga [Fri, 4 Aug 2017 10:43:47 +0000 (11:43 +0100)]
DALi Version 1.2.51

Change-Id: I3d100ee1f792cddb46dbc0e8bb32d3a37a77b980

6 years ago[Tizen] Updated L8 text shader to account for actor alpha 80/142580/1 accepted/tizen/unified/20170809.015316 submit/tizen/20170804.104325 submit/tizen/20170804.104701
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>
6 years agoAdd U0 case to Utf8ToUtf32 16/142316/3
Heeyong Song [Thu, 3 Aug 2017 10:57:35 +0000 (19:57 +0900)]
Add U0 case to Utf8ToUtf32

Change-Id: I9507be62ec8239b39fdd94035233c2b88f4d47c3

6 years agoEnsure ImageView updates mVisual once ready/loaded 28/141828/4
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

6 years ago[Tizen] Updated ImageVisual::GetNaturalSize to work with loaded images 85/142385/1
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

6 years agoUpdated ImageVisual::GetNaturalSize to work with loaded images 11/142111/4
David Steele [Wed, 2 Aug 2017 13:11:52 +0000 (14:11 +0100)]
Updated ImageVisual::GetNaturalSize to work with loaded images

Change-Id: I33d5a66aec57460e318fced5b41deb16fe9beba5

6 years ago[Tizen] Show focus indicator when using SetCurrentFocusActor 14/142114/1
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>
6 years ago[Tizen] Ensure ImageView updates mVisual once ready/loaded 34/141834/1
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

6 years ago[Tizen] Fix resource package install issue 81/141681/1
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

6 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal 80/141680/1
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

6 years agoMerge branch 'devel/master' into tizen 79/141679/1
minho.sun [Tue, 1 Aug 2017 01:09:27 +0000 (10:09 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Ia57226a428e157e736be05fd313fb725d2f8fde1

6 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal" 78/141678/1
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

6 years agoRevert "[Tizen] fix resource package update bug" 77/141677/1
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

6 years agoRevert "[Tizen] Fix resource package install error" 76/141676/1
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

6 years agoRevert "[Tizen] Removed redundant dali-sharp folder" 75/141675/1
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

6 years agoRevert "[Tizen] Fix resource package install issue" 74/141674/1
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

6 years agoUpdated L8 text shader to account for actor alpha 76/141476/1
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>
6 years ago[Tizen] Fix resource package install issue 54/141354/2
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>
6 years agoMerge "DALi Version 1.2.50" into devel/master
David Steele [Fri, 28 Jul 2017 16:02:07 +0000 (16:02 +0000)]
Merge "DALi Version 1.2.50" into devel/master

6 years agoDALi Version 1.2.50 28/141228/1 dali_1.2.50
Adeel Kazmi [Fri, 28 Jul 2017 15:54:52 +0000 (16:54 +0100)]
DALi Version 1.2.50

Change-Id: I701a25e30d261182d83379efe5070b778db8d538

6 years agoTextColor Animatable 00/139000/7
Agnelo Vaz [Fri, 14 Jul 2017 14:15:22 +0000 (15:15 +0100)]
TextColor Animatable

Change-Id: Id52feb84c3cf66037f9013f2832318b170543d76

6 years agoChange TestRenderSurface 28/137728/3
Heeyong Song [Fri, 7 Jul 2017 08:21:11 +0000 (17:21 +0900)]
Change TestRenderSurface

Change-Id: Ifa120af136c265f0d19fc7e2235370de88bced35

6 years agoMerge " Calculate a new height when text was changed." into devel/master
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

6 years ago Calculate a new height when text was changed. 48/140448/3
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

6 years agoMerge "Note that some Text propeties in devel api can't be changed" into devel/master
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

6 years agoMerge "Ensure text-controller returns false when it doesn't use key." into devel...
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

6 years agoMerge "Fixed resource package install error" 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

6 years agoEnsure text-controller returns false when it doesn't use key. 97/140597/2
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>
6 years ago[Tizen] Removed redundant dali-sharp folder 08/140708/1 accepted/tizen/4.0/unified/20170816.012627 accepted/tizen/4.0/unified/20170816.015415 accepted/tizen/unified/20170727.191512 submit/tizen/20170726.063443 submit/tizen/20170727.071110 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170814.115522 submit/tizen_4.0_unified/20170814.115522
Adeel Kazmi [Tue, 25 Jul 2017 17:02:50 +0000 (18:02 +0100)]
[Tizen] Removed redundant dali-sharp folder

Change-Id: Ieba47b96838587b04f9ea661476e4c7aa7ccdb4f

6 years agoMerge "Removing TextureUploadObserver from symbol table" into devel/master
Adeel Kazmi [Tue, 25 Jul 2017 17:37:05 +0000 (17:37 +0000)]
Merge "Removing TextureUploadObserver from symbol table" into devel/master

6 years agoRemoved redundant dali-sharp folder 20/140620/1
Adeel Kazmi [Tue, 25 Jul 2017 17:02:50 +0000 (18:02 +0100)]
Removed redundant dali-sharp folder

Change-Id: Ieba47b96838587b04f9ea661476e4c7aa7ccdb4f

6 years ago[Tizen] Fix resource package install error 51/140151/1 submit/tizen/20170725.060315 submit/tizen/20170725.110106
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

6 years ago[Tizen] fix resource package update bug 50/140150/1
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

6 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal 49/140149/1
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

6 years agoMerge branch 'devel/master (1.2.49)' into tizen 48/140148/1
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

6 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal" 47/140147/1
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

6 years agoRevert "[Tizen] Revert "Replace registered visuals only when replacement is ready"" 46/140146/1
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

6 years agoRevert "[Tizen] fix resource package update bug" 45/140145/1
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

6 years agoRevert "[Tizen] Fix resource package install error" 44/140144/1
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

6 years agoMerge "Line wrap mode property is added." into devel/master
HyunJu Shin [Mon, 24 Jul 2017 02:51:07 +0000 (02:51 +0000)]
Merge "Line wrap mode property is added." into devel/master

6 years agoFixed resource package install error 79/140079/2
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>
6 years agoRemoving TextureUploadObserver from symbol table 64/140064/1
David Steele [Fri, 21 Jul 2017 14:34:13 +0000 (15:34 +0100)]
Removing TextureUploadObserver from symbol table

Change-Id: Ia16e22e972943baeedfd1e42903facc78c0f546d

6 years agoMerge "DALi Version 1.2.49" into devel/master
Adeel Kazmi [Fri, 21 Jul 2017 13:27:45 +0000 (13:27 +0000)]
Merge "DALi Version 1.2.49" into devel/master

6 years agoDALi Version 1.2.49 51/140051/1 dali_1.2.49
David Steele [Fri, 21 Jul 2017 13:24:36 +0000 (14:24 +0100)]
DALi Version 1.2.49

Change-Id: I58229a9bf8cf409142a532ebf1b57b01dfa32876

6 years agoMerge "Added Scaling and cropping properties to the image visual mask" into devel...
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

6 years agoLine wrap mode property is added. 71/139571/5
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