platform/core/uifw/dali-adaptor.git
6 years ago[4.0] DALi version 1.2.67 46/161746/1 accepted/tizen/4.0/unified/20171128.072822 submit/tizen_4.0/20171127.091326
Heeyong Song [Mon, 27 Nov 2017 08:34:02 +0000 (17:34 +0900)]
[4.0] DALi version 1.2.67

Change-Id: I385daf8814b605925a0063c217eb466b6b2b92c0

6 years agoMerge "Revert "[4.0] Added const for IsVideoTextureSupported"" into tizen_4.0
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

6 years agoRevert "[4.0] Added const for IsVideoTextureSupported" 56/161556/1
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

6 years ago[4.0] Add DALI_KEY_DELETE to get Delete key event 28/160828/5
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>
6 years ago[4.0] DALi version 1.2.66 94/160794/1 accepted/tizen/4.0/unified/20171121.061728 submit/tizen_4.0/20171120.062402
Heeyong Song [Mon, 20 Nov 2017 06:12:17 +0000 (15:12 +0900)]
[4.0] DALi version 1.2.66

Change-Id: I3eb8a6d5a905a1fe7d730b193d25297429a347d9

6 years ago[4.0] update tizen_policy version and add functions for tizen_policy_listener 52/160752/4
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

6 years ago[4.0] pan-gesture code refactor and environment variables 51/160751/1
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

6 years ago[4.0] Depth & Stencil buffers now disabled by default, can be enabled using env var 27/160727/1
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)

6 years ago[4.0] Add QuitFromMainLoop function to idle event with force option. 67/160567/2
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>
6 years agoFix event processing bug 62/160562/2
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

6 years agoRevert "[4.0] Call RequestUpdateOnce after pause callback" 65/159965/2
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

6 years agoMerge "[4.0] Render to Frame Buffer Object." into tizen_4.0
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

6 years ago[4.0] Render to Frame Buffer Object. 52/160552/1
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)

6 years ago[4.0] Fix memory leak in InputMethodOptions 47/160547/1
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)

6 years ago[4.0] DALi 1.2.61.3 47/159847/1 accepted/tizen/4.0/unified/20171114.062925 submit/tizen_4.0/20171113.081818 submit/tizen_4.0/20171114.000133
Heeyong Song [Mon, 13 Nov 2017 08:12:07 +0000 (17:12 +0900)]
[4.0] DALi 1.2.61.3

Change-Id: I609610887c85c803e181c2e2fa1c628bd6ae7c91

6 years ago[4.0] Disable MASS by default 26/159426/1
Heeyong Song [Mon, 6 Nov 2017 08:38:36 +0000 (17:38 +0900)]
[4.0] Disable MASS by default

Change-Id: I8c8e50e99fd2792002ec5ddb76481b52b2c73be7

6 years ago[4.0] fixed bug about PNG_COLOR_TYPE_GRAY_ALPHA 15/159315/1 accepted/tizen/4.0/unified/20171109.065834 submit/tizen_4.0/20171108.072916
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

6 years ago[4.0] Fix a crash issue 14/159314/1
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

6 years ago[4.0] DALi version 1.2.61.2 87/158987/1 submit/tizen_4.0/20171106.091104 submit/tizen_4.0/20171106.114750
Heeyong Song [Mon, 6 Nov 2017 08:07:35 +0000 (17:07 +0900)]
[4.0] DALi version 1.2.61.2

Change-Id: Icf5b69416f5f9ccc65eb87d42e4b103420ed435e

6 years ago[4.0] support 1, 2, 4 bit depths about PNG_COLOR_TYPE_GRAY 74/158774/2
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

6 years ago[4.0] Remove evas dependency 73/158773/2
Heeyong Song [Fri, 27 Oct 2017 05:59:19 +0000 (14:59 +0900)]
[4.0] Remove evas dependency

Change-Id: I23fefe37d626b0b3e957994b6532b5bcf17d898e

