platform/core/uifw/dali-adaptor.git
7 years agoMore SVACE fixes 20/98220/1
Adeel Kazmi [Wed, 16 Nov 2016 12:07:43 +0000 (12:07 +0000)]
More SVACE fixes

Change-Id: I2cdf2f21fcf555973305acc43f255a71f7c97d09

7 years agoFix various SVACE errors 06/98006/1
Adeel Kazmi [Tue, 15 Nov 2016 15:35:00 +0000 (15:35 +0000)]
Fix various SVACE errors

Change-Id: Iae0e1b6b7707e1060060de112f7831119bb86641

7 years ago(Automated Tests) Sync with dali-core 56/97256/3
Adeel Kazmi [Fri, 11 Nov 2016 17:01:07 +0000 (17:01 +0000)]
(Automated Tests) Sync with dali-core

Change-Id: Iee8d59de43e559f939313191fac8f5eaff23b426

7 years agoDALi Version 1.2.14 59/97259/1 dali_1.2.14
Adeel Kazmi [Fri, 11 Nov 2016 18:40:12 +0000 (18:40 +0000)]
DALi Version 1.2.14

Change-Id: I86fccfc93beaccac1cf5de59addfbac7093155a0

7 years agoAdd DALI_IMPORT_API for reference 03/96803/1
suhyung Eom [Thu, 10 Nov 2016 08:28:23 +0000 (17:28 +0900)]
Add DALI_IMPORT_API for reference

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

7 years agoAdd imf-manager-impl.h to dali-integration-api 52/96552/1
suhyung Eom [Wed, 9 Nov 2016 09:18:23 +0000 (18:18 +0900)]
Add imf-manager-impl.h to dali-integration-api

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

7 years agoEscaped property value strings in scene dump 64/93764/2
David Steele [Tue, 25 Oct 2016 17:52:08 +0000 (18:52 +0100)]
Escaped property value strings in scene dump

Text properties such as fontStyle, shadow and underline now output JSON in their
STRING properties. This breaks anything also trying to write the property
value, such as the scene dumper for Stagehand.

Have escaped all quotes, escapes and control chars in the Property::STRING output
just for this scene dump.

Change-Id: I651e707db0728faf6d3bda2a58d8086283340e1c
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoFixed to register inconify callback normally 45/95945/1
suhyung Eom [Mon, 7 Nov 2016 06:42:37 +0000 (15:42 +0900)]
Fixed to register inconify callback normally

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

7 years agoDALi Version 1.2.13 65/95765/1 dali_1.2.13
Tom Robinson [Fri, 4 Nov 2016 13:14:00 +0000 (13:14 +0000)]
DALi Version 1.2.13

Change-Id: I6ec8c56d73ebca157466a4662a0fd3913cc7dc60

7 years agoModified to update indicator on receive Ecore-IPC event 51/95451/1
suhyung Eom [Thu, 3 Nov 2016 09:02:58 +0000 (18:02 +0900)]
Modified to update indicator on receive Ecore-IPC event

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

7 years agoDALi Version 1.2.12 66/94366/1 dali_1.2.12
Xiangyin Ma [Fri, 28 Oct 2016 12:18:13 +0000 (13:18 +0100)]
DALi Version 1.2.12

Change-Id: I4eeced628ba33bff502cc5547ed7fba68d74779c

7 years agoMerge "Fixed lock up issue when EvasPlugin is resized" into devel/master
Paul Wisbey [Tue, 25 Oct 2016 14:52:49 +0000 (07:52 -0700)]
Merge "Fixed lock up issue when EvasPlugin is resized" into devel/master

7 years agoFixed lock up issue when EvasPlugin is resized 85/93385/2
taeyoon [Mon, 24 Oct 2016 05:01:15 +0000 (14:01 +0900)]
Fixed lock up issue when EvasPlugin is resized

Change-Id: I23eeb8f834dd1e39f66c77d9379d9e734d690483

7 years agoChanged README to README.md 86/93686/2
Paul Wisbey [Tue, 25 Oct 2016 09:31:40 +0000 (10:31 +0100)]
Changed README to README.md

Change-Id: I8c929912f3913c41b42bb3c8f058027a2064404c

