platform/core/uifw/dali-adaptor.git
8 years ago(NetworkServer) Fix crash and deadlock on exit 25/69325/1
Adeel Kazmi [Thu, 12 May 2016 13:21:42 +0000 (14:21 +0100)]
(NetworkServer) Fix crash and deadlock on exit

- mListeningSocket was being dereferenced without checking if it was NULL.
- There was a dead lock when trying to stop the clients as both the main thread and the client thread
  had mClientListMutex locked. The solution was to not join the client threads at all as it's not
  required and allows the main thead to unlock the mutex.

Change-Id: Ibee9d6c775f0dfd4b1553b1594bf198b7cf56e92

8 years agoUpdated Wayland TextInput to match latest system changes 60/67460/6
Nick Holland [Tue, 26 Apr 2016 09:05:09 +0000 (10:05 +0100)]
Updated Wayland TextInput to match latest system changes

Change-Id: Ife9920178b8fb1f147c8964b1bdc8b3c6b83c0c0

8 years agoMerge "DALi Version 1.1.33" into devel/master
Adeel Kazmi [Fri, 6 May 2016 14:51:31 +0000 (07:51 -0700)]
Merge "DALi Version 1.1.33" into devel/master

8 years agoDALi Version 1.1.33 76/68576/1 dali_1.1.33
David Steele [Fri, 6 May 2016 14:47:26 +0000 (15:47 +0100)]
DALi Version 1.1.33

Change-Id: I42095b695b268b26fab49212643960bfcde558d5

8 years ago(Automated Tests) Platform Abstraction now handles multiple resource requests 51/68551/1
Adeel Kazmi [Thu, 5 May 2016 19:22:31 +0000 (20:22 +0100)]
(Automated Tests) Platform Abstraction now handles multiple resource requests

Also synchronized some dali-test-suite-utils.h/cpp with toolkit.

Change-Id: Ie9b33de65cfad6456fd5bd8fc128db6e1cc9f2a5

8 years agoBuild UBUNTU profile & for OpenGL ES 2.0 by default 39/68539/3
Adeel Kazmi [Thu, 5 May 2016 14:29:51 +0000 (15:29 +0100)]
Build UBUNTU profile & for OpenGL ES 2.0 by default

This is overridden in the spec files for targets anyway so a completely unnecessary step for
UBUNTU users.

Change-Id: I1d19584737eceb42b4a5b0bd0d35b806f13e8124

8 years agoSvace issues. 94/68494/2
Victor Cebollada [Thu, 5 May 2016 06:38:21 +0000 (07:38 +0100)]
Svace issues.

* Add undefined and private copy constructors and assignment operators to avoid copies.

Change-Id: I7ff0665f11f5b557ddb76e15b016ebda6eaaa808
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years ago[3.0] Fix ivi build error 83/68383/1 accepted/tizen/common/20160509.135151 accepted/tizen/ivi/20160510.002636 accepted/tizen/mobile/20160510.002539 accepted/tizen/tv/20160510.002604 accepted/tizen/wearable/20160510.002509 submit/tizen/20160509.092357
dongsug.song [Wed, 4 May 2016 00:02:40 +0000 (09:02 +0900)]
[3.0] Fix ivi build error

This reverts commit 2b51c67d373974d8103d99c5a98654f28976a1b8.

