platform/core/uifw/dali-adaptor.git
4 years ago[Tizen] Add DALi Autofill implementation 85/217485/2 submit/tizen_5.5/20191113.050208
Seoyeon Kim [Tue, 12 Nov 2019 05:15:29 +0000 (14:15 +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: I4c63194eb3084ce38d45ccd4a86f5f11c2327e6e
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years ago[Tizen] Add Effect Start/End signal
Heeyong Song [Tue, 12 Nov 2019 06:33:48 +0000 (15:33 +0900)]
[Tizen] Add Effect Start/End signal

4 years ago[Tizen] Implement partial update
Heeyong Song [Tue, 12 Nov 2019 06:30:43 +0000 (15:30 +0900)]
[Tizen] Implement partial update

4 years ago[Tizen] Add screen and client rotation itself function
Heeyong Song [Tue, 12 Nov 2019 06:30:09 +0000 (15:30 +0900)]
[Tizen] Add screen and client rotation itself function

4 years agoMerge branch 'devel/master' into tizen_5.5
Heeyong Song [Tue, 12 Nov 2019 06:29:51 +0000 (15:29 +0900)]
Merge branch 'devel/master' into tizen_5.5

4 years agoRevert "DALi Version 1.4.41"
Heeyong Song [Tue, 12 Nov 2019 06:29:26 +0000 (15:29 +0900)]
Revert "DALi Version 1.4.41"

This reverts commit 640a946effcf102860c058db5c5c7c5a2c279b9d.

4 years agoRevert "(Automated Tests) Updates after addition of rotation gesture"
Heeyong Song [Tue, 12 Nov 2019 06:29:07 +0000 (15:29 +0900)]
Revert "(Automated Tests) Updates after addition of rotation gesture"

This reverts commit fd7cd9e8206bddcd164d0eaa4cfbe664008acc89.

4 years agoRevert "Fix unParent and rotation bug"
Heeyong Song [Tue, 12 Nov 2019 06:28:53 +0000 (15:28 +0900)]
Revert "Fix unParent and rotation bug"

This reverts commit 97c1cd8a9477790a316415bd86a48e6480f37438.

4 years agoRevert "(Vector) Add GetLayerInfo method"
Heeyong Song [Tue, 12 Nov 2019 06:28:42 +0000 (15:28 +0900)]
Revert "(Vector) Add GetLayerInfo method"

This reverts commit 13348d4efbe2f66736fc7e1284e3bfb924b385e4.

4 years agoRevert "[Tizen] Modify DALI_KEY_H"
Heeyong Song [Tue, 12 Nov 2019 06:28:08 +0000 (15:28 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"

This reverts commit 3747c1b1c1532a86a43a55731fec2a7861bfddcd.

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Heeyong Song [Tue, 12 Nov 2019 06:27:51 +0000 (15:27 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit fc1479271986116df6a3c4ce143f3d0fe485adb0.

4 years agoRevert "[Tizen] Add screen and client rotation itself function"
Heeyong Song [Tue, 12 Nov 2019 06:27:42 +0000 (15:27 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 75c8a63b28da1d0e1ecb42897f7595ff28285e0c.

4 years agoRevert "[Tizen] Implement partial update"
Heeyong Song [Tue, 12 Nov 2019 06:27:29 +0000 (15:27 +0900)]
Revert "[Tizen] Implement partial update"

This reverts commit db79997004ac2fef8c6c958d5aae6e10adb1258a.

4 years agoRevert "[Tizen] Add Effect Start/End signal"
Heeyong Song [Tue, 12 Nov 2019 06:27:16 +0000 (15:27 +0900)]
Revert "[Tizen] Add Effect Start/End signal"

This reverts commit 7f88db61bcdf7f900878752c47b7e8e0a5a31bd5.

4 years agoRevert "[Tizen] Add Preedit style - Highlight and Reverse"
Heeyong Song [Tue, 12 Nov 2019 06:27:06 +0000 (15:27 +0900)]
Revert "[Tizen] Add Preedit style - Highlight and Reverse"

This reverts commit 75d1233b42b43754e1cb123e7352d499888ae5c8.

4 years agoDALi Version 1.4.45 22/217322/1 dali_1.4.45
György Straub [Fri, 8 Nov 2019 09:44:28 +0000 (09:44 +0000)]
DALi Version 1.4.45

Change-Id: Ifb0433b7165e40a0b9ca61c47be7d88d8b8d8fbb

4 years ago[Tizen] Add Preedit style - Highlight and Reverse
Seoyeon Kim [Wed, 11 Sep 2019 07:56:34 +0000 (16:56 +0900)]
[Tizen] Add Preedit style - Highlight and Reverse

Change-Id: I57de1afe6d91e15ce617243abe2f6fe54cc838f2
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoBackup the InputMethodContext operations 23/216523/6
Jiyun Yang [Mon, 28 Oct 2019 02:20:46 +0000 (11:20 +0900)]
Backup the InputMethodContext operations

Backup the InputMethodContext operations such as "SetInputPanelLanguage", "AutoEnableInputPanel" and etc.

Previously, we had two problems
1. InputMethodContext ignores the options set before the actor is on a Window.
2. InputMethodContext resets its options after the actor changes its Window.

By storing operations when they are called and reapplying them after the actor is connected to Window,
the InputMethodContext can keep the options regardless of Window.

Change-Id: I5a607619a06de88d1c5202aa2d82f5fafc455c70
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoMerge "Add a GCC compiler version check in the CMakeList.txt file." into devel/master
Adeel Kazmi [Fri, 1 Nov 2019 15:48:10 +0000 (15:48 +0000)]
Merge "Add a GCC compiler version check in the CMakeList.txt file." into devel/master

4 years agoAdd a GCC compiler version check in the CMakeList.txt file. 12/216812/2
Victor Cebollada [Fri, 1 Nov 2019 11:14:53 +0000 (11:14 +0000)]
Add a GCC compiler version check in the CMakeList.txt file.

Change-Id: Ie613ac152353dfc56809e814f2fbf30634fca0dc
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
4 years agoDALi Version 1.4.44 16/216816/1 dali_1.4.44
greynaga [Fri, 1 Nov 2019 11:24:36 +0000 (11:24 +0000)]
DALi Version 1.4.44

Change-Id: I7ce37bac1b556bfdaeab944ba52e6ddada57647a

4 years agoModify DALI_KEY_H to DALI_KEYCODE_H 95/215795/3
Jiyun Yang [Mon, 14 Oct 2019 06:21:43 +0000 (15:21 +0900)]
Modify DALI_KEY_H to DALI_KEYCODE_H

keyword 'DALI_KEY_H' is aleady used in VD key-extension.

Change-Id: Ia037d9a6a7dbe243302b52419e9757c5339d9179

4 years agoRemove unused DALI_COMPILATION define 92/216492/2
Adeel Kazmi [Fri, 25 Oct 2019 13:38:57 +0000 (14:38 +0100)]
Remove unused DALI_COMPILATION define

Change-Id: Ib970a75f658031e0ea2a5fc96b155dc1bef8c167

4 years agoMerge "Move integration-api folder from adaptors to adaptor-framework" into devel...
Adeel Kazmi [Fri, 25 Oct 2019 15:07:32 +0000 (15:07 +0000)]
Merge "Move integration-api folder from adaptors to adaptor-framework" into devel/master

4 years agoUpdate READMEs to state usage of cmake 93/216493/2
Adeel Kazmi [Fri, 25 Oct 2019 13:47:22 +0000 (14:47 +0100)]
Update READMEs to state usage of cmake

Change-Id: I1bb11eb52297e7b9b6a07df6a5f1b29d6d2c1db0

4 years agoMove integration-api folder from adaptors to adaptor-framework 16/216416/2
Adeel Kazmi [Fri, 25 Oct 2019 12:10:31 +0000 (13:10 +0100)]
Move integration-api folder from adaptors to adaptor-framework

- Created a symbolic link from adaptors to adaptor-framework so it still
  compiles on target for legacy systems

Change-Id: Ieee931cbead2417ffc33eeba07dd09a9824d1fac

4 years agoMerge "Remove DALI_ADAPTOR_COMPILATION define" into devel/master
Adeel Kazmi [Fri, 25 Oct 2019 11:21:04 +0000 (11:21 +0000)]
Merge "Remove DALI_ADAPTOR_COMPILATION define" into devel/master

4 years agoDALi Version 1.4.43 75/216475/1 dali_1.4.43
Agnelo Vaz [Fri, 25 Oct 2019 09:29:46 +0000 (10:29 +0100)]
DALi Version 1.4.43

Change-Id: I201bf11916aa72ef6b625e7adbc807e6f8a8c5a1

4 years agoRemove DALI_ADAPTOR_COMPILATION define 20/216420/2
Adeel Kazmi [Thu, 24 Oct 2019 18:42:50 +0000 (19:42 +0100)]
Remove DALI_ADAPTOR_COMPILATION define

Change-Id: I0894036153333197fbc58022954abbed283d53c9

4 years agoMerge "(Build) Ensure CXX11 libraries are marked as provided when building the RPM...
Adeel Kazmi [Thu, 24 Oct 2019 16:54:02 +0000 (16:54 +0000)]
Merge "(Build) Ensure CXX11 libraries are marked as provided when building the RPM" into devel/master

4 years ago(Build) Ensure CXX11 libraries are marked as provided when building the RPM 15/216415/1
Adeel Kazmi [Thu, 24 Oct 2019 16:20:20 +0000 (17:20 +0100)]
(Build) Ensure CXX11 libraries are marked as provided when building the RPM

Change-Id: I687c687deb95e642381ffc8e993d74867baeb6c4

4 years agoFix the incorrect offset of text outline 55/216055/3
Richard Huang [Fri, 18 Oct 2019 13:41:51 +0000 (14:41 +0100)]
Fix the incorrect offset of text outline

Change-Id: I9fb55dabf3ff8e5519ba05d4c8e0206015b326fd

4 years agoMerge "Add Preedit style - Highlight and Reverse" into devel/master
Adeel Kazmi [Thu, 24 Oct 2019 08:57:50 +0000 (08:57 +0000)]
Merge "Add Preedit style - Highlight and Reverse" into devel/master

4 years agoAdd Preedit style - Highlight and Reverse 84/213784/5
Seoyeon Kim [Wed, 11 Sep 2019 07:56:34 +0000 (16:56 +0900)]
Add Preedit style - Highlight and Reverse

Change-Id: I57de1afe6d91e15ce617243abe2f6fe54cc838f2
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoAdd visibility changed signal to Window 82/216182/2
Heeyong Song [Tue, 22 Oct 2019 05:14:46 +0000 (14:14 +0900)]
Add visibility changed signal to Window

Change-Id: If4d885b656f8261fdc0ac5ab91cebf2570dd635b

4 years agoRemoved desktop build warning & Ecore IMF version print out 50/216250/1
Adeel Kazmi [Tue, 22 Oct 2019 14:46:15 +0000 (15:46 +0100)]
Removed desktop build warning & Ecore IMF version print out

Change-Id: Ic53ab3608dbda466c925456fc183d3929f310f91

4 years agoMerge "Add keycode for Ecore_IMF_Event_Key value" into devel/master
Adeel Kazmi [Tue, 22 Oct 2019 12:55:30 +0000 (12:55 +0000)]
Merge "Add keycode for Ecore_IMF_Event_Key value" into devel/master

4 years agoAdd keycode for Ecore_IMF_Event_Key value 48/215648/5
Seoyeon Kim [Mon, 14 Oct 2019 02:07:51 +0000 (11:07 +0900)]
Add keycode for Ecore_IMF_Event_Key value

- Since ecore_imf 1.22 version, 'keycode' variable is included
  in Ecore_IMF_Event_Key_Down / Up.
- To allow an Ecore Input Context to handle an event, send 'keyCode' of KeyEvent
- Removed ECORE_IMF_13 tag, instead use ECORE_VERSION_MAJOR / MINOR tags

Change-Id: I306339efc75b1de4e9d78d975b9ee33ff7483be7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
4 years agoFilled missing log values at the end of cmake run 39/216039/4
adam.b [Fri, 18 Oct 2019 11:28:41 +0000 (12:28 +0100)]
Filled missing log values at the end of cmake run

- Filled missing log values at the end of cmake run
- Additional cleanup

Change-Id: I85bf40dc4d9bad0de3faadedc5b16ad306aeae70

4 years agoDALi Version 1.4.42 22/216022/1 dali_1.4.42
Cheng-Shiun Tsai [Fri, 18 Oct 2019 10:13:09 +0000 (11:13 +0100)]
DALi Version 1.4.42

Change-Id: I89da07d54dd9823fa7164520f1d72a5046a1b3ff

4 years agoSimplified spec file & ensure we don't clean if building 1 profile 97/215897/1
Adeel Kazmi [Thu, 17 Oct 2019 09:07:15 +0000 (10:07 +0100)]
Simplified spec file & ensure we don't clean if building 1 profile

Change-Id: I8499c909cc41a0a4df043fcf0cee726a9155719c

4 years agoCMake support 95/214795/18
adam.b [Mon, 14 Oct 2019 14:07:56 +0000 (15:07 +0100)]
CMake support

Added CMake support to the Adaptor

Change-Id: I9c8875d7046d9f7853932b24758149a012f8cdda

4 years ago[Tizen] Add Effect Start/End signal accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix accepted/tizen/5.5/unified/20191031.015549 accepted/tizen/5.5/unified/mobile/hotfix/20201027.075605 accepted/tizen/unified/20191015.012011 submit/tizen/20191014.065317 submit/tizen_5.5/20191031.000005 submit/tizen_5.5_mobile_hotfix/20201026.185105 tizen_5.5.m2_release
Jiyun Yang [Mon, 14 Oct 2019 06:23:58 +0000 (15:23 +0900)]
[Tizen] Add Effect Start/End signal

This reverts commit 69a5d36b6582848c57f59625ca61330e42521a75.

Change-Id: Ia3f0fd43f986e61616db55ef83a3511165fab723

4 years ago[Tizen] Implement partial update
Jiyun Yang [Mon, 14 Oct 2019 06:23:44 +0000 (15:23 +0900)]
[Tizen] Implement partial update

This reverts commit 24693f38898769316def34c286849aa82a56406e.

Change-Id: I4d89708b5b02b255508707f3c79dd9ddd283c7df

4 years ago[Tizen] Add screen and client rotation itself function
Jiyun Yang [Mon, 14 Oct 2019 06:21:48 +0000 (15:21 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit e5de7def5daf78b6602a8fa042edf30dbcf440ac.

Change-Id: If526d41fef22526d4404a71606fb1de4a9db11ca

4 years ago[Tizen] Add DALi Autofill implementation
Jiyun Yang [Mon, 14 Oct 2019 06:21:46 +0000 (15:21 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 43ea5f0803fb8b30c7a65c78893837ff360c1cf5.

Change-Id: I8d4eb5b2ebfee86de7b63e07a3cfba42737fc22c

4 years ago[Tizen] Modify DALI_KEY_H
Jiyun Yang [Mon, 14 Oct 2019 06:21:43 +0000 (15:21 +0900)]
[Tizen] Modify DALI_KEY_H

This reverts commit 484fb6999d3321286743c650b6817843ba3043a9.

Change-Id: Ia037d9a6a7dbe243302b52419e9757c5339d9179

4 years ago(Vector) Add GetLayerInfo method
Heeyong Song [Fri, 11 Oct 2019 08:19:38 +0000 (17:19 +0900)]
(Vector) Add GetLayerInfo method

Change-Id: I870fa93b48de93788538bab5aa8a17356571255e

4 years agoFix unParent and rotation bug
Wonsik Jung [Thu, 10 Oct 2019 02:52:51 +0000 (11:52 +0900)]
Fix unParent and rotation bug

1. unParent bug
When SetParnt and unParent are called, internal Window value is not reset.
To fix, the internal window value type is changed the pointer.
2. rotation bug
On rotation callback function, commit resize signal with invalid width.
On SetEglWindowRotation(), wl_egl_window_tizen_set_rotation is called with invalid degree.

Change-Id: I7aa141c5cd1f7e3bd70a3385d02ef81035b4dc78

4 years ago(Automated Tests) Updates after addition of rotation gesture
Adeel Kazmi [Thu, 10 Oct 2019 17:06:20 +0000 (18:06 +0100)]
(Automated Tests) Updates after addition of rotation gesture

Change-Id: Ifa93cd1884cb71d11f2d4f3eed846f969c39b9a0

4 years agoDALi Version 1.4.41
Anton Obzhirov [Thu, 10 Oct 2019 14:57:23 +0000 (15:57 +0100)]
DALi Version 1.4.41

Change-Id: I4b08b49e5a5e9aadc72c810091d171cae3d829b8

4 years agoRevert "[Tizen] Modify DALI_KEY_H"
Jiyun Yang [Mon, 14 Oct 2019 06:20:00 +0000 (15:20 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"

This reverts commit e3cb4be08e4eb0708a5321473ef95ef8b80e59c6.

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Jiyun Yang [Mon, 14 Oct 2019 06:19:54 +0000 (15:19 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 0237935fcf87c0535f3e9bdfbce92960fb899ef7.

4 years agoRevert "[Tizen] Add screen and client rotation itself function"
Jiyun Yang [Mon, 14 Oct 2019 06:19:51 +0000 (15:19 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 819c4738b2f54c49e0299f7ff04d9b46e817aa78.

4 years agoRevert "[Tizen] Fix the incorrect size in OnRotation"
Jiyun Yang [Mon, 14 Oct 2019 06:19:48 +0000 (15:19 +0900)]
Revert "[Tizen] Fix the incorrect size in OnRotation"

This reverts commit f34de452748c1d859992cb4bb910563bb0b0290d.

4 years agoRevert "[Tizen] Fix unParent Bug"
Jiyun Yang [Mon, 14 Oct 2019 06:19:45 +0000 (15:19 +0900)]
Revert "[Tizen] Fix unParent Bug"

This reverts commit 31f6d14ee31aef11403280f9d5ea5eadac933210.

4 years agoRevert "[Tizen] Implement partial update"
Jiyun Yang [Mon, 14 Oct 2019 06:19:42 +0000 (15:19 +0900)]
Revert "[Tizen] Implement partial update"

This reverts commit 3c63fbf108561366679ff4379d3b155b0bc0fc99.

4 years agoRevert "[Tizen] Add Effect Start/End signal"
Jiyun Yang [Mon, 14 Oct 2019 06:19:32 +0000 (15:19 +0900)]
Revert "[Tizen] Add Effect Start/End signal"

This reverts commit 3fa7d3c35e3cd73455bd9e6c248f067f2a1b24b6.

4 years ago(Vector) Add GetLayerInfo method 96/215596/2
Heeyong Song [Fri, 11 Oct 2019 08:19:38 +0000 (17:19 +0900)]
(Vector) Add GetLayerInfo method

Change-Id: I870fa93b48de93788538bab5aa8a17356571255e

4 years agoMerge "Fix unParent and rotation bug" into devel/master
Wonsik Jung [Mon, 14 Oct 2019 00:42:57 +0000 (00:42 +0000)]
Merge "Fix unParent and rotation bug" into devel/master

4 years agoMerge "[Tizen] Add Effect Start/End signal" into tizen
Wonsik Jung [Fri, 11 Oct 2019 05:46:17 +0000 (05:46 +0000)]
Merge "[Tizen] Add Effect Start/End signal" into tizen

4 years ago[Tizen] Add Effect Start/End signal 86/215186/6
Wonsik Jung [Wed, 2 Oct 2019 08:37:07 +0000 (17:37 +0900)]
[Tizen] Add Effect Start/End signal

Add Effect Start/End Signal.

Change-Id: I182334ba21210cc62d11588bf7231fb847340cd6

4 years agoFix unParent and rotation bug 10/215510/4
Wonsik Jung [Thu, 10 Oct 2019 02:52:51 +0000 (11:52 +0900)]
Fix unParent and rotation bug

1. unParent bug
When SetParnt and unParent are called, internal Window value is not reset.
To fix, the internal window value type is changed the pointer.
2. rotation bug
On rotation callback function, commit resize signal with invalid width.
On SetEglWindowRotation(), wl_egl_window_tizen_set_rotation is called with invalid degree.

Change-Id: I7aa141c5cd1f7e3bd70a3385d02ef81035b4dc78

4 years ago(Automated Tests) Updates after addition of rotation gesture 65/215565/1
Adeel Kazmi [Thu, 10 Oct 2019 17:06:20 +0000 (18:06 +0100)]
(Automated Tests) Updates after addition of rotation gesture

Change-Id: Ifa93cd1884cb71d11f2d4f3eed846f969c39b9a0

4 years agoDALi Version 1.4.41 53/215553/1 dali_1.4.41
Anton Obzhirov [Thu, 10 Oct 2019 14:57:23 +0000 (15:57 +0100)]
DALi Version 1.4.41

Change-Id: I4b08b49e5a5e9aadc72c810091d171cae3d829b8

4 years ago[Tizen] Implement partial update accepted/tizen/unified/20191010.032826 submit/tizen/20191008.070110
Joogab Yun [Mon, 15 Apr 2019 07:27:57 +0000 (16:27 +0900)]
[Tizen] Implement partial update

1. It works when the DALI_PARTIAL_UPDATE_AVAILABLE environment variable is set.

Change-Id: Ibfed04cc509e7935de4aa131fcf385a15b019606

4 years ago[Tizen] Fix unParent Bug
Seoyeon Kim [Tue, 8 Oct 2019 05:27:22 +0000 (14:27 +0900)]
[Tizen] Fix unParent Bug

This reverts commit 70189749d12fc175c530b8d852386e1c13088fbd.

4 years ago[Tizen] Fix the incorrect size in OnRotation
Seoyeon Kim [Tue, 8 Oct 2019 05:27:08 +0000 (14:27 +0900)]
[Tizen] Fix the incorrect size in OnRotation

This reverts commit a9d9d286570a50ec144b3ea3cb0ac507a4328a40.

4 years ago[Tizen] Add screen and client rotation itself function
Seoyeon Kim [Tue, 8 Oct 2019 05:26:48 +0000 (14:26 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit c3916fe1fb10465161a98b77d2bc92786f10e4eb.

4 years ago[Tizen] Add DALi Autofill implementation
Seoyeon Kim [Tue, 8 Oct 2019 05:26:35 +0000 (14:26 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 6aa52ae8effa352d8afe2a791790a566b5d6e1bd.

4 years ago[Tizen] Modify DALI_KEY_H
Seoyeon Kim [Tue, 8 Oct 2019 05:26:13 +0000 (14:26 +0900)]
[Tizen] Modify DALI_KEY_H

This reverts commit d58dbeef43aff249fcb14ba0401870b4ae0a447d.

4 years agoMerge branch 'devel/master' into tizen
Seoyeon Kim [Tue, 8 Oct 2019 05:24:59 +0000 (14:24 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen] Modify DALI_KEY_H"
Seoyeon Kim [Tue, 8 Oct 2019 04:24:51 +0000 (13:24 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"

This reverts commit f8f4e3a6adb9ea9192d9a9c51f5d257a9e50fd4c.

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Seoyeon Kim [Tue, 8 Oct 2019 04:24:46 +0000 (13:24 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit 4db20b3ce0f7cc820740eb00faace1037682555a.

4 years agoRevert "[Tizen] Add screen and client rotation itself function"
Seoyeon Kim [Tue, 8 Oct 2019 04:24:44 +0000 (13:24 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 09c9ade5cb3bacc5e17dd628c8c3a6253eebb425.

4 years agoRevert "[Tizen] Implement partial update"
Seoyeon Kim [Tue, 8 Oct 2019 04:24:42 +0000 (13:24 +0900)]
Revert "[Tizen] Implement partial update"

This reverts commit d364dd17881ee084db59fa51e82675878c8f21e9.

4 years agoRevert "[Tizen] Fix the incorrect size in OnRotation"
Seoyeon Kim [Tue, 8 Oct 2019 04:24:38 +0000 (13:24 +0900)]
Revert "[Tizen] Fix the incorrect size in OnRotation"

This reverts commit 83c7013db6be44a7c97e34ec54095aef437d9520.

4 years agoRevert "[Tizen] Fix unParent Bug"
Seoyeon Kim [Tue, 8 Oct 2019 04:24:36 +0000 (13:24 +0900)]
Revert "[Tizen] Fix unParent Bug"

This reverts commit 88182dddac40e95258d7cff3daa2f21b1bcd6174.

4 years agoMerge "Change using flag timeToSleepUntil to mForceClear to show swapbuffer logs...
Seungho BAEK [Mon, 7 Oct 2019 01:06:03 +0000 (01:06 +0000)]
Merge "Change using flag timeToSleepUntil to mForceClear to show swapbuffer logs." into devel/master

4 years agoDALi Version 1.4.40 79/215279/1 dali_1.4.40
Adeel Kazmi [Fri, 4 Oct 2019 12:40:17 +0000 (13:40 +0100)]
DALi Version 1.4.40

Change-Id: Ia84cb99d1e2e32c17bfbbcb48cb29ed5b86221af

4 years agoRevert "Revert "Migrate to openssl 1.1"" 29/215229/1 submit/tizen/20191002.143405
Konrad Lipinski [Thu, 3 Oct 2019 11:23:39 +0000 (13:23 +0200)]
Revert "Revert "Migrate to openssl 1.1""

This reverts commit 7a7f23de5d88c877db2280942ea5b53b63660961.

Change-Id: Ifa1cb76a0a86e5e2944a520270b3efd808c2d1ed

4 years ago[Tizen] Fix unParent Bug accepted/tizen/unified/20191004.003531 submit/tizen/20191001.081227 submit/tizen/20191001.095942
Sunghyun kim [Tue, 1 Oct 2019 07:38:10 +0000 (16:38 +0900)]
[Tizen] Fix unParent Bug

This reverts commit 0baa433fd9d187e555e0d281e36119993aae132f.

Change-Id: I530e9a64185ff7e86b68022be0de39c827c17343

4 years ago[Tizen] Fix the incorrect size in OnRotation
Sunghyun kim [Tue, 1 Oct 2019 07:37:39 +0000 (16:37 +0900)]
[Tizen] Fix the incorrect size in OnRotation

This reverts commit d8f1589b43358d36a78519c054dfca77dd6e0fb2.

Change-Id: I532dca0408ce40a4a54cce7ddb3856466685f126

4 years ago[Tizen] Implement partial update
Sunghyun kim [Tue, 1 Oct 2019 07:37:25 +0000 (16:37 +0900)]
[Tizen] Implement partial update

This reverts commit c986e42cc14e021d9cd0070d9083c8ec453aabc4.

Change-Id: I7f08fd5cd8683ed36a4f00b937b5e850ec241a97

4 years ago[Tizen] Add screen and client rotation itself function
Sunghyun kim [Tue, 1 Oct 2019 07:37:05 +0000 (16:37 +0900)]
[Tizen] Add screen and client rotation itself function

This reverts commit 53fdb2e5468ea10660fa8ef1e2247c05bff7edb2.

Change-Id: Ic5016e2595e76b4c4aa224b595a66bc3aa055dee

4 years ago[Tizen] Add DALi Autofill implementation
Sunghyun kim [Tue, 1 Oct 2019 07:36:50 +0000 (16:36 +0900)]
[Tizen] Add DALi Autofill implementation

This reverts commit 17a7968213119157bf54c5f2d3dfcc2965148534.

Change-Id: I8a256a3004ff04681bfb5c431e6064e079878393

4 years ago[Tizen] Modify DALI_KEY_H
Sunghyun kim [Tue, 1 Oct 2019 07:36:15 +0000 (16:36 +0900)]
[Tizen] Modify DALI_KEY_H

This reverts commit 2396a1cacbbf35fee891cdcff433c5ac0112b561.

Change-Id: Iee2b46afbc94eefb056a68fe774c7c386c20fb1a

4 years agoMerge branch 'devel/master' into tizen
Sunghyun kim [Tue, 1 Oct 2019 07:36:09 +0000 (16:36 +0900)]
Merge branch 'devel/master' into tizen

4 years agoRevert "[Tizen] Modify DALI_KEY_H"
Sunghyun kim [Tue, 1 Oct 2019 07:35:54 +0000 (16:35 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"

This reverts commit 7b5be228ad09b48ee3d3363293a4590a5e381ab3.

Change-Id: Iec725bd3f9af8d8f3410d040b4e0ee831044bf6f

4 years agoRevert "[Tizen] Add DALi Autofill implementation"
Sunghyun kim [Tue, 1 Oct 2019 07:35:52 +0000 (16:35 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"

This reverts commit ffff424692c6cf90df58d9745ec1a3e3418e10ba.

4 years agoRevert "[Tizen] Add screen and client rotation itself function"
Sunghyun kim [Tue, 1 Oct 2019 07:35:50 +0000 (16:35 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"

This reverts commit 696d8a8dfbe4effe7d05a8b18b6be16b35e22959.

4 years agoRevert "[Tizen] Implement partial update"
Sunghyun kim [Tue, 1 Oct 2019 07:35:48 +0000 (16:35 +0900)]
Revert "[Tizen] Implement partial update"

This reverts commit a61186ebb4fc7b72d2fa995cdb6eb2e7c1afa02b.

4 years agoRevert "[Tizen] Fix the incorrect size in OnRotation"
Sunghyun kim [Tue, 1 Oct 2019 07:35:45 +0000 (16:35 +0900)]
Revert "[Tizen] Fix the incorrect size in OnRotation"

This reverts commit d99e13f3a3417525449af8a8996c3e4973411962.

4 years agoRevert "[Tizen] Fix unParent Bug"
Sunghyun kim [Tue, 1 Oct 2019 07:35:43 +0000 (16:35 +0900)]
Revert "[Tizen] Fix unParent Bug"

This reverts commit 72c86ab9cedd7d397acca026e1e6b7e659c2a595.

4 years ago[Tizen] Fix unParent Bug 82/214982/4
Wonsik Jung [Mon, 30 Sep 2019 10:24:49 +0000 (19:24 +0900)]
[Tizen] Fix unParent Bug

Fix unParent Bug.
When SetParnt and unParent are called, internal Window value is not reset.
To fix, the internal window value type is changed the pointer.

Change-Id: Ia7db2d7a355ca77a3b05a564ff4c6f09b3e9d5f7

4 years agoFix broken link 31/215031/1
Jiyun Yang [Tue, 1 Oct 2019 06:33:48 +0000 (15:33 +0900)]
Fix broken link

Change-Id: I9a6d8ab5b83315d8189e2c9dfcc897f267f535c5
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
4 years agoChange using flag timeToSleepUntil to mForceClear to show swapbuffer logs. 36/214936/2
Seungho, Baek [Mon, 30 Sep 2019 05:03:50 +0000 (14:03 +0900)]
Change using flag timeToSleepUntil to mForceClear to show swapbuffer logs.

 - timeToSleepUntil is set to 0 not only resume case but also the thread is initialized.

Change-Id: Id4db2e97c8cfbc1bbd06a12b2e552f5f538527a8
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
4 years agoUpdate libunibreak to fix word wrap mode issue. 26/214926/2
minho.sun [Thu, 11 Jan 2018 06:28:23 +0000 (15:28 +0900)]
Update libunibreak to fix word wrap mode issue.

Update libunibreak to fix word wrap mode issue.

Change-Id: I669168209fa4c588b07991273b7f36a3b92faca7

4 years agoDALi Version 1.4.39 86/214886/1 dali_1.4.39
adam.b [Fri, 27 Sep 2019 09:15:48 +0000 (10:15 +0100)]
DALi Version 1.4.39

Change-Id: Ideae19d49dcea5d6726a610428acd249170c2995

4 years ago[Tizen] Fix the incorrect size in OnRotation accepted/tizen/unified/20190926.000028 submit/tizen/20190925.063212
Wonsik Jung [Tue, 17 Sep 2019 04:54:49 +0000 (13:54 +0900)]
[Tizen] Fix the incorrect size in OnRotation

Incorrect width(rotaion angle) is filled to resized callback function.
Maybe human error.

Change-Id: Ia07b41adaafa0e30aec3971ddb9bb3b069b58c98