Wonsik Jung [Tue, 2 Jun 2020 02:40:16 +0000 (11:40 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"
This reverts commit
3f267a77d80d78eeae673028092e54ff135a573d.
Heeyong Song [Thu, 28 May 2020 05:23:25 +0000 (14:23 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation
Change-Id: I5deeb3e36794970efc2c790e1f23f3c1521a8075
Heeyong Song [Thu, 28 May 2020 05:22:50 +0000 (14:22 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Change-Id: I10324abe50314d3dae3dcea3af015abc17a5319c
Heeyong Song [Thu, 28 May 2020 05:22:32 +0000 (14:22 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I56ca0039ef7f6e1d52c832a6528f34d72afabe15
Heeyong Song [Thu, 28 May 2020 05:21:32 +0000 (14:21 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
This reverts commit
356b95b17862f70c298519387dc1091e40fb16da.
Change-Id: I5db33533cc694ab77be8e8378d50000a5fd215c1
Heeyong Song [Thu, 28 May 2020 05:21:22 +0000 (14:21 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"
This reverts commit
41af99ec8142c7cb02f0f80e26d13b77aadb8b37.
Change-Id: Ifc20b0f5e36f3222c92669d43cc83a43161ec2a8
sunghyun kim [Wed, 27 May 2020 05:32:49 +0000 (05:32 +0000)]
Merge "Add FittingMode for image" into devel/master
joogab yun [Wed, 27 May 2020 00:28:05 +0000 (00:28 +0000)]
Merge "Even if ELLIPSIS is set to false and ENABLE_AUTO_SCROLL is set to true, Ellipsis is alaways set to true when scrolling is finished." into devel/master
Seungho BAEK [Tue, 26 May 2020 23:29:43 +0000 (23:29 +0000)]
Merge "To use ActivateOnce to blur child views" into devel/master
Seungho BAEK [Tue, 26 May 2020 23:28:51 +0000 (23:28 +0000)]
Merge "Recreate resources after blur is deactivated." into devel/master
adam.b [Fri, 22 May 2020 09:54:03 +0000 (10:54 +0100)]
DALi Version 1.9.13
Change-Id: I8391a11be94511ef2d0cd93a43d32ea7d706f5d2
Joogab Yun [Thu, 21 May 2020 05:38:12 +0000 (14:38 +0900)]
Even if ELLIPSIS is set to false and ENABLE_AUTO_SCROLL is set to true,
Ellipsis is alaways set to true when scrolling is finished.
Do not change user settings.
textLabel.SetProperty(TextLabel::Property::ELLIPSIS, false);
textLabel.SetProperty(TextLabel::Property::ENABLE_AUTO_SCROLL, true);
Change-Id: I98703d5c25237901812af568a1f2ca4c6c143889
Seungho, Baek [Thu, 21 May 2020 06:03:02 +0000 (15:03 +0900)]
To use ActivateOnce to blur child views
Change-Id: Idf5997e7b9e06a617752bd31ea0f6dcd6cee34e8
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Seungho, Baek [Wed, 20 May 2020 08:50:54 +0000 (17:50 +0900)]
Recreate resources after blur is deactivated.
- Currently, each resources are created only the size is changed.
- But, if the Blur is deactivated, the resources are reset and we need to create each resource again when the blur is re-activated.
Change-Id: Ie8eab91e571439d6db74b6f39f43e0016a277416
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Sunghyun Kim [Fri, 21 Feb 2020 05:10:38 +0000 (14:10 +0900)]
Add FittingMode for image
Add fittingMode for image.
- CENTER : Image fills inside using original width & height.
- FILL : Image filles whole width & height. this fitting mode don't maintain aspect ratio.
Change-Id: Ia0b54a867a867d547e430384b17eb5e65593ce61
Richard Huang [Tue, 19 May 2020 12:50:25 +0000 (13:50 +0100)]
Remove some public Setter/Getter APIs from Dali::Actor
Change-Id: I4bd57607f198205be31ec0a17411e54dbf45c049
joogab yun [Mon, 18 May 2020 01:30:00 +0000 (01:30 +0000)]
Merge "Add MIN_LINE_SIZE property" into devel/master
Adeel Kazmi [Fri, 15 May 2020 07:45:43 +0000 (07:45 +0000)]
Merge "DALi Version 1.9.12" into devel/master
Victor Cebollada [Fri, 15 May 2020 05:51:59 +0000 (06:51 +0100)]
DALi Version 1.9.12
Change-Id: Ia4c0a76761d1d3dc946e0c99219921ce67b780b7
Heeyong Song [Fri, 15 May 2020 01:32:00 +0000 (01:32 +0000)]
Merge "Support rounded corners for GradientVisual" into devel/master
Joogab Yun [Tue, 12 May 2020 05:55:59 +0000 (14:55 +0900)]
Add MIN_LINE_SIZE property
Users want to set the line size in multi-line.
We have a lineSpacing property which allows us to set the spacing of the lines.
However, the user wants to achieve a similar effect by setting the size of the line, not lineSpacing.
Change-Id: Ia96e1875e90454a3269d2ad853d3c4e20ce66ae9
Víctor Cebollada [Wed, 13 May 2020 16:19:34 +0000 (16:19 +0000)]
Merge "Textfield: remove duplicated functionality Getting selected text is done using property no need for special get function" into devel/master
ali198724 [Mon, 11 May 2020 16:17:46 +0000 (19:17 +0300)]
Textfield: remove duplicated functionality
Getting selected text is done using property no need for special get function
Change-Id: I8b0cbcce414d4ac229eef20860929a394ab40126
Seoyeon Kim [Wed, 6 May 2020 11:06:45 +0000 (20:06 +0900)]
Update a font description run only in Selecting state for input font
- When setting input font properties, its font description run has been
updated in InsertText().
- UpdateSelectionFontStyleRun() resets the FontDescriptionRun value already set.
- So, only in EventData::SELECTING state, updated a new font description run.
Change-Id: I5c6643f919e077b2870d04c8a881ab9a1d125811
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Richard Huang [Thu, 7 May 2020 11:16:23 +0000 (12:16 +0100)]
DALi Version 1.9.11
Change-Id: I399f60d55e0dea6dae0a16df23af54a1c84ce75f
Heeyong Song [Thu, 16 Apr 2020 05:41:52 +0000 (14:41 +0900)]
Support rounded corners for GradientVisual
Change-Id: Ibb63224756ad34359f84a7c620231a0cfa61ae3e
Heeyong Song [Thu, 7 May 2020 05:42:26 +0000 (14:42 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation
This reverts commit
9f57b6ad2040e964ed4eec3dc92e854ac2e03907.
Change-Id: Ic4a8ebda590b296e559363940a9ec4b0271dd8f1
Heeyong Song [Thu, 7 May 2020 05:41:55 +0000 (14:41 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal
Change-Id: Ic05ce50a812ed5198ee38efffd0a2224764c5b64
Heeyong Song [Thu, 7 May 2020 05:37:55 +0000 (14:37 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Ia4480f68853d0cc95c20fcceb3a01c2529b2b927
Heeyong Song [Thu, 7 May 2020 05:36:49 +0000 (14:36 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
This reverts commit
506594128324e7a0e3b8793f1a3da2dc71b7d249.
Change-Id: Ic42dc06aa6013d1e554c536df19c3e191a319a7f
Heeyong Song [Thu, 7 May 2020 05:36:40 +0000 (14:36 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"
This reverts commit
d6c840efea857e4e14115940a6f14821a23c81fd.
Change-Id: Ibd730557841370279ef52cd3be14626820c5dad3
Adeel Kazmi [Mon, 4 May 2020 19:27:54 +0000 (19:27 +0000)]
Merge "Libraries & RPM renamed to provide DALi 2" into devel/master
joogab yun [Mon, 4 May 2020 06:49:05 +0000 (06:49 +0000)]
Merge "Add support to unselect text And Get_SelectedText" into devel/master
György Straub [Fri, 1 May 2020 11:01:18 +0000 (12:01 +0100)]
DALi Version 1.9.10
Change-Id: I411e023c92053c5c8caadb82669e6ce36f1b75e7
Adeel Kazmi [Tue, 28 Apr 2020 16:20:34 +0000 (17:20 +0100)]
Libraries & RPM renamed to provide DALi 2
Change-Id: Ibb3809dd605fa6718e0c7838a2f8b5da89eb1b12
Ali [Mon, 20 Apr 2020 07:51:54 +0000 (10:51 +0300)]
Add support to unselect text And Get_SelectedText
This patch add two kind of support for TextField
1- SelectNone function: this will unselect text in textfield Programmatically by user.
2- Selected_Text property: this is readonly to return string for selected text.
After this patch approve, I will create other one for dali-csharp-bindings
Change-Id: If93ed6df44a41ff00f772a0abcfc9e2401c41480
Adeel Kazmi [Fri, 24 Apr 2020 15:02:42 +0000 (15:02 +0000)]
Merge "DALi Version 1.9.9" into devel/master
greynaga [Fri, 24 Apr 2020 15:00:47 +0000 (16:00 +0100)]
DALi Version 1.9.9
Change-Id: I5858046599cf88685961114230a623157956df78
Joogab Yun [Mon, 13 Apr 2020 01:04:47 +0000 (10:04 +0900)]
text tiling
If the length of text is very long and exceeds maxTextureSize,
it cannot be displayed on the screen.
So tiling is required.
I implement tiling by attaching multiple renderers.
And the MAX_TEXT_LENGTH limit is removed.
sample)
std::ifstream file;
file.open(PATH[0]);
std::stringstream ss;
ss << file.rdbuf();
file.close();
ScrollView scroller = ScrollView::New();
scroller.SetPosition( 100.f, 100.f);
scroller.SetSize(500.f, 1000.f);
scroller.SetAnchorPoint(AnchorPoint::TOP_LEFT);
scroller.SetParentOrigin(ParentOrigin::TOP_LEFT);
scroller.SetAxisAutoLock(true);
TextLabel textLabel = TextLabel::New( );
textLabel.SetProperty( TextLabel::Property::TEXT, ss.str() );
textLabel.SetAnchorPoint( AnchorPoint::TOP_LEFT );
textLabel.SetParentOrigin(ParentOrigin::TOP_LEFT);
textLabel.SetProperty( TextLabel::Property::VERTICAL_ALIGNMENT, "TOP" );
textLabel.SetProperty( TextLabel::Property::MULTI_LINE, true );
textLabel.SetProperty( TextLabel::Property::ELLIPSIS, false );
textLabel.SetProperty( TextLabel::Property::ENABLE_MARKUP, true );
textLabel.SetProperty( TextLabel::Property::POINT_SIZE, 16);
textLabel.SetProperty( Toolkit::TextLabel::Property::TEXT_COLOR, Color::BLUE );
scroller.Add( textLabel );
stage.Add( scroller );
Change-Id: I65082244a801ba697fd9ab0b598c82e702c2a948
Jiyun Yang [Wed, 22 Apr 2020 06:15:00 +0000 (15:15 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation
This reverts commit
6a5866a40500fc520ead034e75f41ffc08dba8fe.
Change-Id: I59879446f64e098c1b26c2ef94acc867ed6c665c
Jiyun Yang [Wed, 22 Apr 2020 06:14:57 +0000 (15:14 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal
This reverts commit
b6687a35f727a2224b25fb21677cb694e864e107.
Change-Id: I92b95e068b8d8bccb282ab064484c48920416eeb
Jiyun Yang [Wed, 22 Apr 2020 06:14:50 +0000 (15:14 +0900)]
Merge branch 'devel/tizen' into tizen
Jiyun Yang [Wed, 22 Apr 2020 06:14:42 +0000 (15:14 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
This reverts commit
dd198f7916a2ce6929fd9e84e34199a6729aab86.
Jiyun Yang [Wed, 22 Apr 2020 06:14:34 +0000 (15:14 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"
This reverts commit
487f0514bba467d76bcb59883dadc0aa7485287b.
Jiyun Yang [Wed, 22 Apr 2020 05:40:30 +0000 (14:40 +0900)]
DALi Version 1.5.8
Change-Id: I4af8631c1d3eeae9ccc4f13919699b679ae24732
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Heeyong Song [Tue, 14 Apr 2020 06:31:07 +0000 (15:31 +0900)]
Fix corner radius shader of the ImageVisual
It didn't work for premultiplied-alpha images.
Change-Id: I69d612112cb0f1ef132979ce830c8466a639c6f7
Seungho BAEK [Wed, 22 Apr 2020 04:33:41 +0000 (04:33 +0000)]
Merge "Add Pixel format for depth and stencil" into devel/master
Jiyun Yang [Mon, 13 Apr 2020 09:28:06 +0000 (18:28 +0900)]
Introduce new visual transform property : EXTRA_SIZE
The EXTRA_SIZE can increase/decrease the computed visual size.
The property can be used when a user want to set a visual size
as a combined value of `absolute` and `relative`: ControlSize * a + b
For example, when a user want to set a visual size to (ControlSize * 2 + 10),
The transform map will be,
transformMap.Add( Transform::Property::SIZE, Vector2( 2.0f, 2.0f ) )
.Add( Transform::Property::SIZE_POLICY, Vector2( Transform::Policy::Relative, Transform::Policy::Relative ) )
.Add( Transform::Property::EXTRA_SIZE, Vector2( 10.0f, 10.0f ) );
Change-Id: Ibd1b7667a96900f216f7a9a14ea6813636161b48
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Jiyun Yang [Mon, 13 Apr 2020 09:28:06 +0000 (18:28 +0900)]
Introduce new visual transform property : EXTRA_SIZE
The EXTRA_SIZE can increase/decrease the computed visual size.
The property can be used when a user want to set a visual size
as a combined value of `absolute` and `relative`: ControlSize * a + b
For example, when a user want to set a visual size to (ControlSize * 2 + 10),
The transform map will be,
transformMap.Add( Transform::Property::SIZE, Vector2( 2.0f, 2.0f ) )
.Add( Transform::Property::SIZE_POLICY, Vector2( Transform::Policy::Relative, Transform::Policy::Relative ) )
.Add( Transform::Property::EXTRA_SIZE, Vector2( 10.0f, 10.0f ) );
Change-Id: Ibd1b7667a96900f216f7a9a14ea6813636161b48
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Seungho, Baek [Thu, 16 Apr 2020 03:47:47 +0000 (12:47 +0900)]
Add Pixel format for depth and stencil
- add cases on the switch to control pixel enum
Change-Id: Ib9c88d92926263e24fbd18c9bbed17ee76559a71
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Victor Cebollada [Thu, 16 Apr 2020 16:07:13 +0000 (17:07 +0100)]
Fix VCPKG CMake build issue.
Change-Id: Ife6103e8fea70ffc2759ef292e3c82838e719cac
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit
5c7582ea69d8db0844721451f72a8d82ebf6d2d0)
Adeel Kazmi [Fri, 17 Apr 2020 10:51:27 +0000 (10:51 +0000)]
Merge "Fix VCPKG CMake build issue." into devel/master
Cheng-Shiun Tsai [Fri, 17 Apr 2020 09:07:09 +0000 (10:07 +0100)]
DALi Version 1.9.8
Change-Id: I1df33883ddd2136037f17dcf6871aa531fa02bfd
Victor Cebollada [Thu, 16 Apr 2020 16:07:13 +0000 (17:07 +0100)]
Fix VCPKG CMake build issue.
Change-Id: Ife6103e8fea70ffc2759ef292e3c82838e719cac
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Thu, 6 Feb 2020 09:23:27 +0000 (09:23 +0000)]
CMake for MS Windows command line
Change-Id: I177976b075d26ddc520c772a801179b5871bad84
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit
05fc311b489e5c929433c722439eef45116f0e8b)
Heeyong Song [Tue, 14 Apr 2020 05:30:18 +0000 (14:30 +0900)]
Fix a crash of the TextureManager
The observer may be deleted during the UploadComplete callback.
So disconnect the signal and erase the object from the list first.
Change-Id: I614008c9a93025aef973dc8fcf38e1b578f8f35c
Heeyong Song [Tue, 14 Apr 2020 05:30:18 +0000 (14:30 +0900)]
Fix a crash of the TextureManager
The observer may be deleted during the UploadComplete callback.
So disconnect the signal and erase the object from the list first.
Change-Id: I614008c9a93025aef973dc8fcf38e1b578f8f35c
Victor Cebollada [Thu, 6 Feb 2020 09:23:27 +0000 (09:23 +0000)]
CMake for MS Windows command line
Change-Id: I177976b075d26ddc520c772a801179b5871bad84
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Seoyeon Kim [Mon, 13 Apr 2020 10:00:11 +0000 (19:00 +0900)]
Update 360x360 default stylesheet
Change-Id: If57afc8b8339dd6d7c2d9513d5336ab4d285b2be
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Mon, 13 Apr 2020 10:00:11 +0000 (19:00 +0900)]
Update 360x360 default stylesheet
Change-Id: If57afc8b8339dd6d7c2d9513d5336ab4d285b2be
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Mon, 13 Apr 2020 08:08:49 +0000 (17:08 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation
This reverts commit
f3ea2bdc5952936d35a00322557e3279c168c857.
Change-Id: Ie2f4d28f9267006b430f23e1fd9d0950d5ae4c7f
Seoyeon Kim [Mon, 13 Apr 2020 08:08:35 +0000 (17:08 +0900)]
[Tizen] Restore behavior of Uploaded and LoadingFinished signal
This reverts commit
2488cae2c28b93e1534062fc20de85a1e0cd4cff.
Change-Id: Ibd242c23761fd07efb526d8cc1c8639f8c14f70e
Seoyeon Kim [Mon, 13 Apr 2020 08:08:22 +0000 (17:08 +0900)]
Merge branch 'devel/tizen' into tizen
Change-Id: I9de09c0e19f7c5bcdb5503651b7580b01578fbfe
Seoyeon Kim [Mon, 13 Apr 2020 08:07:58 +0000 (17:07 +0900)]
Revert "[Tizen] Restore behavior of Uploaded and LoadingFinished signal"
This reverts commit
39780d39a87d424887f7ee79e422360e1b25a610.
Change-Id: I469500b2438d2856046e8cbdc5b65520ff5daeb7
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.
Seoyeon Kim [Mon, 13 Apr 2020 04:33:43 +0000 (13:33 +0900)]
DALi Version 1.5.7
Change-Id: I666eda7d9ebfa87a5492afa7cdfc7215fa583731
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Victor Cebollada [Thu, 9 Apr 2020 08:25:37 +0000 (09:25 +0100)]
AssetManager - Comments added to the code.
* Doxygen comments added to the interface.
* Comments added to clarify the logic.
Change-Id: Ic707e12b4a479014bfdb9907b094a16fc33a734c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Thu, 9 Apr 2020 14:48:43 +0000 (14:48 +0000)]
Merge "DALi Version 1.9.7" into devel/master
Anton Obzhirov [Thu, 9 Apr 2020 14:48:23 +0000 (15:48 +0100)]
DALi Version 1.9.7
Change-Id: I067800b2dfc87df280172caa4f22695877a4653b
Adeel Kazmi [Thu, 9 Apr 2020 08:48:11 +0000 (08:48 +0000)]
Merge "AssetManager - Comments added to the code." into devel/master
Victor Cebollada [Thu, 9 Apr 2020 08:25:37 +0000 (09:25 +0100)]
AssetManager - Comments added to the code.
* Doxygen comments added to the interface.
* Comments added to clarify the logic.
Change-Id: Ic707e12b4a479014bfdb9907b094a16fc33a734c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
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
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
Sunghyun Kim [Tue, 7 Apr 2020 01:14:16 +0000 (10:14 +0900)]
Merge branch 'devel/tizen' into tizen
Change-Id: Ic33ee435ed1fecc191c0399168355091e642f069
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
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
Sunghyun Kim [Mon, 6 Apr 2020 07:16:20 +0000 (16:16 +0900)]
DALi Version 1.5.6
Change-Id: Icec80f88023f6e0cec68bffc668e33a1c1dda519
Adeel Kazmi [Fri, 3 Apr 2020 08:13:29 +0000 (08:13 +0000)]
Merge "DALi Version 1.9.6" into devel/master
Adeel Kazmi [Fri, 3 Apr 2020 07:39:02 +0000 (08:39 +0100)]
[dali_1.9.6] Merge branch 'devel/master'
Change-Id: I98c515fe5baff5d83bff8e4d8ea325962c5d7142
Adeel Kazmi [Fri, 3 Apr 2020 07:38:23 +0000 (08:38 +0100)]
DALi Version 1.9.6
Change-Id: I2bc552e51a1724050b431e43d4a8fa44b7381acd
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
joogab yun [Fri, 3 Apr 2020 03:16:53 +0000 (03:16 +0000)]
Merge "fixed align problems when whitespaces are included" into devel/master
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)
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>
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)
Adeel Kazmi [Thu, 2 Apr 2020 14:46:48 +0000 (14:46 +0000)]
Merge "CMake - Option added to define the default toolkit resource path." into devel/master
Heeyong Song [Thu, 5 Mar 2020 06:03:46 +0000 (15:03 +0900)]
Add ArcVisual
Change-Id: I6a1838fc5db66d253bb1c41915e7d571387d968e
Seungho, Baek [Wed, 1 Apr 2020 06:10:38 +0000 (15:10 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation
This reverts commit
419dcf8c77748ac22af7ad8c479ec4a85ffd0482.
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.
Seungho, Baek [Wed, 1 Apr 2020 06:10:18 +0000 (15:10 +0900)]
Merge branch 'devel/tizen' into tizen
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.
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.
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>
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
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
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
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
Heeyong Song [Thu, 5 Mar 2020 06:03:46 +0000 (15:03 +0900)]
Add ArcVisual
Change-Id: I6a1838fc5db66d253bb1c41915e7d571387d968e
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>
Richard Huang [Thu, 5 Mar 2020 14:15:13 +0000 (14:15 +0000)]
Remove RenderSurface from Core
Change-Id: I76672f149dade2d214af6408a86e316fa4a452ca