platform/core/uifw/dali-adaptor.git
6 years agoDALi Version 1.3.20 26/175926/1 dali_1.3.20
adam.b [Fri, 13 Apr 2018 10:48:57 +0000 (11:48 +0100)]
DALi Version 1.3.20

Change-Id: I0cf6d7a34f7e9ae95bee56091694b964cfdf14c6

6 years agoMove Input Method enumerations to public API 68/171268/8
Seoyeon Kim [Wed, 28 Feb 2018 04:16:29 +0000 (13:16 +0900)]
Move Input Method enumerations to public API

- Moved all InputMethod enumerations from devel API to public API.

Change-Id: Ia1e728a640d7cc799ba5524510339dc41ea478c4
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoMerge "DALi Version 1.3.19" into devel/master
David Steele [Fri, 6 Apr 2018 14:05:09 +0000 (14:05 +0000)]
Merge "DALi Version 1.3.19" into devel/master

6 years agoDALi Version 1.3.19 72/175072/1 dali_1.3.19
Richard Huang [Fri, 6 Apr 2018 13:55:08 +0000 (14:55 +0100)]
DALi Version 1.3.19

Change-Id: I79b6f8a0bb9ba708c98873368afa3051ad36db5d

6 years agoAutomatically register Singleton Processors with Core 63/154063/5
David Steele [Fri, 2 Feb 2018 16:01:55 +0000 (16:01 +0000)]
Automatically register Singleton Processors with Core

Signed-off-by: David Steele <david.steele@samsung.com>
Change-Id: Ieebab5f50bd1cbd658991721a8ff7af7ea898987

6 years agoAdded Trace Functionality using Performance Server. 78/170978/19
Umar [Fri, 23 Feb 2018 20:21:44 +0000 (20:21 +0000)]
Added Trace Functionality using Performance Server.

Change-Id: I7e773f399c754afbc60c7cabffa036a0628bbcfe

6 years agoMerge "Fix Coverity issues" into devel/master
David Steele [Wed, 4 Apr 2018 14:04:47 +0000 (14:04 +0000)]
Merge "Fix Coverity issues" into devel/master

6 years agoMerge "Remove the weak pointer in the header files" into devel/master
dongsug song [Tue, 3 Apr 2018 07:14:45 +0000 (07:14 +0000)]
Merge "Remove the weak pointer in the header files" into devel/master

6 years agoFix Coverity issues 69/174069/3
Seoyeon Kim [Wed, 28 Mar 2018 02:17:00 +0000 (11:17 +0900)]
Fix Coverity issues

- sensor_is_supported() has a return value, int type.
  In tilt-sensor-impl-tizen.cpp, there is an omitted return check code
  at 146 line. So, added to check the return value of sensor_is_supported.

- Fixed to memory leak in clipboard-impl-ecore-wl.
  Variable 'reply' is allocated from 'eldbus_proxy_send_and_block()'
  So, added to eldbus_message_unref(reply) for memory free.

Change-Id: I9a389508430d3b209e886f3dc83e7898350b92e0
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoDALi Version 1.3.18 77/174277/1 dali_1.3.18
György Straub [Thu, 29 Mar 2018 13:03:34 +0000 (14:03 +0100)]
DALi Version 1.3.18

Change-Id: Iad7f1fc563d439fbc39fe1cd0f2e883cc8ce49a9

6 years agoRemove the weak pointer in the header files 31/174131/1
Seoyeon Kim [Wed, 28 Mar 2018 10:35:14 +0000 (19:35 +0900)]
Remove the weak pointer in the header files

- Removed the __attribute__((weak)) from the header files,
  because this attribute should only be in the cpp files.

Change-Id: Iad1242a15ef48fabf0de522f0ad204af75c4975f
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agosupports remote URL gif image 92/173292/14
Joogab Yun [Mon, 19 Mar 2018 10:42:56 +0000 (19:42 +0900)]
supports remote URL gif image

Change-Id: If1b47536ef57fa45bd07e334c0545d8f2dbfd7d8