6 years ago[4.0] Fixed build error by CreateNativeSurface 27/158527/3
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

6 years ago[4.0] DALi version 1.2.61.1 48/158648/1 accepted/tizen/4.0/unified/20171103.162651 submit/tizen_4.0/20171102.100953
Heeyong Song [Thu, 2 Nov 2017 08:45:28 +0000 (17:45 +0900)]
[4.0] DALi version 1.2.61.1

Change-Id: Ib6b1ebc7b48fd4d237b9c1290e8bba5f23e76d1d

6 years ago[4.0] Ensure we discard unneeded renderbuffers in OpenGL ES 2.0 as well 40/158540/1
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>
6 years ago[4.0] Add gaussian blur support in PixelBuffer 39/158539/1
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>
6 years ago[4.0] Pause adaptor when the window is hidden 87/157987/2
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

6 years ago[4.0] Support EGL_DONT_CARE for multi-sampling level 86/157986/2
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

6 years ago[4.0] Support event processing during pause state 85/157985/2
Heeyong Song [Mon, 25 Sep 2017 07:33:31 +0000 (16:33 +0900)]
[4.0] Support event processing during pause state

Change-Id: Iee9b8046bd13da7871ac756569b94a45398ac489

6 years ago[4.0] Added const for IsVideoTextureSupported 31/157331/2
taeyoon0.lee [Tue, 24 Oct 2017 07:40:31 +0000 (16:40 +0900)]
[4.0] Added const for IsVideoTextureSupported

Change-Id: Id3e60c24224bc61fc8bd0ca66a5774467842e3ec

6 years ago[4.0] Create Widget Application 64/155664/3 accepted/tizen/4.0/unified/20171017.212913 submit/tizen_4.0/20171017.144330 submit/tizen_4.0/20171017.145254 tizen_4.0.m2_release
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

6 years agoMerge "[4.0] Enhance application device signal" into tizen_4.0
minho.sun [Tue, 17 Oct 2017 00:15:32 +0000 (00:15 +0000)]
Merge "[4.0] Enhance application device signal" into tizen_4.0

6 years ago[4.0] Enhance application device signal 62/155662/3
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

6 years agoMerge "[4.0] Add ImfManager KeyboardResizedSignalType and LanguageChangedSignalType...
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

6 years ago[4.0] Add ImfManager KeyboardResizedSignalType and LanguageChangedSignalType 47/155947/1
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>
6 years ago[4.0] Add Property::EXTENTS in automated-tests 22/155922/2
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>
6 years ago[4.0] Add DALI_IMPORT_API for reference 87/155887/1
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

6 years ago[Ecore] Modify the touch cancel event callback 29/155829/1
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

6 years ago[4.0] Added an devel-API to check whether video texture is supported 82/155682/1
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

6 years ago[4.0] Fix integration build error 81/155681/1
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

6 years ago[4.0] Ubuntu Build Error fix 80/155680/1
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

6 years ago[4.0] When native image is destroyed, It call TriggerEventInterface callback. 78/155678/1
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

6 years ago[4.0] Support custom fonts registration 77/155677/1
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

6 years ago[4.0] Add Finalize api for imf-manager 76/155676/1
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

6 years ago[4.0] Call RequestUpdateOnce after pause callback 73/155673/1
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

6 years ago[4.0] Implement WebEngineLite interface and plugin for Minimized Web Engine 72/155672/1
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

6 years ago[4.0] fix that some animated-gif files are not playing 71/155671/1
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

6 years agoMerge branch 'devel/master' into tizen_4.0 70/155670/1
Seoyeon Kim [Mon, 16 Oct 2017 02:23:45 +0000 (11:23 +0900)]
Merge branch 'devel/master' into tizen_4.0

Change-Id: I984cd2786a7a7dce687833cac4f719b65d57b53b

6 years agoRevert "[4.0] fix that some animated-gif files are not playing" 60/155660/1
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

