platform/core/uifw/dali-adaptor.git
4 years agoMerge "Fixed bug about cache of EllipsisGlyph" into devel/master
joogab yun [Mon, 22 Jul 2019 06:09:59 +0000 (06:09 +0000)]
Merge "Fixed bug about cache of EllipsisGlyph" into devel/master

4 years agoDALi Version 1.4.29 69/210469/1 dali_1.4.29
Victor Cebollada [Fri, 19 Jul 2019 08:51:35 +0000 (09:51 +0100)]
DALi Version 1.4.29

Change-Id: I36017c697557853a1d7239045f9973be72fa21b6

4 years agoFixed bug about cache of EllipsisGlyph 12/210412/2
Joogab Yun [Fri, 19 Jul 2019 02:10:18 +0000 (11:10 +0900)]
Fixed bug about cache of EllipsisGlyph

Checking for cache usage is wrong.

For example,
when you create two TextLabels with PointSize 25, 50, ellipsis is created in one size.
ellipsis also changes according to the font size.

    TextLabel ellipsisLabel  = TextLabel::New( "Hello World"  );
    ellipsisLabel.SetSize( 170.f, 120.f );
    ellipsisLabel.SetProperty( TextLabel::Property::POINT_SIZE, 25.f );
    ellipsisLabel.SetProperty( TextLabel::Property::ELLIPSIS, true );
    ellipsisLabel.SetPosition( 100.f, 150.f );
    ellipsisLabel.SetParentOrigin( ParentOrigin::TOP_LEFT );
    ellipsisLabel.SetAnchorPoint( AnchorPoint::TOP_LEFT );
    stage.Add( ellipsisLabel );

    TextLabel ellipsisLabel2  = TextLabel::New( "Hello World"  );
    ellipsisLabel2.SetSize( 170.f, 120.f );
    ellipsisLabel2.SetProperty( TextLabel::Property::POINT_SIZE, 50.f );
    ellipsisLabel2.SetProperty( TextLabel::Property::ELLIPSIS, true );
    ellipsisLabel2.SetPosition( 100.f, 250.f );
    ellipsisLabel2.SetParentOrigin( ParentOrigin::TOP_LEFT );
    ellipsisLabel2.SetAnchorPoint( AnchorPoint::TOP_LEFT );
    stage.Add( ellipsisLabel2 );

Change-Id: I66426a59b5cfdd68d09b9c6f862606a38d1a1986

4 years agoMerge "FBO/Texture access synchronization for multiple contexts" into devel/master
Adeel Kazmi [Thu, 18 Jul 2019 09:37:57 +0000 (09:37 +0000)]
Merge "FBO/Texture access synchronization for multiple contexts" into devel/master

4 years agoMerge "Multiply the Alpha of mask to the premultiplied image" into devel/master
sunghyun kim [Thu, 18 Jul 2019 01:18:07 +0000 (01:18 +0000)]
Merge "Multiply the Alpha of mask to the premultiplied image" into devel/master

4 years agoFBO/Texture access synchronization for multiple contexts 92/210092/6
Richard Huang [Thu, 11 Jul 2019 14:39:22 +0000 (15:39 +0100)]
FBO/Texture access synchronization for multiple contexts

Change-Id: I5fde582e2da41542931a9c62dae6fc188f44b4e6

4 years ago[Tizen] Support Client Rotation and Screen Rotation 63/210263/2
Wonsik Jung [Fri, 14 Jun 2019 05:51:23 +0000 (14:51 +0900)]
[Tizen] Support Client Rotation and Screen Rotation

Change-Id: Ie711063df26876d0be5034ed8b3c73227ae8dcf2

4 years agoMultiply the Alpha of mask to the premultiplied image 76/209676/6
Sunghyun kim [Wed, 10 Jul 2019 03:41:46 +0000 (12:41 +0900)]
Multiply the Alpha of mask to the premultiplied image

After move MultiplyColorByAlpha() from main thread to resource thread, MultiplyColorByAlpha() is called first than ApplyMask().
In this case, the alpha value of mask is not multiplied properly to other channels in the image.
Therefore, if image is premultiplied, the other channels of the image need to multiply by alpha of mask.