6 years agoRemove the duplicated local variable 80/173780/1
Seoyeon Kim [Mon, 26 Mar 2018 01:57:04 +0000 (10:57 +0900)]
Remove the duplicated local variable

 - No need to copy 'appId' from 'id'.
 - Changed to use 'appId' directly and free its memory.

Change-Id: I36a8464ffb16b0a3e93592595bcf2cdb2e647a12
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoDALi Version 1.3.17 41/173741/1 dali_1.3.17
Umar [Fri, 23 Mar 2018 13:40:46 +0000 (13:40 +0000)]
DALi Version 1.3.17

Change-Id: If1ba181d3ea073b41e86fdd0123dcb00b442a0a6

6 years agoMerge "Fix Coverity issues" into devel/master
David Steele [Thu, 22 Mar 2018 14:36:34 +0000 (14:36 +0000)]
Merge "Fix Coverity issues" into devel/master

6 years agoFix Coverity issues 02/173402/2
Seoyeon Kim [Wed, 21 Mar 2018 08:05:42 +0000 (17:05 +0900)]
Fix Coverity issues

Change-Id: Ife7a74869c8114eba0d1aaa4670906843d9c7bdc
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoMerge "Fix SVACE issue" into devel/master
Seoyeon Kim [Tue, 20 Mar 2018 05:37:38 +0000 (05:37 +0000)]
Merge "Fix SVACE issue" into devel/master

6 years agoMerge "DALi Version 1.3.16" into devel/master
Adeel Kazmi [Fri, 16 Mar 2018 12:08:27 +0000 (12:08 +0000)]
Merge "DALi Version 1.3.16" into devel/master

6 years agoDALi Version 1.3.16 81/172881/1 dali_1.3.16
Victor Cebollada [Fri, 16 Mar 2018 11:51:35 +0000 (11:51 +0000)]
DALi Version 1.3.16

Change-Id: Ia0729165440a6d4a2437537b0c1dc27598dc87f5

6 years agoChange hint flag when load glyph from FreeType 76/171176/2
minho.sun [Tue, 27 Feb 2018 07:37:53 +0000 (16:37 +0900)]
Change hint flag when load glyph from FreeType

To improve quality of small texts, change hint flag when load glyph from
FreeType

Change-Id: I3efafe457f967b13a8b2304b739c876e2b7ce4ab
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoFix SVACE issue 20/171720/3
Seoyeon Kim [Wed, 7 Mar 2018 01:56:38 +0000 (10:56 +0900)]
Fix SVACE issue

- Initialized mTtsHandle in tts-player-impl-tizen.cpp
- NULL check at glyphy-acrs.cc:62

Change-Id: I4ec96b53e3f8befaffecef6c281a316df9f14ece
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoMove dali.h is to the correct directory 48/172548/2
Adeel Kazmi [Wed, 14 Mar 2018 10:29:41 +0000 (10:29 +0000)]
Move dali.h is to the correct directory

Change-Id: I6005b286704c121892836d8aa9b861b62929abb6

6 years agoAdd "XF86Exit" keyname to reset imfContext in EventHandler 16/169816/2
xb.teng [Fri, 9 Feb 2018 10:36:32 +0000 (18:36 +0800)]
Add "XF86Exit" keyname to reset imfContext in EventHandler

Change-Id: Ie3f192338ab32768d44b88c40fe6564097eb53b6

6 years agoDALi Version 1.3.15 81/172081/1 dali_1.3.15
greynaga [Fri, 9 Mar 2018 14:11:30 +0000 (14:11 +0000)]
DALi Version 1.3.15

Change-Id: Ie7c4b7c7a7c88e3691b3f57ab894d889eeeede2b

6 years agoMerge "Fix typo error in some descriptions" into devel/master
Seoyeon Kim [Thu, 8 Mar 2018 02:08:40 +0000 (02:08 +0000)]
Merge "Fix typo error in some descriptions" into devel/master

6 years agoMerge "Added APIs for setting display mode in video-player" into devel/master
Heeyong Song [Mon, 5 Mar 2018 08:21:42 +0000 (08:21 +0000)]
Merge "Added APIs for setting display mode in video-player" into devel/master