7 years agoDALi Version 1.2.11 13/93313/1 dali_1.2.11
Nick Holland [Fri, 21 Oct 2016 14:08:35 +0000 (15:08 +0100)]
DALi Version 1.2.11

Change-Id: I8f5d717062c099180b1d2031d241409d26448c37

7 years agoDALi Version 1.2.10 29/92329/1 dali_1.2.10
Richard Huang [Fri, 14 Oct 2016 13:16:51 +0000 (14:16 +0100)]
DALi Version 1.2.10

Change-Id: I445ada648848e769bba9b39d71e53a6d5d1932d3

7 years agoMerge "This patch is for refining dali application to support tizen c# application...
dongsug song [Thu, 13 Oct 2016 04:15:47 +0000 (21:15 -0700)]
Merge "This patch is for refining dali application to support tizen c# application." into devel/master

7 years agoMerge "Add missed doxygen documentation" into devel/master
Adeel Kazmi [Mon, 10 Oct 2016 10:56:26 +0000 (03:56 -0700)]
Merge "Add missed doxygen documentation" into devel/master

7 years agoThis patch is for refining dali application to support tizen c# application. 18/90518/3
xb.teng [Fri, 30 Sep 2016 10:03:42 +0000 (18:03 +0800)]
This patch is for refining dali application to support tizen c# application.

Change-Id: I648d5590c4c22537795a50499f86b0b268265b08
Signed-off-by: xb.teng <xb.teng@samsung.com>
7 years agoMerge "DALi Version 1.2.9" into devel/master
Adeel Kazmi [Fri, 7 Oct 2016 15:38:36 +0000 (08:38 -0700)]
Merge "DALi Version 1.2.9" into devel/master

7 years agoDALi Version 1.2.9 56/91456/1 dali_1.2.9
Ferran Sole [Fri, 7 Oct 2016 15:32:57 +0000 (16:32 +0100)]
DALi Version 1.2.9

Change-Id: Ic97a6ecd72426aa210b5cb762bf16beac06595cf

7 years agoSet EGL_PLATFORM env. for native render surface 54/90954/1
taeyoon [Tue, 4 Oct 2016 07:28:56 +0000 (16:28 +0900)]
Set EGL_PLATFORM env. for native render surface

Change-Id: I48c2c6c4decb8906e203a5bf5c85c9dfeb00521e

7 years agoEnable to set the margin of indicator 20/87620/7
suhyung Eom [Fri, 9 Sep 2016 01:54:22 +0000 (10:54 +0900)]
Enable to set the margin of indicator

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

7 years agoDALi Version 1.2.8 78/90578/1 dali_1.2.8
adam.b [Fri, 30 Sep 2016 14:11:42 +0000 (15:11 +0100)]
DALi Version 1.2.8

Change-Id: I152c3883f7efcacdd12e1185ff89ab04eb28bde6

7 years agoMerge "Add texture target for OES_EGL_image_external" into devel/master
taeyoon [Fri, 30 Sep 2016 01:02:55 +0000 (18:02 -0700)]
Merge "Add texture target for OES_EGL_image_external" into devel/master

7 years agoDebug Patch: Save received indicator images to disk as BMP 88/86488/6
Tom Robinson [Thu, 1 Sep 2016 09:40:01 +0000 (10:40 +0100)]
Debug Patch: Save received indicator images to disk as BMP

Change-Id: I31c59ae79065be213810642d1b60d497b984e92c

7 years agoAdd texture target for OES_EGL_image_external 64/89864/2
taeyoon [Wed, 7 Sep 2016 10:54:52 +0000 (19:54 +0900)]
Add texture target for OES_EGL_image_external

  Modify BindTexture part for native image source with OES_EGL_image_external

Change-Id: I4a06f28931ee8fe54b86ffe2088d7689686977ad

7 years agoAdd missed doxygen documentation 94/89694/2
Seoyeon Kim [Fri, 23 Sep 2016 06:04:02 +0000 (15:04 +0900)]
Add missed doxygen documentation

- Parameters of some members are not documented.
- Enumeration of some classes are not documented.
- Return types of some members are not documented.