Change-Id: I60c056460537db604566f080302be09a6f88d047

4 years ago(Automated Tests) Sync with Toolkit changes 95/210095/1
Adeel Kazmi [Mon, 15 Jul 2019 19:53:59 +0000 (20:53 +0100)]
(Automated Tests) Sync with Toolkit changes

Change-Id: I9522ba6300eebe7b043081195d5947dd9d20262c

4 years agoMerge "Fix trace factory compilation." into devel/master
Adeel Kazmi [Mon, 15 Jul 2019 08:47:41 +0000 (08:47 +0000)]
Merge "Fix trace factory compilation." into devel/master

4 years ago[Tizen] Add DALi Autofill implementation accepted/tizen/unified/20190716.111332 submit/tizen/20190715.073800 submit/tizen/20190715.080623
Seungho, Baek [Mon, 15 Jul 2019 06:00:58 +0000 (15:00 +0900)]
[Tizen] Add DALi Autofill implementation
 - + Fix coverity issue

This reverts commit 46389b51af179ac9a0ff0d3695cfa114ac678067.

Change-Id: I816005ef4e11dbff5c0e408066893b45c0490c02

4 years ago[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
Seungho, Baek [Mon, 15 Jul 2019 05:59:32 +0000 (14:59 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally

This reverts commit f5e6f85ec9cb5843ca509a8731aa4e94d2a2c897.

Change-Id: I16f4b53eb609f3eb01428812be3431b7fc5f70f9

4 years ago[Tizen] Modify DALI_KEY_H
Seungho, Baek [Mon, 15 Jul 2019 05:59:14 +0000 (14:59 +0900)]
[Tizen] Modify DALI_KEY_H

This reverts commit acfef5b7d40a004b174014aa0185d2a17f83c176.

Change-Id: Ice7096ff3a034716d77fc84b432d6d6f4c7aa80a

4 years ago[Tizen] Fix video underlay issue
Seungho, Baek [Mon, 15 Jul 2019 05:58:57 +0000 (14:58 +0900)]
[Tizen] Fix video underlay issue

This reverts commit 729cae1ffd3623874fe114c433a380612202ca6e.

Change-Id: I12f0434c9b2781851d1c13fdbb5b3c7f38979e31

4 years agoMerge branch 'devel/master' into tizen
Seungho, Baek [Mon, 15 Jul 2019 05:58:47 +0000 (14:58 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen] Fix video underlay issue"
Seungho, Baek [Mon, 15 Jul 2019 05:58:04 +0000 (14:58 +0900)]
Revert "[Tizen] Fix video underlay issue"

This reverts commit 9482a7dd818129bd7d1c4d8dd53a1ca770046f7d.

4 years agoRevert "[Tizen] Modify DALI_KEY_H"
Seungho, Baek [Mon, 15 Jul 2019 05:58:02 +0000 (14:58 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"

This reverts commit da10d0d9867697868aac61db0ac8aff51a4fbb6e.

4 years agoRevert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish witho...
Seungho, Baek [Mon, 15 Jul 2019 05:57:59 +0000 (14:57 +0900)]
Revert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig"

This reverts commit 06f3b1493bab14d48356e20d0f0c4e06ba6fc28a.

4 years agoRevert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
Seungho, Baek [Mon, 15 Jul 2019 05:57:56 +0000 (14:57 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"

This reverts commit e58be6a1a7220f7d8db4ddfa998b002d6d249d75.

4 years agoRevert "[Tizen] Revert "Not ref counting the windows in the adaptor"
Seungho, Baek [Mon, 15 Jul 2019 05:57:54 +0000 (14:57 +0900)]
Revert "[Tizen] Revert "Not ref counting the windows in the adaptor"

This reverts commit 4c575a7e07b89da61dbdce3fdd5080b9d0ecbec7.

4 years agoRevert "[Tizen] Call RequestUpdateOnce in OnWindowShown()"
Seungho, Baek [Mon, 15 Jul 2019 05:57:52 +0000 (14:57 +0900)]
Revert "[Tizen] Call RequestUpdateOnce in OnWindowShown()"

This reverts commit d2b9af8e8ac6cde512c30f977ee4e4fbd6baa861.

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Seungho, Baek [Mon, 15 Jul 2019 05:57:50 +0000 (14:57 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 2b5a60f7398c2cc9e32cb2353eacd7b11bdac6e0.

4 years agoRevert "[Tizen] Fix Coverity issues"
Seungho, Baek [Mon, 15 Jul 2019 05:57:48 +0000 (14:57 +0900)]
Revert "[Tizen] Fix Coverity issues"

This reverts commit f0892bcdbf47f364fea3ee8f7fc8b5cb79a11cb2.

4 years agoMerge "To fix coverity issue - color controller" into devel/master
Adeel Kazmi [Fri, 12 Jul 2019 17:18:48 +0000 (17:18 +0000)]
Merge "To fix coverity issue - color controller" into devel/master

4 years agoFix trace factory compilation. 69/209969/1
Anton Obzhirov [Fri, 12 Jul 2019 15:28:32 +0000 (16:28 +0100)]
Fix trace factory compilation.

Change-Id: I75b4dc7d7c00e9ea5c9368c5c25a7796123162c7

4 years agoDALi Version 1.4.28 31/209931/1 dali_1.4.28
Richard Huang [Fri, 12 Jul 2019 10:17:30 +0000 (11:17 +0100)]
DALi Version 1.4.28

Change-Id: Id7821347257976ca43e171b390d633c82d4cd694

4 years agoMerge "Add file stream API." into devel/master
Adeel Kazmi [Thu, 11 Jul 2019 17:39:03 +0000 (17:39 +0000)]
Merge "Add file stream API." into devel/master

4 years agoAdd file stream API. 32/209732/3
Anton Obzhirov [Tue, 9 Jul 2019 09:43:07 +0000 (10:43 +0100)]
Add file stream API.

Change-Id: I8558863e04052c075f90135b3558f0d5ee1d2a12

4 years agoMerge "[Tizen] Fix Coverity issues" into tizen
Seoyeon Kim [Thu, 11 Jul 2019 08:51:05 +0000 (08:51 +0000)]
Merge "[Tizen] Fix Coverity issues" into tizen

4 years ago[Tizen] Fix Coverity issues 80/209780/1
Seoyeon Kim [Thu, 11 Jul 2019 01:33:14 +0000 (10:33 +0900)]
[Tizen] Fix Coverity issues

- Null pointer dereferences
- In AutofillManagerEcoreWl, some dereference ponters are compared before null check.

Change-Id: Id6e64478d933ba988e87e1cd5a6d0483b5ff3a5d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoMerge "Add log for checking window status" into devel/master
sunghyun kim [Wed, 10 Jul 2019 07:20:37 +0000 (07:20 +0000)]
Merge "Add log for checking window status" into devel/master

4 years agoMerge "prevent division by zero" into devel/master
joogab yun [Wed, 10 Jul 2019 06:52:45 +0000 (06:52 +0000)]
Merge "prevent division by zero" into devel/master

4 years agoAdd log for checking window status 96/209696/1
Sunghyun kim [Wed, 10 Jul 2019 05:07:20 +0000 (14:07 +0900)]
Add log for checking window status

Need to print Log when window status is changed.

Change-Id: I4b825b344ef280f3a448eb115e57668a0c954db0

4 years agoprevent division by zero 82/209482/2
Joogab Yun [Mon, 8 Jul 2019 08:04:30 +0000 (17:04 +0900)]
prevent division by zero

Change-Id: I97b97da610346f75c93e3fe0ee41831f1f2b8740

4 years agoSynchronize the window removal between main thread and render thread 43/209543/6
Richard Huang [Mon, 8 Jul 2019 12:57:37 +0000 (13:57 +0100)]
Synchronize the window removal between main thread and render thread

Change-Id: I2ad9c459029c648d66d1dca373f5fd906ec0d6c8

4 years agoTo fix coverity issue - color controller 19/209819/1
Seungho, Baek [Mon, 8 Jul 2019 08:28:33 +0000 (17:28 +0900)]
To fix coverity issue - color controller

Change-Id: Id4c97209f60d1f4d6888f3fbf9f0c1bebb3504f9
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years ago[Tizen] Add DALi Autofill implementation accepted/tizen/unified/20190709.071037 submit/tizen/20190708.073346
Joogab Yun [Mon, 8 Jul 2019 07:22:10 +0000 (16:22 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 728bb944f795217807853b90ff640ec18c39ab51.

Change-Id: I7144420749aaa96d51de658603408a6edd7523b3

4 years ago[Tizen] Call RequestUpdateOnce in OnWindowShown()
Joogab Yun [Mon, 8 Jul 2019 07:21:54 +0000 (16:21 +0900)]
[Tizen] Call RequestUpdateOnce in OnWindowShown()

This reverts commit c5016ff383d62b3e035b2d6cc5b3007041983d67.

Change-Id: I0b932ce1a7b892dadc58108835f74f967cd8d758

4 years ago[Tizen] Revert "Not ref counting the windows in the adaptor
Joogab Yun [Mon, 8 Jul 2019 07:21:38 +0000 (16:21 +0900)]
[Tizen] Revert "Not ref counting the windows in the adaptor

This reverts commit 840ad5a7bd784ff283b8279ba728f85ebde499e7.

Change-Id: I482dc8b3adc080e669d6f8f49d231c5e3b1c6cab

4 years ago[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
Joogab Yun [Mon, 8 Jul 2019 07:21:20 +0000 (16:21 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally

This reverts commit 4bfbbd6f98d3f0759d8533b9560e6bc11631cb32.

Change-Id: Iee6c2da990a8cf6956065ac6b8c3e6566ac1bd8f

4 years ago[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeC...
Joogab Yun [Mon, 8 Jul 2019 07:21:04 +0000 (16:21 +0900)]
[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig

This reverts commit bf82705c82c13f5524851e8af7d603d1c0aa57c4.

Change-Id: I6babf36c278d63711691d06371d4b9d21a6d24b1

4 years ago[Tizen] Modify DALI_KEY_H
Joogab Yun [Mon, 8 Jul 2019 07:20:35 +0000 (16:20 +0900)]
[Tizen] Modify DALI_KEY_H

This reverts commit eab7c27718f1fb542effa68fb3e94b2020f9903d.

Change-Id: I6df9f2dee7db1e36ad67a7c6665540a312f9091d

4 years ago[Tizen] Fix video underlay issue
Joogab Yun [Mon, 8 Jul 2019 07:20:11 +0000 (16:20 +0900)]
[Tizen] Fix video underlay issue

This reverts commit 0e542d2c071b28da232aa2827a18935a01592484.

Change-Id: I5437ae3aada558178afc1633f2022e42171232b9

4 years agoMerge branch 'devel/master' into tizen
Joogab Yun [Mon, 8 Jul 2019 07:19:43 +0000 (16:19 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen] Fix video underlay issue"
Joogab Yun [Mon, 8 Jul 2019 07:19:36 +0000 (16:19 +0900)]
Revert "[Tizen] Fix video underlay issue"

This reverts commit 8d7bce0c37ac45576bba33e4d23e0afca9a0ffd7.

4 years agoRevert "[Tizen] Modify DALI_KEY_H"
Joogab Yun [Mon, 8 Jul 2019 07:19:27 +0000 (16:19 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"

This reverts commit ab664cb6098bfdb376348ac20139d8d248244ed5.

4 years agoRevert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish witho...
Joogab Yun [Mon, 8 Jul 2019 07:19:21 +0000 (16:19 +0900)]
Revert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig"

This reverts commit 42f3204bda7eb518d520bc139e12e5150a713cd4.

4 years agoRevert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
Joogab Yun [Mon, 8 Jul 2019 07:19:18 +0000 (16:19 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"

This reverts commit b6638d1d482ffe99070563644bf3652f46c9db2d.

4 years agoRevert "[Tizen] Revert "Not ref counting the windows in the adaptor""
Joogab Yun [Mon, 8 Jul 2019 07:19:15 +0000 (16:19 +0900)]
Revert "[Tizen] Revert "Not ref counting the windows in the adaptor""

This reverts commit 5afb6598f1b122e8119f46992225b86415002750.

4 years agoRevert "[Tizen] Call RequestUpdateOnce in OnWindowShown()"
Joogab Yun [Mon, 8 Jul 2019 07:19:12 +0000 (16:19 +0900)]
Revert "[Tizen] Call RequestUpdateOnce in OnWindowShown()"

This reverts commit 3495ad5c6a022dbeabc6a577d99f73061ce6f51c.

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Joogab Yun [Mon, 8 Jul 2019 07:19:09 +0000 (16:19 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 0c4ad7f374ecefa03be017f2512e002215dcd880.

4 years agoMerge "Tizen specific wl_egl_window APIs is replaced." into devel/master
Wonsik Jung [Mon, 8 Jul 2019 00:08:42 +0000 (00:08 +0000)]
Merge "Tizen specific wl_egl_window APIs is replaced." into devel/master

4 years agoMerge "Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent...
Adeel Kazmi [Fri, 5 Jul 2019 16:13:01 +0000 (16:13 +0000)]
Merge "Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig" into devel/master

4 years agoAll file read operations should be done through FileLoader. 27/209127/6
Anton Obzhirov [Tue, 2 Jul 2019 10:16:46 +0000 (11:16 +0100)]
All file read operations should be done through FileLoader.

Change-Id: I8709b060504f76a35d3abc5ef6500fa29320f897

4 years agoMerge "DALi Version 1.4.27" into devel/master
Adeel Kazmi [Fri, 5 Jul 2019 09:45:32 +0000 (09:45 +0000)]
Merge "DALi Version 1.4.27" into devel/master

4 years agoTizen specific wl_egl_window APIs is replaced. 94/209194/2
Wonsik Jung [Wed, 3 Jul 2019 09:30:20 +0000 (18:30 +0900)]
Tizen specific wl_egl_window APIs is replaced.

Tizen Specific wl_egl_window APIs and symbols will be replaced
and previous APIs will be removed.
Most of changes are prefix in APIs and symbol.
This chagnes is valid since Tizen 5.0

Change-Id: Ie272d03772201055080831dcbefbf43fe84e1c92

4 years agoDALi Version 1.4.27 73/209373/1 dali_1.4.27
György Straub [Fri, 5 Jul 2019 07:55:51 +0000 (08:55 +0100)]
DALi Version 1.4.27

Change-Id: I1fcd2d722d4c9388c2dd249df96f35a2ecc34ee5

4 years agoMerge "Call RequestUpdateOnce in OnWindowShown()" into devel/master
Heeyong Song [Fri, 5 Jul 2019 01:52:38 +0000 (01:52 +0000)]
Merge "Call RequestUpdateOnce in OnWindowShown()" into devel/master

4 years agoCheck EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove... 10/209310/1
Seungho, Baek [Thu, 4 Jul 2019 23:42:34 +0000 (08:42 +0900)]
Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig

 - If EGL_KHR_Create_Context extension is not supported, Do not use EGL_CONTEXT_MINOR_VERSION_KHR
 - Without any Current Context, do not call glFinish
 - Remove ARM condition in the ChooseConfig

Change-Id: I3d0ac92b4ac2cb1404716a4581d654fa7c6d41ac
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoRevert "Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent... 07/209307/2
Adeel Kazmi [Thu, 4 Jul 2019 16:42:36 +0000 (16:42 +0000)]
Revert "Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig"

This reverts commit baa3e991beacd0343e825bee0d49d0f8ea6a1700.

Reason for revert: Cannot launch any demos on mobile target anymore.

Change-Id: I9bbe96afabe7e1cdc715df8147b874d6b317df4d

4 years agoCheck EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove... 23/208723/6
Seungho, Baek [Wed, 12 Jun 2019 08:12:13 +0000 (17:12 +0900)]
Check EGL_KHR_Create_Context extension, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig

 - If EGL_KHR_Create_Context extension is not supported, Do not use EGL_CONTEXT_MINOR_VERSION_KHR
 - Without any Current Context, do not call glFinish
 - Remove ARM condition in the ChooseConfig

Change-Id: I27cf679943694f91329454e63441a100ab04e706
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoCall RequestUpdateOnce in OnWindowShown() 91/208491/2
Heeyong Song [Tue, 25 Jun 2019 06:26:25 +0000 (15:26 +0900)]
Call RequestUpdateOnce in OnWindowShown()

Rendering should be done when a window is shown.
But the Adaptor may be in the running state (when other windows are shown). So call RequestUpdateOnce() in that case.

Change-Id: I5c3725fd171c0d93fdfbf00362e239fb66716fb6

4 years ago[Tizen] Add DALi Autofill implementation accepted/tizen/unified/20190701.111718 submit/tizen/20190701.061724
Wonsik Jung [Mon, 1 Jul 2019 05:24:39 +0000 (14:24 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit ae6f91cae798cc97cacf9519b871354835bd76e1.

4 years ago[Tizen] Call RequestUpdateOnce in OnWindowShown()
Wonsik Jung [Mon, 1 Jul 2019 05:24:12 +0000 (14:24 +0900)]
[Tizen] Call RequestUpdateOnce in OnWindowShown()

This reverts commit eef6cafea2259fd596e2cc5188d3a3854f0e12a0.

4 years ago[Tizen] Revert "Not ref counting the windows in the adaptor"
Wonsik Jung [Mon, 1 Jul 2019 05:23:45 +0000 (14:23 +0900)]
[Tizen] Revert "Not ref counting the windows in the adaptor"

This reverts commit dc9121a2b803a0cc54409670145c9f6fcc4e003f.

4 years ago[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
Wonsik Jung [Mon, 1 Jul 2019 05:23:07 +0000 (14:23 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally

This reverts commit 9f9eac128c398132605871d1c7a8967ba2288b59.

4 years ago[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeC...
Wonsik Jung [Mon, 1 Jul 2019 05:22:37 +0000 (14:22 +0900)]
[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig

This reverts commit bec086b627c3759766812e06cf8c8199a0c089a1.

4 years ago[Tizen] Modify DALI_KEY_H
Wonsik Jung [Mon, 1 Jul 2019 05:22:12 +0000 (14:22 +0900)]
[Tizen] Modify DALI_KEY_H

This reverts commit d665404149fb0b129799f1627af9c6d9febd01d2.

4 years ago[Tizen] Fix video underlay issue
Wonsik Jung [Mon, 1 Jul 2019 05:21:43 +0000 (14:21 +0900)]
[Tizen] Fix video underlay issue

This reverts commit 20e6565317a6027e8d5966ed55478c2b6d36bd8a.

4 years agoMerge branch 'devel/master' into tizen
Wonsik Jung [Mon, 1 Jul 2019 05:20:43 +0000 (14:20 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen] Fix video underlay issue"
Wonsik Jung [Mon, 1 Jul 2019 05:19:13 +0000 (14:19 +0900)]
Revert "[Tizen] Fix video underlay issue"

This reverts commit 8c28feb8a9e18955ea9e3561006571e0da299ef5.

4 years agoRevert "[Tizen] Modify DALI_KEY_H"
Wonsik Jung [Mon, 1 Jul 2019 05:19:09 +0000 (14:19 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"

This reverts commit a8b3bb4c439e5b18dc25579ca06da4129564291b.

4 years agoRevert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish witho...
Wonsik Jung [Mon, 1 Jul 2019 05:19:05 +0000 (14:19 +0900)]
Revert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig"

This reverts commit 9b00c6f7a71351551191e242de00aa89b360ffa9.

4 years agoRevert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
Wonsik Jung [Mon, 1 Jul 2019 05:19:01 +0000 (14:19 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"

This reverts commit 657f9ea508b546393b5933b4fee550c8608b6852.

4 years agoRevert "[Tizen] Revert "Not ref counting the windows in the adaptor""
Wonsik Jung [Mon, 1 Jul 2019 05:18:58 +0000 (14:18 +0900)]
Revert "[Tizen] Revert "Not ref counting the windows in the adaptor""

This reverts commit 10b8e9c27d2ff677532b49da6288915c969c8831.

4 years agoRevert "[Tizen] Call RequestUpdateOnce in OnWindowShown()"
Wonsik Jung [Mon, 1 Jul 2019 05:18:54 +0000 (14:18 +0900)]
Revert "[Tizen] Call RequestUpdateOnce in OnWindowShown()"

This reverts commit 6198a46e7cc1a9aae80a5522f6a89a55ccec04df.

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Wonsik Jung [Mon, 1 Jul 2019 05:18:50 +0000 (14:18 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 0140e1906a4645b0ba9c764b31fc725678131fb4.

4 years agoDALi Version 1.4.26 90/208790/1 dali_1.4.26
greynaga [Fri, 28 Jun 2019 10:42:33 +0000 (11:42 +0100)]
DALi Version 1.4.26

Change-Id: Ib63d4d99785208866b17f1770c896f2ba6046b4a

4 years ago[Tizen] Add DALi Autofill implementation 73/208773/1
Seoyeon Kim [Wed, 17 Apr 2019 06:51:26 +0000 (15:51 +0900)]
[Tizen] Add DALi Autofill implementation

- Added AutofillManager, AutofillGroup, and AutofillItem class.
- Autofill is a feature that allows the user to fill out commonly-entered information,
 such as email, account and address previously saved.

Change-Id: Ic5e5d3e5f14e3f1fe095c5afaa6a3695fb26fe33
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoMerge "Remove Tizen 5.5 dependent code from native-render-surface" into devel/master
Adeel Kazmi [Tue, 25 Jun 2019 14:32:18 +0000 (14:32 +0000)]
Merge "Remove Tizen 5.5 dependent code from native-render-surface" into devel/master

4 years agoRemove Tizen 5.5 dependent code from native-render-surface 26/208526/1
Jiyun Yang [Tue, 25 Jun 2019 12:06:03 +0000 (21:06 +0900)]
Remove Tizen 5.5 dependent code from native-render-surface

Change-Id: Ie71de8205f5dbfe9fe1b72a303960259ae5bfea0
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoMove Ubuntu tts player to generic. 13/208513/1
Anton Obzhirov [Tue, 25 Jun 2019 10:24:40 +0000 (11:24 +0100)]
Move Ubuntu tts player to generic.

Change-Id: I67ff0c92f83502734b9aac56ab91b67504c70449

4 years agoMerge "Removed references to GestureManager" into devel/master
Adeel Kazmi [Tue, 25 Jun 2019 08:15:50 +0000 (08:15 +0000)]
Merge "Removed references to GestureManager" into devel/master

4 years ago[Tizen] Call RequestUpdateOnce in OnWindowShown() 92/208492/1 accepted/tizen/unified/20190626.040904 submit/tizen/20190625.063633 submit/tizen/20190625.070138
Heeyong Song [Tue, 25 Jun 2019 06:26:25 +0000 (15:26 +0900)]
[Tizen] Call RequestUpdateOnce in OnWindowShown()

Rendering should be done when a window is shown.
But the Adaptor may be in the running state (when other windows are shown). So call RequestUpdateOnce() in that case.

Change-Id: I5c3725fd171c0d93fdfbf00362e239fb66716fb6

4 years ago[Tizen] Revert "Not ref counting the windows in the adaptor" submit/tizen/20190625.054022
Heeyong Song [Tue, 25 Jun 2019 04:55:53 +0000 (13:55 +0900)]
[Tizen] Revert "Not ref counting the windows in the adaptor"

This reverts commit daf1d29c7b0cacec913a850e2216c5253fc779c3.

Change-Id: If23406e2b86797bfebfbf738463d9fac60b353a9

4 years ago[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
Heeyong Song [Tue, 25 Jun 2019 04:52:59 +0000 (13:52 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally

Change-Id: Id1215bf07cd67608dc7cba1130bdeb79c0069b8d

4 years ago[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeC...
Heeyong Song [Tue, 25 Jun 2019 04:51:38 +0000 (13:51 +0900)]
[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig

Change-Id: Iff280728890fe6f112ee5cf363f699c3738d2e34

4 years ago[Tizen] Modify DALI_KEY_H
Heeyong Song [Tue, 25 Jun 2019 04:49:27 +0000 (13:49 +0900)]
[Tizen] Modify DALI_KEY_H

Change-Id: Iff7b80b36083b28bd3be2ee71cea79687fdb8d39

4 years ago[Tizen] Fix video underlay issue
Heeyong Song [Tue, 25 Jun 2019 04:48:55 +0000 (13:48 +0900)]
[Tizen] Fix video underlay issue

Change-Id: I10d1d9b13211d0bdca59963f90d354b3429cc9ea

4 years agoMerge branch 'devel/master' into tizen
Heeyong Song [Tue, 25 Jun 2019 04:48:34 +0000 (13:48 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: Idefd2ce44f261f5a40bc810d68518304e55c7f4a

4 years agoRevert "[Tizen] Fix video underlay issue"
Heeyong Song [Tue, 25 Jun 2019 04:47:54 +0000 (13:47 +0900)]
Revert "[Tizen] Fix video underlay issue"

This reverts commit 6b1afba462664c9a6ee3d40c0a57b085cb66c358.

Change-Id: Ie6c43b029771a5e01b09b5e44fd69ec8f985baa1

4 years agoRevert "[Tizen] Modify DALI_KEY_H"
Heeyong Song [Tue, 25 Jun 2019 04:47:37 +0000 (13:47 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"

This reverts commit bc8f4ff63aaf56eadbc62b311fed79fa89f668db.

Change-Id: I6b53532ce7d57c4f58f89b81b48153606ca79549

4 years agoRevert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish witho...
Heeyong Song [Tue, 25 Jun 2019 04:41:40 +0000 (13:41 +0900)]
Revert "[Tizen] Use OpenGL es 2.0 if eglCreateContext is fail, Prevent glFinish without makeCurrent, Remove ifdef ARM in ChooseConfig"

This reverts commit 451696928cc433808b7a166f0792fc183530f97b.

Change-Id: I92a42360f5cf1fde7f0130fe23c91ed294eb3715

4 years agoRevert "[Tizen] SceneHolder sets background color through the Scene to send an inform...
Heeyong Song [Tue, 25 Jun 2019 04:41:22 +0000 (13:41 +0900)]
Revert "[Tizen] SceneHolder sets background color through the Scene to send an information to the UpdateRender thread"

This reverts commit 049b20d393f0ee225eb77129b94fd32dc6c539b9.

Change-Id: I861b7f823e6b37ecd8be1a6f1df7d8734fe96907

4 years agoRevert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
Heeyong Song [Tue, 25 Jun 2019 04:41:08 +0000 (13:41 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"

This reverts commit 38b3c10b427541e75cc265927282fdd0cac21a44.

Change-Id: I7f2193d04117ae26a79e402d251842b4ca75f6a1

4 years agoRemove vsync-monitor since is not used anymore and move egl-image-extensions-ubuntu... 59/208459/3
Anton Obzhirov [Mon, 24 Jun 2019 13:54:01 +0000 (14:54 +0100)]
Remove vsync-monitor since is not used anymore and move egl-image-extensions-ubuntu.cpp to generic.

Change-Id: Ie7567fca26a5ce0ca6a303c34d19975755f1f30c

4 years agoRemoved references to GestureManager 57/208457/1
Adeel Kazmi [Mon, 24 Jun 2019 12:53:02 +0000 (13:53 +0100)]
Removed references to GestureManager

Change-Id: I14419c50af668492c65caf747c9b8e6e4b3f5178

4 years agoMove trace factory Ubuntu implementation to generic. 50/208450/3
Anton Obzhirov [Mon, 24 Jun 2019 10:36:52 +0000 (11:36 +0100)]
Move trace factory Ubuntu implementation to generic.

Change-Id: Ic34941ea014408a844a3d2777c87a375392e190f

4 years agoAdd SetCommandLineOptions() for pre-initialzed application 53/195653/13
huiyu.eun [Mon, 17 Dec 2018 05:21:47 +0000 (14:21 +0900)]
Add SetCommandLineOptions() for pre-initialzed application

Add SetCommandLineOptions() for pre-initialzed application

Change-Id: I822f95927d0543104c924c452742372d1c52f0aa
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
4 years agoMerge "SceneHolder sets background color through the Scene to send an information...
JIYUN YANG [Fri, 21 Jun 2019 06:42:26 +0000 (06:42 +0000)]
Merge "SceneHolder sets background color through the Scene to send an information to the UpdateRender thread" into devel/master