platform/core/uifw/dali-toolkit.git
3 years ago[Tizen] Ensuring Control behaviour flags retain their original values accepted/tizen/unified/20200927.212954 submit/tizen/20200926.031005
David Steele [Fri, 25 Sep 2020 15:17:46 +0000 (16:17 +0100)]
[Tizen] Ensuring Control behaviour flags retain their original values

Change-Id: Iafa9a7450a093fad0719c0ac51bbf2c04970948b

3 years ago[Tizen] Set custom fragment shader to the visual used in WebView accepted/tizen/unified/20200924.072514 submit/tizen/20200923.133541 submit/tizen/20200923.193806
Sunghyun Kim [Wed, 23 Sep 2020 02:25:27 +0000 (11:25 +0900)]
[Tizen] Set custom fragment shader to the visual used in WebView

This reverts commit c86faad611a6845c54639e1bbe1aa488dbec4c68.

Change-Id: I8eaadd12ddef1de0f7a2c20fe3acc3147eddab02

3 years ago[Tizen] Revert "Changes after touch consumed behaviour change"
Sunghyun Kim [Wed, 23 Sep 2020 02:25:06 +0000 (11:25 +0900)]
[Tizen] Revert "Changes after touch consumed behaviour change"

This reverts commit e0ca203b93c8af4e14f69e2c678d890d4533f306.

Change-Id: I8ea0feb81404d7ea135d4af51f43c11d8786af37