Change-Id: Iac166cf82f6bae9aff8258ed3e27ebbd6218ef7c
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
8 years ago[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update 82/68382/1
dongsug.song [Wed, 4 May 2016 00:01:16 +0000 (09:01 +0900)]
[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update

This reverts commit da4a7c3eed00a4e0d72f212ddca7e127ba267fcd.

Change-Id: I1da0885bc318599fa3b1d1c102d8c26ae76daff0
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
8 years ago[3.0] Fix common profile build error 81/68381/1
dongsug.song [Tue, 3 May 2016 23:58:35 +0000 (08:58 +0900)]
[3.0] Fix common profile build error

This reverts commit 785246af146fd39c2c5bad773fa363c9b4151e64.

Change-Id: Ibf8b62f6563a09ea631cb69c9fdfeaa65a4eb7b8
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
8 years agoMerge branch 'devel/master' into tizen 80/68380/1
dongsug.song [Tue, 3 May 2016 23:56:48 +0000 (08:56 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I94011d7de3626e3645e0c0227556432ba988b051
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
8 years agoRevert "[3.0] Fix common profile build error" 79/68379/1
dongsug.song [Tue, 3 May 2016 23:54:58 +0000 (08:54 +0900)]
Revert "[3.0] Fix common profile build error"

This reverts commit 4baa42b24c35ec2a9d77b3dde14ab4aa1c0f8f73.

Change-Id: Ieb784d8d446ecba5ac6aedab460b296c95255bc5
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
8 years agoRevert "[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update" 78/68378/1
dongsug.song [Tue, 3 May 2016 23:54:27 +0000 (08:54 +0900)]
Revert "[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update"

This reverts commit 79f1544f03d3ca0207c0b20f587cc048a843df00.

Change-Id: Id792ce1d7dca6e097bb449851027a0122d5b8ec7
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
8 years agoRevert "[3.0] Fix ivi build error" 77/68377/1
dongsug.song [Tue, 3 May 2016 23:53:53 +0000 (08:53 +0900)]
Revert "[3.0] Fix ivi build error"

This reverts commit 9df67ab02259b7979a19ad229c620c7622fe154c.

Change-Id: I019d171d213d15ae47e0a998ecc9bd733eb60326
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
8 years agoBlending enum clean-up 95/68295/1
Paul Wisbey [Tue, 3 May 2016 09:19:30 +0000 (10:19 +0100)]
Blending enum clean-up

We were previously using a mixture of BLEND and BLENDING in enums.
The order of the BLEND_FACTOR enums & string names was also inconsistent.

As a rule of thumb always use Blend & BLEND for namespaces & enums/constants
(not Blending or BLENDING)

Change-Id: I63f7b59cf7c5c234eda979d55213a2994e90860a

8 years agoMerge "Changes following "Remove API to set if a geometry requires writing to the...
Kimmo Hoikka [Fri, 29 Apr 2016 15:01:35 +0000 (08:01 -0700)]
Merge "Changes following "Remove API to set if a geometry requires writing to the depth buffer"" into devel/master

8 years agoChanges following "Remove API to set if a geometry requires writing to the depth... 31/67531/4
Ferran Sole [Wed, 27 Apr 2016 07:19:05 +0000 (08:19 +0100)]
Changes following "Remove API to set if a geometry requires writing to the depth buffer"

Change-Id: I4739a7d9aa6e1b65a55761fda0166e7004cb1761

8 years agoDALi Version 1.1.32 25/67925/1 dali_1.1.32
Agnelo Vaz [Fri, 29 Apr 2016 08:10:10 +0000 (09:10 +0100)]
DALi Version 1.1.32

Change-Id: I4b6b65e084bffe999d78abaab8794ef87c3b0b09

8 years agoMerge "Fix doxygen errors" into devel/master
Adeel Kazmi [Wed, 27 Apr 2016 13:52:55 +0000 (06:52 -0700)]
Merge "Fix doxygen errors" into devel/master

8 years agoFix doxygen errors 65/67465/1
Richard Huang [Tue, 26 Apr 2016 15:54:45 +0000 (16:54 +0100)]
Fix doxygen errors

Change-Id: Idb6d53284874863fb1b9db915d273ef7b829857b

8 years agoChanges following "Make TextureSet a non property owner" 58/67458/1
Ferran Sole [Tue, 26 Apr 2016 14:05:02 +0000 (15:05 +0100)]
Changes following "Make TextureSet a non property owner"

Change-Id: I87819057608e44c265e0f12f48e320be34363f71

8 years agoChanges following "Remove Geometry scene object" 45/66745/7
Ferran Sole [Wed, 20 Apr 2016 15:09:55 +0000 (16:09 +0100)]
Changes following "Remove Geometry scene object"

Change-Id: I8332f8a52b33dbd7d852d2f87d4d9d6686edcf17

8 years agoDALi Version 1.1.31 68/66968/1 dali_1.1.31
Adeel Kazmi [Fri, 22 Apr 2016 09:07:49 +0000 (10:07 +0100)]
DALi Version 1.1.31

Change-Id: I497fbd82d4e4786abe7de9a5d38e39bb621f2126

8 years agoMerge "Fixed issue preventing Emscripten build of DALi detecting build errors" into...
Adeel Kazmi [Thu, 21 Apr 2016 09:49:58 +0000 (02:49 -0700)]
Merge "Fixed issue preventing Emscripten build of DALi detecting build errors" into devel/master

8 years agoVector-based text rendering 84/56484/21
Paul Wisbey [Fri, 27 Nov 2015 15:28:55 +0000 (15:28 +0000)]
Vector-based text rendering

Change-Id: I1919a3fc7bddf399927d4ffc082af716b9f1032f

8 years agoFixed issue preventing Emscripten build of DALi detecting build errors 41/66741/2
Tom Robinson [Wed, 20 Apr 2016 14:54:08 +0000 (15:54 +0100)]
Fixed issue preventing Emscripten build of DALi detecting build errors

Change-Id: I386f63b0e48669269cddeef06871e44f95ebf11f

8 years agoFixed for Emscripten wrapper not building 31/66731/2
Ferran Sole [Wed, 20 Apr 2016 13:53:26 +0000 (14:53 +0100)]
Fixed for Emscripten wrapper not building

Change-Id: I3e864b3c761077c1ff27930d6f2e2a8d7a784133

8 years agoSynchronized Automated Tests with dali-core 37/66537/3
Adeel Kazmi [Tue, 19 Apr 2016 10:17:43 +0000 (11:17 +0100)]
Synchronized Automated Tests with dali-core

Change-Id: Ia270b161f7453f8184d99a1858783a49e918c2e6

8 years ago[3.0] Fix ivi build error 54/66454/1 accepted/tizen/common/20160427.144359 accepted/tizen/ivi/20160428.002721 accepted/tizen/mobile/20160428.004945 accepted/tizen/tv/20160428.002523 accepted/tizen/wearable/20160428.002811 submit/tizen/20160427.082119
Seoyeon Kim [Tue, 19 Apr 2016 04:48:41 +0000 (13:48 +0900)]
[3.0] Fix ivi build error

This reverts commit 945ca1f0098463f34cd79ccbddd391b2ee5a3cac.

Change-Id: Ie8df2261fbcf50d01f30c2c9b07ea5997a72d797

8 years ago[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update 53/66453/1
Seoyeon Kim [Tue, 19 Apr 2016 04:47:37 +0000 (13:47 +0900)]
[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update

This reverts commit f0f980003122ba9735541537ac6d5030555ef94d.

Change-Id: I3957f3c1040a11f609a50926f3292a60bca41620

8 years ago[3.0] Fix common profile build error 52/66452/1
Seoyeon Kim [Tue, 19 Apr 2016 04:46:32 +0000 (13:46 +0900)]
[3.0] Fix common profile build error

This reverts commit b521075f6aa654878522c02e3b1a903daf7c4751.

Change-Id: I009052b67066ca123db1d03ae4c87a535d59ff25

8 years agoMerge branch 'devel/master' into tizen 51/66451/1
Seoyeon Kim [Tue, 19 Apr 2016 04:44:48 +0000 (13:44 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I4433f83ec6790b8e2804c868b3aeb1b3e3198c15

8 years agoRevert "[3.0] Fix common profile build error" 50/66450/1
Seoyeon Kim [Tue, 19 Apr 2016 04:43:52 +0000 (13:43 +0900)]
Revert "[3.0] Fix common profile build error"

This reverts commit 0712674bae583a73139748fa032d5cf0676f3c48.

Change-Id: Ided67d8124747771b5a6ecba0fbbd4e8db2ddfaa

8 years agoRevert "[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update" 49/66449/1
Seoyeon Kim [Tue, 19 Apr 2016 04:43:22 +0000 (13:43 +0900)]
Revert "[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update"

This reverts commit a0f60f140c162f678b602d98169584467db19915.

Change-Id: Ic8339948a4e57e14a9b52f879663bed6e416dde0

8 years agoRevert "[3.0] Fix ivi build error" 48/66448/1
Seoyeon Kim [Tue, 19 Apr 2016 04:42:27 +0000 (13:42 +0900)]
Revert "[3.0] Fix ivi build error"

This reverts commit b8631b7346e231cfc64239ae494a2b109f441194.

Change-Id: I0ec8934b68e5bee85974cd0a8b5647dc73ef9cf3

8 years agoRendering API clean-up 48/64948/7
Ferran Sole [Wed, 6 Apr 2016 09:40:41 +0000 (10:40 +0100)]
Rendering API clean-up

Change-Id: I57d7e78ae42a19e2a0fa1246a8b6fdb6e79f0c56

8 years agoMerge "Font client - Cache the given font description after validating a font." into...
Paul Wisbey [Fri, 15 Apr 2016 15:16:50 +0000 (08:16 -0700)]
Merge "Font client - Cache the given font description after validating a font." into devel/master

8 years agoDALi Version 1.1.30 71/66171/1 dali_1.1.30
Adam Bialogonski [Fri, 15 Apr 2016 13:59:12 +0000 (14:59 +0100)]
DALi Version 1.1.30

Change-Id: Id67ac6dc2eac5f503dff3f9d28fbe164b8a8a61a

8 years agoFont client - Cache the given font description after validating a font. 71/65871/1
Victor Cebollada [Wed, 13 Apr 2016 13:59:24 +0000 (14:59 +0100)]
Font client - Cache the given font description after validating a font.

* When a font description is validated a font config family pattern is created
  and matched. The resulting matched font description may be different than the
  given one. In this case it caches both font descriptions to avoid doing the
  same operation again.

Change-Id: Ie521953fe8a2c91578255ed61ecd0adc30ccbf09
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoSupport for key events on Tizen TV 2.4 35/65835/2
Nick Holland [Wed, 13 Apr 2016 09:11:46 +0000 (10:11 +0100)]
Support for key events on Tizen TV 2.4

In November 2015, Input framework on Tizen TV 2.4
changed from using XKeyEvents to using XClientMessages

Change-Id: I2268126f912b1a04b33bfc5c034287474e992735

8 years agoDALi Version 1.1.29 21/65321/1 dali_1.1.29
Xiangyin Ma [Fri, 8 Apr 2016 10:24:27 +0000 (11:24 +0100)]
DALi Version 1.1.29

Change-Id: I0bf4396f4c05dbbb3888139836105a28475c4ee8

8 years ago[3.0] Fix ivi build error 51/64851/1 accepted/tizen/common/20160411.125830 accepted/tizen/ivi/20160411.051305 accepted/tizen/mobile/20160411.051242 accepted/tizen/tv/20160411.051216 accepted/tizen/wearable/20160411.051140 submit/tizen/20160411.012820
suhyung Eom [Tue, 5 Apr 2016 23:16:45 +0000 (08:16 +0900)]
[3.0] Fix ivi build error

Change-Id: I6b5944858e25db5ffb751a27145a4fbdd3db6191

8 years ago[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update 50/64850/1
suhyung Eom [Tue, 5 Apr 2016 23:15:42 +0000 (08:15 +0900)]
[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update

Change-Id: Ia1a7f3bb1f4c9d12dcb3a5fd9674621999e4dfbb

8 years ago[3.0] Fix common profile build error 49/64849/1
suhyung Eom [Tue, 5 Apr 2016 23:09:00 +0000 (08:09 +0900)]
[3.0] Fix common profile build error

Change-Id: I6411d3412d112e0a6dafd63e199584e273c2c8ea

8 years agoMerge branch 'devel/master' (1.1.28) into tizen 48/64848/1
suhyung Eom [Tue, 5 Apr 2016 23:06:53 +0000 (08:06 +0900)]
Merge branch 'devel/master' (1.1.28) into tizen

Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: Ie18065d9b7407c38253acef9d5616144cb774b05

8 years agoRevert "[3.0] Fix common profile build error"
suhyung Eom [Tue, 5 Apr 2016 05:01:38 +0000 (14:01 +0900)]
Revert "[3.0] Fix common profile build error"

This reverts commit 9d7bc3a770711f28c9a59a6e42058de7c81e9715.

8 years agoRevert "[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update"
suhyung Eom [Tue, 5 Apr 2016 04:43:20 +0000 (13:43 +0900)]
Revert "[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update"

This reverts commit 2aa5299302ef4ec73f4a62a0de14ab117e9d9474.

8 years agoRevert "[3.0] Fix ivi build error"
suhyung Eom [Tue, 5 Apr 2016 04:40:09 +0000 (13:40 +0900)]
Revert "[3.0] Fix ivi build error"

This reverts commit ffa5e92a476c2a67492f0f1a82ee6a5b47254fd5.

8 years agoUpdate doxygen groups and overview description 36/58136/5
Yoonsang Lee [Wed, 27 Jan 2016 23:20:38 +0000 (08:20 +0900)]
Update doxygen groups and overview description

- Update overview of DALi adaptor

Change-Id: Iede36ea40f2a8a85acf0fbe00ab886aaecdc0af0

8 years agoDALi Version 1.1.28 48/64448/1 dali_1.1.28
Victor Cebollada [Fri, 1 Apr 2016 08:22:03 +0000 (09:22 +0100)]
DALi Version 1.1.28

Change-Id: I39a136b7992c42b0a5ae3a5487c0be453d41b5e4
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoEnsure event/update/render times are logged when using the combined-update-render... 97/63597/1
Adeel Kazmi [Thu, 24 Mar 2016 17:32:09 +0000 (17:32 +0000)]
Ensure event/update/render times are logged when using the combined-update-render threading model

The performance logging output is only shown when a VSYNC marker is sent, but we do not have a
Vsync thread in the combined-update-render threading model.

The solution is to just set a vsync marker at the start of the frame.

Change-Id: Ifd1c2b91d546f4b1819a034ef918b9484501018e

8 years agoMerge "DALi Version 1.1.27" into devel/master
Adeel Kazmi [Thu, 24 Mar 2016 16:35:19 +0000 (09:35 -0700)]
Merge "DALi Version 1.1.27" into devel/master

8 years agoDALi Version 1.1.27 84/63584/1 dali_1.1.27
Tom Robinson [Thu, 24 Mar 2016 15:48:59 +0000 (15:48 +0000)]
DALi Version 1.1.27

Change-Id: Ic52c9ed654a6b6311ecab31259b4b5bfbebb07c4

8 years agoWayland virtual keyboard support 71/61971/4
Nick Holland [Fri, 11 Mar 2016 14:09:34 +0000 (14:09 +0000)]
Wayland virtual keyboard support

DALi text controls still needs IMF support(coming next) for
full functionality.

Change-Id: I07c70a51245247c75faa569ffe4f9b71f3330ca5

8 years agoFix for libjpeg API changes 68/60168/4
minho.sun [Wed, 24 Feb 2016 02:24:43 +0000 (11:24 +0900)]
Fix for libjpeg API changes

TurboJPEG API functions will now return an error code if a warning is triggered in the underlying libjpeg API.

For instance, if a JPEG file is corrupt, the TurboJPEG decompression functions will attempt to decompress as much of the image as possible, but those functions will now return -1 to indicate that the decompression was not entirely successful.

For this reason, we need to distinguish return of tjGetErrorStr() is warning or error.

If the return string has 'Corrupt JPEG data' prefix, it means warning.
Then, do not return false.

Change-Id: Ib542f2365c0e35c14187e3daa7e32008296c26bb

8 years ago[3.0]Fix for libjpeg API changes 84/62384/3 accepted/tizen/common/20160323.184854 accepted/tizen/ivi/20160323.140643 accepted/tizen/mobile/20160323.135032 accepted/tizen/tv/20160323.135447 accepted/tizen/wearable/20160323.135146 submit/tizen/20160323.065919
minho.sun [Wed, 24 Feb 2016 02:24:43 +0000 (11:24 +0900)]
[3.0]Fix for libjpeg API changes

TurboJPEG API functions will now return an error code if a warning is triggered in the underlying libjpeg API.

For instance, if a JPEG file is corrupt, the TurboJPEG decompression functions will attempt to decompress as much of the image as possible, but those functions will now return -1 to indicate that the decompression was not entirely successful.

For this reason, we need to distinguish return of tjGetErrorStr() is warning or error.

If the return string has 'Corrupt JPEG data' prefix, it means warning.
Then, do not return false.

Change-Id: Ib542f2365c0e35c14187e3daa7e32008296c26bb

8 years agoUpdate public header comments of DALi adaptors 42/58842/3
Seoyeon Kim [Thu, 4 Feb 2016 02:38:09 +0000 (11:38 +0900)]
Update public header comments of DALi adaptors

Change-Id: Iaad1da40d10ca8db3b5a4756b22cb4c1e48a5fb2

8 years agoPropertyBuffer SetData clean-up 23/63023/2
Paul Wisbey [Mon, 21 Mar 2016 16:49:32 +0000 (16:49 +0000)]
PropertyBuffer SetData clean-up

Change-Id: I55e4430319324bcbbca3bc1f6ac1839c9821ea35

8 years ago[3.0] Fix ivi build error 11/62911/1
minho.sun [Mon, 21 Mar 2016 05:47:57 +0000 (14:47 +0900)]
[3.0] Fix ivi build error

This reverts commit ad6037f98cd330c360f514b224076490518150d4.

Change-Id: I7a640d2db46ab008648aba19250496c9066fbd21

8 years ago[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update 10/62910/1
minho.sun [Mon, 21 Mar 2016 05:47:34 +0000 (14:47 +0900)]
[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update

This reverts commit f534a5ed9ef28eae03c47a75dd72c0d3dacf1fba.

Change-Id: I1a720b2e28818ee10ef9d2db2d0f0e509311d000

8 years ago[3.0] Fix common profile build error 09/62909/1
minho.sun [Mon, 21 Mar 2016 05:47:12 +0000 (14:47 +0900)]
[3.0] Fix common profile build error

This reverts commit 9f5627f783ba3991ac3b2592ab8d1b7ce8eb4fa4.

Change-Id: I9811efb97e6eb81c8e736afeba135b8653b7de93

8 years agoMerge branch 'devel/master' into tizen 08/62908/1
minho.sun [Mon, 21 Mar 2016 02:37:25 +0000 (11:37 +0900)]
Merge branch 'devel/master' into tizen

Change-Id: I470813262016ed02584036257c9329a1f37ea28e

8 years agoRevert "[3.0] Fix common profile build error" 07/62907/1
minho.sun [Mon, 21 Mar 2016 02:36:26 +0000 (11:36 +0900)]
Revert "[3.0] Fix common profile build error"

This reverts commit daf3baa2d2b2ff38d117e945431ff128fb72c93e.

Change-Id: I17569766b81f2f7c3143e8d1aef5a9db48de9e02

8 years agoRevert "[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update" 06/62906/1
minho.sun [Mon, 21 Mar 2016 02:36:09 +0000 (11:36 +0900)]
Revert "[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update"

This reverts commit 28dba5abf9a06b7c2416986ec806d5f3f1d50eac.

Change-Id: I10a47ca060e3844e723366baa7fbee06a753f747

8 years agoRevert "[3.0] Fix ivi build error" 05/62905/1
minho.sun [Mon, 21 Mar 2016 02:35:56 +0000 (11:35 +0900)]
Revert "[3.0] Fix ivi build error"

This reverts commit 2e4e00e3217d1c88a0f671db3b18be5ad86e76fc.

Change-Id: I224f5cd0061202d6739218a89f427ea2ca5ab446

8 years agoRevert "[3.0] Change SetNativeImageSource() to SetSource()" 04/62904/1
minho.sun [Mon, 21 Mar 2016 02:35:42 +0000 (11:35 +0900)]
Revert "[3.0] Change SetNativeImageSource() to SetSource()"

This reverts commit 3a7cc1524b7c2863da4a520b17394546b4e2383a.

Change-Id: I2c666ddb3c55160202937d039b097b61d9e1d0e9

8 years agoRevert "[3.0] Fixed Svace Defect" 03/62903/1
minho.sun [Mon, 21 Mar 2016 02:35:22 +0000 (11:35 +0900)]
Revert "[3.0] Fixed Svace Defect"

This reverts commit 5a4a58ebf6222545505ae042c5d16ab094d699ab.

Change-Id: I49312aaa0001772aa8cba583554396822cea19e1

8 years agoDALi Version 1.1.26 21/62821/1 dali_1.1.26
Richard Huang [Fri, 18 Mar 2016 13:09:53 +0000 (13:09 +0000)]
DALi Version 1.1.26

Change-Id: If6f819fbb9c60857a86e1f556e76035851027bd9

8 years ago[3.0] Fixed Svace Defect 66/62466/1 accepted/tizen/common/20160317.155844 accepted/tizen/ivi/20160318.112234 accepted/tizen/mobile/20160318.111352 accepted/tizen/tv/20160318.111722 accepted/tizen/wearable/20160318.111841 submit/tizen/20160316.082103
suhyung Eom [Wed, 9 Mar 2016 04:55:45 +0000 (13:55 +0900)]
[3.0] Fixed Svace Defect

[Defect - NO_CAST.INTEGER_OVERFLOW]
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I22b67509755134baaee7f1854b5576656faa3600

8 years agoReplaced internal sensor api or deprecated api 37/45437/9
taeyoon [Thu, 6 Aug 2015 04:41:24 +0000 (13:41 +0900)]
Replaced internal sensor api or deprecated api

 - Modification of adaptors/tizen/tilt-sensor-impl* by SinJae Lee
 - Add some modification according to latest dali

Conflicts:
build/tizen/adaptor/Makefile.am
build/tizen/configure.ac

Change-Id: Ib3c401448af337a780ebf2233a4ce597177777b4

8 years agoMerge "DALi Version 1.1.25" into devel/master
David Steele [Fri, 11 Mar 2016 15:19:25 +0000 (07:19 -0800)]
Merge "DALi Version 1.1.25" into devel/master

8 years agoDALi Version 1.1.25 74/61974/1 dali_1.1.25
Nick Holland [Fri, 11 Mar 2016 15:02:26 +0000 (15:02 +0000)]
DALi Version 1.1.25

Change-Id: I52900b5453ea5f7468af5046d710f02b0f8f7b84

8 years agoMerge "Change SetNativeImageSource() to SetSource()" into devel/master
taeyoon [Fri, 11 Mar 2016 09:15:42 +0000 (01:15 -0800)]
Merge "Change SetNativeImageSource() to SetSource()" into devel/master

8 years agoFixed Svace Defect 84/61584/1
suhyung Eom [Wed, 9 Mar 2016 04:55:45 +0000 (13:55 +0900)]
Fixed Svace Defect

[Defect - NO_CAST.INTEGER_OVERFLOW]
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I22b67509755134baaee7f1854b5576656faa3600

8 years agoEventHandlers use IsDeviceButton for filtering Keyevents to IMF 69/61069/5
Agnelo Vaz [Thu, 3 Mar 2016 18:03:12 +0000 (18:03 +0000)]
EventHandlers use IsDeviceButton for filtering Keyevents to IMF

A comparison was being done with the Ecore KeyEvent and the lookup table in in Dali KeyLookup,
as there could be one to many mappings the first match was returned. Meant a following match that was needed got ignored.
Use IsDeviceButton now which returns true or false after checking whole KeyLookup table.

Change-Id: I0d888a641e700569d6a66106df52ccef01f86a1d

8 years agoDALi Version 1.1.24 20/61320/1 dali_1.1.24
Ferran Sole [Mon, 7 Mar 2016 09:07:42 +0000 (09:07 +0000)]
DALi Version 1.1.24

Change-Id: I521f82f1fab86f8593a3de9c210fdf489a1ac5d0

8 years agoMerge "Cache font description when a font is created from the file path." into devel...
Paul Wisbey [Fri, 4 Mar 2016 11:56:37 +0000 (03:56 -0800)]
Merge "Cache font description when a font is created from the file path." into devel/master

8 years agoMerge "Added cumulative statistics option and actual call count to GLES call debug...
Kimmo Hoikka [Fri, 4 Mar 2016 10:51:19 +0000 (02:51 -0800)]
Merge "Added cumulative statistics option and actual call count to GLES call debug counters" into devel/master

8 years agoAdded cumulative statistics option and actual call count to GLES call debug counters 31/60831/3
Tom Robinson [Wed, 2 Mar 2016 10:58:14 +0000 (10:58 +0000)]
Added cumulative statistics option and actual call count to GLES call debug counters

Change-Id: Id3c1cfd6c1185d653ca48108e79d1ef7837d84db

8 years agoCache font description when a font is created from the file path. 71/60871/1
Victor Cebollada [Tue, 16 Feb 2016 09:45:41 +0000 (09:45 +0000)]
Cache font description when a font is created from the file path.

Change-Id: I8d14be70111a1560970e995c7b9c41ffb7c61656
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoWayland DPI and Multi-threading Wayland support 01/59801/3
Nick Holland [Mon, 29 Feb 2016 15:22:26 +0000 (15:22 +0000)]
Wayland DPI and Multi-threading Wayland support

- DPI support for text rendering
- Multi-threading support to prevent dead locks when
DALi and Tizen TPL communicates to Compositor on different threads
( TPL will run on DALi render-thread at the same time as DALis main
thread is processing input events etc.)

Change-Id: I6521da41305940f58687fb5ca5b1cf9253df9ea1

8 years ago[3.0] Change SetNativeImageSource() to SetSource() 13/60813/2
taeyoon [Wed, 2 Mar 2016 09:21:36 +0000 (18:21 +0900)]
[3.0] Change SetNativeImageSource() to SetSource()

 - Change API name before ACR for the API.

Change-Id: I5aa6310ff1e3e91def89983f5cf1807085ae847d

8 years agoChange SetNativeImageSource() to SetSource() 11/60811/1
taeyoon [Wed, 2 Mar 2016 09:21:36 +0000 (18:21 +0900)]
Change SetNativeImageSource() to SetSource()

 - Change API name before ACR for the API.

Change-Id: I5aa6310ff1e3e91def89983f5cf1807085ae847d

8 years ago[3.0] Fix ivi build error 60/60760/1 accepted/tizen/ivi/20160302.073526 submit/tizen_ivi/20160302.061840
taeyoon [Wed, 2 Mar 2016 05:28:50 +0000 (14:28 +0900)]
[3.0] Fix ivi build error

 - Add IVI profile (In this patch, this profile is same with MOBILE profile)

Change-Id: Iffe63132c14ee68097278304027f4d5f1890a652

8 years agoFix for Emscripten build returning positive result from build script 93/60693/1
Tom Robinson [Tue, 1 Mar 2016 14:57:09 +0000 (14:57 +0000)]
Fix for Emscripten build returning positive result from build script

Change-Id: I09c3dc75836bc2d41d9a71cfe925b959ceb8bfca

8 years agoMerge "Emscripten browser regression tests" into devel/master
Kimmo Hoikka [Tue, 1 Mar 2016 13:48:00 +0000 (05:48 -0800)]
Merge "Emscripten browser regression tests" into devel/master

8 years ago[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update 13/60613/1 accepted/tizen/common/20160302.194037 accepted/tizen/mobile/20160302.073332 accepted/tizen/tv/20160302.073358 accepted/tizen/wearable/20160302.073502 submit/tizen/20160302.020723 submit/tizen_common/20160302.050715 submit/tizen_mobile/20160302.050207 submit/tizen_mobile/20160302.061559 submit/tizen_tv/20160302.063027 submit/tizen_wearable/20160302.063323
dongsug.song [Mon, 29 Feb 2016 09:49:43 +0000 (18:49 +0900)]
[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update

Change-Id: I0bcbae76c539996f50f1b0529969ebedb1cbc55a

8 years agoDALi Version 1.1.23 94/60494/1 dali_1.1.23
David Steele [Fri, 26 Feb 2016 13:45:13 +0000 (13:45 +0000)]
DALi Version 1.1.23

Change-Id: If4f3bd291016aa4891ea221466dd66565e640e1d

8 years ago[3.0] Fix common profile build error 06/60406/2 submit/tizen/20160226.050735 submit/tizen/20160226.083322
dongsug.song [Fri, 26 Feb 2016 02:14:00 +0000 (11:14 +0900)]
[3.0] Fix common profile build error

Revert "Revert "[3.0] Fix common profile build error""

This reverts commit e4253d66fd6b04205e65d5c658352d319664bdc7.

Change-Id: Ic865e2a9d02e7dfe47dd7a0c45ebe241ad4db554

8 years agoMerge branch 'devel/master' into tizen 34/60134/2
dongsug.song [Tue, 23 Feb 2016 13:16:10 +0000 (22:16 +0900)]
Merge branch 'devel/master' into tizen

tizen branch 1.1.16 => 1.1.22 version updated

Change-Id: Ic76cce1c0a555a42a1dfe7dd4f8e918e8f13e204

8 years agoEmscripten browser regression tests 52/60152/5
Lee Morgan [Mon, 8 Dec 2014 17:22:44 +0000 (17:22 +0000)]
Emscripten browser regression tests

Change-Id: I7ef718224d15ba0a1e6d0a9a0fe40b2bc5730196

8 years agoMerge "Emscripten minimal adaptor build" into devel/master
Kimmo Hoikka [Wed, 24 Feb 2016 14:06:28 +0000 (06:06 -0800)]
Merge "Emscripten minimal adaptor build" into devel/master

8 years agoEmscripten minimal adaptor build 87/44187/25
Lee Morgan [Mon, 8 Dec 2014 17:22:44 +0000 (17:22 +0000)]
Emscripten minimal adaptor build

A bare bones adaptor build that isn't compatible with toolkit.

Change-Id: Ice7a5953d34da55d4121e3b4bceb212dbfac36e1

8 years agoRevert "[3.0] Fix crash in wayland" 33/60133/1
dongsug.song [Tue, 23 Feb 2016 13:14:33 +0000 (22:14 +0900)]
Revert "[3.0] Fix crash in wayland"

This reverts commit 21c083bc22a013a441e243175795c314ec295046.

Change-Id: Id5d4291a29d7ce906c9a24b722d8fc296a95805c

8 years agoRevert "[3.0] Add key grab/ungrab interfaces for Tizen (X11/Wayland)" 31/60131/1
dongsug.song [Tue, 23 Feb 2016 13:13:44 +0000 (22:13 +0900)]
Revert "[3.0] Add key grab/ungrab interfaces for Tizen (X11/Wayland)"

This reverts commit ac2b345a5a5cc34e50269f207afe7fc5d28e6f55.

Change-Id: Iaf6ec1f8f13eedea6a8ac4dd9810e92a2c3b7503

8 years agoRevert "[3.0] Fix common profile build error" 30/60130/1
dongsug.song [Tue, 23 Feb 2016 13:13:01 +0000 (22:13 +0900)]
Revert "[3.0] Fix common profile build error"

This reverts commit d7fcb48e5bf25299817fa720af2133badb4e9d44.

Change-Id: Ie02800b9899eebf7101b5f41bc3a8c8787667cf6

8 years agoRevert "[3.0] NativeImageSource with tbm_surface for tizen 3.0 wayland" 29/60129/1
dongsug.song [Tue, 23 Feb 2016 13:11:58 +0000 (22:11 +0900)]
Revert "[3.0] NativeImageSource with tbm_surface for tizen 3.0 wayland"

This reverts commit 26117d407b8ff8da1854f0b8cc85c14625fe1595.

Change-Id: Ie227e2d4870f9c9a2282fc9cee78a3501b2d6777

8 years agoRevert "[3.0] giflib upgrade" 28/60128/1
dongsug.song [Tue, 23 Feb 2016 13:10:43 +0000 (22:10 +0900)]
Revert "[3.0] giflib upgrade"

This reverts commit 08bbc232382cacf1c106543fe5db51996bbc665e.

Change-Id: I1a715832b2476c540c7f7a59c965574259323a91

8 years agoDALi Version 1.1.22 17/59917/1 dali_1.1.22
Agnelo Vaz [Fri, 19 Feb 2016 10:52:16 +0000 (10:52 +0000)]
DALi Version 1.1.22

Change-Id: Id0d2f5392b0f5c27ba7efd6d4b63a2a95dee75c5

8 years agoFix for LibGif API change 06/59806/5
Tom Robinson [Wed, 17 Feb 2016 15:56:42 +0000 (07:56 -0800)]
Fix for LibGif API change

Change-Id: I5c93de741bc4046b15f27b6a67c80f39f4f41f04