platform/core/uifw/dali-toolkit.git
4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Seoyeon Kim [Mon, 13 Apr 2020 08:07:56 +0000 (17:07 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit d3a8faf19ff131b13076ae9718235b9440e83f92.

4 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20200409.083651 dali_1.5.6 submit/tizen/20200407.014802 submit/tizen/20200408.061309
Sunghyun Kim [Tue, 7 Apr 2020 01:14:48 +0000 (10:14 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 43c1e5d7354913d7291aa88d99e90be53d048865.

Change-Id: I91dfb9cd1cf6f4a12e6e654f113a34968b985fdf

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Sunghyun Kim [Tue, 7 Apr 2020 01:14:29 +0000 (10:14 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit 5582094468fc50ad6812284313fa6e5fe0f067d3.

Change-Id: I822dfafecaa7dbbd93d1d52b21875ec5db848fed

4 years agoMerge branch 'devel/tizen' into tizen
Sunghyun Kim [Tue, 7 Apr 2020 01:14:16 +0000 (10:14 +0900)]
Merge branch 'devel/tizen' into tizen

Change-Id: Ic33ee435ed1fecc191c0399168355091e642f069

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Sunghyun Kim [Tue, 7 Apr 2020 01:13:40 +0000 (10:13 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit 07b60b549b89ba06432d9b2251d5da30549d1bb3.

Change-Id: Icb98fe561066e4caaed33d6849871666bdc3077b

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Sunghyun Kim [Tue, 7 Apr 2020 01:13:28 +0000 (10:13 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 3f2e3272b76c0072a1dc85894007515a176a39fc.

Change-Id: I68863c10c89b650c4217ee9521ff3e8d6ba8ba44

4 years agoDALi Version 1.5.6 75/229875/1
Sunghyun Kim [Mon, 6 Apr 2020 07:16:20 +0000 (16:16 +0900)]
DALi Version 1.5.6

Change-Id: Icec80f88023f6e0cec68bffc668e33a1c1dda519

4 years agofixed align problems when whitespaces are included 08/229708/1
Joogab Yun [Tue, 31 Mar 2020 01:30:13 +0000 (10:30 +0900)]
fixed align problems when whitespaces are included

    TextLabel ellipsisTest = TextLabel::New( "abcde abced                                ");
    ellipsisTest.SetAnchorPoint( AnchorPoint::TOP_LEFT );
    ellipsisTest.SetProperty(TextLabel::Property::POINT_SIZE, 34.f);
    ellipsisTest.SetPosition(100.f, 600.f);
    ellipsisTest.SetSize( 344.f, 100.f);
    ellipsisTest.SetProperty(TextLabel::Property::HORIZONTAL_ALIGNMENT, "CENTER");
    stage.Add( ellipsisTest );

Change-Id: I1641df673a9407e085da8645737f292d73fc8f0f

4 years agoExport Builder::TreeNode::ConstIterator symbols. 82/229682/1
Victor Cebollada [Wed, 29 Jan 2020 07:15:40 +0000 (07:15 +0000)]
Export Builder::TreeNode::ConstIterator symbols.

* These symbols were not exported and failed to link
  on a MS Windows app that uses them.

Change-Id: I655bad09c14611205ebe0b9ae7d9a17c17fe8b17
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit 80e90ce04562dae4d1f302acabe00aba49a750d2)

4 years agoCMake - Option added to define the default toolkit resource path. 81/229681/1
Victor Cebollada [Thu, 5 Mar 2020 07:07:46 +0000 (07:07 +0000)]
CMake - Option added to define the default toolkit resource path.

* Currently the resources folder is harcoded in compile time.
  This works on devices where applications are always installed
  in specific folders but doesn't work in other platforms like
  MS Windows where the user can install the application in any
  folder.

* An option has been added to the CMakeLists.txt file. By default
  the resource folder is hardcoded. This behaviour can be disabled
  by setting the option -DUSE_DEFAULT_RESOURCE_DIR=OFF and setting
  environment variables in installation time for DALI_IMAGE_DIR,
  DALI_SOUND_DIR, DALI_STYLE_DIR, DALI_STYLE_IMAGE_DIR and
  DALI_DATA_READ_ONLY_DIR.

Change-Id: I3eea313da150f577e25171f2d5fb4791209f5181
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit 32fb8d43cf8802133910ad631a8278974a076317)

4 years agoAdd ArcVisual 61/229461/1
Heeyong Song [Thu, 5 Mar 2020 06:03:46 +0000 (15:03 +0900)]
Add ArcVisual

Change-Id: I6a1838fc5db66d253bb1c41915e7d571387d968e

4 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20200403.034521 submit/tizen/20200402.012345
Seungho, Baek [Wed, 1 Apr 2020 06:10:38 +0000 (15:10 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 419dcf8c77748ac22af7ad8c479ec4a85ffd0482.

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Seungho, Baek [Wed, 1 Apr 2020 06:10:24 +0000 (15:10 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit 28b392150c80a75681e07dbe4c289e02fecf82e3.

4 years agoMerge branch 'devel/tizen' into tizen
Seungho, Baek [Wed, 1 Apr 2020 06:10:18 +0000 (15:10 +0900)]
Merge branch 'devel/tizen' into tizen

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Seungho, Baek [Wed, 1 Apr 2020 06:10:08 +0000 (15:10 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit dffd2ea7f2a9ad1ac4293aa5436e23b99e4ed526.

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Seungho, Baek [Wed, 1 Apr 2020 06:10:04 +0000 (15:10 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 7f16935a222889a548984896b0c2f9731d16ac44.

4 years agoDALi Version 1.5.5 36/229436/1 dali_1.5.5
Seungho, Baek [Wed, 1 Apr 2020 05:22:36 +0000 (14:22 +0900)]
DALi Version 1.5.5

Change-Id: Iae6d4e156b014d77a9ee976a1443c8a7f475bd65
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoMerge "Do not set resources if there isn't mRenderer in nPatch-visual." into devel...
Seungho BAEK [Wed, 1 Apr 2020 05:14:29 +0000 (05:14 +0000)]
Merge "Do not set resources if there isn't mRenderer in nPatch-visual." into devel/tizen

4 years agoMerge "Add Jump_to frame and StopBehavior of Animated-image-visual(agif)" into devel...
Seungho BAEK [Wed, 1 Apr 2020 05:14:21 +0000 (05:14 +0000)]
Merge "Add Jump_to frame and StopBehavior of Animated-image-visual(agif)" into devel/tizen

4 years agoMerge "Fix issue, agif to play a number of times of loopcount." into devel/tizen
Seungho BAEK [Wed, 1 Apr 2020 05:14:14 +0000 (05:14 +0000)]
Merge "Fix issue, agif to play a number of times of loopcount." into devel/tizen

4 years agoRemove RenderSurface from Core 37/229337/1
Richard Huang [Thu, 5 Mar 2020 14:15:13 +0000 (14:15 +0000)]
Remove RenderSurface from Core

Change-Id: I76672f149dade2d214af6408a86e316fa4a452ca

4 years agoDo not set resources if there isn't mRenderer in nPatch-visual. 28/229328/1
Seungho, Baek [Wed, 25 Mar 2020 04:57:03 +0000 (13:57 +0900)]
Do not set resources if there isn't mRenderer in nPatch-visual.

 - If LoadComplete is called after off-stage, it makes error.

Change-Id: I05338190e8db46faac4eb2a08eaaab3316dd3d2e
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoAdd Jump_to frame and StopBehavior of Animated-image-visual(agif) 26/229326/1
Seungho, Baek [Thu, 12 Mar 2020 07:39:50 +0000 (16:39 +0900)]
Add Jump_to frame and StopBehavior of Animated-image-visual(agif)

 - Added Jump_to action. To directly go to a frame.
 - Added StopBehavior to stop agif at the first, current, and last frame

Change-Id: I76fe813fd694df89e8cc8748cc2a82b69ed7a613
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoFix issue, agif to play a number of times of loopcount. 25/229325/1
Seungho, Baek [Fri, 27 Mar 2020 04:38:44 +0000 (13:38 +0900)]
Fix issue, agif to play a number of times of loopcount.

Change-Id: Ifc213ed03f3b5f1c0340d24e406781fcc2ce356f
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoUnparents internalRoot actor when gaussian-blur-view is deactived. 30/229030/1
Seungho, Baek [Mon, 16 Mar 2020 07:33:20 +0000 (16:33 +0900)]
Unparents internalRoot actor when gaussian-blur-view is deactived.

 - After gaussian-blur-view is once activated, Renderers of internalRoot actor are remained.
   When the gaussian-blur-view become deactived, internalRoot is still child of the View,
   and, the renderers of internalRoot will be renderered.
 - So, to add the internalRoot to gaussian-blur-view when it is actived and
   to unparent the internalRoot when the view become deactived, make the renderers do not affect rendering results.

Change-Id: If147583d008662335c539b0e016abeb67e0a9679
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoSupport the blur radius of the ColorVisual 95/228995/1
Heeyong Song [Thu, 20 Feb 2020 01:19:31 +0000 (10:19 +0900)]
Support the blur radius of the ColorVisual

Change-Id: Iaee00d74e327372c040b5137e0ce1666b5a0b59b

4 years ago[Tizen] Add AutofillContainer class and autofill implementation submit/tizen/20200323.113128
neostom432 [Mon, 23 Mar 2020 09:42:44 +0000 (18:42 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 7317df76fd980845c777dd066cdf0d219a1d8107.

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
neostom432 [Mon, 23 Mar 2020 09:42:26 +0000 (18:42 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit 776bd91af65b23f49ea8dd04abddf8a075c2d9b1.

4 years agoMerge branch 'devel/tizen' into tizen
neostom432 [Mon, 23 Mar 2020 09:42:16 +0000 (18:42 +0900)]
Merge branch 'devel/tizen' into tizen

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
neostom432 [Mon, 23 Mar 2020 09:42:04 +0000 (18:42 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit 013de76f2957c8a18942e87d5859a34a30800210.

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
neostom432 [Mon, 23 Mar 2020 09:42:01 +0000 (18:42 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit f8fc935724b6773c7cf3a866c23623617112d50f.

4 years agoDALi Version 1.5.4 dali_1.5.4
neostom432 [Mon, 23 Mar 2020 09:08:14 +0000 (18:08 +0900)]
DALi Version 1.5.4

4 years agoDoxygen script update
adam.b [Wed, 18 Mar 2020 10:02:06 +0000 (10:02 +0000)]
Doxygen script update

Change-Id: I470f8aa95222cdcd663cbec19eb2b82933098829

4 years agoAdd OFL-1.1 license in automated-test 00/228300/1
Seoyeon Kim [Fri, 20 Mar 2020 05:00:55 +0000 (14:00 +0900)]
Add OFL-1.1 license in automated-test

- A font, named NotoSansMalayalam-Regular.ttf, was added for test cases.
- This font is under the SIL Open Font License now, so I notify it in spec file

Change-Id: Icdc846605ede3ad5b022f823a5da5631ad11d92c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoDALi Version 1.5.3 dali_1.5.3
Joogab Yun [Tue, 17 Mar 2020 01:39:39 +0000 (10:39 +0900)]
DALi Version 1.5.3

Change-Id: I994726ce66750df525316cc5613b4d0fe5be544d

4 years agoMerge branch 'devel/tizen' into tizen accepted/tizen/unified/20200317.063542 submit/tizen/20200316.084510
Joogab Yun [Mon, 16 Mar 2020 08:31:34 +0000 (17:31 +0900)]
Merge branch 'devel/tizen' into tizen

4 years agoDALi Version 1.5.3
Joogab Yun [Mon, 16 Mar 2020 08:30:43 +0000 (17:30 +0900)]
DALi Version 1.5.3

Change-Id: Idd4e0f2cd5d2a72a6c5f5a70edda6ead23b040ee

4 years agoDelete Unused internal methods in Visuals 88/227688/1
Seungho, Baek [Fri, 6 Mar 2020 09:43:38 +0000 (18:43 +0900)]
Delete Unused internal methods in Visuals

Change-Id: I4aed2eb1b80bf113481fc79b616459f36721746c
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoMerge branch 'devel/tizen' into tizen
Wonsik Jung [Thu, 12 Mar 2020 01:05:25 +0000 (10:05 +0900)]
Merge branch 'devel/tizen' into tizen

4 years agoDisable premultiplied alpha when the Image is used 04/227404/2
Heeyong Song [Thu, 27 Feb 2020 06:27:57 +0000 (15:27 +0900)]
Disable premultiplied alpha when the Image is used

Change-Id: I499a860235c6efc741453701fe0daefb500441eb

4 years agoDALi Version 1.5.2 06/227406/1
Wonsik Jung [Thu, 12 Mar 2020 00:51:13 +0000 (09:51 +0900)]
DALi Version 1.5.2

Change-Id: Id7585c5d40b95e38134ab0077ff802ca10967f21

4 years ago[Tizen] Add AutofillContainer class and autofill implementation submit/tizen/20200310.042640
Wonsik Jung [Tue, 10 Mar 2020 03:57:27 +0000 (12:57 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit f16bdb34323d8aa2f741789912015169c406e42f.

Change-Id: If40a647e3b0e0380865168353600e1f53af1e89c

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Wonsik Jung [Tue, 10 Mar 2020 03:57:02 +0000 (12:57 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit 201139969f5dc212c8683f48c4ca1d2c609b8b49.

Change-Id: Ia509346b12ec542b9dda1896b6a1a4ec18c71a77

4 years agoMerge branch 'devel/tizen' into tizen
Wonsik Jung [Tue, 10 Mar 2020 03:56:51 +0000 (12:56 +0900)]
Merge branch 'devel/tizen' into tizen

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Wonsik Jung [Tue, 10 Mar 2020 03:56:36 +0000 (12:56 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit d395cec18b4aaf512d3cd8280ed999711623caa9.

Change-Id: Ic18f6bb68f209179b50dc926a062db56fd448d82

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Wonsik Jung [Tue, 10 Mar 2020 03:56:33 +0000 (12:56 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit ad3e775677d84da3d81df775dcfefefb162bda18.

4 years agoDALi Version 1.5.2 23/227123/1 dali_1.5.2
Wonsik Jung [Tue, 10 Mar 2020 03:16:49 +0000 (12:16 +0900)]
DALi Version 1.5.2

Change-Id: I57fc21906502740b107d0d6dbc3d97144bb7c568

4 years agoFix for UtcDaliImageViewLoadRemoteSVG utc.
Victor Cebollada [Fri, 6 Mar 2020 08:40:51 +0000 (08:40 +0000)]
Fix for UtcDaliImageViewLoadRemoteSVG utc.

* The url https://dev.w3.org/SVG/tools/svgweb/samples/svg-files/check.svg is down
  and makes the UTC to fail.

Change-Id: I18c2cc5d3fa0634003f81b0f556bfdac9abcb9c5
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoWhen calculating the layout size, the problem occurs.
Joogab Yun [Wed, 26 Feb 2020 06:24:32 +0000 (15:24 +0900)]
When calculating the layout size, the problem occurs.
because it is calculated smaller when ReorderBiDiLayout() in RTL language.

For example, if layout.length is calculated as 487 in GetLineLayoutForBox()
but length is calculated as 482 in ReorderBiDiLayout()
(SetResizePolicy is USE_NATURAL_SIZE and Set MULTI_LINE)

sample)
    TextLabel labe21 = TextLabel::New();
    labe21.SetResizePolicy( ResizePolicy::USE_NATURAL_SIZE, Dimension::WIDTH );
    labe21.SetResizePolicy( ResizePolicy::USE_NATURAL_SIZE, Dimension::HEIGHT );
    labe21.SetProperty(Toolkit::DevelTextLabel::Property::BACKGROUND, backgroundMap);
    labe21.SetParentOrigin(ParentOrigin::TOP_LEFT);
    labe21.SetAnchorPoint(AnchorPoint::TOP_LEFT);
    labe21.SetProperty(TextLabel::Property::POINT_SIZE, 34.f);
    labe21.SetPosition( 145.f, 100.f);
    labe21.SetProperty( TextLabel::Property::HORIZONTAL_ALIGNMENT, "END" );
    labe21.SetProperty(Dali::Toolkit::TextLabel::Property::TEXT,  "مرحبا بالعالم Hello world" );

Change-Id: I1c56ec9a7e54521e55e72fbf28ad8438ea9e718d

4 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20200303.032550 submit/tizen/20200302.072755
Seoyeon Kim [Mon, 2 Mar 2020 06:28:50 +0000 (15:28 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 523175323b5cd870fbcc2a06865c79f3fa54f457.

Change-Id: I8b7db9f407aff84867aaef16e74791c03f0469e7

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Heeyong Song [Mon, 2 Mar 2020 05:31:15 +0000 (14:31 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

Change-Id: Ie57018c95c5d926da6332a8d2b7e572609126c8f

4 years agoMerge branch 'devel/tizen' into tizen
Heeyong Song [Mon, 2 Mar 2020 05:30:58 +0000 (14:30 +0900)]
Merge branch 'devel/tizen' into tizen

Change-Id: I58c71811c34793ce383d2d5f857fc44e59114d46

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Heeyong Song [Mon, 2 Mar 2020 05:30:37 +0000 (14:30 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit 649343f01ab8906e3ab11450c489703a372d2893.

Change-Id: Ib267a7c435800e02416c3c2928309bd62d9c031d

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Heeyong Song [Mon, 2 Mar 2020 05:30:09 +0000 (14:30 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 8584e3d7db06338a29856428d09d63e3d94020ae.

Change-Id: I0683449e9b194741c71ebda2d9eeb731515eee96

4 years agoFix Coverity issue 64/226364/1
Heeyong Song [Mon, 24 Feb 2020 09:06:12 +0000 (18:06 +0900)]
Fix Coverity issue

Change-Id: Ibf087565f72071ce5e76219a22ee206784739b78

4 years agoDALi Version 1.5.1 39/226239/1 dali_1.5.1
Heeyong Song [Fri, 28 Feb 2020 05:57:02 +0000 (14:57 +0900)]
DALi Version 1.5.1

Change-Id: I2e82e513f54a5499b8799adabea5aff655edd545

4 years agoMoved SingletonService into dali-core 38/226238/1
Paul Wisbey [Tue, 18 Feb 2020 09:56:36 +0000 (09:56 +0000)]
Moved SingletonService into dali-core

Change-Id: Ibf16e4228e5ad319b9abedafcd16fe066f191110

4 years agoUpdate UTF8 text array for 5 and 6 bytes 37/226237/1
Seoyeon Kim [Fri, 7 Feb 2020 05:03:46 +0000 (14:03 +0900)]
Update UTF8 text array for 5 and 6 bytes

- Update start and end offsets encoded in UTF8
- Add U5 and U6 cases to UTF8 array

Change-Id: Ic51ee3cc0878c3d09df8d7caeaeff09d7e48cbf7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoUTC Text Shaping Fix. 36/226236/1
Victor Cebollada [Mon, 24 Feb 2020 14:36:35 +0000 (14:36 +0000)]
UTC Text Shaping Fix.

* The test case was written in the old style that relies
  on the fonts installed on the platform.
  The fix adds the specific fonts to be used.

* In order to pass the test cases locally it might be needed
  to install the following fonts:

  dali-toolkit/automated-tests/resources/fonts/noto/NotoSansMalayalam-Regular.ttf
  dali-toolkit/automated-tests/resources/fonts/roboto/Roboto-Bold.ttf
  dali-toolkit/automated-tests/resources/fonts/roboto/Roboto-BoldItalic.ttf
  dali-toolkit/automated-tests/resources/fonts/roboto/Roboto-Italic.ttf
  dali-toolkit/automated-tests/resources/fonts/roboto/Roboto-Regular.ttf

* To install the fonts copy the font files to a relevant folder
  i.e ~/.local/share/fonts
  and execute the command fc-cache.

  Alternatively the Font Viewer application or similar can be used in Ubuntu
  to install fonts.

Change-Id: I82271ddb304bd041180dfa6fb3c3f81a5e2c553c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoFixes a layout bug with the COMBINING GRAVE ACCENT ' ̀' 35/226235/1
Joogab Yun [Mon, 24 Feb 2020 09:16:37 +0000 (18:16 +0900)]
Fixes a layout bug with the COMBINING GRAVE ACCENT ' ̀'

* The layout engine failed to calculate correctly the length
  of the line if that character is used in the last position.

if HORIZONTAL_ALIGNMENT is END, this is a problem.

    example)
    Property::Map backgroundMap;
    backgroundMap["color"] = Color::RED;
    backgroundMap["enable"] = true;
    TextLabel testLabel = TextLabel::New( "Àwọn àgbétẹ́lẹ̀");
    testLabel.SetAnchorPoint( AnchorPoint::TOP_LEFT );
    testLabel.SetProperty(TextLabel::Property::POINT_SIZE, 34.f);
    testLabel.SetPosition(100.f, 100.f);
    testLabel.SetSize( 544.f, 100.f);
    testLabel.SetProperty(TextLabel::Property::HORIZONTAL_ALIGNMENT, "END");
    testLabel.SetProperty(Toolkit::DevelTextLabel::Property::BACKGROUND, backgroundMap);
    stage.Add( testLabel );

Change-Id: Ic66fd96cc010eada7187502b9b65e2b408eff2cd

4 years agoMove constants string to visual-string-constants file 15/225315/4
huiyu.eun [Wed, 19 Feb 2020 04:45:43 +0000 (13:45 +0900)]
Move constants string to visual-string-constants file

Change-Id: I3ec0ca86f1d44ed8efaee7fc97374fcea531c5c4
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoAdd synchronous loading of svg-visual 55/224355/17
huiyu.eun [Mon, 10 Feb 2020 05:20:49 +0000 (14:20 +0900)]
Add synchronous loading of svg-visual

Change-Id: I56f3c25bcef325fa9299526b783072fef06aaed2
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20200219.130142 submit/tizen/20200218.080806 submit/tizen/20200219.045528
Jiyun Yang [Tue, 18 Feb 2020 07:34:18 +0000 (16:34 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit f93aefc799e26a0c3269c711e12b31a1ba932da8.

Change-Id: I1e9b639504f60d31aa166909707174acc2e46299

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Jiyun Yang [Tue, 18 Feb 2020 07:34:16 +0000 (16:34 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit 56b077b44cb5345ba7cdde308e758615d8f86d28.

Change-Id: I0fbd93c1dbb1c382e87d8af2680aff2625a5d06c

4 years agoMerge branch 'devel/master' into tizen
Jiyun Yang [Tue, 18 Feb 2020 07:34:01 +0000 (16:34 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Jiyun Yang [Tue, 18 Feb 2020 07:33:57 +0000 (16:33 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit 6abcace10c1436052b708db7f73ae7a7cf365ad2.

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Jiyun Yang [Tue, 18 Feb 2020 07:33:54 +0000 (16:33 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 5b67e25da04a07ec5d7bd3f316a69fbb401966a7.

4 years agoSupport rounded corners for Visual 02/224802/5
Heeyong Song [Thu, 13 Feb 2020 07:02:29 +0000 (16:02 +0900)]
Support rounded corners for Visual

Change-Id: I22f9511af2f8a860e43f4e7c0c8ecc1ef4493eaf

4 years agoMerge "Asynchronous Load N-patch resource" into devel/master
Seungho BAEK [Tue, 18 Feb 2020 01:41:14 +0000 (01:41 +0000)]
Merge "Asynchronous Load N-patch resource" into devel/master

4 years agoAsynchronous Load N-patch resource 56/221256/34
Seungho, Baek [Mon, 30 Dec 2019 12:36:37 +0000 (21:36 +0900)]
Asynchronous Load N-patch resource

Change-Id: I1e0a25ca7599198ca5793a585af80e2b7d2e8f48
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoMerge "Add child flex node with its margin" into devel/master
Adeel Kazmi [Fri, 14 Feb 2020 17:10:11 +0000 (17:10 +0000)]
Merge "Add child flex node with its margin" into devel/master

4 years agoDALi Version 1.5.0 36/224936/1 dali_1.5.0
Adeel Kazmi [Fri, 14 Feb 2020 07:30:25 +0000 (07:30 +0000)]
DALi Version 1.5.0

Change-Id: Id9e2ec9a084f8dcc7ef5de693f03bcba9e1cbb9b

4 years agoMerge "(patch-coverage.pl) Ignore header files that yield no coverage" into devel...
Adeel Kazmi [Thu, 13 Feb 2020 16:06:04 +0000 (16:06 +0000)]
Merge "(patch-coverage.pl) Ignore header files that yield no coverage" into devel/master

4 years ago(patch-coverage.pl) Ignore header files that yield no coverage 38/224838/1
Adeel Kazmi [Thu, 13 Feb 2020 09:55:58 +0000 (09:55 +0000)]
(patch-coverage.pl) Ignore header files that yield no coverage

Change-Id: I8e1fe875d300fa028bd2f6844422a4fd38f6d3ad

4 years agoAdd log for image file loading failure 82/224682/1
Heeyong Song [Wed, 12 Feb 2020 06:56:20 +0000 (15:56 +0900)]
Add log for image file loading failure

Change-Id: If5bffc5563be5aefd9c6177fb2feaf1985aaece4

4 years agoAdd child flex node with its margin 88/224488/3
neostom432 [Tue, 11 Feb 2020 03:33:17 +0000 (12:33 +0900)]
Add child flex node with its margin

To set margin to FlexLayout child, we should know its margin.
Unfortunately, Margin is set to view's layout object when using layout so we cannot know it in DALi side.

So, make new api which can pass child's margin.

Change-Id: I7f9708eef332a6d9d4d541ddce439e9bc723066f

4 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20200214.050225 submit/tizen/20200212.052152
Seoyeon Kim [Wed, 12 Feb 2020 04:44:23 +0000 (13:44 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 88826fc42cb83c9ab775b1604442e6b69d980d6a.

Change-Id: I325b21aff0cd4c171319f51deda60056a683da1d

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Seoyeon Kim [Wed, 12 Feb 2020 04:44:04 +0000 (13:44 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit c79702856123ad3a981acdefc31ed9310305a0c6.

Change-Id: Idccf2523b7b49f7d50e54f63cd97eb0ba636f681

4 years agoMerge branch 'devel/master' into tizen
Seoyeon Kim [Wed, 12 Feb 2020 04:43:22 +0000 (13:43 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Id5d6aa131b375d045bd99297444f38a41fc18ccb

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Seoyeon Kim [Wed, 12 Feb 2020 04:42:35 +0000 (13:42 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit 35ea74128bf4ab20d41ddc4531c8ebe739507898.

Change-Id: I445fe47dde341b5107884521a72e96754d3c2f8a

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Seoyeon Kim [Wed, 12 Feb 2020 04:42:32 +0000 (13:42 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit badba8bed9c897f61ebe822b61fb1cad2e0e38f0.

4 years agoRemove unused Retention policy 68/224568/1
Adeel Kazmi [Tue, 11 Feb 2020 12:45:09 +0000 (12:45 +0000)]
Remove unused Retention policy

Change-Id: Ia053d91a4043be116108e52b6590e0c5b0d1d6bf

4 years agoDALi Version 1.4.57 43/224143/1 dali_1.4.57
Anton Obzhirov [Thu, 6 Feb 2020 14:30:36 +0000 (14:30 +0000)]
DALi Version 1.4.57

Change-Id: I2196449a911d2e2399b882a7b1b0fea10389d121

4 years agoModify UtcDaliTextControllerMaxLengthSetText() 11/224011/2
Joogab Yun [Wed, 5 Feb 2020 11:05:01 +0000 (20:05 +0900)]
Modify UtcDaliTextControllerMaxLengthSetText()
It takes too long to create a string of maxLength. Improve this.

Change-Id: Ic2bb10cc37d5b58c4c246307de336829a32a9bb4

4 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20200212.125838 submit/tizen/20200205.103342 submit/tizen/20200205.103757 submit/tizen/20200211.060347
Sunghyun Kim [Wed, 5 Feb 2020 08:18:08 +0000 (17:18 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit c1370bd1ce7d2982987115c7fe36eb87041c0a5a.

Change-Id: I6812cb53e3ba57bf2b0129486e05ed812c4ae9ce

4 years ago[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Sunghyun Kim [Wed, 5 Feb 2020 08:17:49 +0000 (17:17 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal

This reverts commit 76cc1b6284c23b46bed9c534503c547e4427b3d4.

Change-Id: I85ad14d57833e2c4dc30ac31fe44ac6939c7e2c4

4 years agoMerge branch 'devel/master' into tizen
Sunghyun Kim [Wed, 5 Feb 2020 08:17:29 +0000 (17:17 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I87d3ac49b1c0b1f31ecb15073cd36f5ec2028744

4 years agoRevert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
Sunghyun Kim [Wed, 5 Feb 2020 08:17:09 +0000 (17:17 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"

This reverts commit ee7ec7dffc229d9b9b7afd754255e4fea6ddcbb2.

Change-Id: I72652521c35a87f930242e03f7b929ece1532467

4 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Sunghyun Kim [Wed, 5 Feb 2020 08:16:49 +0000 (17:16 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 8336fef274336d90e7e5af74f071218db0154b8e.

Change-Id: I84457fc95676c9fe274a497e777ae5b221a0c4ca

4 years agoRemove the texture element from the load queue 85/222685/3
Heeyong Song [Thu, 16 Jan 2020 05:55:02 +0000 (14:55 +0900)]
Remove the texture element from the load queue

The observer can be deleted before the load queue is processed.
Remove the load element from the queue when the texture is removed.

Change-Id: I290d82b1f6b77db915f400af4cd2c05e0bd9558b

4 years agoEmit ResourceReady signal in SvgVisual in case of loading failure 74/223674/2
Heeyong Song [Fri, 31 Jan 2020 07:52:07 +0000 (16:52 +0900)]
Emit ResourceReady signal in SvgVisual in case of loading failure

Change-Id: I0f52fb5f298b5cfe1b5e13eb78c330b044d55149

4 years agoDALi Version 1.4.56 38/223638/1 dali_1.4.56
adam.b [Fri, 31 Jan 2020 11:13:03 +0000 (11:13 +0000)]
DALi Version 1.4.56

Change-Id: Icdc415f3a0d5881649580fffb0d6d4a68fad53fb

4 years agoSet mParsedImage of svg-visual 63/223463/2
huiyu.eun [Thu, 30 Jan 2020 03:13:50 +0000 (12:13 +0900)]
Set mParsedImage of svg-visual

Change-Id: I76eb44ee5862968ddb6cb4049c62b8cb78a0bedd
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoDownload remote svg file 24/221424/9
huiyu.eun [Mon, 30 Dec 2019 04:23:27 +0000 (13:23 +0900)]
Download remote svg file

Change-Id: I115ba51843a448015b3c136de0570a3078a92ab6
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoMerge "Fix Coverity issue" into devel/master
Seoyeon Kim [Tue, 28 Jan 2020 00:59:53 +0000 (00:59 +0000)]
Merge "Fix Coverity issue" into devel/master

4 years agoDALi Version 1.4.55 93/223193/1 dali_1.4.55
Victor Cebollada [Fri, 24 Jan 2020 13:49:37 +0000 (13:49 +0000)]
DALi Version 1.4.55

Change-Id: Iaadea46217c2618b72571cb7840a520fbda8498a

4 years agoAutomated Tests Sync 84/223184/1
Adeel Kazmi [Fri, 24 Jan 2020 08:44:12 +0000 (08:44 +0000)]
Automated Tests Sync

Change-Id: Id67435bb5de6e169efbfbe4650c6d5a4b7a06647

4 years agoMerge "Syncing common test files." into devel/master
Adeel Kazmi [Thu, 23 Jan 2020 17:00:10 +0000 (17:00 +0000)]
Merge "Syncing common test files." into devel/master

4 years agoMerge "VCPKG - CMakeLists.txt updated to build for vcpkg." into devel/master
Adeel Kazmi [Thu, 23 Jan 2020 16:52:32 +0000 (16:52 +0000)]
Merge "VCPKG - CMakeLists.txt updated to build for vcpkg." into devel/master

4 years agoVCPKG - CMakeLists.txt updated to build for vcpkg. 69/222969/4
Victor Cebollada [Mon, 13 Jan 2020 15:20:41 +0000 (15:20 +0000)]
VCPKG - CMakeLists.txt updated to build for vcpkg.

Change-Id: Idf08d9283e4a054bbbfb5b9b07fdc168adbba973
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>