Change-Id: I082e4f3bfd451c8ef8e0034afdd5b83819855464
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoChange vulnerable function 'strcpy' to 'strncpy' for better security 99/89599/1
Seoyeon Kim [Mon, 26 Sep 2016 06:20:51 +0000 (15:20 +0900)]
Change vulnerable function 'strcpy' to 'strncpy' for better security

Change-Id: I57a0c89b91f4152b9e2160e61ba3077619384c68
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoMerge "DALi Version 1.2.7" into devel/master
David Steele [Fri, 23 Sep 2016 13:00:32 +0000 (06:00 -0700)]
Merge "DALi Version 1.2.7" into devel/master

7 years agoDALi Version 1.2.7 43/89443/1 dali_1.2.7
David Steele [Fri, 23 Sep 2016 12:56:52 +0000 (13:56 +0100)]
DALi Version 1.2.7

Change-Id: I80666098a141b4bcc71699b4487666d79f732327

7 years agoFix license issue 73/88573/1
Seoyeon Kim [Tue, 20 Sep 2016 00:53:50 +0000 (09:53 +0900)]
Fix license issue

- Change the license name

Change-Id: I52fb153440f915578b61c376ec080d48e4f379d5
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoUpdated users of deprecated Property::Map methods 53/88153/2
David Steele [Tue, 13 Sep 2016 20:04:54 +0000 (21:04 +0100)]
Updated users of deprecated Property::Map methods

Change-Id: Ibf75fe7a905578be715715b2c0873c6aff9fcd19

7 years agoDALi Version 1.2.6 33/88333/1 dali_1.2.6
Agnelo Vaz [Fri, 16 Sep 2016 09:55:55 +0000 (10:55 +0100)]
DALi Version 1.2.6

Change-Id: I1503742c0b36bdd2b41800886678c1e4ce92c898

7 years agoRemove experimental features 44/88244/2
taeyoon [Tue, 13 Sep 2016 08:24:33 +0000 (17:24 +0900)]
Remove experimental features

Change-Id: I899b20951d6efdd3b1f955db88d490df82aa053a
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
7 years agoDALi Version 1.2.5 12/87812/1 dali_1.2.5
Xiangyin Ma [Fri, 9 Sep 2016 13:02:21 +0000 (14:02 +0100)]
DALi Version 1.2.5

Change-Id: Ic2113f68e40357e8439c2bb586e31f8b9bd657bf

7 years agoClipping API feature in Actor 97/86897/3
Tom Robinson [Mon, 5 Sep 2016 10:49:51 +0000 (11:49 +0100)]
Clipping API feature in Actor

Change-Id: Id290d6e41f1f2c31414472ef560e29d79f6128bd

7 years agoAdding test for GetResourcePath API 36/86936/2
Agnelo Vaz [Mon, 5 Sep 2016 13:40:14 +0000 (14:40 +0100)]
Adding test for GetResourcePath API

Change-Id: I538d778e6416699fdcfde15c24bc58c5b84932a9

7 years agoDALi Version 1.2.4 50/86750/1 dali_1.2.4
Victor Cebollada [Fri, 2 Sep 2016 14:01:47 +0000 (15:01 +0100)]
DALi Version 1.2.4

Change-Id: I9a5f99d8cdd3ddae9057cfba58adcf5126d8b0e5

7 years agoMerge "Fix tv profile build error" into devel/master
su hyung Eom [Fri, 2 Sep 2016 01:11:34 +0000 (18:11 -0700)]
Merge "Fix tv profile build error" into devel/master

7 years agoSet current time to default WatchTime constructor 64/85464/6
suhyung Eom [Thu, 25 Aug 2016 08:04:09 +0000 (17:04 +0900)]
Set current time to default WatchTime constructor

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

7 years agoFix tv profile build error 65/85765/4
minho.sun [Mon, 29 Aug 2016 04:51:58 +0000 (13:51 +0900)]
Fix tv profile build error

Change if statements to make indicator work on only Mobile profile

Signed-off-by: minho.sun <minho.sun@samsung.com>
Change-Id: Ie20f3f6f1a805b923d2010741ebed9b222109c5f

7 years agoAdd Privilege doxygen tags 97/85797/1
Seoyeon Kim [Mon, 29 Aug 2016 06:47:23 +0000 (15:47 +0900)]
Add Privilege doxygen tags

