Heeyong Song [Fri, 20 Oct 2017 06:27:45 +0000 (15:27 +0900)]
[4.0] Pause adaptor when the window is hidden
Change-Id: I28b2b86ee6593ee4546763e59d129ea68b083b21
Heeyong Song [Mon, 23 Oct 2017 08:29:52 +0000 (17:29 +0900)]
[4.0] Support EGL_DONT_CARE for multi-sampling level
Change-Id: I10e47e48c94000a9cd3807453b37db8f086ce3de
Heeyong Song [Mon, 25 Sep 2017 07:33:31 +0000 (16:33 +0900)]
[4.0] Support event processing during pause state
Change-Id: Iee9b8046bd13da7871ac756569b94a45398ac489
taeyoon0.lee [Tue, 24 Oct 2017 07:40:31 +0000 (16:40 +0900)]
[4.0] Added const for IsVideoTextureSupported
Change-Id: Id3e60c24224bc61fc8bd0ca66a5774467842e3ec
minho.sun [Fri, 29 Sep 2017 01:16:04 +0000 (10:16 +0900)]
[4.0] Create Widget Application
Create Widget Application using appcore-widget-base.
WidgetApplication - Application class to support Widget app
Widget - Manage widget instance lifecycle.
It defines how widget works according to lifecycle
WigetApplication can have many types of Widget. And one Widget can have
instance more than one.
But now, User should define just one widget for widget application because
Dali can support only one window per application.
Change-Id: Idee6eb095352d103cfc942a4eb0a9502bf09bc4b
minho.sun [Tue, 17 Oct 2017 00:15:32 +0000 (00:15 +0000)]
Merge "[4.0] Enhance application device signal" into tizen_4.0
minho.sun [Fri, 8 Sep 2017 07:02:29 +0000 (16:02 +0900)]
[4.0] Enhance application device signal
Currently, DALi developer cannot get any information about device events
like LanguageChangedSignal.
To make user can use these kind of signals fully,
1) Add Language / Region information getter api.
- api : GetLanguage() / GetRegion()
2) Add new signal type and new signal for Battery / Memory status.
- signal type : LowBatterySignalType / LowMemorySignalType
- signal : LowBatterySignal / LowMemorySignalType
- enum : BatteryStatus / MemoryStatus
Change-Id: Iaf10578871fb6283dcc18dd75402d9e605c171a4
HyunJu Shin [Mon, 16 Oct 2017 14:04:38 +0000 (14:04 +0000)]
Merge "[4.0] Add ImfManager KeyboardResizedSignalType and LanguageChangedSignalType" into tizen_4.0
Seoyeon Kim [Wed, 11 Oct 2017 13:11:20 +0000 (22:11 +0900)]
[4.0] Add ImfManager KeyboardResizedSignalType and LanguageChangedSignalType
- The user can get the resolved parameter of ResizedSignal() and
LanguageChangedSignal() in ImfManager.
Change-Id: Icf14e9d294f5120f8342e62d06bc837299d8eba3
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Wed, 11 Oct 2017 02:55:01 +0000 (11:55 +0900)]
[4.0] Add Property::EXTENTS in automated-tests
Change-Id: Ic3e7f8dfb58c991efc27d3988d457cf5969af7ae
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Jinho, Lee [Thu, 12 Oct 2017 10:11:23 +0000 (19:11 +0900)]
[4.0] Add DALI_IMPORT_API for reference
GetMaxTextureSize is changed import api for reference
Change-Id: I89fef421f76ffa3ccfcd473241895bd62883ee8c
Wonsik, Jung [Mon, 16 Oct 2017 08:31:24 +0000 (17:31 +0900)]
[Ecore] Modify the touch cancel event callback
In Ecore touch cancel evnet callback function,
the function does not have correct x,y coordinates. Just have (0,0).
Because ecore_wl touch event does not have the information.
For that, I trying to fix ecore_wl touch event.
The related patch is "https://review.tizen.org/gerrit/#/c/152904/"
After that, touch event callback function will receive correct coordinates data.
This patch is for that.
Change-Id: I310beb344d29ee2a38f15dd0184a77ad372252be
Seoyeon Kim [Mon, 16 Oct 2017 02:29:13 +0000 (11:29 +0900)]
[4.0] Added an devel-API to check whether video texture is supported
This reverts commit
9b639a223f9e0c389f646bbb6f09608476495c3d.
Change-Id: I3869a13e0f7252d8add6a26a5e579cb84bcec66d
Seoyeon Kim [Mon, 16 Oct 2017 02:28:44 +0000 (11:28 +0900)]
[4.0] Fix integration build error
This reverts commit
0f4b30484e1a3dab43f4898985d01528d20aa8f5.
Change-Id: I368ffd35cad1256e55beca788d8f56c7f82cb4ef
Seoyeon Kim [Mon, 16 Oct 2017 02:28:09 +0000 (11:28 +0900)]
[4.0] Ubuntu Build Error fix
This reverts commit
5b213e495ebc431405e13ed47e15e2bef45a9e20.
Change-Id: I5cb9e3d7b05f0b6247478fc57ffc115b94395cf7
Seoyeon Kim [Mon, 16 Oct 2017 02:27:36 +0000 (11:27 +0900)]
[4.0] When native image is destroyed, It call TriggerEventInterface callback.
This reverts commit
42a87676ee90611c5f6085187919fb11e10b19f5.
Change-Id: I1efc39efdfcaf4b95829056626490e9a0964ba89
Seoyeon Kim [Mon, 16 Oct 2017 02:27:05 +0000 (11:27 +0900)]
[4.0] Support custom fonts registration
This reverts commit
30e952ebef7228c18f2812663071511dcd8b7838.
Change-Id: I783a3ea4c8d4b0e0f47afa2c6940a4deabf675f0
Seoyeon Kim [Mon, 16 Oct 2017 02:26:25 +0000 (11:26 +0900)]
[4.0] Add Finalize api for imf-manager
This reverts commit
1cce6bcfe69c4efa29ca3dae6bdfce1a5628e5d6.
Change-Id: I0e22b39f706185e953d6f2bbf9975f41e63992df
Seoyeon Kim [Mon, 16 Oct 2017 02:25:52 +0000 (11:25 +0900)]
[4.0] Call RequestUpdateOnce after pause callback
This reverts commit
83bc54335c566e8a611e6bf19cf0924b1db719ee.
Change-Id: I9523af9220dd95bdf8c8dbb480da6701c4a7a5fa
Seoyeon Kim [Mon, 16 Oct 2017 02:25:14 +0000 (11:25 +0900)]
[4.0] Implement WebEngineLite interface and plugin for Minimized Web Engine
This reverts commit
5b4fb9d0a1b174e2decbd95829a891c88b520657.
Change-Id: I6e60bc2cf6a372bb40f170479a2891a48acb0386
Seoyeon Kim [Mon, 16 Oct 2017 02:24:30 +0000 (11:24 +0900)]
[4.0] fix that some animated-gif files are not playing
This reverts commit
d4680947920a57608c13d29098d0f5701b4e9b5a.
Change-Id: I1b7bd9e918d45d56fbe5a156c7fdfbd14567e6b8
Seoyeon Kim [Mon, 16 Oct 2017 02:23:45 +0000 (11:23 +0900)]
Merge branch 'devel/master' into tizen_4.0
Change-Id: I984cd2786a7a7dce687833cac4f719b65d57b53b
Seoyeon Kim [Mon, 16 Oct 2017 02:10:52 +0000 (11:10 +0900)]
Revert "[4.0] fix that some animated-gif files are not playing"
This reverts commit
f53e216d338ec36257f18d3f2a0fc4016e12bab8.
Change-Id: I524653e257404c19c3e126e4a19f41434e284ec5
Seoyeon Kim [Mon, 16 Oct 2017 02:10:24 +0000 (11:10 +0900)]
Revert "[4.0] Implement WebEngineLite interface and plugin for Minimized Web Engine"
This reverts commit
2f40d4adf1c292761f074fdd50dbe92caa19748e.
Change-Id: Ic6a40f16b75cccf30ed38ca7570181fcf072c047
Seoyeon Kim [Mon, 16 Oct 2017 02:09:55 +0000 (11:09 +0900)]
Revert "[4.0] Call RequestUpdateOnce after pause callback"
This reverts commit
5712893a043c2e557f98d2339fa9a131b34344d0.
Change-Id: I188b7b6c674c820d6e180cdde666b46d759afc6a
Seoyeon Kim [Mon, 16 Oct 2017 02:09:25 +0000 (11:09 +0900)]
Revert "[4.0] Fix to get the full input text in RetrieveSurrounding"
This reverts commit
5a86921c3fbd5a36aa8ed2f8b7b0cb43223f2bb2.
Change-Id: I33dc429e97ad11731c27a5e55bb0e30d92cedfff
Seoyeon Kim [Mon, 16 Oct 2017 02:08:55 +0000 (11:08 +0900)]
Revert "[4.0] Add Finalize api for imf-manager"
This reverts commit
2bcf10a589372e038ffd026de5c352845715a951.
Change-Id: Ia85b326514c8710bebbc0f76a4b198c47acc1fbd
Seoyeon Kim [Mon, 16 Oct 2017 02:08:28 +0000 (11:08 +0900)]
Revert "[4.0] Support custom fonts registration"
This reverts commit
cc06bc9577950bea77b30f1482980b1e52131562.
Change-Id: I11cd9b6c3dce206d93995f8a2fdaf0a2c65d6c5d
Seoyeon Kim [Mon, 16 Oct 2017 02:08:01 +0000 (11:08 +0900)]
Revert "[4.0] When native image is destroyed, It call TriggerEventInterface callback."
This reverts commit
1e2d12743cac6d2a25f8dc882cdcec113a643b9a.
Change-Id: I70fd5acabe1d5184a3e478e0674b21da0b963907
Seoyeon Kim [Mon, 16 Oct 2017 02:05:15 +0000 (11:05 +0900)]
Revert "[4.0] Ubuntu Build Error fix"
This reverts commit
96ee12427446a75796a61d642415df18f6e4f616.
Change-Id: Ib532fcd47b1eb35ab84dedae0e12cadb8d19e844
Seoyeon Kim [Mon, 16 Oct 2017 01:58:15 +0000 (10:58 +0900)]
Revert "[4.0] Fix integration build error"
This reverts commit
7a426f69b03194d16c3af6feadc917e708dd628f.
Change-Id: If00a7d8432fd731daac81a9e59945367f21c41c1
Seoyeon Kim [Mon, 16 Oct 2017 01:52:54 +0000 (10:52 +0900)]
Revert "[4.0] Added an devel-API to check whether video texture is supported"
This reverts commit
b6a3a40939f19bc3197e7dbac990e83decf272eb.
Change-Id: I611063415e7373934f9085f1ca64f5b0502cd92b
HyunJu Shin [Mon, 16 Oct 2017 01:32:21 +0000 (01:32 +0000)]
Merge "Change Window::Raise() implementation" into devel/master
HyunJu Shin [Mon, 16 Oct 2017 00:51:16 +0000 (00:51 +0000)]
Merge "Fix to get the full input text in RetrieveSurrounding" into devel/master
greynaga [Fri, 13 Oct 2017 13:59:37 +0000 (14:59 +0100)]
DALi Version 1.2.61
Change-Id: Ia45624b919ee11f0c8ec677df5bde01985aa6877
Seoyeon Kim [Fri, 22 Sep 2017 07:44:20 +0000 (16:44 +0900)]
Fix to get the full input text in RetrieveSurrounding
- When an IMF retrieve surround event is received,
DALi should send the current full text to IME.
Change-Id: Ie00c3de120fd80a54c085ee6bfc138545c938175
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
taeyoon0.lee [Thu, 21 Sep 2017 07:55:50 +0000 (16:55 +0900)]
[4.0] Added an devel-API to check whether video texture is supported
- Checks whether platform API provides decoded video frame images
Change-Id: Ia287b51060217490a159d89b62255cb0e7b75c65
Heeyong Song [Wed, 27 Sep 2017 00:30:13 +0000 (09:30 +0900)]
Change Window::Raise() implementation
Change-Id: I1e986802afc797ea85d63609eb6a866df34cda6c
taeyoon0.lee [Wed, 11 Oct 2017 10:25:17 +0000 (19:25 +0900)]
[4.0] Fix integration build error
Change-Id: I07f677c444d909778116de603a705ee534eaca17
taeyoon0.lee [Wed, 11 Oct 2017 09:01:18 +0000 (18:01 +0900)]
[4.0] Ubuntu Build Error fix
This reverts commit
6bda931fd0d98c54986b97eef24332c761c14f14.
Change-Id: I5199bf230ede8a9f5bb0830ecb7470faece1ee8f
taeyoon0.lee [Wed, 11 Oct 2017 09:00:43 +0000 (18:00 +0900)]
[4.0] When native image is destroyed, It call TriggerEventInterface callback.
This reverts commit
0a3bcdabd8633cf86782d5d1978a458f1f11548f.
Change-Id: I50ca43eaa17f008b4d3727b3ae0edfa89af60746
taeyoon0.lee [Wed, 11 Oct 2017 09:00:05 +0000 (18:00 +0900)]
[4.0] Support custom fonts registration
This reverts commit
84ec2918accb98eae3cfc8d2bea198b166228eaa.
Change-Id: I4d6f96f8595f499c9c0bfa288cb3318a9c9f1981
taeyoon0.lee [Wed, 11 Oct 2017 08:58:16 +0000 (17:58 +0900)]
[4.0] Add Finalize api for imf-manager
This reverts commit
fdeae0675b767547d5b017642cb256c514a35022.
Change-Id: If5f219d9cd8dbfcdafe7815ff4387509e017f597
taeyoon0.lee [Wed, 11 Oct 2017 08:57:26 +0000 (17:57 +0900)]
[4.0] Fix to get the full input text in RetrieveSurrounding
This reverts commit
246375af67bd61bacd793bb4b0fd9a8dd4cabff5.
Change-Id: Ibc879495df19df1564db12ac06383f8bfbc65dd6
taeyoon0.lee [Wed, 11 Oct 2017 08:56:34 +0000 (17:56 +0900)]
[4.0] Call RequestUpdateOnce after pause callback
This reverts commit
c97aabad2073f2a1516fe2025346dc9ddca18651.
Change-Id: I2859404994fe2c23edc99fc289e77e0fc0428312
taeyoon0.lee [Wed, 11 Oct 2017 08:55:21 +0000 (17:55 +0900)]
[4.0] Implement WebEngineLite interface and plugin for Minimized Web Engine
This reverts commit
ec22061e950e4f7025c8bec8797f6aa0862ebbcc.
Conflicts:
adaptors/devel-api/file.list
Change-Id: I48914f648dafdd3b361b85de728364784a6b1269
taeyoon0.lee [Wed, 11 Oct 2017 08:49:57 +0000 (17:49 +0900)]
[4.0] fix that some animated-gif files are not playing
This reverts commit
183303e2a04bd1802507fed6cfc8d7e193308f44.
Change-Id: If6dff6dbc0d011975abe7564af71b8c191b1b7d7
taeyoon0.lee [Wed, 11 Oct 2017 08:48:22 +0000 (17:48 +0900)]
Merge branch 'devel/master(1.2.60)' into tizen_4.0
Change-Id: Ic61e384308e498b4a45405b64643f8a9cfd92105
taeyoon0.lee [Wed, 11 Oct 2017 08:47:39 +0000 (17:47 +0900)]
Revert "[4.0] fix that some animated-gif files are not playing"
This reverts commit
81e4ae831185c35e4cc9092240703bd7e5865a00.
Change-Id: Iefdbb05810324bc737b1566ff3657d925c8bfddf
taeyoon0.lee [Wed, 11 Oct 2017 08:47:12 +0000 (17:47 +0900)]
Revert "[4.0] Create Widget Application"
This reverts commit
0a8c442b0ec4fa22c37192f4b1fd17e88f61f154.
Change-Id: Ia9d187414e407f46dfa9ac1c0b6be38aa6a861fa
taeyoon0.lee [Wed, 11 Oct 2017 08:46:45 +0000 (17:46 +0900)]
Revert "[4.0] Implement WebEngineLite interface and plugin for Minimized Web Engine"
This reverts commit
f5253578dabfae6f2d7e83bc0855b0bc59ba11bd.
Change-Id: Id0b5e5af330650c7f5ee32c7900d17e4350b081b
taeyoon0.lee [Wed, 11 Oct 2017 08:46:21 +0000 (17:46 +0900)]
Revert "[4.0] Call RequestUpdateOnce after pause callback"
This reverts commit
6d4d4e0fe512b522ab85d82b50ca0305fea3310b.
Change-Id: I631cf13d69b117d90a5e724f928c79cd1546a63f
taeyoon0.lee [Wed, 11 Oct 2017 08:45:52 +0000 (17:45 +0900)]
Revert "[4.0] Fix to get the full input text in RetrieveSurrounding"
This reverts commit
1335197937e96d6b0146ed8c2864128934ae4ca9.
Change-Id: I0720813c47915166c7ce3e6e5dae341641c8bb04
taeyoon0.lee [Wed, 11 Oct 2017 08:45:30 +0000 (17:45 +0900)]
Revert "Fix using AUL API"
This reverts commit
81fbba19f47c0b582f1c6594254d1ee287a2eff6.
Change-Id: I63aa9ebe17f32ddfc6c3804f1bbcb389bfeb75c8
taeyoon0.lee [Wed, 11 Oct 2017 08:37:56 +0000 (17:37 +0900)]
Revert "[4.0] Enhance application device signal"
This reverts commit
5c4315b7016b8b754f3797d21750963721cd97a5.
Change-Id: I9f050755fa9cda42edfc90005eb052b15dd4b157
taeyoon0.lee [Wed, 11 Oct 2017 08:37:32 +0000 (17:37 +0900)]
Revert "[Tizen] Add Finalize api for imf-manager"
This reverts commit
f30917ec1b667feec95d2d477316a15a4688095f.
Change-Id: I1e2cfd36e8ddd4ae40a6180efb826d3b48aea1e5
taeyoon0.lee [Wed, 11 Oct 2017 08:36:09 +0000 (17:36 +0900)]
Revert "[4.0] Add an environment variable to set the default indicator visible mode"
This reverts commit
1f2153d4febc92138f74ee6b51f2007255fb90b4.
Change-Id: Ida93aa38a35db561a05eb1c9b79e40d399b01e98
taeyoon0.lee [Wed, 11 Oct 2017 08:35:26 +0000 (17:35 +0900)]
Revert "[4.0] Fast bounding-box clipping feature"
This reverts commit
2f379271c1ede9af6c3d90cc5802c0c4027084aa.
Change-Id: Id295e584521c5daeb39a5d474aaa8d268a77a6f0
taeyoon0.lee [Wed, 11 Oct 2017 08:35:02 +0000 (17:35 +0900)]
Revert "[4.0] Support custom fonts registration"
This reverts commit
4029514e547192e5f9224565ed819b9d6e2aca77.
Change-Id: I3f773af2e7538de4882fa561de6bca5da9f85158
taeyoon0.lee [Wed, 11 Oct 2017 08:34:38 +0000 (17:34 +0900)]
Revert "[4.0] When native image is destroyed, It call TriggerEventInterface callback."
This reverts commit
3d2425ed78131e450cea9f61ec19d4420e6a7aa4.
Change-Id: I89e88f7733818ab1c466284b127e08fa8ff197b7
taeyoon0.lee [Wed, 11 Oct 2017 08:34:00 +0000 (17:34 +0900)]
Revert "[4.0] Ubuntu Build Error fix"
This reverts commit
b6b4a65be99cd5f3c57f58936c65109ac994a388.
Change-Id: I9018f5f16133db599b3bc6a5ef75bfc82f895be4
Heeyong Song [Wed, 27 Sep 2017 07:31:19 +0000 (16:31 +0900)]
Add an environment variable to set the default indicator visible mode
Change-Id: I5a86d1bb8ffc3f21ec2a57af9b000bf958e2a327
Heeyong Song [Wed, 27 Sep 2017 07:43:55 +0000 (16:43 +0900)]
Add event handling for additional Device::SubClass type
Change-Id: Ic24c9a2b2bb6d23b0a384b75ca2c10e75e75337d
Adeel Kazmi [Fri, 6 Oct 2017 16:42:19 +0000 (16:42 +0000)]
Merge "Fast bounding-box clipping feature" into devel/master
Adeel Kazmi [Fri, 6 Oct 2017 15:54:34 +0000 (16:54 +0100)]
DALi Version 1.2.60
Change-Id: I3a8eb3b62a223e92c8c7563bb12e8508e5056742
Tom Robinson [Fri, 22 Sep 2017 17:16:57 +0000 (18:16 +0100)]
Fast bounding-box clipping feature
Change-Id: I532c00cc322ceae9bd28918fef8b68a58603b8b2
adam.b [Fri, 29 Sep 2017 17:31:29 +0000 (18:31 +0100)]
Migration of devel API to public
Migrated DevelWindow API to public.
Change-Id: Ibebef89203a91feaf55bb469b2c577179b960a4d
Adeel Kazmi [Fri, 29 Sep 2017 18:56:35 +0000 (19:56 +0100)]
Changes required after some Actor Devel APIs made Public
Change-Id: I23e0027833ec3e7e906e5ef9103ce2f9d0f5c4ce
Adeel Kazmi [Fri, 29 Sep 2017 16:13:05 +0000 (17:13 +0100)]
Changes required after Device moved to Public API in Core
Change-Id: I9bbe468837e3d630727ede73f49a838469a09f35
Adeel Kazmi [Fri, 29 Sep 2017 12:51:26 +0000 (12:51 +0000)]
Merge "Changes required after some pixel formats were moved to the Public API in Core" into devel/master
Francisco Santos [Fri, 29 Sep 2017 12:19:23 +0000 (13:19 +0100)]
DALi Version 1.2.59
Change-Id: Icbca39d2f1e2b574bbf4e26ba468dafbb6e373b7
Jinho, Lee [Fri, 29 Sep 2017 06:52:30 +0000 (15:52 +0900)]
[4.0] Ubuntu Build Error fix
Change-Id: I3cc460af2b8b9f6bbcc8a7daf5b3edab853790a2
Joogab Yun [Tue, 26 Sep 2017 04:26:57 +0000 (13:26 +0900)]
[4.0] When native image is destroyed, It call TriggerEventInterface callback.
Change-Id: Ia9fdd0ba3025d3aee7494e76eb4fbad52e0cde1e
Jinho, Lee [Tue, 11 Jul 2017 13:04:40 +0000 (22:04 +0900)]
[4.0] Support custom fonts registration
Change-Id: If97a9807539a870ac741c8ac78ef35fcd3b0db62
Tom Robinson [Fri, 22 Sep 2017 17:16:57 +0000 (18:16 +0100)]
[4.0] Fast bounding-box clipping feature
Change-Id: I532c00cc322ceae9bd28918fef8b68a58603b8b2
Heeyong Song [Wed, 27 Sep 2017 07:31:19 +0000 (16:31 +0900)]
[4.0] Add an environment variable to set the default indicator visible mode
Change-Id: I5a86d1bb8ffc3f21ec2a57af9b000bf958e2a327
Adeel Kazmi [Thu, 28 Sep 2017 15:54:51 +0000 (16:54 +0100)]
Changes required after some pixel formats were moved to the Public API in Core
Change-Id: I47df90dfc8ab19577510e3a764c45fa592fc2a53
Seoyeon Kim [Thu, 28 Sep 2017 11:35:45 +0000 (11:35 +0000)]
Merge "[Tizen] Add Finalize api for imf-manager" into tizen_4.0
Jinho, Lee [Thu, 28 Sep 2017 08:12:02 +0000 (17:12 +0900)]
[4.0] Enhance application device signal
This reverts commit
e9fe045a302d16a1372317c7ec7ff77ff25fcefc.
Change-Id: I19862a56c40922806f60c1bc711c5f9d25d9211e
Jinho, Lee [Thu, 28 Sep 2017 08:11:44 +0000 (17:11 +0900)]
Fix using AUL API
This reverts commit
bd1cd2062c33b68dcabe24701afad5ba0bf11e5d.
Change-Id: Iff1bf0309990c33174ef5796ab1ebc31bb213043
Jinho, Lee [Thu, 28 Sep 2017 08:11:20 +0000 (17:11 +0900)]
[4.0] Fix to get the full input text in RetrieveSurrounding
This reverts commit
11d363535d9c551f08f2c1434faddd2e36285600.
Change-Id: Ib87472fdea46612238f1417aa52fa77739fabb16
Jinho, Lee [Thu, 28 Sep 2017 08:09:09 +0000 (17:09 +0900)]
[4.0] Call RequestUpdateOnce after pause callback
This reverts commit
06cf40aa46d2c142deb66692347251f1526b7f3e.
Change-Id: I4b82c131fc61ff9405fed625cefc635ba406ee05
Jinho, Lee [Thu, 28 Sep 2017 05:09:38 +0000 (14:09 +0900)]
[4.0] Implement WebEngineLite interface and plugin for Minimized Web Engine
This reverts commit
5e7539a223f1224da2572c51276c8a64ef24d732.
Change-Id: I19d6427f2b9a23c6bd46093318d5b787bc585ddb
Jinho, Lee [Thu, 28 Sep 2017 04:39:01 +0000 (13:39 +0900)]
[4.0] Create Widget Application
This reverts commit
f26a828765b20d4d53a8b899b127cc75bab9f9ff.
Change-Id: Ib688fda3f95712935e7b805be30a9e9b5e1baee7
Jinho, Lee [Thu, 28 Sep 2017 04:38:43 +0000 (13:38 +0900)]
[4.0] fix that some animated-gif files are not playing
This reverts commit
3d383a71a49c58ca8d3d65a25c4e754e5101d328.
Change-Id: Ia740f43d569794711b12c4c86cae9fea7a280f59
Jinho, Lee [Thu, 28 Sep 2017 04:38:29 +0000 (13:38 +0900)]
Fix build error
This reverts commit
0328de2cf407ee35380c71b9ba475f21604fd66e.
Change-Id: I3455870b5312a18200c41970e2f787b81c706e6c
Jinho, Lee [Thu, 28 Sep 2017 04:37:33 +0000 (13:37 +0900)]
Merge branch 'devel/master' into tizen_4.0
Change-Id: I9cce8b2a716e377428cf6d3da1058eda219fdd46
Jinho, Lee [Thu, 28 Sep 2017 04:37:17 +0000 (13:37 +0900)]
Revert "Fix build error"
This reverts commit
36d4b02ea35bc718e2c332af3cfb051d382fea9f.
Change-Id: I9a64d651c7c228e90aa77479f7e65e08cb19e2c2
Jinho, Lee [Thu, 28 Sep 2017 04:37:09 +0000 (13:37 +0900)]
Revert "[4.0] fix that some animated-gif files are not playing"
This reverts commit
e8d790b71f613266c22e1718c0c69343fccaee73.
Change-Id: I54501124486ffc91be4cd96d97b7131431fda125
Jinho, Lee [Thu, 28 Sep 2017 04:36:50 +0000 (13:36 +0900)]
Revert "[4.0] Create Widget Application"
This reverts commit
168e9e557223fffdaf73214a749d3f850092f054.
Change-Id: I35defe716720ec4ff2e410425151a4df63266642
Jinho, Lee [Thu, 28 Sep 2017 04:36:42 +0000 (13:36 +0900)]
Revert "[4.0] Fix Set and Get InputPanelUserData()"
This reverts commit
9ef8f766f6ab4ff62b6d225c592aa84e40c7a38c.
Change-Id: Icbdde83c35d172e906cc09831920e34066e258ad
Jinho, Lee [Thu, 28 Sep 2017 04:36:28 +0000 (13:36 +0900)]
Revert "[4.0] Implement WebEngineLite interface and plugin for Minimized Web Engine"
This reverts commit
c675dba57484c92b533da0e6ab3e645f13a122fd.
Change-Id: I584f7bfaacc3f84edbf4f141c51195e604906146
Jinho, Lee [Thu, 28 Sep 2017 04:36:15 +0000 (13:36 +0900)]
Revert "[4.0] Fix build error in tv profile"
This reverts commit
9217efe7c5c5a4002a644bb9b659d30c0c4391ed.
Change-Id: I87ad59b641d5536c5a4ad61246343073c7303c2f
Jinho, Lee [Thu, 28 Sep 2017 04:35:51 +0000 (13:35 +0900)]
Revert "[4.0] Change the return type of the init function"
This reverts commit
4590f62eadea6c86c3d27394283551ef09d2602a.
Change-Id: Ic6ce08181a81531200743c3d7fabe30cebd639ee
Jinho, Lee [Thu, 28 Sep 2017 04:35:40 +0000 (13:35 +0900)]
Revert "[4.0] Call RequestUpdateOnce after pause callback"
This reverts commit
e33f884b6b613033d8a4fd270a33c9d444933061.
Change-Id: Ie7832feadd2dcfe3b753f17222ef336bf434fdab
Jinho, Lee [Thu, 28 Sep 2017 04:35:18 +0000 (13:35 +0900)]
Revert "[4.0] Fix SVACE issues"
This reverts commit
20f3e124e28f6d61ad514ef1b40a335944f3d755.
Change-Id: I386c16a0aaf141835f82f6a24ab23a61b0c995d3
Jinho, Lee [Thu, 28 Sep 2017 04:35:06 +0000 (13:35 +0900)]
Revert "[4.0] Fix WebEngineLite build error"
This reverts commit
c7fc43b1a98c5f53cf87def6ec92eedf8c21f5fb.
Change-Id: Ib8ffaa136ae67f158a2a994196947e64a2f56879
Jinho, Lee [Thu, 28 Sep 2017 04:34:58 +0000 (13:34 +0900)]
Revert "Fix svace issues"
This reverts commit
542f365adb39027f50b8d7b957404ad69c767035.
Change-Id: I8135ff638ed4fff2458e5df10608ff98b5afbd06
Jinho, Lee [Thu, 28 Sep 2017 04:33:31 +0000 (13:33 +0900)]
Revert "[4.0] Fix WebEngineLite error"
This reverts commit
446b2c3c67f1f0fc76d7109ea9b9ded7d10efe92.
Change-Id: I7357a49ec3f3acf2d3b1bc61b06a7e45c83bbc94
Jinho, Lee [Thu, 28 Sep 2017 04:33:22 +0000 (13:33 +0900)]
Revert "[4.0] Fix to get the full input text in RetrieveSurrounding"
This reverts commit
e120754c2ddbc72f222221c2441a8a14411eeb11.
Change-Id: I5996a708730b226a086daeb13a8aa18fc4fdf0ad