Ferran Sole [Fri, 19 Aug 2016 09:58:09 +0000 (10:58 +0100)]
DALi Version 1.2.2
Change-Id: I6645a3b79c6dd406faec2e06e329c99b2a0b1345
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
Adeel Kazmi [Wed, 17 Aug 2016 15:51:45 +0000 (08:51 -0700)]
Merge "Add descriptions and example codes" 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
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>
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
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>
Adeel Kazmi [Fri, 12 Aug 2016 11:06:01 +0000 (04:06 -0700)]
Merge "DALi Version 1.2.1" into devel/master
Nick Holland [Fri, 12 Aug 2016 10:40:53 +0000 (11:40 +0100)]
DALi Version 1.2.1
Change-Id: I9bee691478087145519fb28b7915280a19255c9d
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
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
suhyung Eom [Fri, 12 Aug 2016 04:36:53 +0000 (21:36 -0700)]
Merge "Implement detent event handler for wayland" into devel/master
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>
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
Paul Wisbey [Tue, 9 Aug 2016 17:30:09 +0000 (10:30 -0700)]
Merge "FontClient - Fix issues when selecting fonts." 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
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>
taeyoon [Mon, 8 Aug 2016 04:19:28 +0000 (21:19 -0700)]
Merge "Add native render surface for wayland" 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
taeyoon [Mon, 8 Aug 2016 04:18:02 +0000 (21:18 -0700)]
Merge "Add ivi profile" into devel/master
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>
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>
Tom Robinson [Fri, 5 Aug 2016 13:52:00 +0000 (14:52 +0100)]
DALi Version 1.2.0
Change-Id: I9a49d8ae9571d81bef0485393e9479f4e28071cf
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
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
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>
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
taeyoon [Thu, 4 Aug 2016 04:26:55 +0000 (13:26 +0900)]
Remove an exception for gl feature from framework-tizen
Change-Id: I851fb6e8f7b5db68c3e12b7d1265836cd177e57d
David Steele [Wed, 3 Aug 2016 13:59:28 +0000 (06:59 -0700)]
Merge "Added missing newline chars to logging commands" into devel/master
Tom Robinson [Mon, 1 Aug 2016 10:59:22 +0000 (11:59 +0100)]
Renderer Depth UTCs + test-gl-abstraction update
Change-Id: Ie1e38108382c31cee6d002135404ff46f46c0ad2
Adeel Kazmi [Tue, 2 Aug 2016 14:14:25 +0000 (15:14 +0100)]
Added missing newline chars to logging commands
Change-Id: Ibf20efdcc8e985653952a5398493b299a15aa547
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
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
suhyung Eom [Tue, 2 Aug 2016 06:08:44 +0000 (23:08 -0700)]
Merge "Implement wayland specfic indicator, window appId, ..." into devel/master
Adeel Kazmi [Fri, 29 Jul 2016 16:11:50 +0000 (17:11 +0100)]
DALi Version 1.1.45
Change-Id: Ib2373aec7ca99d747c386a3f635b1d29060ede88
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
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
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
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
Tom Robinson [Mon, 25 Jul 2016 16:35:01 +0000 (17:35 +0100)]
Updating test-suite to match core
Change-Id: I21d7cb8210043654fd4e0bffdeab5425a981752b
Adeel Kazmi [Fri, 22 Jul 2016 16:14:05 +0000 (09:14 -0700)]
Merge "Tizen Directory Migration" into devel/master
Richard Huang [Fri, 22 Jul 2016 16:00:21 +0000 (17:00 +0100)]
DALi Version 1.1.44
Change-Id: I683ba93df347503ea86439b9d8458853aff0bd42
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
minho.sun [Mon, 18 Jul 2016 06:16:34 +0000 (23:16 -0700)]
Merge "Add PATH variable in dalireslog.sh" into devel/master
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
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>
David Steele [Fri, 15 Jul 2016 11:26:53 +0000 (12:26 +0100)]
DALi Version 1.1.43
Change-Id: I7f485640e135e32323f9b12d688da9ea291b49a3
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
Adeel Kazmi [Wed, 13 Jul 2016 14:46:56 +0000 (07:46 -0700)]
Merge "Remove Geometry::QUAD() usage from Adaptor" into devel/master
Xiangyin Ma [Mon, 11 Jul 2016 16:57:06 +0000 (09:57 -0700)]
Remove Geometry::QUAD() usage from Adaptor
Change-Id: I7947830c13efb2e9be3a1862bead4b0cfc358e55
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>
Tom Robinson [Mon, 11 Jul 2016 13:55:32 +0000 (14:55 +0100)]
Moved TextureSet::SetImage() to separate devel-api module
Change-Id: I9c80e53b3732233322dd1ce7febfe10e1ebc91e5
Adeel Kazmi [Fri, 8 Jul 2016 16:52:41 +0000 (09:52 -0700)]
Merge "DALi Version 1.1.42" into devel/master
Agnelo Vaz [Fri, 8 Jul 2016 16:43:28 +0000 (17:43 +0100)]
DALi Version 1.1.42
Change-Id: Ibd839efe22a0aa5ef5de306357978a3f7051950a
Paul Wisbey [Fri, 8 Jul 2016 13:56:13 +0000 (06:56 -0700)]
Merge "Updated Indicator to use SetTexture" into devel/master
Ferran Sole [Thu, 7 Jul 2016 10:28:46 +0000 (11:28 +0100)]
Modified font-client to generate PixelData objects instead of BufferImage
Change-Id: I0178d645da49b0f7d599ec1e859fe30f3f0e86cb
Tom Robinson [Fri, 8 Jul 2016 09:59:47 +0000 (10:59 +0100)]
Updated Indicator to use SetTexture
Change-Id: I9ce229371743d81460e6866ac8b59b54ca7878b5
Adeel Kazmi [Thu, 7 Jul 2016 10:02:31 +0000 (11:02 +0100)]
(Emscripten) Use the new Touch API
Change-Id: Ib7071715f77b609970182455cb09ccec8429af07
Adeel Kazmi [Tue, 5 Jul 2016 10:03:59 +0000 (11:03 +0100)]
Fix LibUV debug build break
Change-Id: I3d34b398765deec2643ee5b93c2f5eea81b2f225
minho.sun [Mon, 4 Jul 2016 01:24:43 +0000 (10:24 +0900)]
Add PATH variable in dalireslog.sh
Add PATH variable in dalireslog.sh to reinforce security
Someone can attack with modifying $PATH variable when excuting shell script
To prevent this, declare $PATH on top of scripts
Signed-off-by: minho.sun <minho.sun@samsung.com>
Change-Id: I9c8a359366abd0d1bc47e42b98ff2b37d2db6fdb
suhyung Eom [Fri, 24 Jun 2016 08:57:31 +0000 (17:57 +0900)]
Differentiate public header files according to profile
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I96ccf3c8c0ff2f5175a8a792f1b7ca5f5f8cdd50
suhyung Eom [Fri, 24 Jun 2016 02:16:52 +0000 (11:16 +0900)]
Separate watch-application.h into wearable.h
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I770055531db9615f6dc5281dc9cb90ce301c7a42
Paul Wisbey [Fri, 1 Jul 2016 13:49:25 +0000 (06:49 -0700)]
Merge "DALi Version 1.1.41" into devel/master
adam.b [Fri, 1 Jul 2016 13:28:25 +0000 (14:28 +0100)]
DALi Version 1.1.41
Change-Id: I33835f3a4686c712ab9e99cd16c6f8822632dff4
Paul Wisbey [Fri, 1 Jul 2016 07:19:06 +0000 (00:19 -0700)]
Merge "Fix for color emojis fonts." into devel/master
Victor Cebollada [Tue, 21 Jun 2016 16:16:16 +0000 (17:16 +0100)]
Fix for color emojis fonts.
* Uses the fixed size to generate the glyphs but uses
the point size given by the user to cache the font
and generate the metrics.
Change-Id: If3e03f85239c50678642e788d238e96f4696d127
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
David Steele [Thu, 30 Jun 2016 10:42:48 +0000 (11:42 +0100)]
Updated desktop test harness for easier TC debugging
Added a new "-d" option to execute.sh to invoke the debugger
on the speficied test case.
Change-Id: I16213e83bccc56f9ff063506e2f9d388f045dc0c
Signed-off-by: David Steele <david.steele@samsung.com>
Adeel Kazmi [Thu, 30 Jun 2016 10:13:33 +0000 (03:13 -0700)]
Merge "Fix bug in VideoView::SetMuted()" into devel/master
Ferran Sole [Tue, 28 Jun 2016 15:49:26 +0000 (16:49 +0100)]
Changes following patch "Added support for compressed texture upload to Render::NewTexture"
Change-Id: I67ab1690d2dc037ec737e86b4043e05a7f3fc94d
taeyoon [Tue, 28 Jun 2016 06:22:01 +0000 (15:22 +0900)]
Fix bug in VideoView::SetMuted()
- Remove code duplication
Change-Id: I4e2d0d32d10c286195537e8a82f53f8e67d19720
Seoyeon Kim [Tue, 21 Jun 2016 07:22:48 +0000 (16:22 +0900)]
Fix Svace warning issue
- Initialized local variable at tizen-video-player.cpp
- prevention of Null pointer dereference at seat.cpp
Change-Id: I9f83ae209856dba832744e6bca1f498ed71ee908
Victor Cebollada [Fri, 24 Jun 2016 07:35:48 +0000 (08:35 +0100)]
DALi Version 1.1.40
Change-Id: I7ed11b10968b240c14175becc6d308959ba02c25
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
David Steele [Mon, 20 Jun 2016 14:15:15 +0000 (15:15 +0100)]
Updated test harness to add map of named parameters to Gl traces.
As well as storing the parameter list as a single string, have added
(for GlAbstraction) a named parameter map. This should prevent changes
to the trace from breaking existing tests in the future, and also
provides a slightly easier to use method for searching for methods with
specific parameters.
Change-Id: Id415ede1a35406c4d48c9df17389e08f05c65b39
Signed-off-by: David Steele <david.steele@samsung.com>
Tom Robinson [Fri, 17 Jun 2016 17:21:00 +0000 (18:21 +0100)]
Fixed URLs of images being pasted into TextField
When pasting an image (from the clipboard or directly) to a TextField, nothing should be pasted. Currently, without this patch, the image URL is pasted.
Change-Id: I2111c27c1f9c9e111db3cd8e641dbb43c3253dd1
Victor Cebollada [Sat, 18 Jun 2016 10:50:54 +0000 (11:50 +0100)]
IMF manager X implmentation clean.
* Stop using SetSurroundingText() as it does nothing.
* Use the returned ImfCallbackData data for all event signal emitted.
Change-Id: Ib13e91b188eb6271b534f54ab0d687d88a1dca6c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Fri, 17 Jun 2016 10:43:17 +0000 (11:43 +0100)]
DALi Version 1.1.39
Change-Id: I7b467dee478f138cafabf5475fafe70c83c64082
Adeel Kazmi [Thu, 16 Jun 2016 07:47:37 +0000 (08:47 +0100)]
(Touch) Add Pressure, radius & angle information
Change-Id: I9b86385cd3da84719d39ba60841c4e7540c7fa01
Adeel Kazmi [Thu, 16 Jun 2016 18:14:35 +0000 (11:14 -0700)]
Merge "Temporary fix of build break. wl_text_input_set_surrounding_text() is deprecated wrongly and proper guide will be come later. before that patch, this needs to be commented out" into devel/master
taeyoon [Wed, 16 Mar 2016 07:45:31 +0000 (16:45 +0900)]
Video player plugin for video view control
Add plugin for video playback in tizen wayland
Change-Id: Ifaf9d3cf016bcfe7f2f9f37bbaf86aad73480acd
dongsug.song [Tue, 14 Jun 2016 11:59:26 +0000 (20:59 +0900)]
Temporary fix of build break. wl_text_input_set_surrounding_text() is deprecated wrongly and proper guide will be come later. before that patch, this needs to be commented out
Change-Id: Id3d1b3737139ca2fcb1c54fd7aa9e10fe124f678
Paul Wisbey [Mon, 13 Jun 2016 10:19:22 +0000 (03:19 -0700)]
Merge "Removed HasRendered() queries. They were stopping from calling PostRender() and preventing finalizing the rendering operations per frame in case there were no renderables to draw." into devel/master
Xiangyin Ma [Fri, 10 Jun 2016 10:47:58 +0000 (11:47 +0100)]
DALi Version 1.1.38
Change-Id: I37e5dd74ade1b4a963c50b31b6504769e0eaedb6
adam.b [Thu, 9 Jun 2016 17:38:19 +0000 (18:38 +0100)]
Removed HasRendered() queries.
They were stopping from calling PostRender() and preventing
finalizing the rendering operations per frame in case there were no renderables to draw.
Change-Id: I80f1e17fba7c6bad9a7255673f6be90ad1420367
suhyung Eom [Wed, 8 Jun 2016 06:51:41 +0000 (15:51 +0900)]
Change API version number of WatchApplication class
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I193bb14e5a9f42b6e2187185fbc40fdde88e2bda
Kimmo Hoikka [Fri, 3 Jun 2016 16:12:08 +0000 (09:12 -0700)]
Merge "Update BitmapLoader following the PixelData change" into devel/master
Paul Wisbey [Fri, 3 Jun 2016 14:20:25 +0000 (07:20 -0700)]
Merge "DALi Version 1.1.37" into devel/master
Tom Robinson [Fri, 3 Jun 2016 13:33:32 +0000 (14:33 +0100)]
DALi Version 1.1.37
Change-Id: Ib397544c05b88d7154e73fcf1e8df7b48f957157
Xiangyin Ma [Wed, 25 May 2016 16:31:30 +0000 (17:31 +0100)]
Update BitmapLoader following the PixelData change
Change-Id: I392825bc6915530faf475cfae635f892c8ea4d60
suhyung Eom [Thu, 2 Jun 2016 05:57:01 +0000 (14:57 +0900)]
Add WatchApplication UTC
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I9ec9fa3c942d159d315c4e88264ef17916d73104
suhyung Eom [Thu, 28 Apr 2016 07:28:44 +0000 (16:28 +0900)]
Implement WatchApplication class
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: Ic18e12302823303adff8faaa14a36f063ac6d0f6
Adeel Kazmi [Fri, 27 May 2016 12:35:07 +0000 (05:35 -0700)]
Merge "DALi Version 1.1.36" into devel/master
Richard Huang [Fri, 27 May 2016 11:20:32 +0000 (12:20 +0100)]
DALi Version 1.1.36
Change-Id: Ia36dcd4c5e53ab9f07e58ee872c708769fafb79b
Seoyeon Kim [Fri, 27 May 2016 05:39:39 +0000 (14:39 +0900)]
Prevention of NULL pointer dereference at EventHandler
Change-Id: Ic5149f3b71da300add2922ad916d2b4b1ecb8094
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Tom Robinson [Tue, 24 May 2016 14:58:01 +0000 (15:58 +0100)]
Allows debug builds to be enabled for GBS builds
You can now enable a debug build of DALi via GBS by adding the following to your GBS build line:
--define "%enable_debug 1"
Details in README file.
Change-Id: Ibcbda7cd9840bf1c121eb272e0c64e8ea8d3c967
Heeyong Song [Thu, 19 May 2016 03:07:59 +0000 (12:07 +0900)]
Fix build error according to updating Khronos header
Change-Id: I32b25111f5bf3f876a3169acc5f41422bc6197b3
Heeyong Song [Mon, 23 May 2016 05:18:03 +0000 (14:18 +0900)]
Fix size error in wbmp loader
Change-Id: Ie90a734ed84d785e5d22e8d09a8004aec6354a5d
Nick Holland [Fri, 20 May 2016 10:17:24 +0000 (11:17 +0100)]
DALi Version 1.1.35
Change-Id: I4fe653b0c7c47e5a6cb11f63273190452d25d34d
dongsug.song [Tue, 17 May 2016 02:21:16 +0000 (11:21 +0900)]
TC fail because of tbm surface is not supporting specific color depth
- Add "IsSupportedColorDepth()" method to check which color depth is supported on a specific HW
- change the API name of "IsSupportedColorDepth()" to "IsColorDepthSupported()"
IsSupportedColorDepth
- fix Dali server build error
Change-Id: Ie2fb36bca91962a6ecd5c5054daf17ce5efea0f2
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Adeel Kazmi [Tue, 17 May 2016 14:07:16 +0000 (07:07 -0700)]
Merge "Remove ImageActor from ObjectProfiler and Emscripten" into devel/master
Adeel Kazmi [Tue, 17 May 2016 13:33:21 +0000 (06:33 -0700)]
Merge "Enable render notification after DALi renders (ecore Wayland)" into devel/master