Change-Id: Ia1d97237e8236f0e57d324c5eb4bacb83f976860
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoDALi Version 1.2.3 60/85660/1 dali_1.2.3
Umar [Fri, 26 Aug 2016 09:26:56 +0000 (10:26 +0100)]
DALi Version 1.2.3

Change-Id: I781e9b4236fc4b61011c8f9f2de45cd0a369a410

7 years agoFixed build error in TV profile 90/85390/2
suhyung Eom [Thu, 25 Aug 2016 02:03:36 +0000 (11:03 +0900)]
Fixed build error in TV profile

ECORE_WL_EVENT_INDICATOR_FLICK isn't defined in TV profile
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I71b727448c8ec58e624a2c987048dc647dd5dcd2

7 years agoImplement wayland clipboard 24/82324/17
suhyung Eom [Wed, 3 Aug 2016 01:24:48 +0000 (10:24 +0900)]
Implement wayland clipboard

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

7 years agoImplement wayland indicator AUTO mode 48/84048/5
suhyung Eom [Tue, 16 Aug 2016 09:29:27 +0000 (18:29 +0900)]
Implement wayland indicator AUTO mode

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

7 years agoDALi Version 1.2.2 76/84576/1 dali_1.2.2
Ferran Sole [Fri, 19 Aug 2016 09:58:09 +0000 (10:58 +0100)]
DALi Version 1.2.2

Change-Id: I6645a3b79c6dd406faec2e06e329c99b2a0b1345

7 years agoAdding GetResourcePath API to framework.h 87/83387/9
Agnelo Vaz [Thu, 4 Aug 2016 13:05:49 +0000 (14:05 +0100)]
Adding GetResourcePath API to framework.h

Different platforms can now implement their own method to get the Application resource path
Tizen Platform path used if Tizen version 3 or greater else dali defined locations

Change-Id: I463d395b3dc7ad9e77e5846907789392bb8056b1

7 years agoMerge "Add descriptions and example codes" into devel/master
Adeel Kazmi [Wed, 17 Aug 2016 15:51:45 +0000 (08:51 -0700)]
Merge "Add descriptions and example codes" into devel/master

7 years agoMerge "Add the RemoveIdle() to adaptor." into devel/master
Paul Wisbey [Tue, 16 Aug 2016 16:02:16 +0000 (09:02 -0700)]
Merge "Add the RemoveIdle() to adaptor." into devel/master

7 years agoAdd descriptions and example codes 09/82409/6
Seoyeon Kim [Wed, 3 Aug 2016 07:14:44 +0000 (16:14 +0900)]
Add descriptions and example codes

Change-Id: If6318c0234d7ab7dd590b01dbbe7a4668b817ae8
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoFix Gif Loader using uninitialized variable 26/83926/1
Adeel Kazmi [Mon, 15 Aug 2016 15:23:32 +0000 (16:23 +0100)]
Fix Gif Loader using uninitialized variable

We were passing in a variable that had no valid address for the newer version of giflib.

This caused a crash when loading certain types of gifs (which we did in the Image Scaling Grid demo).

Change-Id: Iffc392a06df135390679f15026ef4818c4c50e5f

7 years agoAdd the RemoveIdle() to adaptor. 62/83662/4
Victor Cebollada [Fri, 12 Aug 2016 08:21:06 +0000 (09:21 +0100)]
Add the RemoveIdle() to adaptor.

Change-Id: I9d55d7245d46f00e6bab0e5aee8ca02ee76be80e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years agoMerge "DALi Version 1.2.1" into devel/master
Adeel Kazmi [Fri, 12 Aug 2016 11:06:01 +0000 (04:06 -0700)]
Merge "DALi Version 1.2.1" into devel/master

7 years agoDALi Version 1.2.1 45/83845/1 dali_1.2.1
Nick Holland [Fri, 12 Aug 2016 10:40:53 +0000 (11:40 +0100)]
DALi Version 1.2.1

Change-Id: I9bee691478087145519fb28b7915280a19255c9d

7 years agoAdd param info for doxygen 66/83666/2
suhyung Eom [Fri, 12 Aug 2016 08:39:43 +0000 (17:39 +0900)]
Add param info for doxygen

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