3 years ago[Tizen] Add AutofillContainer class and autofill implementation
Sunghyun Kim [Wed, 23 Sep 2020 02:24:43 +0000 (11:24 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit fadfa34dc291da82f32619b05696a2ae1f333dbd.

Change-Id: Icfe8ced6be62db4360fea0ab6de28dddc1d8aa35

3 years agoMerge branch 'devel/master' into tizen
Sunghyun Kim [Wed, 23 Sep 2020 02:24:17 +0000 (11:24 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I75849d58814add72d47bd948ef759ef9827ea904

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Sunghyun Kim [Wed, 23 Sep 2020 02:21:42 +0000 (11:21 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit d486795b3bbac121b9bc7f0c0d070c40f8669cac.

3 years agoRevert "[Tizen] Revert "Changes after touch consumed behaviour change""
Sunghyun Kim [Wed, 23 Sep 2020 02:21:38 +0000 (11:21 +0900)]
Revert "[Tizen] Revert "Changes after touch consumed behaviour change""

This reverts commit 2d1bfc90245bb9327656144df94441d947502d16.

3 years agoRevert "[Tizen] Set custom fragment shader to the visual used in WebView"
Sunghyun Kim [Wed, 23 Sep 2020 02:21:33 +0000 (11:21 +0900)]
Revert "[Tizen] Set custom fragment shader to the visual used in WebView"

This reverts commit 188107009c2c957b3b0dad8987d2819393df88ec.

3 years agoRevert "[Tizen]Change the precision of size and uSize from mediumP to highP"
Sunghyun Kim [Wed, 23 Sep 2020 02:21:23 +0000 (11:21 +0900)]
Revert "[Tizen]Change the precision of size and uSize from mediumP to highP"

This reverts commit 4036d3983f42718568661a2059c272b342397c1f.

3 years agoRevert "[Tizen] Add null check for mTextureSet."
Sunghyun Kim [Wed, 23 Sep 2020 02:21:07 +0000 (11:21 +0900)]
Revert "[Tizen] Add null check for mTextureSet."

This reverts commit dcd9007d49dac8cc4c4a8f3d2ea5a0a5bea3fa6a.

Change-Id: I3c69f9f3f8605dc0015d9c89e897ba0dd607ceca

3 years agoMerge "Change the precision of size and uSize from mediumP to highP" into devel/master
sunghyun kim [Wed, 23 Sep 2020 02:20:26 +0000 (02:20 +0000)]
Merge "Change the precision of size and uSize from mediumP to highP" into devel/master

3 years agoMerge "Make MeasureCallback signature .NET friendly" into devel/master
Adeel Kazmi [Tue, 22 Sep 2020 18:12:06 +0000 (18:12 +0000)]
Merge "Make MeasureCallback signature .NET friendly" into devel/master

3 years agoMake MeasureCallback signature .NET friendly 65/242665/4
Wander Lairson Costa [Tue, 4 Aug 2020 15:11:03 +0000 (12:11 -0300)]
Make MeasureCallback signature .NET friendly

Currently, MeasureCallback signature has a return type of a POD 16 bytes
structure. Returning the structure by value is messing up when passing a
delegate from C# on Windows 10. The net effect is that arguments arrive
with random values. This happens because the C++ compiler may apply
optimization like RVO that the .NET runtime is not aware of.

This link [1] provides more details.

We fix the problem by making SizeTuple an out parameter and returning
void.

[1] https://www.tutorialsteacher.com/csharp/csharp-delegates

Change-Id: I71feef35908d139f60e6941b447a78b38053b89d

3 years agoSvgVisual: Using VectorImageRenderer 73/240173/36
JunsuChoi [Tue, 28 Jul 2020 06:32:37 +0000 (15:32 +0900)]
SvgVisual: Using VectorImageRenderer

Make SvgVisual use VectorImageRenderer which is using ThorVG.
You can use nanosvg or thorVG by NO_THORVG macro define.

[Note]
If you want to use THORVG, remove below from ./build/tizen/CMakeLists.txt
...
ADD_DEFINITIONS( "-DNO_THORVG" )
...

Change-Id: Ia9bf5c799084e841ff567245a8ff4688824277ee

3 years agoMerge "Reduce Cyclomatic Complexity of Text classes" into devel/master
Adeel Kazmi [Mon, 21 Sep 2020 08:29:47 +0000 (08:29 +0000)]
Merge "Reduce Cyclomatic Complexity of Text classes" into devel/master

3 years agoChange the precision of size and uSize from mediumP to highP 43/243243/5
Sunghyun Kim [Fri, 4 Sep 2020 07:14:04 +0000 (16:14 +0900)]
Change the precision of size and uSize from mediumP to highP

When I checked the value of uSize and size set in the application, the
multiplication of these values could result in INF number if shader uses
mediump (fp16).

To avoid this problem, i change the precision of size and uSize from mediumP to highP

Change-Id: Iaa3e6f4427cfbf82a2ca59f0c5628f746ebdbb80

3 years agoMerge "DALi Version 1.9.30" into devel/master
David Steele [Fri, 18 Sep 2020 10:46:54 +0000 (10:46 +0000)]
Merge "DALi Version 1.9.30" into devel/master

3 years ago[dali_1.9.30] Merge branch 'devel/master' 46/244446/1
David Steele [Fri, 18 Sep 2020 10:35:44 +0000 (11:35 +0100)]
[dali_1.9.30] Merge branch 'devel/master'

Change-Id: I0e759f4ca26e9b635806a862cd043de839fb8b99

3 years agoDALi Version 1.9.30 40/244440/1 dali_1.9.30
David Steele [Fri, 18 Sep 2020 10:35:13 +0000 (11:35 +0100)]
DALi Version 1.9.30

Change-Id: I9ebc6f4c49010c6fc469d2abbc7cea327b9bc46f

3 years agoMerge "Add null check for mTextureSet. For empty text, text-visual doesn't create...
joogab yun [Fri, 18 Sep 2020 04:48:30 +0000 (04:48 +0000)]
Merge "Add null check for mTextureSet. For empty text, text-visual doesn't create a textureSet. So it happens that mTextureSet is null." into devel/master

3 years agoReduce Cyclomatic Complexity of Text classes 71/244371/2
Adeel Kazmi [Thu, 17 Sep 2020 23:00:21 +0000 (00:00 +0100)]
Reduce Cyclomatic Complexity of Text classes

Change-Id: I055f3fd585a9709ab99d23887f7ff02fcf454975

3 years agoMerge "Updated ImageVisual to handle native texture sampler" into devel/master
Adeel Kazmi [Thu, 17 Sep 2020 21:13:27 +0000 (21:13 +0000)]
Merge "Updated ImageVisual to handle native texture sampler" into devel/master

3 years agoMerge "Text selection refactoring" into devel/master
Adeel Kazmi [Thu, 17 Sep 2020 18:03:38 +0000 (18:03 +0000)]
Merge "Text selection refactoring" into devel/master

3 years ago[Tizen] Add null check for mTextureSet. 30/244230/1 accepted/tizen/unified/20200917.030617 submit/tizen/20200916.173718
Joogab Yun [Wed, 16 Sep 2020 06:22:08 +0000 (15:22 +0900)]
[Tizen] Add null check for mTextureSet.
For empty text, text-visual doesn't create a textureSet.
So it happens that mTextureSet is null.

(sample)

 void Create(Application& application)
  {
    // Get a handle to the window
    Window window = application.GetWindow();
    window.SetBackgroundColor(Color::WHITE);

    textLabel = TextLabel::New();
    textLabel.SetProperty( Actor::Property::SIZE, Vector2(300.f, 200.f));
    textLabel.SetProperty( Toolkit::TextLabel::Property::TEXT, ""  );
    textLabel.SetProperty( Toolkit::TextLabel::Property::ENABLE_AUTO_SCROLL, true  );

    window.Add(textLabel);

    // Respond to a touch anywhere on the window
    window.GetRootLayer().TouchedSignal().Connect(this, &HelloWorldController::OnTouch);

  }

  bool OnTouch(Actor actor, const TouchEvent& touch)
  {
    textLabel.SetProperty( Toolkit::TextLabel::Property::TEXT, ""  );
    textLabel.SetProperty( Toolkit::TextLabel::Property::ENABLE_AUTO_SCROLL, false  );
    return true;
  }

Change-Id: Iff50abb0278c7d2f650a8c92cf8d5c5eaec6f36a

3 years agoAdd null check for mTextureSet. 22/244222/1
Joogab Yun [Wed, 16 Sep 2020 06:22:08 +0000 (15:22 +0900)]
Add null check for mTextureSet.
For empty text, text-visual doesn't create a textureSet.
So it happens that mTextureSet is null.

(sample)

 void Create(Application& application)
  {
    // Get a handle to the window
    Window window = application.GetWindow();
    window.SetBackgroundColor(Color::WHITE);

    textLabel = TextLabel::New();
    textLabel.SetProperty( Actor::Property::SIZE, Vector2(300.f, 200.f));
    textLabel.SetProperty( Toolkit::TextLabel::Property::TEXT, ""  );
    textLabel.SetProperty( Toolkit::TextLabel::Property::ENABLE_AUTO_SCROLL, true  );

    window.Add(textLabel);

    // Respond to a touch anywhere on the window
    window.GetRootLayer().TouchedSignal().Connect(this, &HelloWorldController::OnTouch);

  }

  bool OnTouch(Actor actor, const TouchEvent& touch)
  {
    textLabel.SetProperty( Toolkit::TextLabel::Property::TEXT, ""  );
    textLabel.SetProperty( Toolkit::TextLabel::Property::ENABLE_AUTO_SCROLL, false  );
    return true;
  }

Change-Id: Iff50abb0278c7d2f650a8c92cf8d5c5eaec6f36a

3 years ago[Tizen]Change the precision of size and uSize from mediumP to highP
Seoyeon Kim [Wed, 16 Sep 2020 05:11:58 +0000 (14:11 +0900)]
[Tizen]Change the precision of size and uSize from mediumP to highP

This reverts commit f7fb5e22054d8e2486e877f7986f1beed78f6de1.

Change-Id: Iefcc5f4ad37dfa491b831d62dbb3e02f5b2331fb

3 years ago[Tizen] Set custom fragment shader to the visual used in WebView
Seoyeon Kim [Wed, 16 Sep 2020 05:11:24 +0000 (14:11 +0900)]
[Tizen] Set custom fragment shader to the visual used in WebView

This reverts commit c35e50a38916e65327774edbcf0f4d11084fb2a6.

Change-Id: Ibced0371c4708596d6efdcbbf9da31575095ac50

3 years ago[Tizen] Revert "Changes after touch consumed behaviour change"
Seoyeon Kim [Wed, 16 Sep 2020 05:11:20 +0000 (14:11 +0900)]
[Tizen] Revert "Changes after touch consumed behaviour change"

This reverts commit cbdd482912a7d74b97c634dd1b85b3b306500731.

Change-Id: I51908c934bc644bb71e0fa0fb2446391a8d5e5b0

3 years ago[Tizen] Add AutofillContainer class and autofill implementation
Seoyeon Kim [Wed, 16 Sep 2020 05:11:17 +0000 (14:11 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 7ae98167b08a132295bfcfcd90ea422a9970a8fb.

Change-Id: Iba999267af5f63256a02ef889b209ba930988b5e

3 years agoMerge branch 'devel/master' into tizen
Seoyeon Kim [Wed, 16 Sep 2020 05:10:52 +0000 (14:10 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Seoyeon Kim [Wed, 16 Sep 2020 05:10:21 +0000 (14:10 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 135ba3ba6b3aadeb34aa0692df49658d0faca263.

3 years agoRevert "[Tizen] Revert "Changes after touch consumed behaviour change""
Seoyeon Kim [Wed, 16 Sep 2020 05:10:14 +0000 (14:10 +0900)]
Revert "[Tizen] Revert "Changes after touch consumed behaviour change""

This reverts commit 9d8d90feff4f165666b9d83a7ba52b3e3a8bb565.

3 years agoRevert "[Tizen] Set custom fragment shader to the visual used in WebView"
Seoyeon Kim [Wed, 16 Sep 2020 05:10:10 +0000 (14:10 +0900)]
Revert "[Tizen] Set custom fragment shader to the visual used in WebView"

This reverts commit aacbf614697ec5af0721b598496fad8659bfbf81.

3 years agoRevert "[Tizen] Change cursor parent from Layer to Actor"
Seoyeon Kim [Wed, 16 Sep 2020 05:09:45 +0000 (14:09 +0900)]
Revert "[Tizen] Change cursor parent from Layer to Actor"

This reverts commit 9fd3104c04dd4874fa361d156493a257e76aeefe.

3 years agoRevert "[Tizen]Change the precision of size and uSize from mediumP to highP"
Seoyeon Kim [Wed, 16 Sep 2020 05:09:42 +0000 (14:09 +0900)]
Revert "[Tizen]Change the precision of size and uSize from mediumP to highP"

This reverts commit edcb22faa25d03e71f8a4cb5c3dc5fa328a42f5f.

3 years agoMerge "Fix VideoView test case" into devel/master
Adeel Kazmi [Mon, 14 Sep 2020 14:05:01 +0000 (14:05 +0000)]
Merge "Fix VideoView test case" into devel/master

3 years agoMerge "[Tizen]Change the precision of size and uSize from mediumP to highP" into... accepted/tizen/unified/20200914.131318 submit/tizen/20200914.015519
sunghyun kim [Mon, 14 Sep 2020 01:53:05 +0000 (01:53 +0000)]
Merge "[Tizen]Change the precision of size and uSize from mediumP to highP" into tizen

3 years ago[Tizen] Change cursor parent from Layer to Actor 99/243999/1
Seoyeon Kim [Tue, 8 Sep 2020 08:21:59 +0000 (17:21 +0900)]
[Tizen] Change cursor parent from Layer to Actor

Change-Id: I5f746b733a443f8d270403d89c0658f165eef992
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years ago[Tizen]Change the precision of size and uSize from mediumP to highP 97/243997/2
Sunghyun Kim [Fri, 4 Sep 2020 07:14:04 +0000 (16:14 +0900)]
[Tizen]Change the precision of size and uSize from mediumP to highP

When I checked the value of uSize and size set in the application, the
multiplication of these values could result in INF number if shader uses
mediump (fp16).

To avoid this problem, i change the precision of size and uSize from mediumP to highP

Change-Id: Iaa3e6f4427cfbf82a2ca59f0c5628f746ebdbb80

3 years agoUpdated ImageVisual to handle native texture sampler 83/243983/1
David Steele [Fri, 11 Sep 2020 16:56:59 +0000 (17:56 +0100)]
Updated ImageVisual to handle native texture sampler

Change-Id: I62bf03bb413140f581fb72a46e6fdf049caa7e5d

3 years agoMerge "Dali-Text: Keyboard Shortcuts" into devel/master
Adeel Kazmi [Fri, 11 Sep 2020 16:51:12 +0000 (16:51 +0000)]
Merge "Dali-Text: Keyboard Shortcuts" into devel/master

3 years agoDali-Text: Keyboard Shortcuts 28/242728/5
ali [Mon, 31 Aug 2020 14:53:58 +0000 (17:53 +0300)]
Dali-Text: Keyboard Shortcuts

Add support for :
1- Select All Text : Ctrl+A
2- Copy Text: support Ctrl+Insert
Disable Ctrl+(C/X/V/A/Insert) when shift is down

Change-Id: I5404ac6866eedb13ba2091d1d4b1be7e70dd95a8

3 years agoMerge "DALi Version 1.9.29" into devel/master
David Steele [Fri, 11 Sep 2020 12:01:22 +0000 (12:01 +0000)]
Merge "DALi Version 1.9.29" into devel/master

3 years ago[dali_1.9.29] Merge branch 'devel/master' 72/243972/1
adam.b [Fri, 11 Sep 2020 11:57:29 +0000 (12:57 +0100)]
[dali_1.9.29] Merge branch 'devel/master'

Change-Id: I2680076d964a2531c6743b6a8036002b3974cd36

3 years agoDALi Version 1.9.29 66/243966/1 dali_1.9.29
adam.b [Fri, 11 Sep 2020 11:56:33 +0000 (12:56 +0100)]
DALi Version 1.9.29

Change-Id: I48d6b2eb6b0da2cba0d67d1c5d5955f1d3ac9c6d

3 years agoFix VideoView test case 40/243940/1
Heeyong Song [Fri, 11 Sep 2020 08:36:07 +0000 (17:36 +0900)]
Fix VideoView test case

Add a VideoView to the Scene before playing an animation

Change-Id: I3c8cdad53592d49109893f741601d58dba8d64c8

3 years agoChange cursor parent from Layer to Actor 77/243577/3
Seoyeon Kim [Tue, 8 Sep 2020 08:21:59 +0000 (17:21 +0900)]
Change cursor parent from Layer to Actor

Change-Id: I5f746b733a443f8d270403d89c0658f165eef992
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
3 years agoText selection refactoring 25/242725/10
ali [Mon, 31 Aug 2020 12:41:01 +0000 (15:41 +0300)]
Text selection refactoring

This Task contains two main parts:

1- Introduce internal interface Dali::Toolkit::Text::SelectableControlInterface which is inherited by TextEditor and TextField
Both Class needs to implement this interface methods, else developer will get compilation error

2- Introduce Properties to get/set Text Selection Ranges start and end positions in Devel namespace, SELECTED_TEXT_START (start position) SELECTED_TEXT_END (end position)
this allow programatical set for text selection, also get selection range programatically

Change-Id: I7ec96d4f1570218f0e945f21a03a6a10e5e8fe97

3 years agoUpdating test harness following format changes 50/243850/3
David Steele [Thu, 10 Sep 2020 11:31:23 +0000 (12:31 +0100)]
Updating test harness following format changes

Change-Id: I2e6afda4215e8d8f707331d3952a8c8eaff2b9bd

3 years agoFormatting API 49/243849/2
David Steele [Thu, 10 Sep 2020 10:26:49 +0000 (11:26 +0100)]
Formatting API

Change-Id: I8ee16601ef38967ed7eddc7645b2c11a6226adce

3 years ago[Tizen] Set custom fragment shader to the visual used in WebView 39/243839/1 accepted/tizen/unified/20200911.043226 submit/tizen/20200910.200255
Jiyun Yang [Thu, 10 Sep 2020 10:50:01 +0000 (19:50 +0900)]
[Tizen] Set custom fragment shader to the visual used in WebView

Change-Id: Id687fa55dad210ffe0c49900b6a4383e614cc974
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
3 years agoAdding clang format 11/243611/2
David Steele [Mon, 7 Sep 2020 16:08:01 +0000 (17:08 +0100)]
Adding clang format

Closely follows new dali-style

Change-Id: I285743bf054dfbb04809ec995e47f00426134889

3 years agoAdding 'override', removing 'virtual' from overriding functions' declarations in... 54/243754/1
György Straub [Wed, 9 Sep 2020 13:28:55 +0000 (14:28 +0100)]
Adding 'override', removing 'virtual' from overriding functions' declarations in tests.

Change-Id: I04ba825e4125a13e27818eed9b2d9be67755b6ef
Signed-off-by: György Straub <g.straub@partner.samsung.com>
3 years agoMerge "Changed 'virtual' function override declarations to 'override' in automated...
Adeel Kazmi [Tue, 8 Sep 2020 10:56:57 +0000 (10:56 +0000)]
Merge "Changed 'virtual' function override declarations to 'override' in automated-tests." into devel/master

3 years agoOverriding virtual destructors are marked as 'override'. 75/243575/2
György Straub [Tue, 8 Sep 2020 07:41:48 +0000 (08:41 +0100)]
Overriding virtual destructors are marked as 'override'.

- so are functions missed from If046270d3b6036f8566a9c48e4064425c1498daa;
- affected files that were the wrong mode have that fixed too (-x);

Change-Id: I476600848bb789ae7e660d130be723604453c674
Signed-off-by: György Straub <g.straub@partner.samsung.com>
3 years ago[Tizen] Revert "Changes after touch consumed behaviour change" submit/tizen/20200908.102446
Joogab Yun [Mon, 7 Sep 2020 06:01:45 +0000 (15:01 +0900)]
[Tizen] Revert "Changes after touch consumed behaviour change"

This reverts commit af1671c4205934038b6d13a7b355091bb840b689.

Change-Id: I75aa72d149d84ccf8c3c2502cd8cdadbd3260383

3 years ago[Tizen] Add AutofillContainer class and autofill implementation
Joogab Yun [Mon, 7 Sep 2020 05:58:49 +0000 (14:58 +0900)]
[Tizen] Add AutofillContainer class and autofill implementation

This reverts commit 5930970d3087752f7cf7ae5b6a2f3d82bdec1153.

Change-Id: Ib56306e1522deb9903910f5d62c2ab8009bf9f37

3 years agoMerge branch 'devel/master' into tizen
Joogab Yun [Mon, 7 Sep 2020 05:58:37 +0000 (14:58 +0900)]
Merge branch 'devel/master' into tizen

3 years agoRevert "Revert "Move TouchPoint to Devel API""
Joogab Yun [Mon, 7 Sep 2020 05:58:28 +0000 (14:58 +0900)]
Revert "Revert "Move TouchPoint to Devel API""

This reverts commit 18fe710dd9411c6aaf8dd6944601b22855133ca2.

3 years agoRevert "Revert "Renamed KeyEvent enum values to comply with coding standards.""
Joogab Yun [Mon, 7 Sep 2020 05:58:15 +0000 (14:58 +0900)]
Revert "Revert "Renamed KeyEvent enum values to comply with coding standards.""

This reverts commit 22bb7aa462e31e509e9dda933f731f76999be728.

3 years agoRevert "Revert "KeyEvent class pimpling""
Joogab Yun [Mon, 7 Sep 2020 05:58:12 +0000 (14:58 +0900)]
Revert "Revert "KeyEvent class pimpling""

This reverts commit b9ab1156bc4daffd95aa78a36c626fe71f814158.

3 years agoRevert "Revert "WheelEvent class pimpling""
Joogab Yun [Mon, 7 Sep 2020 05:58:09 +0000 (14:58 +0900)]
Revert "Revert "WheelEvent class pimpling""

This reverts commit aa26e19e4876e3838075fec8bf8e6b76e1b402f8.

3 years agoRevert "Revert "HoverEvent class pimpling""
Joogab Yun [Mon, 7 Sep 2020 05:58:07 +0000 (14:58 +0900)]
Revert "Revert "HoverEvent class pimpling""

This reverts commit 5bf4da2ccc134f18ab55fec0452141787a99b923.

3 years agoRevert "[Tizen] Add AutofillContainer class and autofill implementation"
Joogab Yun [Mon, 7 Sep 2020 05:58:03 +0000 (14:58 +0900)]
Revert "[Tizen] Add AutofillContainer class and autofill implementation"

This reverts commit 7dcb535efef87e3b17458423d204e425c6e65af9.

3 years agoRevert "[Tizen] Revert "Changes after touch consumed behaviour change""
Joogab Yun [Mon, 7 Sep 2020 05:58:00 +0000 (14:58 +0900)]
Revert "[Tizen] Revert "Changes after touch consumed behaviour change""

This reverts commit a05ee3025d74d4531e1b608a4b836dcb0b308784.

3 years agoChanged 'virtual' function override declarations to 'override' in automated-tests. 24/243324/3
György Straub [Fri, 4 Sep 2020 14:25:00 +0000 (15:25 +0100)]
Changed 'virtual' function override declarations to 'override' in automated-tests.

Change-Id: Id86e9c197e28b3fb67bc1a3aec504020dc093808
Signed-off-by: György Straub <g.straub@partner.samsung.com>
3 years agoChanged 'virtual' function override declarations to 'override' in dali-toolkit. 23/243323/3
György Straub [Fri, 4 Sep 2020 11:14:24 +0000 (12:14 +0100)]
Changed 'virtual' function override declarations to 'override' in dali-toolkit.

Change-Id: If046270d3b6036f8566a9c48e4064425c1498daa
Signed-off-by: György Straub <g.straub@partner.samsung.com>
3 years ago[dali_1.9.28] Merge branch 'devel/master' 83/243283/1
Richard Huang [Fri, 4 Sep 2020 10:16:20 +0000 (11:16 +0100)]
[dali_1.9.28] Merge branch 'devel/master'

Change-Id: Ib01c1f6a36e560625f216fb067ee3a1110d86903

3 years agoDALi Version 1.9.28 76/243276/1 dali_1.9.28
Richard Huang [Fri, 4 Sep 2020 10:15:50 +0000 (11:15 +0100)]
DALi Version 1.9.28

Change-Id: Icb06c26e79f0468af263f67dd7363813226cccf0

3 years agoMerge "Removed REQUIRES_STYLE_CHANGE_SIGNALS" into devel/master
Adeel Kazmi [Thu, 3 Sep 2020 19:35:37 +0000 (19:35 +0000)]
Merge "Removed REQUIRES_STYLE_CHANGE_SIGNALS" into devel/master

3 years agoRemoved REQUIRES_STYLE_CHANGE_SIGNALS 75/243175/4
adam.b [Thu, 3 Sep 2020 15:38:51 +0000 (16:38 +0100)]
Removed REQUIRES_STYLE_CHANGE_SIGNALS

Change-Id: I8bacc71a58a052e68aa6f0af9e0ab8634fcd576e

3 years agoMerge "Removed On(...)Event()" into devel/master
Adeel Kazmi [Thu, 3 Sep 2020 17:23:34 +0000 (17:23 +0000)]
Merge "Removed On(...)Event()" into devel/master

3 years agoRemoved On(...)Event() 59/242359/9
adam.b [Thu, 3 Sep 2020 16:11:02 +0000 (17:11 +0100)]
Removed On(...)Event()

Change-Id: I09dcd36368f97c03cfda6d004e240df4dc13264b

3 years agoUpdate interface to sync with dali-core change. 28/242428/3
Subhransu Mohanty [Thu, 27 Aug 2020 01:28:01 +0000 (10:28 +0900)]
Update interface to sync with  dali-core change.

Change-Id: Ie70a029eabadebaffb7de7587d58328868b35b95

3 years agoMerge "NPatch rendering optimization" into devel/master
Adeel Kazmi [Thu, 3 Sep 2020 11:59:17 +0000 (11:59 +0000)]
Merge "NPatch rendering optimization" into devel/master

3 years agoNPatch rendering optimization 57/243057/3
adam.b [Wed, 2 Sep 2020 21:27:52 +0000 (22:27 +0100)]
NPatch rendering optimization

Change-Id: I6d2b95e8141c7e22d326e2f736c98f4783b829ab

3 years agoMoved Gesture::State and -::Type to gesture-enumerations.h. 26/243026/3
György Straub [Wed, 2 Sep 2020 12:48:18 +0000 (13:48 +0100)]
Moved Gesture::State and -::Type to gesture-enumerations.h.

Change-Id: I1094170d47c8dd6246bf5a32244424c9a3976c3d
Signed-off-by: György Straub <g.straub@partner.samsung.com>
3 years agoMerge "Deleted Move/Copy operators & constructors from Internal::Control" into devel...
Adeel Kazmi [Wed, 2 Sep 2020 21:53:58 +0000 (21:53 +0000)]
Merge "Deleted Move/Copy operators & constructors from Internal::Control" into devel/master

3 years agoMerge "Changes after TouchedSignal changes" into devel/master
Adeel Kazmi [Wed, 2 Sep 2020 20:09:34 +0000 (20:09 +0000)]
Merge "Changes after TouchedSignal changes" into devel/master

3 years agoDeleted Move/Copy operators & constructors from Internal::Control 56/243056/4
Adeel Kazmi [Wed, 2 Sep 2020 19:55:54 +0000 (20:55 +0100)]
Deleted Move/Copy operators & constructors from Internal::Control

Also added override keywords to methods that required it

Change-Id: If624801451472dce9e2a5d1f2d2d5afa8fc7cb64

3 years agoChanges after TouchedSignal changes 40/243040/4
Adeel Kazmi [Wed, 2 Sep 2020 13:53:37 +0000 (14:53 +0100)]
Changes after TouchedSignal changes

Change-Id: I439699c97723207d5ea1440e01c911c68a7c83c9

3 years agoFix compile error. Non initialized variable. 83/242983/1
Victor Cebollada [Wed, 2 Sep 2020 08:14:22 +0000 (09:14 +0100)]
Fix compile error. Non initialized variable.

Change-Id: I3b65765de9797df333c32abfb9607e04910bd169
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
3 years agoUpdates following rename of PropertyBuffer to VertexBuffer accepted/tizen/unified/20200903.151814 submit/tizen/20200902.124054
Joogab Yun [Wed, 2 Sep 2020 01:53:58 +0000 (10:53 +0900)]
Updates following rename of PropertyBuffer to VertexBuffer

This reverts commit a945e5467fa078dee9a54b41a782e0664f222b4a.

Change-Id: I457f1f39266a9dc747a5f32ebf9e8822273f5932

3 years agoRefactoring Gestures Class 85/236885/13
Joogab Yun [Tue, 23 Jun 2020 06:18:28 +0000 (15:18 +0900)]
Refactoring Gestures Class

Change-Id: I945af40bbb1a62177fe6bcfeda3c6a85396b90f3

3 years agoRevert "Updates following rename of PropertyBuffer to VertexBuffer"
Joogab Yun [Tue, 1 Sep 2020 09:02:53 +0000 (18:02 +0900)]
Revert "Updates following rename of PropertyBuffer to VertexBuffer"

This reverts commit 37809ae7570411971d415a9060b38f64bba81744.

3 years agoRenaming of enum values for coding standards compliance. 70/242670/5
György Straub [Fri, 28 Aug 2020 09:48:17 +0000 (10:48 +0100)]
Renaming of enum values for coding standards compliance.

Change-Id: I7d63afe311fd99b2529928167e864ecda5e2a0ed
Signed-off-by: György Straub <g.straub@partner.samsung.com>
3 years agoRevert "HoverEvent class pimpling"
Joogab Yun [Tue, 1 Sep 2020 08:21:15 +0000 (17:21 +0900)]
Revert "HoverEvent class pimpling"

This reverts commit 4a16d0bb121e5faa4eda036474a5269d69b63042.

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

This reverts commit be93fd772a1b1b09425ac0aaec1ea1b64e9a9e60.

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

This reverts commit 286089d715eb4c5e704884284cce67549685dbc5.

3 years agoRevert "Renamed KeyEvent enum values to comply with coding standards."
Joogab Yun [Tue, 1 Sep 2020 08:20:49 +0000 (17:20 +0900)]
Revert "Renamed KeyEvent enum values to comply with coding standards."

This reverts commit db577f5da5695be7d4e6e884e735cc9f0c7f487c.

3 years agoRevert "Move TouchPoint to Devel API"
Joogab Yun [Tue, 1 Sep 2020 08:20:39 +0000 (17:20 +0900)]
Revert "Move TouchPoint to Devel API"

This reverts commit 2fa3a7c0258c491a3a75c33dba494b01b88f133c.

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

This reverts commit 881f902d3aa97cbc198e7c6490db3a23bba329b5.

Change-Id: Ibf0710311e6d0be83ab349c2be2da9a9423b7aef

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