6 years agoMerge "For underlay video playback, we also need to set the alpha value of the 24...
Heeyong Song [Mon, 5 Mar 2018 08:13:48 +0000 (08:13 +0000)]
Merge "For underlay video playback, we also need to set the alpha value of the 24/32bit window." into devel/master

6 years agoFix typo error in some descriptions 03/171503/1
Seoyeon Kim [Mon, 5 Mar 2018 06:21:55 +0000 (15:21 +0900)]
Fix typo error in some descriptions

Change-Id: If6e57a6246a4175e42d95e4c4556e93803bc0af4
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoDALi Version 1.3.14 07/171407/1 dali_1.3.14
Francisco Santos [Fri, 2 Mar 2018 11:51:15 +0000 (11:51 +0000)]
DALi Version 1.3.14

Change-Id: I90f6128508ae7a373532ab974a2d2bf15909d247

6 years agoMerge "Change DALI_LOG_WARNING to DALI_LOG_ERROR in DownloadFile()" into devel/master
Adeel Kazmi [Thu, 1 Mar 2018 16:49:26 +0000 (16:49 +0000)]
Merge "Change DALI_LOG_WARNING to DALI_LOG_ERROR in DownloadFile()" into devel/master

6 years agoMerge "Added @cond internal" into devel/master
Adeel Kazmi [Thu, 1 Mar 2018 16:49:16 +0000 (16:49 +0000)]
Merge "Added @cond internal" into devel/master

6 years agoMerge "Fix SVACE issues" into devel/master
Adeel Kazmi [Thu, 1 Mar 2018 15:38:06 +0000 (15:38 +0000)]
Merge "Fix SVACE issues" into devel/master

6 years agoMerge "Revert "Addd to check privilege for capture"" into devel/master
HyunJu Shin [Wed, 28 Feb 2018 01:22:44 +0000 (01:22 +0000)]
Merge "Revert "Addd to check privilege for capture"" into devel/master

6 years agoAdded APIs for setting display mode in video-player 57/170057/5
Joogab Yun [Tue, 13 Feb 2018 06:09:04 +0000 (15:09 +0900)]
Added APIs for setting display mode in video-player

Change-Id: I2a8c0d0b039779fea89d9aa9641328031f650bd6

6 years agoFor underlay video playback, we also need to set the alpha value of the 67/169367/4
Joogab Yun [Tue, 6 Feb 2018 07:28:13 +0000 (16:28 +0900)]
For underlay video playback, we also need to set the alpha value of the
24/32bit window.

Change-Id: I16bb95f01ffd2238ffb02b6ceece84acc5dfd407

6 years agoChange DALI_LOG_WARNING to DALI_LOG_ERROR in DownloadFile() 39/171139/2
Joogab Yun [Tue, 27 Feb 2018 02:19:03 +0000 (11:19 +0900)]
Change DALI_LOG_WARNING to DALI_LOG_ERROR in DownloadFile()

Change-Id: Ib8be9acc22db78e206dc566b136af7346745607f

6 years agoAdded @cond internal 41/170341/2
Joogab Yun [Mon, 19 Feb 2018 08:11:51 +0000 (17:11 +0900)]
Added @cond internal

Change-Id: I78a234acdc77d2d132011c968107dd07ef2d1c58

6 years ago[tizen] Fix memory leak and for exception case. 73/171073/1
Wonsik, Jung [Mon, 26 Feb 2018 08:28:56 +0000 (17:28 +0900)]
[tizen] Fix memory leak and for exception case.

strdup() is used in app_get_resource_path() and the return value of the function is NULL sometimes.
So, this patch is to fix for two cases.

Change-Id: Ibf58a674a21bcde5a2b0ff5e0f952cd55fadadb9

6 years agoDALi Version 1.3.13 62/170962/1 dali_1.3.13
Agnelo Vaz [Fri, 23 Feb 2018 13:28:47 +0000 (13:28 +0000)]
DALi Version 1.3.13

Change-Id: I3263089445860baedd413aaf8ba54003d62dcbe9