7 years agoNotify multiline hint to IMF context 29/83029/6
suhyung Eom [Tue, 9 Aug 2016 00:23:15 +0000 (09:23 +0900)]
Notify multiline hint to IMF context

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

7 years agoMerge "Implement detent event handler for wayland" into devel/master
suhyung Eom [Fri, 12 Aug 2016 04:36:53 +0000 (21:36 -0700)]
Merge "Implement detent event handler for wayland" into devel/master

7 years agoExclude internal tag module in Public API reference 28/83128/4
Seoyeon Kim [Fri, 24 Jun 2016 06:55:54 +0000 (15:55 +0900)]
Exclude internal tag module in Public API reference

Change-Id: I54da99fd284eb4fa56a45d4daea2951e22b7ec63
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
7 years agoImplement detent event handler for wayland 63/83363/1
suhyung Eom [Wed, 10 Aug 2016 08:54:58 +0000 (17:54 +0900)]
Implement detent event handler for wayland

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

7 years agoMerge "FontClient - Fix issues when selecting fonts." into devel/master
Paul Wisbey [Tue, 9 Aug 2016 17:30:09 +0000 (10:30 -0700)]
Merge "FontClient - Fix issues when selecting fonts." into devel/master

7 years agoMerge "TextAbstraction - Characters removed from the Latin script." into devel/master
Paul Wisbey [Tue, 9 Aug 2016 17:30:05 +0000 (10:30 -0700)]
Merge "TextAbstraction - Characters removed from the Latin script." into devel/master

7 years agoUpdated patch-coverage tool to catch fewer errors 21/83021/1
David Steele [Mon, 8 Aug 2016 19:56:38 +0000 (20:56 +0100)]
Updated patch-coverage tool to catch fewer errors

Patch coverage tool was catching coverage errors for files in
non-source tree and of non-source code, also was catching changes
that had no coverage change.

Also added mechanism to choose the right patch, or to fail
if there are changes in both the working tree and the index.

Also added html output.

One minor gotcha spotted - added test code which was in-advertently covered
because of a case fallthrough, and passed, though this then caused unchanged
code to reduce in coverage.

Change-Id: I36925a98f8c491c9987355398bec9cb3b8f55c5f
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoMerge "Add native render surface for wayland" into devel/master
taeyoon [Mon, 8 Aug 2016 04:19:28 +0000 (21:19 -0700)]
Merge "Add native render surface for wayland" into devel/master

7 years agoMerge "Remove an exception for gl feature from framework-tizen" into devel/master
taeyoon [Mon, 8 Aug 2016 04:18:22 +0000 (21:18 -0700)]
Merge "Remove an exception for gl feature from framework-tizen" into devel/master

7 years agoMerge "Add ivi profile" into devel/master
taeyoon [Mon, 8 Aug 2016 04:18:02 +0000 (21:18 -0700)]
Merge "Add ivi profile" into devel/master

7 years agoFontClient - Fix issues when selecting fonts. 90/82790/1
Victor Cebollada [Wed, 3 Aug 2016 15:01:01 +0000 (16:01 +0100)]
FontClient - Fix issues when selecting fonts.

* Uses the preferred font's description instead the preferred
  font's identifier to find a fall-back font.
* Added a NONE value in the FontWidth, FontWeight and FontSlant
  enum types to state that no style has been defined by the user.

Change-Id: I19579d8f19ab79d813c05c65458a094ac0ae87f6
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years agoTextAbstraction - Characters removed from the Latin script. 21/82521/5
Victor Cebollada [Fri, 29 Jul 2016 07:45:55 +0000 (08:45 +0100)]
TextAbstraction - Characters removed from the Latin script.

* There are many characters in the range of the Latin script which are not
  considered part of it.
  It causes font selection issues if the default platform font is not a
  Latin font.

  i.e. -The default platform font is one that supports the Telugu script.
       -The text is "-- తెలుగు లిపి hello world".
       -The "-- " was asigned the LATIN, "తెలుగు లిపి " TELUGU and "hello world" LATIN.
       -The "--" is not really part of the Latin script.
       -The "--" is supported by the default platform font which is a Telugu font.
       -The Telugu font has been cached as a font that supports Latin but it doesn't.
       -The "hello world" will be shaped with the Telugu font which doesn't support the Latin script.