6 years agoRevert "[4.0] Implement WebEngineLite interface and plugin for Minimized Web Engine" 59/155659/1
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

6 years agoRevert "[4.0] Call RequestUpdateOnce after pause callback" 58/155658/1
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

6 years agoRevert "[4.0] Fix to get the full input text in RetrieveSurrounding" 57/155657/1
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

6 years agoRevert "[4.0] Add Finalize api for imf-manager" 56/155656/1
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

6 years agoRevert "[4.0] Support custom fonts registration" 55/155655/1
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

6 years agoRevert "[4.0] When native image is destroyed, It call TriggerEventInterface callback." 54/155654/1
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

6 years agoRevert "[4.0] Ubuntu Build Error fix" 53/155653/1
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

6 years agoRevert "[4.0] Fix integration build error" 42/155642/1
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

6 years agoRevert "[4.0] Added an devel-API to check whether video texture is supported" 38/155638/1
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

6 years agoMerge "Change Window::Raise() implementation" into devel/master
HyunJu Shin [Mon, 16 Oct 2017 01:32:21 +0000 (01:32 +0000)]
Merge "Change Window::Raise() implementation" into devel/master

6 years agoMerge "Fix to get the full input text in RetrieveSurrounding" 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

6 years agoDALi Version 1.2.61 64/155564/1 dali_1.2.61
greynaga [Fri, 13 Oct 2017 13:59:37 +0000 (14:59 +0100)]
DALi Version 1.2.61

Change-Id: Ia45624b919ee11f0c8ec677df5bde01985aa6877

6 years agoFix to get the full input text in RetrieveSurrounding 65/151865/3
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>
6 years ago[4.0] Added an devel-API to check whether video texture is supported 79/155379/3 submit/tizen_4.0/20171013.122021 submit/tizen_4.0/20171014.001058
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

6 years agoChange Window::Raise() implementation 63/152663/2
Heeyong Song [Wed, 27 Sep 2017 00:30:13 +0000 (09:30 +0900)]
Change Window::Raise() implementation

Change-Id: I1e986802afc797ea85d63609eb6a866df34cda6c

6 years ago[4.0] Fix integration build error 81/154881/1 accepted/tizen/4.0/unified/20171012.230021 submit/tizen_4.0/20171012.085532 submit/tizen_4.0/20171012.091159 tizen_4.0.IoT.p1_release
taeyoon0.lee [Wed, 11 Oct 2017 10:25:17 +0000 (19:25 +0900)]
[4.0] Fix integration build error

Change-Id: I07f677c444d909778116de603a705ee534eaca17

6 years ago[4.0] Ubuntu Build Error fix 86/154786/1
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

6 years ago[4.0] When native image is destroyed, It call TriggerEventInterface callback. 85/154785/1
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

6 years ago[4.0] Support custom fonts registration 84/154784/1
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

6 years ago[4.0] Add Finalize api for imf-manager 83/154783/1
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

6 years ago[4.0] Fix to get the full input text in RetrieveSurrounding 82/154782/1
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

6 years ago[4.0] Call RequestUpdateOnce after pause callback 81/154781/1
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

6 years ago[4.0] Implement WebEngineLite interface and plugin for Minimized Web Engine 79/154779/1
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

6 years ago[4.0] fix that some animated-gif files are not playing 78/154778/1
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

6 years agoMerge branch 'devel/master(1.2.60)' into tizen_4.0 77/154777/1
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

6 years agoRevert "[4.0] fix that some animated-gif files are not playing" 76/154776/1
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

6 years agoRevert "[4.0] Create Widget Application" 75/154775/1
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

6 years agoRevert "[4.0] Implement WebEngineLite interface and plugin for Minimized Web Engine" 74/154774/1
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

6 years agoRevert "[4.0] Call RequestUpdateOnce after pause callback" 73/154773/1
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

6 years agoRevert "[4.0] Fix to get the full input text in RetrieveSurrounding" 72/154772/1
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