6 years agoFix SVACE issues 45/170345/1
Seoyeon Kim [Mon, 19 Feb 2018 08:15:28 +0000 (17:15 +0900)]
Fix SVACE issues

- Initialized some member variables.
- Pointer 'objectSet' would be NULL value, so need to check NULL dereference
  before 'FcObjectSetAdd()'.

Change-Id: I88583c18f53898badccfe75e5ab8981d78b340cf
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoRevert "Addd to check privilege for capture" 63/169563/2
taeyoon0.lee [Wed, 7 Feb 2018 12:02:13 +0000 (21:02 +0900)]
Revert "Addd to check privilege for capture"

This reverts commit 2f71ccfddcf54295092429d3b987fdc8ad010217.

Change-Id: Ia305a646f8257085c986f4977df1e3ac5bc4555d

6 years agoForce to clear on the framebuffer after resume 42/168842/6
Heeyong Song [Wed, 31 Jan 2018 09:40:14 +0000 (18:40 +0900)]
Force to clear on the framebuffer after resume

Change-Id: I8e1f48f71456bfbbfa934093bf2da23ee5e8bf51

6 years agoDALi Version 1.3.12 73/170273/1 dali_1.3.12
David Steele [Fri, 16 Feb 2018 13:55:43 +0000 (13:55 +0000)]
DALi Version 1.3.12

Change-Id: I5acdcf7f3ae9435d84e9eecf24715969ddd54f5e

6 years agoFixed Memory Leakage in gif loading. 32/169732/3
Umar [Thu, 8 Feb 2018 18:05:46 +0000 (18:05 +0000)]
Fixed Memory Leakage in gif loading.

Change-Id: I4d3daedca9ac5b6d72859693720f8b3ae1c8e14d

6 years agoDALi Version 1.3.11 19/169819/1 dali_1.3.11
adam.b [Fri, 9 Feb 2018 11:08:46 +0000 (11:08 +0000)]
DALi Version 1.3.11

Change-Id: I5f27877a62ce308b2a164b2fcbd70e498f4492e1

6 years agoUpdate unicode range of emoji script based on the latest unicode specification 81/169581/1
Richard Huang [Wed, 7 Feb 2018 16:13:29 +0000 (16:13 +0000)]
Update unicode range of emoji script based on the latest unicode specification

Change-Id: I67934e4a16397ce8871a345cbc0cc339d2751967

6 years agoAdded interface to install logging function 11/161511/3
David Steele [Thu, 23 Nov 2017 21:49:12 +0000 (21:49 +0000)]
Added interface to install logging function

Change-Id: Iade8933c638d18a3bb4fc8d42669cfd9892394d8

6 years agoAddd to check privilege for capture 31/167831/5
taeyoon0.lee [Mon, 22 Jan 2018 08:55:13 +0000 (17:55 +0900)]
Addd to check privilege for capture

Change-Id: I666d80e1350f2f8c0cdb80861d8317837d4ff99f

6 years agoMerge "Added APIs for codec in video-player" into devel/master
taeyoon0.lee [Tue, 6 Feb 2018 07:03:13 +0000 (07:03 +0000)]
Merge "Added APIs for codec in video-player" into devel/master

6 years agoMerge "Move KeyGrab and Internal Widget from internal to public" into devel/master
Adeel Kazmi [Fri, 2 Feb 2018 18:32:04 +0000 (18:32 +0000)]
Merge "Move KeyGrab and Internal Widget from internal to public" into devel/master

6 years agoPorted IMF manager changes for C# 61/169161/2
David Steele [Fri, 2 Feb 2018 13:58:55 +0000 (13:58 +0000)]
Ported IMF manager changes for C#

Destroying IMF manager from C# side needs a 'Finalize' method to shut down
object cleanly.

Change-Id: I9c2f4bdeca7ae6af58df0863ed26e3a73f322224

6 years agoDALi Version 1.3.10 19/169119/1 dali_1.3.10
Adeel Kazmi [Fri, 2 Feb 2018 10:28:34 +0000 (10:28 +0000)]
DALi Version 1.3.10

