platform/core/uifw/dali-toolkit.git
3 years ago[Tizen] Add AutofillContainer class and autofill implementation
Joogab Yun [Tue, 1 Sep 2020 08:19:51 +0000 (17:19 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 5474b6ba8b666895d778f1592ef7d4b655da4ab4.

Change-Id: Ib52ca9046e85ca524410e0df0565c86790a6abac

3 years agoMerge branch 'devel/master' into tizen
Joogab Yun [Tue, 1 Sep 2020 08:19:39 +0000 (17:19 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Joogab Yun [Tue, 1 Sep 2020 08:19:33 +0000 (17:19 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit ddd33246a8c29881725d672b84c5d7e87408f6bc.

3 years agoRevert "[Tizen] Revert "Changes after touch consumed behaviour change""
Joogab Yun [Tue, 1 Sep 2020 08:19:29 +0000 (17:19 +0900)]
Revert "[Tizen] Revert "Changes after touch consumed behaviour change""

This reverts commit 131b974fcac6fcf4570c7b9b3c0e97f1a51da91c.

3 years agoRevert "Revert "WheelEvent class pimpling""
Joogab Yun [Tue, 1 Sep 2020 08:19:24 +0000 (17:19 +0900)]
Revert "Revert "WheelEvent class pimpling""

This reverts commit 508d62d5d491bdccd8e63e34e3ca315abc7f523f.

3 years agoRevert "Revert "HoverEvent class pimpling""
Joogab Yun [Tue, 1 Sep 2020 08:19:20 +0000 (17:19 +0900)]
Revert "Revert "HoverEvent class pimpling""

This reverts commit 99647fb974e4e6d1d4b1955d1836a6bc4b259c57.

3 years agoMove TouchPoint to Devel API 75/242675/1
Richard Huang [Fri, 28 Aug 2020 15:31:26 +0000 (16:31 +0100)]
Move TouchPoint to Devel API

Change-Id: I0117ed93c0fc2f89757c221ad048b90cc544ccef

3 years agoMerge "DALi Version 1.9.27" into devel/master
Adeel Kazmi [Fri, 28 Aug 2020 10:33:11 +0000 (10:33 +0000)]
Merge "DALi Version 1.9.27" into devel/master

3 years ago[dali_1.9.27] Merge branch 'devel/master' 33/242633/1
Victor Cebollada [Fri, 28 Aug 2020 10:12:27 +0000 (11:12 +0100)]
[dali_1.9.27] Merge branch 'devel/master'

Change-Id: Ie58831c3973710cacae8c3a61a2386ad1ae1bacd

3 years agoDALi Version 1.9.27 27/242627/1 dali_1.9.27
Victor Cebollada [Fri, 28 Aug 2020 10:11:42 +0000 (11:11 +0100)]
DALi Version 1.9.27

Change-Id: If09187322fc6d855413861c968f5a15065fd0fa3

3 years agoRevert "HoverEvent class pimpling" accepted/tizen/unified/20200831.001930 submit/tizen/20200828.113809
Joogab Yun [Fri, 28 Aug 2020 02:09:51 +0000 (11:09 +0900)]
Revert "HoverEvent class pimpling"

This reverts commit c101be5f764aa7272e491eb8b2ad59850e7e133c.

Change-Id: I49a09be0872effd549a7f89c7e0681ea1899ee1a

3 years agoRevert "WheelEvent class pimpling"
Joogab Yun [Fri, 28 Aug 2020 02:09:45 +0000 (11:09 +0900)]
Revert "WheelEvent class pimpling"

This reverts commit be93fd772a1b1b09425ac0aaec1ea1b64e9a9e60.

3 years agoWhen matchSystemLanguageDirection is set, it should follow the direction setting...
Joogab Yun [Thu, 27 Aug 2020 03:54:59 +0000 (12:54 +0900)]
When matchSystemLanguageDirection is set, it should follow the direction setting of the system.
So, we use the window direction, not the actor direction.

Change-Id: I6626dfc35fed531eadc68aa811de5fc1e035cea6

3 years agoIf the size of the text is larger than the size of the control,
Joogab Yun [Tue, 25 Aug 2020 08:59:40 +0000 (17:59 +0900)]
If the size of the text is larger than the size of the control,
setting it to VerticalAlignment::Center cuts the top and bottom of the text.

The VerticalAlignment::CENTER setting works when the size of the control is enough.

Change-Id: I3d35b4dfceb4297c89bddfc5c5364de4be5bc646

3 years agoMerge "When matchSystemLanguageDirection is set, it should follow the direction setti...
joogab yun [Fri, 28 Aug 2020 00:49:42 +0000 (00:49 +0000)]
Merge "When matchSystemLanguageDirection is set, it should follow the direction setting of the system. So, we use the window direction, not the actor direction." into devel/master

3 years agoMerge "Updates for const->constexpr" into devel/master
Adeel Kazmi [Thu, 27 Aug 2020 20:11:27 +0000 (20:11 +0000)]
Merge "Updates for const->constexpr" into devel/master

3 years agoUpdates for const->constexpr 36/242536/1
David Steele [Thu, 27 Aug 2020 14:04:56 +0000 (15:04 +0100)]
Updates for const->constexpr

Change-Id: Ied6617817f73a03575b86e9fd9fa515b4a55f10b

3 years agoRenamed KeyEvent enum values to comply with coding standards. 86/242486/3
György Straub [Thu, 27 Aug 2020 07:42:03 +0000 (08:42 +0100)]
Renamed KeyEvent enum values to comply with coding standards.

Change-Id: Id48a7d995ed6036d7ae2c228a3b596904d1dcf09
Signed-off-by: György Straub <g.straub@partner.samsung.com>
3 years agoWhen matchSystemLanguageDirection is set, it should follow the direction setting... 42/242242/15
Joogab Yun [Thu, 27 Aug 2020 03:54:59 +0000 (12:54 +0900)]
When matchSystemLanguageDirection is set, it should follow the direction setting of the system.
So, we use the window direction, not the actor direction.

Change-Id: I6626dfc35fed531eadc68aa811de5fc1e035cea6

3 years agoMerge "If the size of the text is larger than the size of the control, setting it...
joogab yun [Wed, 26 Aug 2020 00:49:08 +0000 (00:49 +0000)]
Merge "If the size of the text is larger than the size of the control, setting it to VerticalAlignment::Center cuts the top and bottom of the text." into devel/master

3 years agoMerge "Updates following rename of PropertyBuffer to VertexBuffer" into devel/master
Adeel Kazmi [Tue, 25 Aug 2020 18:25:24 +0000 (18:25 +0000)]
Merge "Updates following rename of PropertyBuffer to VertexBuffer" into devel/master

3 years agoMerge "KeyEvent class pimpling" into devel/master
Adeel Kazmi [Tue, 25 Aug 2020 17:24:46 +0000 (17:24 +0000)]
Merge "KeyEvent class pimpling" into devel/master

3 years agoUpdates following rename of PropertyBuffer to VertexBuffer 73/242173/3
David Steele [Mon, 24 Aug 2020 17:35:10 +0000 (18:35 +0100)]
Updates following rename of PropertyBuffer to VertexBuffer

Change-Id: I5989a8b4774feed2b4dcad68cfd8f2573523b983

3 years agoKeyEvent class pimpling 84/242284/1
Richard Huang [Tue, 25 Aug 2020 09:34:16 +0000 (10:34 +0100)]
KeyEvent class pimpling

Change-Id: Ic51e92d7a783f47890e6f842b1ed2cfc5b6f3077

3 years agoIf the size of the text is larger than the size of the control, 60/242260/1
Joogab Yun [Tue, 25 Aug 2020 08:59:40 +0000 (17:59 +0900)]
If the size of the text is larger than the size of the control,
setting it to VerticalAlignment::Center cuts the top and bottom of the text.

The VerticalAlignment::CENTER setting works when the size of the control is enough.

Change-Id: I3d35b4dfceb4297c89bddfc5c5364de4be5bc646

3 years agoChanged Animation API enums to uppercase. 67/242167/2
adam.b [Mon, 24 Aug 2020 15:03:22 +0000 (16:03 +0100)]
Changed Animation API enums to uppercase.

Change-Id: I8e17ed6d04fbaf4c589c82358bd920ff8d51e680

3 years agoUpdates following publication of devel-handle APIs 54/242154/1
David Steele [Mon, 24 Aug 2020 12:49:01 +0000 (13:49 +0100)]
Updates following publication of devel-handle APIs

Change-Id: I070abe62055a6574fcf98a96ab3e1140113256d4

3 years ago[Tizen] Revert "Changes after touch consumed behaviour change" accepted/tizen/unified/20200826.133122 submit/tizen/20200825.050532
Joogab Yun [Mon, 24 Aug 2020 05:29:44 +0000 (14:29 +0900)]
[Tizen] Revert "Changes after touch consumed behaviour change"

This reverts commit ab90440bef88388eac4af5a3dc2162127efb4617.

Change-Id: I5b2e9f7b5a94dcdf9ae66d01f23495662b3930c1

3 years ago[Tizen] Add AutofillContainer class and autofill implementation
Joogab Yun [Mon, 24 Aug 2020 05:29:04 +0000 (14:29 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit af642609829eb129621aed29a5e451cc1c5a007a.

Change-Id: I7010df7c82e0a06ecb1715708cdc43d982211a3f

3 years agoMerge branch 'devel/master' into tizen
Joogab Yun [Mon, 24 Aug 2020 05:28:55 +0000 (14:28 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Joogab Yun [Mon, 24 Aug 2020 05:28:46 +0000 (14:28 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 4040709e45d0e76bc77c49b0a0b3a8e897c3dc00.

3 years agoRevert "[Tizen] Revert "Changes after touch consumed behaviour change"
Joogab Yun [Mon, 24 Aug 2020 05:28:44 +0000 (14:28 +0900)]
Revert "[Tizen] Revert "Changes after touch consumed behaviour change"

This reverts commit ee686396514f3568a4c40b145ad77a4a23d2c8ab.

3 years agoRevert "[Tizen] (Vector) Change event processing"
Joogab Yun [Mon, 24 Aug 2020 05:28:41 +0000 (14:28 +0900)]
Revert "[Tizen] (Vector) Change event processing"

This reverts commit 0c28349016869444dea4e173bfd43130a012635f.

3 years agoRevert "Revert "Changes after TouchData renamed to TouchEvent""
Joogab Yun [Mon, 24 Aug 2020 05:28:38 +0000 (14:28 +0900)]
Revert "Revert "Changes after TouchData renamed to TouchEvent""

This reverts commit 07ea2c0aa0c3c229bca54410dfc58b3f7d49e114.

3 years agoRevert "Revert "Removed TouchEvent from dali-core""
Joogab Yun [Mon, 24 Aug 2020 05:28:35 +0000 (14:28 +0900)]
Revert "Revert "Removed TouchEvent from dali-core""

This reverts commit ba604915f436f3cf5451fc810f992dbc229f8ba8.

3 years agoRevert "Revert "HoverEvent class pimpling""
Joogab Yun [Mon, 24 Aug 2020 05:28:33 +0000 (14:28 +0900)]
Revert "Revert "HoverEvent class pimpling""

This reverts commit e089cefccc37829e5de9635706ec777b65faf0b1.

3 years agoUpdated test headers in line with dali-core 91/241391/2
David Steele [Wed, 19 Aug 2020 18:07:23 +0000 (19:07 +0100)]
Updated test headers in line with dali-core

Change-Id: I6415e847cbe0bae649039906d1a62c72e31116cb

3 years ago[dali_1.9.26] Merge branch 'devel/master' 89/241989/1
György Straub [Fri, 21 Aug 2020 07:53:27 +0000 (08:53 +0100)]
[dali_1.9.26] Merge branch 'devel/master'

Change-Id: I6b76455f219e969aebb63d0cb37b7dd57be31b0f

3 years agoDALi Version 1.9.26 83/241983/1 dali_1.9.26
György Straub [Fri, 21 Aug 2020 07:52:16 +0000 (08:52 +0100)]
DALi Version 1.9.26

Change-Id: Ib6e2b3c888ade615b096526d1aa62c1d5c2af454

3 years agoMerge "Changed minimum supported Cmake Version to allow C++17 Support" into devel...
David Steele [Thu, 20 Aug 2020 14:10:20 +0000 (14:10 +0000)]
Merge "Changed minimum supported Cmake Version to allow C++17 Support" into devel/master

3 years agoMerge "Removing Control::OnAccessibilityTouch" into devel/master
David Steele [Thu, 20 Aug 2020 13:00:25 +0000 (13:00 +0000)]
Merge "Removing Control::OnAccessibilityTouch" into devel/master

3 years agoRemoving Control::OnAccessibilityTouch 30/241130/3
David Steele [Mon, 17 Aug 2020 14:42:22 +0000 (15:42 +0100)]
Removing Control::OnAccessibilityTouch

It's never been implemented in the wayland backend, so has
never been called.

Change-Id: Ia65084d7641146a74676b16db68b2a2dab368163

3 years agoThere is a problem that ellipsis does not work properly when MIN_LINE_SIZE is set. 21/241421/1
Joogab Yun [Thu, 20 Aug 2020 04:51:21 +0000 (13:51 +0900)]
There is a problem that ellipsis does not work properly when MIN_LINE_SIZE is set.

Update the penY value.

Change-Id: Iaab2f2590bda4c80316262dcf4f9fcb0f5a91343

3 years agoChanged minimum supported Cmake Version to allow C++17 Support 94/241394/1
Adeel Kazmi [Tue, 18 Aug 2020 18:32:27 +0000 (19:32 +0100)]
Changed minimum supported Cmake Version to allow C++17 Support

Change-Id: I5b70d5d9629fe0415f628dc69cbbc3d5614a110a

3 years agoWheelEvent class pimpling 58/241358/2
Richard Huang [Tue, 18 Aug 2020 17:12:18 +0000 (18:12 +0100)]
WheelEvent class pimpling

Change-Id: I8cccc95259e1ffed4ead5e5c746ba68c32d6ab0e

3 years agoRevert "HoverEvent class pimpling" accepted/tizen/unified/20200820.034742 submit/tizen/20200819.064657
Joogab Yun [Wed, 19 Aug 2020 05:23:22 +0000 (14:23 +0900)]
Revert "HoverEvent class pimpling"

This reverts commit 4a16d0bb121e5faa4eda036474a5269d69b63042.

3 years agoRevert "Removed TouchEvent from dali-core"
Joogab Yun [Wed, 19 Aug 2020 05:23:18 +0000 (14:23 +0900)]
Revert "Removed TouchEvent from dali-core"

This reverts commit 6e1c172b801e44992f243e9ebf908ce3beeb6e84.

3 years agoRevert "Changes after TouchData renamed to TouchEvent"
Joogab Yun [Wed, 19 Aug 2020 05:23:10 +0000 (14:23 +0900)]
Revert "Changes after TouchData renamed to TouchEvent"

This reverts commit bf58973c37b31d52707463a1e9cdecdbe91099f6.

3 years agoChange to C++14 Support 13/241213/1
Adeel Kazmi [Tue, 18 Aug 2020 17:51:38 +0000 (18:51 +0100)]
Change to C++14 Support

Change-Id: Ibfcb7570c627f54e64125a0949a74cd17b324196

3 years ago[Tizen] (Vector) Change event processing 73/241173/1
Heeyong Song [Fri, 14 Aug 2020 05:04:20 +0000 (14:04 +0900)]
[Tizen] (Vector) Change event processing

Change-Id: I232a07c443005576eb7ba7518930840ec969cc7b

3 years agoMerge "(Vector) Change event processing" into devel/master
Heeyong Song [Tue, 18 Aug 2020 08:54:01 +0000 (08:54 +0000)]
Merge "(Vector) Change event processing" into devel/master

3 years ago[Tizen] Revert "Changes after touch consumed behaviour change
Joogab Yun [Tue, 18 Aug 2020 07:49:53 +0000 (16:49 +0900)]
[Tizen] Revert "Changes after touch consumed behaviour change

This reverts commit 1c4b5d5de12541c666a8cb1859f55b7110304ab2.

Change-Id: Iabb374e5e05da0e3ce9c4bfd2846816978f2854e

3 years ago[Tizen] Add AutofillContainer class and autofill implementation
Joogab Yun [Tue, 18 Aug 2020 07:49:31 +0000 (16:49 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 93c483e8286c95f7053c86f4198d72f356480291.

Change-Id: If6e859b55e0ab570120369ed2c74d8285e55d9e1

3 years agoMerge branch 'devel/master' into tizen
Joogab Yun [Tue, 18 Aug 2020 07:49:24 +0000 (16:49 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Joogab Yun [Tue, 18 Aug 2020 07:49:11 +0000 (16:49 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit c0e018284734c09f36fbe6cd701523cee08565c1.

3 years agoRevert "[Tizen] Revert "Changes after touch consumed behaviour change""
Joogab Yun [Tue, 18 Aug 2020 07:49:09 +0000 (16:49 +0900)]
Revert "[Tizen] Revert "Changes after touch consumed behaviour change""

This reverts commit a1ecd8fd27eed5327e6105bfe382a2652fae7551.

3 years agoChanges after TouchData renamed to TouchEvent 09/241109/2
Adeel Kazmi [Fri, 14 Aug 2020 14:27:26 +0000 (15:27 +0100)]
Changes after TouchData renamed to TouchEvent

Change-Id: I981bd5c0296302b8cd798c96771ff8ef2a3581f9

3 years ago[dali_1.9.25] Merge branch 'devel/master' 95/241095/1
greynaga [Fri, 14 Aug 2020 10:39:46 +0000 (11:39 +0100)]
[dali_1.9.25] Merge branch 'devel/master'

Change-Id: I2357c57e8defdebca2149b9406d6ead1cf9f6760

3 years agoDALi Version 1.9.25 89/241089/1 dali_1.9.25
greynaga [Fri, 14 Aug 2020 10:38:51 +0000 (11:38 +0100)]
DALi Version 1.9.25

Change-Id: I4d0d6abaa501a842048cf08dfe69b248f16b6a96

3 years ago(Vector) Change event processing 40/241040/1
Heeyong Song [Fri, 14 Aug 2020 05:04:20 +0000 (14:04 +0900)]
(Vector) Change event processing

Change-Id: I232a07c443005576eb7ba7518930840ec969cc7b

3 years ago[Tizen] Revert "Changes after touch consumed behaviour change" 31/241031/1 accepted/tizen/unified/20200814.123047 submit/tizen/20200814.024056
seungho [Fri, 14 Aug 2020 02:21:40 +0000 (11:21 +0900)]
[Tizen] Revert "Changes after touch consumed behaviour change"

This reverts commit 1d7629dd9f67628c53841d137125833e3d5afe97.

Change-Id: Id3d1141273b376d9cdcbcb2c4b3d9cb5d4dd5b57

3 years agoMerge "Removed TouchEvent from dali-core" into devel/master
David Steele [Thu, 13 Aug 2020 16:59:34 +0000 (16:59 +0000)]
Merge "Removed TouchEvent from dali-core" into devel/master

3 years agoRemoved TouchEvent from dali-core 10/240810/3
David Steele [Tue, 11 Aug 2020 16:13:29 +0000 (17:13 +0100)]
Removed TouchEvent from dali-core

Changed AccessibilityManager to use TouchData instead

Change-Id: I9fccae8a3160d4072d429b812813fcf8518b956b
Signed-off-by: David Steele <david.steele@samsung.com>
3 years agoHoverEvent class pimpling 98/240898/1
Richard Huang [Wed, 12 Aug 2020 13:34:41 +0000 (14:34 +0100)]
HoverEvent class pimpling

Change-Id: I51f03dacec165ee1d39efcf873b7c0f7bcb611db

3 years agoFix documentation for Text::EditableControlInterface interface override functions 74/240874/1
ali [Wed, 12 Aug 2020 07:29:34 +0000 (10:29 +0300)]
Fix documentation for Text::EditableControlInterface interface override functions

Change-Id: I4fe04195e95380562ff0347175fd58b731ae32b9

3 years agoSpecified C++17 standard for the CMake projects. 43/240643/4
Victor Cebollada [Mon, 10 Aug 2020 08:10:23 +0000 (09:10 +0100)]
Specified C++17 standard for the CMake projects.

Change-Id: I518c6cd79a0a92d09f132ecd7e7e5946f3e35cb2
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
3 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20200811.050414 submit/tizen/20200810.064352
Wonsik Jung [Mon, 10 Aug 2020 05:41:44 +0000 (14:41 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 81e71fbb8b248ea7a8ce8c967a24495fd7cd79b9.

3 years agoMerge branch 'devel/master' into tizen
Wonsik Jung [Mon, 10 Aug 2020 05:41:31 +0000 (14:41 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Wonsik Jung [Mon, 10 Aug 2020 05:40:46 +0000 (14:40 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 94315db8e597e03e9796ca94b46a27c63375ae34.

3 years agoRevert "[Tizen] There is an issue with scale, so change to LINEAR."
Wonsik Jung [Mon, 10 Aug 2020 05:40:42 +0000 (14:40 +0900)]
Revert "[Tizen] There is an issue with scale, so change to LINEAR."

This reverts commit 71b7443c9a26b10f8bb1057b6e2c8658eb1f1b1f.

3 years agoMerge "DALi Version 1.9.24" into devel/master
Adeel Kazmi [Fri, 7 Aug 2020 14:50:30 +0000 (14:50 +0000)]
Merge "DALi Version 1.9.24" into devel/master

3 years ago[dali_1.9.24] Merge branch 'devel/master' 78/240578/1
David Steele [Fri, 7 Aug 2020 14:43:04 +0000 (15:43 +0100)]
[dali_1.9.24] Merge branch 'devel/master'

Change-Id: Ib1cf59bcb99bf399a52495c61df6fd1e17a72912

3 years agoDALi Version 1.9.24 72/240572/1 dali_1.9.24
David Steele [Fri, 7 Aug 2020 14:42:08 +0000 (15:42 +0100)]
DALi Version 1.9.24

Change-Id: If9fcb65f3b27bc85f2f99c7f441289c3482c41c4

3 years agoMerge "No longer using std::unary_function<>." into devel/master
Adeel Kazmi [Fri, 7 Aug 2020 14:06:30 +0000 (14:06 +0000)]
Merge "No longer using std::unary_function<>." into devel/master

3 years agoMerge "Add a TextEditor property to limit input to maximum characters" into devel...
Seoyeon Kim [Fri, 7 Aug 2020 01:25:34 +0000 (01:25 +0000)]
Merge "Add a TextEditor property to limit input to maximum characters" into devel/master

3 years agoMerge "Add move semantics to toolkit Window" into devel/master
Adeel Kazmi [Thu, 6 Aug 2020 16:01:12 +0000 (16:01 +0000)]
Merge "Add move semantics to toolkit Window" into devel/master

3 years agoAdd move semantics to toolkit Window 81/240481/1
Richard Huang [Thu, 6 Aug 2020 14:22:32 +0000 (15:22 +0100)]
Add move semantics to toolkit Window

Change-Id: I055c275ce957dd545ccff40c439467df3f2ef518

3 years agoNo longer using std::unary_function<>. 50/240450/1
György Straub [Thu, 6 Aug 2020 09:14:45 +0000 (10:14 +0100)]
No longer using std::unary_function<>.

It is removed as of C++17.

Change-Id: I1fa47528de13bb9d541cbb3b6b48addfb0fd5e79
Signed-off-by: György Straub <g.straub@partner.samsung.com>
3 years agoAdd a TextEditor property to limit input to maximum characters 90/240390/3
Seoyeon Kim [Thu, 6 Aug 2020 04:15:51 +0000 (13:15 +0900)]
Add a TextEditor property to limit input to maximum characters

- Added MAX_LENGTH property and MaxLengthReachedSignal to TextEditor

Change-Id: I55f97302ff3f60f878ac438a014bb7d967dfdf32
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years agoUse static_assert instead of DALI_COMPILE_TIME_ASSERT 42/240342/1
Adeel Kazmi [Wed, 5 Aug 2020 12:42:53 +0000 (13:42 +0100)]
Use static_assert instead of DALI_COMPILE_TIME_ASSERT

Change-Id: I5ff15e12d50da50e9198f0e6b51eacc296d51e33

3 years agoMerge "add minLineSize at text-utils-devel" into devel/master
joogab yun [Wed, 5 Aug 2020 08:56:12 +0000 (08:56 +0000)]
Merge "add minLineSize at text-utils-devel" into devel/master

3 years agofix typo 86/240286/1
Shinwoo Kim [Wed, 5 Aug 2020 05:34:33 +0000 (14:34 +0900)]
fix typo

Change-Id: I1cf7cf6c1fbcdbf8652cd772e4e6578ec3610607

3 years agoRename OnStage signals and related internal changes 16/240216/2
Richard Huang [Tue, 4 Aug 2020 11:12:17 +0000 (12:12 +0100)]
Rename OnStage signals and related internal changes

Change-Id: I26d60319eeb22cd31640eefc0b40cbcd750e3a8a

3 years agoadd minLineSize at text-utils-devel 90/240190/4
Joogab Yun [Tue, 4 Aug 2020 08:29:17 +0000 (17:29 +0900)]
add minLineSize at text-utils-devel

Change-Id: I1a11d35283b8f7b4cf14b0ae40487307b24e0a0a

3 years ago[dali_1.9.23] Merge branch 'devel/master' 04/240004/1
Cheng-Shiun Tsai [Fri, 31 Jul 2020 10:12:31 +0000 (11:12 +0100)]
[dali_1.9.23] Merge branch 'devel/master'

Change-Id: I841314935b5630678668052e42c8e38e1b6cc753

3 years agoDALi Version 1.9.23 98/239998/1 dali_1.9.23
Cheng-Shiun Tsai [Fri, 31 Jul 2020 10:11:15 +0000 (11:11 +0100)]
DALi Version 1.9.23

Change-Id: Ic89882142ed68f863a0c1d53bde2e02ecea66a17

3 years agoMerge "Add move semantics to common and base Toolkit classes" into devel/master
Adeel Kazmi [Thu, 30 Jul 2020 16:41:05 +0000 (16:41 +0000)]
Merge "Add move semantics to common and base Toolkit classes" into devel/master

3 years agoMerge "Changes after touch consumed behaviour change" into devel/master
Adeel Kazmi [Thu, 30 Jul 2020 16:41:00 +0000 (16:41 +0000)]
Merge "Changes after touch consumed behaviour change" into devel/master

3 years agoChanges after touch consumed behaviour change 63/239663/8
Adeel Kazmi [Tue, 28 Jul 2020 17:59:40 +0000 (18:59 +0100)]
Changes after touch consumed behaviour change

Change-Id: I789630deb72157ae4016eccc96636155fb7c3af4

3 years agoMerge "There is an issue with scale, so change to LINEAR. and fixed pixel alignment...
joogab yun [Thu, 30 Jul 2020 07:51:08 +0000 (07:51 +0000)]
Merge "There is an issue with scale, so change to LINEAR. and fixed pixel alignment issue also." into devel/master

3 years agoThere is an issue with scale, so change to LINEAR. 90/239690/6
Joogab Yun [Wed, 29 Jul 2020 04:33:04 +0000 (13:33 +0900)]
There is an issue with scale, so change to LINEAR.
and fixed pixel alignment issue also.

Change-Id: I8fb79eafd58714b1f2fcb42d650b7f6a1ca4eeea

3 years agoAdd move semantics to common and base Toolkit classes 77/239777/2
Richard Huang [Wed, 29 Jul 2020 14:33:38 +0000 (15:33 +0100)]
Add move semantics to common and base Toolkit classes

Change-Id: I45a75274e668d12a15c07b9b3282613d56cfc192

3 years ago[Tizen] There is an issue with scale, so change to LINEAR. 18/239718/1 accepted/tizen/unified/20200731.145734 submit/tizen/20200731.001840
Joogab Yun [Wed, 29 Jul 2020 07:23:55 +0000 (16:23 +0900)]
[Tizen] There is an issue with scale, so change to LINEAR.

Change-Id: I3da6af5084846a5f28270db875eb16e8dde0ce41

3 years agoFix memory leak 03/239703/1
Heeyong Song [Wed, 29 Jul 2020 05:59:18 +0000 (14:59 +0900)]
Fix memory leak

Need to clear image loading tasks

Change-Id: I2d6edde3b7932fdcc22d5569c2f10de296a80ff7

3 years agoAdd a test to check the default Control OnPinch method 69/239569/1
Adeel Kazmi [Mon, 27 Jul 2020 19:15:56 +0000 (20:15 +0100)]
Add a test to check the default Control OnPinch method

Change-Id: If8478f4e0e98b31357f9f53d6f4432e3b7c863cf

3 years agoReset the number of characters to add in deleting all texts 97/239297/4
Seoyeon Kim [Thu, 23 Jul 2020 10:57:10 +0000 (19:57 +0900)]
Reset the number of characters to add in deleting all texts

Change-Id: Icc5681a75eb9ed93afb2741b08861cb2974000cf
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[Tizen] Add AutofillContainer class and autofill implementation accepted/tizen/unified/20200729.165635 submit/tizen/20200727.071635 submit/tizen/20200728.012923
Heeyong Song [Mon, 27 Jul 2020 06:33:32 +0000 (15:33 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

Change-Id: Id692f31a8f66941f77af5849dfee7b3081d4f636

3 years agoMerge branch 'devel/master' into tizen
Heeyong Song [Mon, 27 Jul 2020 06:33:09 +0000 (15:33 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I52d808ab4c2f52da99fea9492efd853f9273cd0c

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Heeyong Song [Mon, 27 Jul 2020 06:30:19 +0000 (15:30 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit b5a1e732437fe8e9a3ccf6826dd1a1a3ef9b5731.

Change-Id: I24eae5dd55f224829771b90e77cc8864f72f1331

3 years agoMerge "Rendering optimisation with AddOn" into devel/master
Adeel Kazmi [Fri, 24 Jul 2020 15:38:59 +0000 (15:38 +0000)]
Merge "Rendering optimisation with AddOn" into devel/master