6 years agoRevert "Fix using AUL API" 71/154771/1
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

6 years agoRevert "[4.0] Enhance application device signal" 70/154770/1
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

6 years agoRevert "[Tizen] Add Finalize api for imf-manager" 69/154769/1
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

6 years agoRevert "[4.0] Add an environment variable to set the default indicator visible mode" 68/154768/1
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

6 years agoRevert "[4.0] Fast bounding-box clipping feature" 67/154767/1
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

6 years agoRevert "[4.0] Support custom fonts registration" 66/154766/1
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

6 years agoRevert "[4.0] When native image is destroyed, It call TriggerEventInterface callback." 65/154765/1
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

6 years agoRevert "[4.0] Ubuntu Build Error fix" 64/154764/1
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

6 years agoAdd an environment variable to set the default indicator visible mode 27/152827/3
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

6 years agoAdd event handling for additional Device::SubClass type 33/152833/3
Heeyong Song [Wed, 27 Sep 2017 07:43:55 +0000 (16:43 +0900)]
Add event handling for additional Device::SubClass type

Change-Id: Ic24c9a2b2bb6d23b0a384b75ca2c10e75e75337d

6 years agoMerge "Fast bounding-box clipping feature" into devel/master
Adeel Kazmi [Fri, 6 Oct 2017 16:42:19 +0000 (16:42 +0000)]
Merge "Fast bounding-box clipping feature" into devel/master

6 years agoDALi Version 1.2.60 33/154133/1 dali_1.2.60
Adeel Kazmi [Fri, 6 Oct 2017 15:54:34 +0000 (16:54 +0100)]
DALi Version 1.2.60

Change-Id: I3a8eb3b62a223e92c8c7563bb12e8508e5056742

6 years agoFast bounding-box clipping feature 99/151999/3
Tom Robinson [Fri, 22 Sep 2017 17:16:57 +0000 (18:16 +0100)]
Fast bounding-box clipping feature

Change-Id: I532c00cc322ceae9bd28918fef8b68a58603b8b2

6 years agoMigration of devel API to public 16/153816/10
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

6 years agoChanges required after some Actor Devel APIs made Public 21/153821/1
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

6 years agoChanges required after Device moved to Public API in Core 08/153808/2
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

6 years agoMerge "Changes required after some pixel formats were moved to the Public API in...
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

6 years agoDALi Version 1.2.59 85/153785/1 dali_1.2.59
Francisco Santos [Fri, 29 Sep 2017 12:19:23 +0000 (13:19 +0100)]
DALi Version 1.2.59

Change-Id: Icbca39d2f1e2b574bbf4e26ba468dafbb6e373b7

6 years ago[4.0] Ubuntu Build Error fix 96/153696/2 accepted/tizen/4.0/unified/20171010.163017 accepted/tizen/4.0/unified/20171011.071825 submit/tizen_4.0/20171010.043359 submit/tizen_4.0/20171011.020858
Jinho, Lee [Fri, 29 Sep 2017 06:52:30 +0000 (15:52 +0900)]
[4.0] Ubuntu Build Error fix

Change-Id: I3cc460af2b8b9f6bbcc8a7daf5b3edab853790a2

6 years ago[4.0] When native image is destroyed, It call TriggerEventInterface callback. 98/153598/1
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

6 years ago[4.0] Support custom fonts registration 43/153543/1
Jinho, Lee [Tue, 11 Jul 2017 13:04:40 +0000 (22:04 +0900)]
[4.0] Support custom fonts registration

Change-Id: If97a9807539a870ac741c8ac78ef35fcd3b0db62

6 years ago[4.0] Fast bounding-box clipping feature 42/153542/1
Tom Robinson [Fri, 22 Sep 2017 17:16:57 +0000 (18:16 +0100)]
[4.0] Fast bounding-box clipping feature

Change-Id: I532c00cc322ceae9bd28918fef8b68a58603b8b2