Change-Id: I4d2fd8275991f7758a1b64bfa4a0ff701626796d

6 years agoAdded APIs for codec in video-player 70/167370/11
taeyoon0.lee [Mon, 22 Jan 2018 09:31:38 +0000 (18:31 +0900)]
Added APIs for codec in video-player

Change-Id: I76c7dacc1bc55e6c06552bf136bc3edba4081158

6 years agoMove KeyGrab and Internal Widget from internal to public 90/168790/2
Seoyeon Kim [Wed, 31 Jan 2018 04:17:03 +0000 (13:17 +0900)]
Move KeyGrab and Internal Widget from internal to public

- KeyGrab and Internal Widget APIs were originally public APIs,
  but they moved to internal folder while dali-adaptor refactoring.
- So, moved key-grab.h, widget-impl.h, and widget-impl.cpp files
  from internal API to public API.

Change-Id: I12015967b083efcdf78757a2300433d42f52c4bc
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoMerge "Set Lock key event in event-handler" into devel/master
Adeel Kazmi [Mon, 29 Jan 2018 11:57:47 +0000 (11:57 +0000)]
Merge "Set Lock key event in event-handler" into devel/master

6 years agoMerge "Initialize WatchApplication mState" into devel/master
Adeel Kazmi [Mon, 29 Jan 2018 11:57:41 +0000 (11:57 +0000)]
Merge "Initialize WatchApplication mState" into devel/master

6 years agoDALi Version 1.3.9 36/168436/1 dali_1.3.9
Umar [Fri, 26 Jan 2018 14:17:52 +0000 (14:17 +0000)]
DALi Version 1.3.9

Change-Id: Ia4807289223beb34c2e3254640349892faae2e6e

6 years agoDo not export symbols from internal ImfManager classes 68/168168/1
Adeel Kazmi [Wed, 24 Jan 2018 18:34:09 +0000 (18:34 +0000)]
Do not export symbols from internal ImfManager classes

Change-Id: I35983e4210c223f4082defad7c083ecf0a09c798

6 years agoProcess events after application is resumed 99/167999/3
Heeyong Song [Tue, 23 Jan 2018 09:44:19 +0000 (18:44 +0900)]
Process events after application is resumed

Change-Id: I1db16e2792891d6c90a4b2deb5d8315afe68859d

6 years agoInitialize WatchApplication mState 67/167467/3
Seoyeon Kim [Thu, 18 Jan 2018 01:22:36 +0000 (10:22 +0900)]
Initialize WatchApplication mState

- Initialized mState in WatchApplication Constructor.

Change-Id: I860c15dd84d755b0fc22369a3096492f581298f4
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoSet Lock key event in event-handler 60/167960/1
Seoyeon Kim [Tue, 23 Jan 2018 05:46:32 +0000 (14:46 +0900)]
Set Lock key event in event-handler

 - Added Num Lock, Caps Lock, and Scroll Lock ecore key event

Change-Id: I2ad9073c1a090ed08b3d91cf5e3488e86d3a2bbe
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoAdded performance logging back into adaptor build 45/167745/4
David Steele [Fri, 19 Jan 2018 13:31:13 +0000 (13:31 +0000)]
Added performance logging back into adaptor build

Fixed minor issues with build files

Change-Id: I73867cf404b955620a38365570dcc1ef6cf22616

6 years agoDALi Version 1.3.8 99/167699/1 dali_1.3.8
Victor Cebollada [Fri, 19 Jan 2018 08:15:55 +0000 (08:15 +0000)]
DALi Version 1.3.8

Change-Id: I2342d429c3561714caa2b44e936ea5245b844ebd

6 years agoFix doxygen format 04/167204/2
Seungho, Baek [Tue, 16 Jan 2018 07:08:31 +0000 (16:08 +0900)]
Fix doxygen format

 - modify "/*" -> "/**" in widget-impl.h: 154

Change-Id: Ie1c3811eec8078cb7b1f68c1fbfed6ff202931b5
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
6 years agoAdaptor refactor 78/158278/12
adam.b [Thu, 18 Jan 2018 11:26:31 +0000 (11:26 +0000)]
Adaptor refactor