Change-Id: I2a7e1a720cf6c3e7fb766aa7d9aa98ecf7bf6453
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years agoDALi Version 1.2.0 69/82769/1 dali_1.2.0
Tom Robinson [Fri, 5 Aug 2016 13:52:00 +0000 (14:52 +0100)]
DALi Version 1.2.0

Change-Id: I9a49d8ae9571d81bef0485393e9479f4e28071cf

7 years agoMerge "Adding ObjectDestructionTracker to dali-test-suite-utils for testing object...
Adeel Kazmi [Thu, 4 Aug 2016 16:14:34 +0000 (09:14 -0700)]
Merge "Adding ObjectDestructionTracker to dali-test-suite-utils for testing object destruction" into devel/master

7 years agoAdding ObjectDestructionTracker to dali-test-suite-utils for testing object destruction 38/82638/1
Agnelo Vaz [Thu, 4 Aug 2016 15:42:00 +0000 (16:42 +0100)]
Adding ObjectDestructionTracker to dali-test-suite-utils for testing object destruction

Change-Id: I1e45421eb04b5c7ac341a1280c8b0abd336e11c3

7 years agoFixed Window::ShowIndicator(INVISIBLE) 31/82631/1
David Steele [Thu, 4 Aug 2016 14:22:57 +0000 (15:22 +0100)]
Fixed Window::ShowIndicator(INVISIBLE)

The indicator is still being drawn even when the window API
is used to make it invisible.

Changed the position of the content actor to offscreen if
new content arrives after changing visibility.

Change-Id: I724ac7a8c1f3985b55b1a21f59fcab387f2a7150
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoIndicator synchronization patch 18/81818/8
Paul Wisbey [Thu, 28 Jul 2016 12:13:32 +0000 (13:13 +0100)]
Indicator synchronization patch

This contains the (indicator related) changes from the following patches:

Author: Jonghyun Ho <jonghyun.ho@samsung.com>
Date:   Wed Jul 27 16:22:29 2016 +0900
    OP_SHOW event is sent when indicator is set to visible

Author: Jonghyun Ho <jonghyun.ho@samsung.com>
Date:   Thu Jun 30 19:10:57 2016 +0900
    Hide indicator if quick panel is open

Author: Sungyeon,woo <s.woo@samsung.com>
Date:   Fri Jul 1 14:02:27 2016 +0900
    Fixed not to handle OP_UPDATE and OP_UPDATE_DONE message

Author: dongsug.song <dongsug.song@samsung.com>
Date:   Fri Jun 17 18:16:59 2016 +0900
    send indicator visibility changed signal at everytime

Author: Jonghyun Ho <jonghyun.ho@samsung.com>
Date:   Tue Mar 22 16:15:16 2016 +0900
    Add CheckVisibleState condition for exception case

Author: Jonghyun Ho <jonghyun.ho@samsung.com>
Date:   Wed Mar 16 17:25:59 2016 +0900
    Fixed indicator not to be hidden when touch point comes up inside

Author: Jonghyun Ho <jonghyun.ho@samsung.com>
Date:   Wed Jul 15 22:11:28 2015 +0900
    Add pixmap handler of indicator as an IPC interface

Author: daemyung jang <dm86.jang@samsung.com>
Date:   Wed Oct 21 12:41:53 2015 +0900
    Clear the indicator animation before Animation is played.

Author: Heeyong Song <heeyong.song@samsung.com>
Date:   Mon Sep 14 16:44:49 2015 +0900
    Change PixmapImage to NativeImageSource

Author: Jonghyun Ho <jonghyun.ho@samsung.com>
Date:   Tue Sep 1 18:52:13 2015 +0900
    Fix the issue "Unable to scroll notification bar in homescreen while sending email"

Change-Id: Id4d9c951d83783dd435bff5bbaf4517dd7e6e2ac

7 years agoRemove an exception for gl feature from framework-tizen 17/82617/1
taeyoon [Thu, 4 Aug 2016 04:26:55 +0000 (13:26 +0900)]
Remove an exception for gl feature from framework-tizen

