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: I3db66965498a5ca9c47b77934fab180981a279e7
Wonsik Jung [Wed, 28 Aug 2019 00:51:36 +0000 (09:51 +0900)]
[Tizen] Log patch to show first swapbuffers call after resume
This reverts commit
b7a80394d6edc287cf4283b7a5d4a44b71e3bfc0.
Wonsik Jung [Wed, 28 Aug 2019 00:47:23 +0000 (09:47 +0900)]
[Tizen] Add screen and client rotation itself function
This reverts commit
91206d4971cc0c9b486b4b29b7f3157326bbd7aa.
Wonsik Jung [Wed, 28 Aug 2019 00:34:13 +0000 (09:34 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
457683cc6905d874e1950956833e3ea5fcb681e7.
Wonsik Jung [Wed, 28 Aug 2019 00:33:39 +0000 (09:33 +0900)]
[Tizen] Modify DALI_KEY_H
This reverts commit
85ddcccdeb1f5cfa71f1b5c404c212e903120935.
Wonsik Jung [Wed, 28 Aug 2019 00:33:20 +0000 (09:33 +0900)]
Merge branch 'devel/master' into tizen
Wonsik Jung [Wed, 28 Aug 2019 00:32:36 +0000 (09:32 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"
This reverts commit
0de0f25c29bc7557c69e36a68007eca91a280b96.
Wonsik Jung [Wed, 28 Aug 2019 00:32:33 +0000 (09:32 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
ae40c1bc8fcb3b74150d17fb2ad5a8a279d1050a.
Wonsik Jung [Wed, 28 Aug 2019 00:32:29 +0000 (09:32 +0900)]
Revert "[Tizen] Add environment variable to manually set DPI"
This reverts commit
ad4898808c2dc87aeb6c3338872529c05f27d73d.
Wonsik Jung [Wed, 28 Aug 2019 00:32:25 +0000 (09:32 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
45143e6bae13b5f3ddc3718645f08716ec03234c.
Wonsik Jung [Wed, 28 Aug 2019 00:32:21 +0000 (09:32 +0900)]
Revert "[Tizen] Fix DPI environment variable issue"
This reverts commit
85495083ed69849f52ee7563e91e9ff96312975a.
Wonsik Jung [Wed, 28 Aug 2019 00:32:15 +0000 (09:32 +0900)]
Revert "[Tizen] To get MaxTextureSize by using glGetIntegerv not by using environment variable"
This reverts commit
d32e2ca1a0b91be571c983e12eda3f5b7b742e00.
Wonsik Jung [Wed, 28 Aug 2019 00:32:09 +0000 (09:32 +0900)]
Revert "[Tizen] Log patch to show first swapbuffers call after resume"
This reverts commit
fbf678ce8817987af608a0ebe6da592a315c44d0.
Heeyong Song [Mon, 26 Aug 2019 04:40:19 +0000 (04:40 +0000)]
Merge "(Vector) Add a signal for texture uploading" into devel/master
Wonsik Jung [Fri, 23 Aug 2019 06:02:03 +0000 (15:02 +0900)]
Add document for SetParent interface
Add document for SetParent interface.
After setting parent and child window, these windows moves together.
Then, child's Raise() or Lower() is called, child window will move to Top or Bottom.
After window stack is changed by child,
if parent's Raise() or Lower() is called, these window will move together again.
Change-Id: I85bc136f5e2b6feb3c7580cbc6521b7de8f45ce3
Heeyong Song [Thu, 22 Aug 2019 01:22:58 +0000 (10:22 +0900)]
(Vector) Add a signal for texture uploading
Change-Id: I094f6e724e4498377640b6a89eff98efd57fa0b5
Heeyong Song [Tue, 13 Aug 2019 09:41:11 +0000 (18:41 +0900)]
(VectorRenderer) Remove unused function
Change-Id: I2ab392d3ba63ef611fedf203a1941d435b4dacd8
greynaga [Fri, 23 Aug 2019 10:02:07 +0000 (11:02 +0100)]
DALi Version 1.4.34
Change-Id: Ia7a025c2376915558effebb4e881f84a633f707b
Seungho BAEK [Mon, 19 Aug 2019 01:01:49 +0000 (01:01 +0000)]
Merge "To get MaxTextureSize by using glGetIntegerv not by using environment variable" into devel/master
Adeel Kazmi [Fri, 16 Aug 2019 09:53:42 +0000 (09:53 +0000)]
Merge "DALi Version 1.4.33" into devel/master
Cheng-Shiun Tsai [Fri, 16 Aug 2019 09:40:37 +0000 (10:40 +0100)]
DALi Version 1.4.33
Change-Id: If0942a266d6a46457f62d2625adea72a805dda6a
Wonsik Jung [Fri, 16 Aug 2019 04:09:30 +0000 (04:09 +0000)]
Merge "Add parent set for mulit window." into devel/master
Seungho, Baek [Wed, 31 Jul 2019 05:22:19 +0000 (14:22 +0900)]
Add environment variable to manually set DPI
Change-Id: I81286041aa2f3b3cf0c89332f768eee3459c8af9
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Seungho, Baek [Fri, 17 May 2019 06:52:29 +0000 (15:52 +0900)]
To get MaxTextureSize by using glGetIntegerv not by using environment variable
- Save MaxTextureSize in the gl-implementation after Context MakeCurrent
- Get it to the ImageLoader
- Use ConditionalWait to sync between two threads at the first time the DALi app is launching
- Save the MaxTextureSize that is supported at the GPU to a configuration file.
- After second launching of any DALi app, Adaptor read the configuration file without waiting.
Change-Id: I0d9bef5f59086c49c9d44ed6efdb1ae849c6f361
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Joogab Yun [Mon, 12 Aug 2019 04:43:35 +0000 (13:43 +0900)]
[Tizen] Log patch to show first swapbuffers call after resume
This reverts commit
007603858fb502e0ac77d7f7b501e51deaae7874.
Change-Id: I0740e0c340a729610f2b6549d324fe32fc7297c7
Joogab Yun [Mon, 12 Aug 2019 04:43:14 +0000 (13:43 +0900)]
[Tizen] To get MaxTextureSize by using glGetIntegerv not by using environment variable
This reverts commit
6f28222b808749415a16ba6f2130253faff5fecd.
Change-Id: I651dd8070763705f9da0eaa97cb3f22bcb8935dd
Joogab Yun [Mon, 12 Aug 2019 04:42:50 +0000 (13:42 +0900)]
[Tizen] Fix DPI environment variable issue
This reverts commit
62b8785605d3f9476d446d75e7790a7237a2d49e.
Change-Id: Ib0013d0695e79fcf0522d04c911f353ac9dabdb0
Joogab Yun [Mon, 12 Aug 2019 04:42:31 +0000 (13:42 +0900)]
[Tizen] Add screen and client rotation itself function
This reverts commit
fb4f5e9ccc3bddf20df3d227c708a09ee1286493.
Change-Id: Ia560347d18ae026b92bf7d9076245fcd96bd06f6
Joogab Yun [Mon, 12 Aug 2019 04:42:01 +0000 (13:42 +0900)]
[Tizen] Add environment variable to manually set DPI
This reverts commit
76607615939052a7499cab00382b2f3019ac37f9.
Change-Id: I5dfc897e95ffa8897e24ec41cf3decc3563dca16
Joogab Yun [Mon, 12 Aug 2019 04:41:41 +0000 (13:41 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
55e0d8e7cd3c4dba8fbc3bdab65da53281bf287d.
Change-Id: I5947b5994dc5912932fad25165833b6a28677665
Joogab Yun [Mon, 12 Aug 2019 04:41:24 +0000 (13:41 +0900)]
[Tizen] Modify DALI_KEY_H
This reverts commit
cd86079485213b00dbc0acc6a37b82cf82baad92.
Change-Id: I77bc8cb5774dfdf60d73b5bdad8adc412781164f
Joogab Yun [Mon, 12 Aug 2019 04:41:11 +0000 (13:41 +0900)]
Merge branch 'devel/master' into tizen
Joogab Yun [Mon, 12 Aug 2019 04:40:46 +0000 (13:40 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"
This reverts commit
40a68bcfbc631541acd6b1a2631878cc5dceaccc.
Joogab Yun [Mon, 12 Aug 2019 04:40:42 +0000 (13:40 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
This reverts commit
64663925f484822e7d27d68a3de4ef9067eb18ac.
Joogab Yun [Mon, 12 Aug 2019 04:40:39 +0000 (13:40 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
5bd681f7439a5057fa045899097c656d0fe28fc7.
Joogab Yun [Mon, 12 Aug 2019 04:40:36 +0000 (13:40 +0900)]
Revert "[Tizen] Add environment variable to manually set DPI"
This reverts commit
b575c03bf53f1d4d72b8034db1e995a3e4f4a2d0.
Joogab Yun [Mon, 12 Aug 2019 04:40:33 +0000 (13:40 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
0856f770989f994842406e4093e2154187f657fb.
Joogab Yun [Mon, 12 Aug 2019 04:40:30 +0000 (13:40 +0900)]
Revert "[Tizen] Fix DPI environment variable issue"
This reverts commit
fa78008af851a10ba69200f9da68f1b18bca94e8.
Joogab Yun [Mon, 12 Aug 2019 04:40:26 +0000 (13:40 +0900)]
Revert "[Tizen] To get MaxTextureSize by using glGetIntegerv not by using environment variable"
This reverts commit
5d0aa12f72c6b52906b009c5c30339c9b2a7a4fc.
Joogab Yun [Mon, 12 Aug 2019 04:40:23 +0000 (13:40 +0900)]
Revert "[Tizen] Log patch to show first swapbuffers call after resume"
This reverts commit
9dc39f26205bc0ce68d6041e52f2b3f9b9ee743d.
Heeyong Song [Mon, 12 Aug 2019 04:25:08 +0000 (04:25 +0000)]
Merge "Add KeyEventGeneratedSignal for Get KeyEvent normally" into devel/master
Heeyong Song [Wed, 31 Jul 2019 03:55:05 +0000 (12:55 +0900)]
(Vector) Change return type of Render()
Change-Id: Iec238fa707428072ace4f063dba539bfa86b16cf
Richard Huang [Fri, 9 Aug 2019 15:04:55 +0000 (16:04 +0100)]
Keep the handle of SceneHolder before processing events in Core
Change-Id: I042e3c27e5de8fc82f75170e34ebfbea0a79b933
Agnelo Vaz [Fri, 9 Aug 2019 10:30:52 +0000 (11:30 +0100)]
DALi Version 1.4.32
Change-Id: Ib30caaab705e5e0b86d8ae0a4ac30d5f8c3fb31b
Wonsik Jung [Mon, 22 Jul 2019 06:06:44 +0000 (15:06 +0900)]
Add parent set for mulit window.
Add parent set for multi window.
After setting, parent and child window works together when window raise, lower and iconfined/diconifed.
Change-Id: I6043b50338ab9be2742d9e17f2d971c6dffdf3b9
Seoyeon Kim [Thu, 8 Aug 2019 05:47:23 +0000 (05:47 +0000)]
Merge "Replace the plane text with asterisk character in password mode" into devel/master
Seungho, Baek [Tue, 6 Aug 2019 08:11:06 +0000 (17:11 +0900)]
[Tizen] Log patch to show first swapbuffers call after resume
Change-Id: Ib793119e4fa40bc0ee0f1dc92e7341226d3ffde3
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Seoyeon Kim [Mon, 5 Aug 2019 04:51:50 +0000 (13:51 +0900)]
[Tizen] To get MaxTextureSize by using glGetIntegerv not by using environment variable
This reverts commit
fab00b74613be90aa398885551060564ba5124d1.
Change-Id: Ib9342e0c68336cc61af71e142ff4fe43a4227588
Seoyeon Kim [Mon, 5 Aug 2019 04:51:31 +0000 (13:51 +0900)]
[Tizen] Fix DPI environment variable issue
This reverts commit
9390d06d8cb41c7a457d9baa39ff14d53184eacf.
Change-Id: I4af89ad28133b4ea3482b8fb783d8dfbd31e7737
Seoyeon Kim [Mon, 5 Aug 2019 04:51:13 +0000 (13:51 +0900)]
[Tizen] Add screen and client rotation itself function
This reverts commit
4a0a44830468ad7ee43938f7118d71728a5a9376.
Change-Id: Ib0ecdb44ac1ba073ab9e4d85403278893d77b4a7
Seoyeon Kim [Mon, 5 Aug 2019 04:50:39 +0000 (13:50 +0900)]
[Tizen] Add environment variable to manually set DPI
This reverts commit
45013b4f6229e319c05ff314f36ae3594289b2c1.
Change-Id: I2cc853c6c8ad92eb5868c763ad568624a425a009
Seoyeon Kim [Mon, 5 Aug 2019 04:50:11 +0000 (13:50 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
c885d36b2bd8b964f9d4d3a2db2dab901f273f1f.
Change-Id: I4b38712d10787a7b7cde3a9eb27557391e63df07
Seoyeon Kim [Mon, 5 Aug 2019 04:49:55 +0000 (13:49 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
This reverts commit
e2df4853dbf744416fc454ea2e26f8450b6c8997.
Change-Id: I63ea56cda79e57b7e8ea117caa6f43dde3240e08
Seoyeon Kim [Mon, 5 Aug 2019 04:49:33 +0000 (13:49 +0900)]
[Tizen] Modify DALI_KEY_H
This reverts commit
7766f48db5400ca48286f575a73c29b3e4341840.
Change-Id: If9a53b74f129c3b2831681b99c28fa9c5071d230
Seoyeon Kim [Mon, 5 Aug 2019 04:49:06 +0000 (13:49 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: If18ebd2a0aac5c7e659039efb6a11aefe9bd163c
Seoyeon Kim [Mon, 5 Aug 2019 04:48:30 +0000 (13:48 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"
This reverts commit
c9d15f3d00d02aece4d9fc2f651628ef5229691a.
Change-Id: I6bd3a8a2c03f9fe3a295c2ee76b4b627e98833ef
Seoyeon Kim [Mon, 5 Aug 2019 04:48:27 +0000 (13:48 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
This reverts commit
67674e3e70fa0e2552c02d474b1fc0bdc7bc7bbf.
Seoyeon Kim [Mon, 5 Aug 2019 04:48:24 +0000 (13:48 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
9345ae7ec4472bc8149ba9dace0e2078bafe2c04.
Seoyeon Kim [Mon, 5 Aug 2019 04:47:51 +0000 (13:47 +0900)]
Revert "[Tizen] Add environment variable to manually set DPI"
This reverts commit
5f1b9884faeb92f39d73bb8c3ea017cb65769a3b.
Seoyeon Kim [Mon, 5 Aug 2019 04:47:48 +0000 (13:47 +0900)]
Revert "[Tizen] Add screen and client rotation itself function"
This reverts commit
5a6f456f6996fcc78bae1b1ae1b2f423b95e5266.
Seoyeon Kim [Mon, 5 Aug 2019 04:47:42 +0000 (13:47 +0900)]
Revert "[Tizen] Fix DPI environment variable issue"
This reverts commit
c325317b4be79fec0d2c3223b0c3e4c49797610a.
Seoyeon Kim [Mon, 5 Aug 2019 04:47:15 +0000 (13:47 +0900)]
Revert "[Tizen] To get MaxTextureSize by using glGetIntegerv not by using environment variable"
This reverts commit
cd64d444a62085c1455323d68bba4ba7ceeaf76e.
Change-Id: Ibfeea2d42cd51dfb99acac30e9fbf66f7d5d4394
Adeel Kazmi [Fri, 2 Aug 2019 10:26:24 +0000 (11:26 +0100)]
DALi Version 1.4.31
Change-Id: I98e24c9ff862efd185c083b5fce69e0da9b2d94e
Sunghyun kim [Thu, 13 Jun 2019 10:13:47 +0000 (19:13 +0900)]
Add KeyEventGeneratedSignal for Get KeyEvent normally
Window can get KeyEvent even if control already use it.
Change-Id: I20e69ad3838640de7da309bc6ad2d1b37e51cbfc
Seungho, Baek [Fri, 17 May 2019 06:52:29 +0000 (15:52 +0900)]
[Tizen] To get MaxTextureSize by using glGetIntegerv not by using environment variable
- Save MaxTextureSize in the gl-implementation after Context MakeCurrent
- Get it to the ImageLoader
- Use ConditionalWait to sync between two threads at the first time the DALi app is launching
- Save the MaxTextureSize that is supported at the GPU to a configuration file.
- After second launching of any DALi app, Adaptor read the configuration file without waiting.
Change-Id: I0d9bef5f59086c49c9d44ed6efdb1ae849c6f361
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Seungho, Baek [Tue, 30 Jul 2019 09:36:46 +0000 (18:36 +0900)]
[Tizen] Fix DPI environment variable issue
Change-Id: Id3eeb7f20edbaa8df2fdef9bc0af8bda7d371237
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Paul Wisbey [Mon, 29 Jul 2019 16:53:22 +0000 (17:53 +0100)]
Fixed viewport issue when changing window size
Change-Id: I58ab85189de63fdbf8d5152c111f2d851ced0a65
Wonsik Jung [Mon, 29 Jul 2019 12:15:26 +0000 (21:15 +0900)]
[Tizen] Add screen and client rotation itself function
Change-Id: I5a2b6b3593255b437e7f8a44aee44aa5484e57bf
Heeyong Song [Mon, 29 Jul 2019 06:48:16 +0000 (15:48 +0900)]
[Tizen] Add environment variable to manually set DPI
Change-Id: Id71837b24f18e7b291a25048bf62ea371797e326
Heeyong Song [Mon, 29 Jul 2019 06:47:44 +0000 (15:47 +0900)]
[Tizen] Add DALi Autofill implementation
Change-Id: I502c23a4d37f764929defd25e8489336171de2b4
Heeyong Song [Mon, 29 Jul 2019 06:47:06 +0000 (15:47 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
Change-Id: I00e28f4b27b40eed818fa46ef32efe02a5ce9082
Heeyong Song [Mon, 29 Jul 2019 06:46:07 +0000 (15:46 +0900)]
[Tizen] Modify DALI_KEY_H
Change-Id: Ibf499dc75c847efe09fb2b1a4d6c538291c80137
Heeyong Song [Mon, 29 Jul 2019 06:45:59 +0000 (15:45 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: Ia94d518904946d21eefec4d6c6b6d0ce970e1168
Heeyong Song [Mon, 29 Jul 2019 06:45:51 +0000 (15:45 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"
This reverts commit
c14b9c6ac79615794bb347263ab8dac42e2df763.
Change-Id: I2eb5a92fabc3a2b45a9d0e9d36a9bc16874b0523
Heeyong Song [Mon, 29 Jul 2019 06:45:39 +0000 (15:45 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
This reverts commit
e4e8a20f36a888d46382b9fb3867e44a7bc03496.
Change-Id: Ie77a6a6d348c9a7c1f3b004808257d28a78d1092
Heeyong Song [Mon, 29 Jul 2019 06:45:28 +0000 (15:45 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
362f330146907c08e8cb48e9a5191102187a8baa.
Change-Id: I6bd1132783a0c0241ecbc6f7fba454c867999ab8
Heeyong Song [Mon, 29 Jul 2019 06:45:19 +0000 (15:45 +0900)]
Revert "[Tizen] Support screen and client rotation"
This reverts commit
9d1664abe78262c8a9bcf25d703581e347a8dc29.
Change-Id: If3f0e7e8fd870c78766f72193ed862653225c385
Heeyong Song [Mon, 29 Jul 2019 06:45:08 +0000 (15:45 +0900)]
Revert "[Tizen] Add environment variable to manually set DPI"
This reverts commit
8a731ce249d711e8f55eafadf1800ae86f68a190.
Change-Id: I8bbc42165ebaa2d6f68632b3c4c2ab8b737290c3
adam.b [Fri, 26 Jul 2019 10:47:22 +0000 (11:47 +0100)]
DALi Version 1.4.30
Change-Id: Id43ed6292d3e9bda611b4c24565af6350fa4beb0
Seungho, Baek [Fri, 26 Jul 2019 05:21:56 +0000 (14:21 +0900)]
[Tizen] Add environment variable to manually set DPI
Change-Id: I43531781d952e4af03003956536867971b95c75b
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Adeel Kazmi [Thu, 25 Jul 2019 15:51:53 +0000 (15:51 +0000)]
Merge "Ensure Scene is informed of the surface resizing in all cases" into devel/master
Seoyeon Kim [Thu, 25 Jul 2019 08:21:47 +0000 (17:21 +0900)]
Replace the plane text with asterisk character in password mode
- Added to replace the plain text with '*' (Asterisk) character
when the current input panel is password mode.
- Changed some reinterpret_cast to use static_cast
Change-Id: Ia42738aaefd38143ae6b950d623ed7e93162f219
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Thu, 25 Jul 2019 04:21:34 +0000 (04:21 +0000)]
Merge "Add to set MIME type to the input panel and add the callback" into devel/master
Seoyeon Kim [Fri, 10 May 2019 07:55:10 +0000 (16:55 +0900)]
Add to set MIME type to the input panel and add the callback
- Added an API to set the allowed MIME type to deliver to the input panel.
- Added a callback to receive the content of the input method URI.
Change-Id: I6fb970d392fb66a438bd4590440c01503c572c45
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Wed, 24 Jul 2019 18:54:51 +0000 (19:54 +0100)]
Ensure Scene is informed of the surface resizing in all cases
Change-Id: I9e3838b8bd88f1b05e6a0924bb04293c93cb5e86
Adeel Kazmi [Tue, 23 Jul 2019 16:02:57 +0000 (17:02 +0100)]
Applying changes to Scene::New()
Change-Id: I6dfe4a2ad3b6829d91d89b511039e16999530371
Wonsik Jung [Wed, 24 Jul 2019 07:43:27 +0000 (16:43 +0900)]
[Tizen] Support screen and client rotation
This patch is to support client and screen rotation.
It is for the enhancement rendering performance.
Change-Id: I3c07f4ad47b2d1fc70b0d1929f04cf771e12cb08
Sunghyun kim [Wed, 24 Jul 2019 04:40:31 +0000 (13:40 +0900)]
[Tizen] Add DALi Autofill implementation
This reverts commit
82f4efe7666795e06c4b5fa1741b9181c4c257f7.
Change-Id: I529452fe723d1878a77354f12e863729d69c417f
Sunghyun kim [Wed, 24 Jul 2019 04:40:11 +0000 (13:40 +0900)]
[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally
This reverts commit
e7a531ad35164569e79486afc9fbb461f6a8ca04.
Change-Id: I391101188ef170377b2aaffbe121db327d7e338b
Sunghyun kim [Wed, 24 Jul 2019 04:39:55 +0000 (13:39 +0900)]
[Tizen] Modify DALI_KEY_H
This reverts commit
d4472834e25d5dd2c502592a1a7d63fbd1c5b70e.
Change-Id: I9b3257330c4aa429f4a6c1247be9c5b53be2f19b
Sunghyun kim [Wed, 24 Jul 2019 04:39:29 +0000 (13:39 +0900)]
Merge branch 'devel/master' into tizen
Sunghyun kim [Wed, 24 Jul 2019 04:38:32 +0000 (13:38 +0900)]
Revert "[Tizen] Fix video underlay issue"
This reverts commit
327627defee6d6f7d0a631b4bf472a158bfe5756.
Change-Id: I1710b443657253d720943dd9dd1669935e6e0af1
Sunghyun kim [Wed, 24 Jul 2019 04:38:20 +0000 (13:38 +0900)]
Revert "[Tizen] Modify DALI_KEY_H"
This reverts commit
781f27dd717f05a4978fc0c964b26544819d25ec.
Change-Id: I484d51e247a923722e71237c2f98a9296d569352
Sunghyun kim [Wed, 24 Jul 2019 04:38:08 +0000 (13:38 +0900)]
Revert "[Tizen] Add KeyEventGeneratedSignal for Get KeyEvent normally"
This reverts commit
163b7a013f583bbb30e765bd6a89eee6b48e7546.
Change-Id: Iabae2707580d99363eb963d2a896bfa4cdd416d3
Sunghyun kim [Wed, 24 Jul 2019 04:37:55 +0000 (13:37 +0900)]
Revert "[Tizen] Add DALi Autofill implementation"
This reverts commit
6e3af9669baf6cc7abb013f17c70f49775750a26.
Change-Id: If020bfde8d765a5e7b1301d13ef9176e866878f9
Sunghyun kim [Wed, 24 Jul 2019 04:37:36 +0000 (13:37 +0900)]
Revert "[Tizen] Support Client Rotation and Screen Rotation"
This reverts commit
641c43874ce1a7ec9b554440bdd4637ee8efe828.
Change-Id: I9de733b33f286321fbe8d56bda2b8678dfa7e33d
Sunghyun kim [Mon, 22 Jul 2019 07:21:06 +0000 (16:21 +0900)]
Add log for checking the size of screen
Change-Id: Idbc0a86c78258818e30717ab44d570f9f11ed57c
Adeel Kazmi [Tue, 23 Jul 2019 14:01:06 +0000 (14:01 +0000)]
Merge "Changes after removal of Core::SurfaceResized()" into devel/master
huiyu.eun [Mon, 13 May 2019 10:47:59 +0000 (19:47 +0900)]
Fix video underlay issue
Change-Id: I07fef8ee31bdc31acd68a4f1a7e34836a109ec60
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
Adeel Kazmi [Mon, 22 Jul 2019 12:54:55 +0000 (13:54 +0100)]
Changes after removal of Core::SurfaceResized()
Change-Id: I5b311ee23f631c2dd7078b1d6db98a19e200e9b8