New directory structure. Files have been moved to the new destination locations.

Change-Id: I00077fccfdbe466be736696287bad5598210c7a9

6 years agoMerge "Set proper locale to harfbuzz" into devel/master
Heeyong Song [Wed, 17 Jan 2018 09:04:56 +0000 (09:04 +0000)]
Merge "Set proper locale to harfbuzz" into devel/master

6 years agoSet proper locale to harfbuzz 63/167363/2
minho.sun [Wed, 17 Jan 2018 06:49:12 +0000 (15:49 +0900)]
Set proper locale to harfbuzz

Some country have their own cyrillic alphabets.
To draw it, DALi should set proper locale to harfbuzz.

Change-Id: I84eef22342765ac98a49ee9821f7693856069125
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoAdd DALI_KEY_RETURN to get control key event 63/167263/1
minho.sun [Tue, 16 Jan 2018 11:57:04 +0000 (20:57 +0900)]
Add DALI_KEY_RETURN to get control key event

Add DALI_KEY_RETURN.

- keyName : "Return"
- keyCode : 36

Change-Id: I6f321ac38011e16280a27c919a4d1482a83ca5c4
Signed-off-by: minho.sun <minho.sun@samsung.com>
6 years agoFix SVACE issue 68/167068/1
Seoyeon Kim [Mon, 15 Jan 2018 07:42:07 +0000 (16:42 +0900)]
Fix SVACE issue

- Expression 'orientation >= Dali::Window::PORTRAIT' is always true.

Change-Id: I813082a5a490ce84addcf05d4ea46bfc3814968f
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
6 years agoMerge "DALi Version 1.3.7" into devel/master
David Steele [Fri, 12 Jan 2018 14:19:42 +0000 (14:19 +0000)]
Merge "DALi Version 1.3.7" into devel/master

6 years agoDALi Version 1.3.7 61/166961/1 dali_1.3.7
greynaga [Fri, 12 Jan 2018 14:06:48 +0000 (14:06 +0000)]
DALi Version 1.3.7

Change-Id: Icdd1c60178e9c8e76a43cbc53460cbb9a5ad2b4c

6 years agoMerge "Removed CURLOPT_FAILONERROR" into devel/master
taeyoon0.lee [Fri, 12 Jan 2018 04:45:29 +0000 (04:45 +0000)]
Merge "Removed CURLOPT_FAILONERROR" into devel/master

6 years agoMerge "Modified not to be added the invalid value except the defined orientation...
Moonhee Choi [Fri, 12 Jan 2018 00:39:58 +0000 (00:39 +0000)]
Merge "Modified not to be added the invalid value except the defined orientation" into devel/master

6 years agoRemoved CURLOPT_FAILONERROR 32/166632/1
taeyoon0.lee [Thu, 11 Jan 2018 08:11:34 +0000 (17:11 +0900)]
Removed CURLOPT_FAILONERROR

 - https://curl.haxx.se/libcurl/c/CURLOPT_FAILONERROR.html
 - This option is not necessary. culr default is false for the option
 - This option can occur disconnection by http response, not problem

Change-Id: I31e29c323154c2d92b481507ce8bb57d5a42d233

6 years agoMerge "Fixed crash by libcurl with open ssl in multi-threading" into devel/master
HyunJu Shin [Thu, 11 Jan 2018 06:46:13 +0000 (06:46 +0000)]
Merge "Fixed crash by libcurl with open ssl in multi-threading" into devel/master

6 years ago(GifLoading) Fix SVACE Errors 91/166191/3
Adeel Kazmi [Mon, 8 Jan 2018 16:57:21 +0000 (16:57 +0000)]
(GifLoading) Fix SVACE Errors

Change-Id: I19db807bfc9c7f5d1fadabc336043b9d4c05ff23

6 years agoFixed crash by libcurl with open ssl in multi-threading 41/165741/11
taeyoon0.lee [Wed, 3 Jan 2018 07:24:00 +0000 (16:24 +0900)]
Fixed crash by libcurl with open ssl in multi-threading