Change-Id: I851fb6e8f7b5db68c3e12b7d1265836cd177e57d

7 years agoMerge "Added missing newline chars to logging commands" into devel/master
David Steele [Wed, 3 Aug 2016 13:59:28 +0000 (06:59 -0700)]
Merge "Added missing newline chars to logging commands" into devel/master

7 years agoRenderer Depth UTCs + test-gl-abstraction update 82/82182/4
Tom Robinson [Mon, 1 Aug 2016 10:59:22 +0000 (11:59 +0100)]
Renderer Depth UTCs + test-gl-abstraction update

Change-Id: Ie1e38108382c31cee6d002135404ff46f46c0ad2

7 years agoAdded missing newline chars to logging commands 07/82307/2
Adeel Kazmi [Tue, 2 Aug 2016 14:14:25 +0000 (15:14 +0100)]
Added missing newline chars to logging commands

Change-Id: Ibf20efdcc8e985653952a5398493b299a15aa547

7 years agoAdd native render surface for wayland 94/80694/7
taeyoon [Tue, 19 Jul 2016 12:48:52 +0000 (21:48 +0900)]
Add native render surface for wayland

  Support offscreen rendering by tbm_surface

Change-Id: Ic4756126405af266f06a6a055cdd351986aa02de

7 years agoAdd ivi profile 79/60779/2
taeyoon [Wed, 2 Mar 2016 05:28:50 +0000 (14:28 +0900)]
Add ivi profile

 - Add IVI profile
 - Current this profile is same with MOBILE profile

Change-Id: Iffe63132c14ee68097278304027f4d5f1890a652

7 years agoMerge "Implement wayland specfic indicator, window appId, ..." into devel/master
suhyung Eom [Tue, 2 Aug 2016 06:08:44 +0000 (23:08 -0700)]
Merge "Implement wayland specfic indicator, window appId, ..." into devel/master

7 years agoDALi Version 1.1.45 07/82107/1 dali_1.1.45
Adeel Kazmi [Fri, 29 Jul 2016 16:11:50 +0000 (17:11 +0100)]
DALi Version 1.1.45

Change-Id: Ib2373aec7ca99d747c386a3f635b1d29060ede88

7 years agoFix crash by video plugin 36/81936/1
taeyoon [Fri, 29 Jul 2016 09:44:12 +0000 (18:44 +0900)]
Fix crash by video plugin

  Uninitialized mPlayer causes crash
  Initialize mPlayer and check it in GetPlayerState()

Change-Id: I5b924e3ef320e0c68cbe09edc403cceaf147d5d9

7 years agoChanges following dali-core patch "Renamed enum Geometry::GeometryType to Geometry... 72/81672/2
Ferran Sole [Wed, 27 Jul 2016 16:14:51 +0000 (17:14 +0100)]
Changes following dali-core patch "Renamed enum Geometry::GeometryType to Geometry::Type"

Change-Id: Ic71564471e36cd460771f186560d12cba037033a

7 years agoImplement wayland specfic indicator, window appId, ... 70/81370/3
suhyung Eom [Mon, 25 Jul 2016 23:17:37 +0000 (08:17 +0900)]
Implement wayland specfic indicator, window appId, ...

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

7 years agoChanges following dali-core patch "Wrapped ShaderHints enum inside a struct" 62/81662/2
Ferran Sole [Wed, 27 Jul 2016 13:19:33 +0000 (14:19 +0100)]
Changes following dali-core patch "Wrapped ShaderHints enum inside a struct"

Change-Id: I608bfff71c04f84db6f243bfaaccf9c91804b721

7 years agoUpdating test-suite to match core 65/81365/2
Tom Robinson [Mon, 25 Jul 2016 16:35:01 +0000 (17:35 +0100)]
Updating test-suite to match core

Change-Id: I21d7cb8210043654fd4e0bffdeab5425a981752b

7 years agoMerge "Tizen Directory Migration" into devel/master
Adeel Kazmi [Fri, 22 Jul 2016 16:14:05 +0000 (09:14 -0700)]
Merge "Tizen Directory Migration" into devel/master

