Seoyeon Kim [Thu, 30 Nov 2017 07:17:09 +0000 (16:17 +0900)]
[4.0] Fix the doxygen command in key-grab.h
- No need to write "@Dali::Vector", just do write "Dali::Vector".
- Then, the link to Dali::Vector is generated.
Change-Id: I857986c122a952b65e747cc6e95ea2ed16db3403
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Heeyong Song [Wed, 29 Nov 2017 09:36:03 +0000 (18:36 +0900)]
[4.0] DALi version 1.2.68
Change-Id: Ib47631ded67c673850db4b6dd1bb51d6a2b26917
HyunJu Shin [Wed, 29 Nov 2017 05:08:41 +0000 (05:08 +0000)]
Merge "[4.0] Fix to get ecore_device information to initialize it" into tizen_4.0
Seoyeon Kim [Tue, 28 Nov 2017 05:10:38 +0000 (14:10 +0900)]
[4.0] Update doxygen comment
- Explicit link request to 'Vector' could not be resolved.
So, changed the link to 'Dali::Vector'.
Change-Id: Ic1892d455b01e0810b9b60bd81c9df1e92882bb5
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Mon, 27 Nov 2017 10:59:54 +0000 (19:59 +0900)]
[4.0] Fix to get ecore_device information to initialize it
- To pass the key event to ecore_imf_context_filter_event(),
the device information, such as device name, device class, and device subclass,
should be initialized by ecore_device APIs.
- So, added ecore_device_name_get(), ecore_device_class_get(), ecore_device_subclass_get()
in EcoreEventKeyDown() and EcoreEventKeyUp()
Change-Id: Id553e2bc6f9ead07cd89aa82fce9d12efbe5281c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Heeyong Song [Mon, 27 Nov 2017 08:34:02 +0000 (17:34 +0900)]
[4.0] DALi version 1.2.67
Change-Id: I385daf8814b605925a0063c217eb466b6b2b92c0
taeyoon0.lee [Mon, 27 Nov 2017 04:54:55 +0000 (04:54 +0000)]
Merge "Revert "[4.0] Added const for IsVideoTextureSupported"" into tizen_4.0
taeyoon0.lee [Fri, 24 Nov 2017 06:13:58 +0000 (15:13 +0900)]
Revert "[4.0] Added const for IsVideoTextureSupported"
This will be temporary patch for TV emul.
This reverts commit
5389f9445b6b6cb556b2c9306ea23467ddf70331.
Change-Id: Ibe821b0ab66cc18d01a7ac59cdcb74f093f3e9f9
Seoyeon Kim [Mon, 20 Nov 2017 07:28:55 +0000 (16:28 +0900)]
[4.0] Add DALI_KEY_DELETE to get Delete key event
- 'Delete' key name is DALI_KEY_DELETE key code in DALi
Change-Id: I56bca075e607fe6e942b7e9a7ed87b7b6ee57aa2
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Heeyong Song [Mon, 20 Nov 2017 06:12:17 +0000 (15:12 +0900)]
[4.0] DALi version 1.2.66
Change-Id: I3eb8a6d5a905a1fe7d730b193d25297429a347d9
Doyoun Kang [Mon, 20 Nov 2017 02:41:06 +0000 (11:41 +0900)]
[4.0] update tizen_policy version and add functions for tizen_policy_listener
- Update tizen_policy vertion according to upgrade of tizen_policy protocol.
- Listener functions should be implemented to protect Null pointer access on wayland,
so I added null body functions for tizen_policy_listener.
Change-Id: Ifa5ebd317593c3674596c94326d9250ebd7d83a7
Heeyong Song [Tue, 28 Feb 2017 06:24:04 +0000 (15:24 +0900)]
[4.0] pan-gesture code refactor and environment variables
Change-Id: Idc6902b3f9a3d0e4b847940851aa851af60dc98e
Adeel Kazmi [Thu, 9 Nov 2017 15:04:26 +0000 (15:04 +0000)]
[4.0] Depth & Stencil buffers now disabled by default, can be enabled using env var
Change-Id: I8ebfdb92be54b4705768a4a97dc89e42c5aff59a
(cherry picked from commit
e4e5b7e737577d552f6d1e92bbe2882312758a10)
minho.sun [Fri, 17 Nov 2017 02:26:00 +0000 (11:26 +0900)]
[4.0] Add QuitFromMainLoop function to idle event with force option.
When user hide window, adaptor will be paused.
In this situation, user cannot add callback function to idle event.
But Application should be terminated when Quit() function is called evenif window is hide.
So add QuitFromMainLoop function to idle event with force option.
Change-Id: I4fab7310b256e124be3240179330bac5be3fe3ed
Signed-off-by: minho.sun <minho.sun@samsung.com>
Heeyong Song [Thu, 16 Nov 2017 07:46:46 +0000 (16:46 +0900)]
Fix event processing bug
Event processing request was ignored before the scene is created.
Change-Id: I25edef6989fb265a703fa8756ed9798e150ee050
Heeyong Song [Tue, 14 Nov 2017 03:13:18 +0000 (12:13 +0900)]
Revert "[4.0] Call RequestUpdateOnce after pause callback"
This reverts commit
6cb34e0254f7681304b976e651f2602e2768ba5e.
Change-Id: Ie219c0e164e81549810bca92e7ffda6be092e395
Adeel Kazmi [Thu, 16 Nov 2017 16:50:27 +0000 (16:50 +0000)]
Merge "[4.0] Render to Frame Buffer Object." into tizen_4.0
Victor Cebollada [Thu, 12 Oct 2017 15:36:42 +0000 (16:36 +0100)]
[4.0] Render to Frame Buffer Object.
* A new feature has been added to dali-core/dali-adaptor to
measure the performance above 60 fps avoiding the vsync.
It renders the frames into a Frame Buffer Object. However,
is possible to render into the default Frame Buffer every
certain number of frames.
* Usage: $ DALI_FPS_TRACKING=1 DALI_RENDER_TO_FBO=30 path_to_DALi_app
Will render into the Frame Buffer Object 29 frames of 30, the 30th
will be rendered into the Frame Buffer. Will show as well the FPS.
Change-Id: I3a56078e5ec97ffda781a1242576dda25d148110
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit
1a38e92ed83c0392dbd17c8047b13c9fc8ca1b06)
Francisco Santos [Wed, 8 Nov 2017 21:49:57 +0000 (21:49 +0000)]
[4.0] Fix memory leak in InputMethodOptions
Change-Id: I60cf0fad5f3757a162856910b83bc455a79939e7
(cherry picked from commit
00bf7437881db649e758838b78a2cb7fdd6c6fd6)
Heeyong Song [Mon, 13 Nov 2017 08:12:07 +0000 (17:12 +0900)]
[4.0] DALi 1.2.61.3
Change-Id: I609610887c85c803e181c2e2fa1c628bd6ae7c91
Heeyong Song [Mon, 6 Nov 2017 08:38:36 +0000 (17:38 +0900)]
[4.0] Disable MASS by default
Change-Id: I8c8e50e99fd2792002ec5ddb76481b52b2c73be7
Joogab Yun [Tue, 7 Nov 2017 06:05:45 +0000 (15:05 +0900)]
[4.0] fixed bug about PNG_COLOR_TYPE_GRAY_ALPHA
Change-Id: Idd0d87f3b71c131d5138647d143eef8ad4648a80
Heeyong Song [Wed, 8 Nov 2017 01:52:30 +0000 (10:52 +0900)]
[4.0] Fix a crash issue
OnWindowHidden and OnWindowShown can be called before mThreadController is started in NotifySceneCreated.
In this case mThreadController should not be paused or resumed.
Change-Id: I63db11085a2682fb7a0199616e5e9381b672e06f
Heeyong Song [Mon, 6 Nov 2017 08:07:35 +0000 (17:07 +0900)]
[4.0] DALi version 1.2.61.2
Change-Id: Icf5b69416f5f9ccc65eb87d42e4b103420ed435e
Joogab Yun [Tue, 31 Oct 2017 06:24:07 +0000 (15:24 +0900)]
[4.0] support 1, 2, 4 bit depths about PNG_COLOR_TYPE_GRAY
Change-Id: Id3a7cf85b229e44f903d1c05640e05ab3bf0d188
Heeyong Song [Fri, 27 Oct 2017 05:59:19 +0000 (14:59 +0900)]
[4.0] Remove evas dependency
Change-Id: I23fefe37d626b0b3e957994b6532b5bcf17d898e
taeyoon0.lee [Wed, 1 Nov 2017 12:34:48 +0000 (21:34 +0900)]
[4.0] Fixed build error by CreateNativeSurface
- Unified build makes additional packages by each profile.
- In local build, it occurs build error in CreateNativeSurface case.
Change-Id: Icecdc85aa97f1171f9a01b88dbca1ef12dd2255d
Heeyong Song [Thu, 2 Nov 2017 08:45:28 +0000 (17:45 +0900)]
[4.0] DALi version 1.2.61.1
Change-Id: Ib6b1ebc7b48fd4d237b9c1290e8bba5f23e76d1d
Adeel Kazmi [Fri, 13 Oct 2017 16:57:52 +0000 (17:57 +0100)]
[4.0] Ensure we discard unneeded renderbuffers in OpenGL ES 2.0 as well
Change-Id: I5bb9c6fd0c27fa253b10d18af183dc15c8f95b7a
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
Richard Huang [Tue, 24 Oct 2017 15:11:05 +0000 (16:11 +0100)]
[4.0] Add gaussian blur support in PixelBuffer
Change-Id: Ibc05b718340bf3f6c6e51746f9ee708a9d6ae137
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
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