https://curl.haxx.se/libcurl/c/threadsafe.html

Change-Id: I5bd0620a2240506445a7f07d345111952d28f8fd

6 years agoModified not to be added the invalid value except the defined orientation 54/166454/1
Moonhee Choi [Wed, 10 Jan 2018 08:26:05 +0000 (17:26 +0900)]
Modified not to be added the invalid value except the defined orientation

Change-Id: Icd30b6f9cef6a99de64646f9c8ad4080df2194dd
Signed-off-by: Moonhee Choi <mh0310.choi@samsung.com>
6 years agoHandled pre-resume scenario of watch application 94/166294/2
SinJae Lee [Mon, 8 Jan 2018 06:11:29 +0000 (15:11 +0900)]
Handled pre-resume scenario of watch application

[Issue#] N/A
[Request] N/A
[Occurrence Version] N/A

[Problem] According to platform policy, all ui engines should forcely update in OnTimeTick during pause state
[Cause & Measure] In LCD on case, up-to-date screen should be shown.

[Developer] SinJae Lee

Change-Id: Ifccfc0b1f8119e28c2a4830361d29a0e5ddaf0ec

6 years agoFixed loading of compressed texture formats 63/166063/3
adam.b [Fri, 5 Jan 2018 11:43:21 +0000 (11:43 +0000)]
Fixed loading of compressed texture formats

- ASTC loader fixed
- KTX loader fixed
- PixelBuffer implementation allows to allocate fixed size
  memory buffer independent on the texture format

Change-Id: I97dbd4e4b9910832a86c1b0b6229808e5ae4a64f

6 years agoDALi Version 1.3.6 68/166068/1 dali_1.3.6
Richard Huang [Fri, 5 Jan 2018 13:32:53 +0000 (13:32 +0000)]
DALi Version 1.3.6

Change-Id: I29f95bd1e24ced80437decbbfe90f3e0306580ab

6 years agoMerge "Added method to PixelBuffer to multiply alpha into color channels" into devel...
Adeel Kazmi [Thu, 4 Jan 2018 22:00:12 +0000 (22:00 +0000)]
Merge "Added method to PixelBuffer to multiply alpha into color channels" into devel/master

6 years agoAdded method to PixelBuffer to multiply alpha into color channels 55/165755/1
David Steele [Wed, 3 Jan 2018 16:09:17 +0000 (16:09 +0000)]
Added method to PixelBuffer to multiply alpha into color channels

Change-Id: Ia8513bf43c182f429674d9e24236033ac8cbc601
Signed-off-by: David Steele <david.steele@samsung.com>
6 years agoFixed BMP loader. 14/165614/3
adam.b [Tue, 2 Jan 2018 17:40:33 +0000 (17:40 +0000)]
Fixed BMP loader.

Change-Id: Idf3f460517dd228e7c18e4c82c4ed0ed74c51d9b

6 years agoExposing Exif Image metadata 35/161835/12
adam.b [Fri, 22 Dec 2017 14:46:26 +0000 (14:46 +0000)]
Exposing Exif Image metadata

Additionally, the use of Integration::Bitmap has been
reduced and replaced with Dali::Devel::PixelBuffer.

Change-Id: I866d3b3ac0a7844e974ae8fc92e9295f1c9d40a7

6 years agoMerge "Added support for loading specified GIF frames from a file." into devel/master
Adeel Kazmi [Fri, 22 Dec 2017 19:19:42 +0000 (19:19 +0000)]
Merge "Added support for loading specified GIF frames from a file." into devel/master

6 years agoAdded support for loading specified GIF frames from a file. 03/162403/31
Umar [Thu, 30 Nov 2017 21:06:38 +0000 (21:06 +0000)]
Added support for loading specified GIF frames from a file.

Created a new GifLoading class that holds the encoded file in memory
until it's no longer needed. This is then used to decode frames as needed.

Removed LoadAnimatedGifFromFile and GetGifImageSize APIs

Cleaned up allocation of frame data.

Change-Id: I667e5322362dc824dba884f3146e916c048405c4

6 years agoDALi Version 1.3.5 40/165040/1 dali_1.3.5
György Straub [Fri, 22 Dec 2017 14:19:01 +0000 (14:19 +0000)]
DALi Version 1.3.5

Change-Id: Iff6512ba4d69dd72e29f153ba2f9aa5e1307335e

6 years agoSupport Widget Application 20/164120/12
minho.sun [Mon, 13 Nov 2017 08:01:45 +0000 (17:01 +0900)]
Support Widget Application

Support Widget Application on tizen devices.

WidgetApplication
 - Class for getting Application lifecycle callbacks.
 - Manage Widget instances and Widget Creator functions.

Widget
 - Class for getting Widget Instance lifecycle.
 - Support virtual function for lifecycles.

Widget Controller
 - Class for communicating with widget framework.

Change-Id: Id5a7af66b412bf9b88d1449b6f899c430718066c

6 years agoRevert "Support Widget Application" 19/164119/9
minho.sun [Fri, 15 Dec 2017 10:07:56 +0000 (19:07 +0900)]
Revert "Support Widget Application"

This reverts commit 3886fb4e6df4f5cc49f6a06bb4d5c28a0a0ce9ff.

Change-Id: I0a420907bc8880e41f9f5538f818093c5af9a5b9

6 years agoDALi Version 1.3.4 34/164134/1 dali_1.3.4
Francisco Santos [Fri, 15 Dec 2017 11:18:57 +0000 (11:18 +0000)]
DALi Version 1.3.4

Change-Id: Ib4d5023ddf3e60bff40feb21287dd1216c3c3fdb

6 years agoMerge "Added capture for wearable" into devel/master
taeyoon0.lee [Thu, 14 Dec 2017 06:16:59 +0000 (06:16 +0000)]
Merge "Added capture for wearable" into devel/master

6 years agoMerge "Update doxygen comment in Window" into devel/master
Adeel Kazmi [Wed, 13 Dec 2017 15:55:26 +0000 (15:55 +0000)]
Merge "Update doxygen comment in Window" into devel/master

6 years agoMerge "Added ttrace in spec" into devel/master
Adeel Kazmi [Wed, 13 Dec 2017 13:14:40 +0000 (13:14 +0000)]
Merge "Added ttrace in spec" into devel/master

6 years agoMerge "Add release info log for ecore-wl window" into devel/master
Adeel Kazmi [Wed, 13 Dec 2017 12:16:02 +0000 (12:16 +0000)]
Merge "Add release info log for ecore-wl window" into devel/master

6 years agoAdded capture for wearable 86/162786/9
taeyoon0.lee [Tue, 5 Dec 2017 08:40:16 +0000 (17:40 +0900)]
Added capture for wearable

Change-Id: I6a6234f56ecb02a0b90b6f670451a1f8322a83cf

6 years agoUpdate doxygen comment in Window 77/162277/2
Heeyong Song [Thu, 30 Nov 2017 06:02:28 +0000 (15:02 +0900)]
Update doxygen comment in Window

Change-Id: I2af9edaacda4a5febd6bf2319b1db224cc023a95

6 years agosupport jpeg image of CMYK colorspace decoding 58/158658/19
Joogab Yun [Thu, 2 Nov 2017 09:28:56 +0000 (18:28 +0900)]
support jpeg image of CMYK colorspace decoding

Change-Id: I3e39fcb7a88da35d313937667eeebbe4b5f09a1d

6 years agoDALi Version 1.3.3 34/163334/1 dali_1.3.3
David Steele [Fri, 8 Dec 2017 14:33:08 +0000 (14:33 +0000)]
DALi Version 1.3.3

Change-Id: I6c3b2369c914912277a1504a33fa23f9b168eaf8

6 years agoAdd release info log for ecore-wl window 08/162608/7
sunghyun kim [Mon, 4 Dec 2017 10:27:25 +0000 (19:27 +0900)]
Add release info log for ecore-wl window

Change-Id: Ida94e2fabc59eaac22933e8ebf7f300f7ce483c7