7 years agoDALi Version 1.1.44 03/81203/1 dali_1.1.44
Richard Huang [Fri, 22 Jul 2016 16:00:21 +0000 (17:00 +0100)]
DALi Version 1.1.44

Change-Id: I683ba93df347503ea86439b9d8458853aff0bd42

7 years agoaccroding to ACR-520's review, dali's related feature and dependency (openGL ES 2... 29/80729/3
dongsug.song [Wed, 20 Jul 2016 02:15:58 +0000 (11:15 +0900)]
accroding to ACR-520's review, dali's related feature and dependency (openGL ES 2.0) should be represented

Signed-off-by: dongsug song <dongsug.song@samsung.com>
Change-Id: Ifc7b0f00cbf21bb0b91476a40472cbe45c30ebe3

7 years agoMerge "Add PATH variable in dalireslog.sh" into devel/master
minho.sun [Mon, 18 Jul 2016 06:16:34 +0000 (23:16 -0700)]
Merge "Add PATH variable in dalireslog.sh" into devel/master

7 years agoTizen Directory Migration 09/78109/2
minho.sun [Mon, 4 Jul 2016 09:23:51 +0000 (18:23 +0900)]
Tizen Directory Migration

Change absolute Directories to Tizen paths

Signed-off-by: minho.sun <minho.sun@samsung.com>
Change-Id: I302247faccbcb1147aaae37cf259cc6a15b247bc

7 years agoAdded Patch coverage tool 86/80286/1
David Steele [Fri, 15 Jul 2016 14:09:20 +0000 (15:09 +0100)]
Added Patch coverage tool

After building and running automated tests, you can test
the coverage of your current patch (either in the working
directory, or the head patch, or some other difference to HEAD
supplied by the arguments).

The script will return 1 if the test coverage is less
than 90%, otherwise it will return 0 to indicate no error.

This script will also be run as part of the verification process.

Change-Id: I93b1115014e5383a33977e1950350a41d66e950b
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoDALi Version 1.1.43 57/80257/1 dali_1.1.43
David Steele [Fri, 15 Jul 2016 11:26:53 +0000 (12:26 +0100)]
DALi Version 1.1.43

Change-Id: I7f485640e135e32323f9b12d688da9ea291b49a3

7 years agoMoved Core Rendering API from devel-api to public-api 33/79933/4
Tom Robinson [Wed, 13 Jul 2016 12:36:20 +0000 (13:36 +0100)]
Moved Core Rendering API from devel-api to public-api

Change-Id: I0c5879551a42fe87a1afd9602da48ba55a707c9c

7 years agoMerge "Remove Geometry::QUAD() usage from Adaptor" into devel/master
Adeel Kazmi [Wed, 13 Jul 2016 14:46:56 +0000 (07:46 -0700)]
Merge "Remove Geometry::QUAD() usage from Adaptor" into devel/master

7 years agoRemove Geometry::QUAD() usage from Adaptor 45/79545/4
Xiangyin Ma [Mon, 11 Jul 2016 16:57:06 +0000 (09:57 -0700)]
Remove Geometry::QUAD() usage from Adaptor

Change-Id: I7947830c13efb2e9be3a1862bead4b0cfc358e55

7 years agoFixed not to sleep thread before it's terminated 94/79694/2
Jonghyun Ho [Tue, 12 Jul 2016 09:44:02 +0000 (18:44 +0900)]
Fixed not to sleep thread before it's terminated

[Problem] Device hanged for a while inserting camera captured image to memo
[Cause & Measure] Thread falls asleep right before calling pthread_join
[Checking Method] Fixed not to sleep thread before it's terminated

Change-Id: Iea4ea4b7ef6877667cbe7c0ee21bdde58986c174
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
7 years agoMoved TextureSet::SetImage() to separate devel-api module 10/79510/4
Tom Robinson [Mon, 11 Jul 2016 13:55:32 +0000 (14:55 +0100)]
Moved TextureSet::SetImage() to separate devel-api module

Change-Id: I9c80e53b3732233322dd1ce7febfe10e1ebc91e5

7 years agoMerge "DALi Version 1.1.42" into devel/master
Adeel Kazmi [Fri, 8 Jul 2016 16:52:41 +0000 (09:52 -0700)]
Merge "DALi Version 1.1.42" into devel/master