Umar [Fri, 26 Aug 2016 09:26:56 +0000 (10:26 +0100)]
DALi Version 1.2.3
Change-Id: I781e9b4236fc4b61011c8f9f2de45cd0a369a410
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
Adeel Kazmi [Mon, 15 Aug 2016 15:23:32 +0000 (16:23 +0100)]
[3.0] 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)]
[3.0] Add the RemoveIdle() to adaptor.
Change-Id: I9d55d7245d46f00e6bab0e5aee8ca02ee76be80e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
suhyung Eom [Fri, 12 Aug 2016 08:39:43 +0000 (17:39 +0900)]
[3.0] 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)]
[3.0] Notify multiline hint to IMF context
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: Ia570d16fb92ffb8a2e864c710f45a1a6230fe296
suhyung Eom [Wed, 10 Aug 2016 08:54:58 +0000 (17:54 +0900)]
[3.0] Implement detent event handler for wayland
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I4c04e73b6ff5e1331e1dde41f19e59444201b61f
David Steele [Mon, 8 Aug 2016 19:56:38 +0000 (20:56 +0100)]
[3.0] 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>
Victor Cebollada [Wed, 3 Aug 2016 15:01:01 +0000 (16:01 +0100)]
[3.0] 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)]
[3.0] 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>
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
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
Agnelo Vaz [Thu, 4 Aug 2016 15:42:00 +0000 (16:42 +0100)]
[3.0] 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)]
[3.0] 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)]
[3.0] 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
Adeel Kazmi [Tue, 2 Aug 2016 14:14:25 +0000 (15:14 +0100)]
[3.0] Added missing newline chars to logging commands
Change-Id: Ibf20efdcc8e985653952a5398493b299a15aa547
Tom Robinson [Mon, 1 Aug 2016 10:59:22 +0000 (11:59 +0100)]
[3.0] Renderer Depth UTCs + test-gl-abstraction update
Change-Id: Ie1e38108382c31cee6d002135404ff46f46c0ad2
suhyung Eom [Mon, 25 Jul 2016 23:17:37 +0000 (08:17 +0900)]
[3.0] Implement wayland specfic indicator, window appId, ...
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: Ideaca62e0683fe6ea5b1c07158906b9db3c47dd9
taeyoon [Mon, 22 Aug 2016 07:00:21 +0000 (16:00 +0900)]
[3.0] Version downgrade (1.2.0 to 1.1.45)
Final integration work for tizen 3.0 merged 1.2.0 in tizen branch.
1.2.0 already includes new features (Public-APIs) for next tizen release.
For tizen 3.0, we downgrade tizen branch to 1.1.45
This reverts commit
8524ac023235229da9500a52018444ff5f9d6b27.
Revert "Adding ObjectDestructionTracker to dali-test-suite-utils for testing object destruction"
This reverts commit
9c5afa10a6f8627ce0459e25eefb95e17556c463.
Revert "Fixed Window::ShowIndicator(INVISIBLE)"
This reverts commit
c12370c561c4de859575bbf6808052bd506874ee.
Revert "Indicator synchronization patch"
This reverts commit
782528726795e430429c3b2d8d6d4bdd0320ce0e.
Revert "Added missing newline chars to logging commands"
This reverts commit
a49a86ccf4162152857f4a4f0266f7e0c96e7938.
Revert "Renderer Depth UTCs + test-gl-abstraction update"
This reverts commit
68abadd927201f4b54af270587029e71acf33c72.
Revert "Implement wayland specfic indicator, window appId, ..."
This reverts commit
d0f99238f4df28510b073028b1f6adb0259c1647.
Change-Id: I693d0d8afbf698524e1ff39923086f0a7cf357cd
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
taeyoon [Wed, 10 Aug 2016 06:54:27 +0000 (23:54 -0700)]
Merge "[3.0] Remove an exception for gl feature from framework-tizen" into tizen
taeyoon [Tue, 19 Jul 2016 12:48:52 +0000 (21:48 +0900)]
[3.0] Add native render surface for wayland
Support offscreen rendering by tbm_surface
Change-Id: I9a9c854052aadc7004cc797f3e577608c8c19cbb
taeyoon [Wed, 10 Aug 2016 04:40:22 +0000 (13:40 +0900)]
[3.0] Fix build errors in adaptor-uv by ecore wayland
Change-Id: Iad3847b8a69b24d806b8dc6f67c10479d91ad85a
taeyoon [Wed, 2 Mar 2016 05:28:50 +0000 (14:28 +0900)]
[3.0] Add ivi profile
- Add IVI profile
- Current this profile is same with MOBILE profile
Change-Id: I7c69601ed08aba483d1827a953b377d048160990
taeyoon [Wed, 10 Aug 2016 04:26:00 +0000 (13:26 +0900)]
[3.0] Set current time to default WatchTime constructor
This reverts commit
04ac26c304e003834e8de6df4e0bbf390fab2a68.
Change-Id: I46fcf72770a4d01df5bc7f169c2f77a54d40288f
taeyoon [Wed, 10 Aug 2016 04:25:14 +0000 (13:25 +0900)]
[3.0] Fixed copy/paste for repeated operation
This reverts commit
626a90ae306762a07ac9b68a84513b7392d73b65.
Change-Id: I6f709a65db54e8d527f12cd4fb4af3815cc7d557
taeyoon [Wed, 10 Aug 2016 04:24:32 +0000 (13:24 +0900)]
[3.0] Use remarks tag for alarm.set privilege info
This reverts commit
487d11c71da6abf72736cbfbd96ddf025c28f982.
Change-Id: I5b89ffc57b531670138b0e217204fe798e88fd80
taeyoon [Wed, 10 Aug 2016 04:23:40 +0000 (13:23 +0900)]
[3.0] Exclude internal tag module in Public API reference
This reverts commit
b59ceb73c5c220fdcfb63c843ce9e29126fc41ef.
Change-Id: I8096607185d7687a4caa7cc1e0fca6b0164b1a1e
taeyoon [Wed, 10 Aug 2016 04:21:24 +0000 (13:21 +0900)]
[3.0] Temporary implement copy/paste text
This reverts commit
985993d642dcceda143a144ddac0307c17e8d999.
Change-Id: I6f40f8018291e1e8f6e54b90c0559108eee1ff9c
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
taeyoon [Tue, 9 Aug 2016 09:39:05 +0000 (18:39 +0900)]
Merge branch 'devel/master (1.2.0)' into tizen
Change-Id: Ia042718055effd6f9b81fac30fc48011eedaaf2b
taeyoon [Tue, 9 Aug 2016 09:36:08 +0000 (18:36 +0900)]
Revert "[3.0] Fix common profile build error"
This reverts commit
6a02f5a9f2f5392cf6217a87512543932fba3636.
Change-Id: I7d67c02eb81889452911948b8d7f1aa90b46b07f
taeyoon [Tue, 9 Aug 2016 09:35:34 +0000 (18:35 +0900)]
Revert "[3.0] Fix common, wearable profile build errors at dali-1.1.22 version update"
This reverts commit
c92a9d0929c60a5982e72e018b4236af76b9cffb.
Change-Id: Ic7af572bd16732b2c30af610257962a222990fff
taeyoon [Tue, 9 Aug 2016 08:31:08 +0000 (17:31 +0900)]
Revert "[3.0] Fix ivi build error"
This reverts commit
ddf2576e6cc88dac47d66cb466f75401c3d313fe.
Change-Id: Ifff9970d99eb0c61b0326266a3460d3f126b58c3
taeyoon [Tue, 9 Aug 2016 08:30:29 +0000 (17:30 +0900)]
Revert "Temporary implement copy/paste text"
This reverts commit
5953b4b44922c5068ff589a2ba82273338201993.
Change-Id: I12cea952fef6fafc63970fb9cf33fce08b042ca7
taeyoon [Tue, 9 Aug 2016 08:29:53 +0000 (17:29 +0900)]
Revert "[3.0] Fix Svace warning issue"
This reverts commit
b3143ff37393322be3cf6b9af3709bc7910971e5.
Change-Id: I03f5b4b1bbe0393db6642a00d3fb57e9741ff59f
taeyoon [Tue, 9 Aug 2016 08:29:19 +0000 (17:29 +0900)]
Revert "Separate watch-application.h into wearable.h"
This reverts commit
6d1c86d6279f63d8a662a37022060401e4b86cc9.
Change-Id: Ic94b092379c91840de22c5f03ef68cc354a1102f
taeyoon [Tue, 9 Aug 2016 08:28:49 +0000 (17:28 +0900)]
Revert "[3.0] Fix bug in VideoView::SetMuted()"
This reverts commit
919dbb191fcecd53d7e13049cf30a0f9f8d23369.
Change-Id: Ic443682a88175fd275f11bd90380e54dca87233f
taeyoon [Tue, 9 Aug 2016 08:28:11 +0000 (17:28 +0900)]
Revert "[3.0]Change the location of checking NULL of mContext"
This reverts commit
c46805a3e33f6228d0869ca39e646a6d92040af8.
Change-Id: I4644686a1378576482b9c3fc2210893ce9c61498
taeyoon [Tue, 9 Aug 2016 08:27:41 +0000 (17:27 +0900)]
Revert "Differentiate public header files according to profile"
This reverts commit
f5c9e19cb9641cba39fc35e302293ab8a21fbd2b.
Change-Id: I7d9c80be821d17c702be11e8b1140964986fca92
taeyoon [Tue, 9 Aug 2016 08:27:08 +0000 (17:27 +0900)]
Revert "[3.0] Exclude internal tag module in Public API reference"
This reverts commit
d664fddaf876511c6d5f7b2258f819b83f782607.
Change-Id: I940a9bd4386ee00fdf589d38614569055c5130aa
taeyoon [Tue, 9 Aug 2016 08:26:35 +0000 (17:26 +0900)]
Revert "[3.0] Add PATH variable in dalireslog.sh"
This reverts commit
b6340beeaf2360ee0b4c0ad9073c8fcc0f8c7924.
Change-Id: I89b2798ab7e7cbc994832cf3c1ff66781ee74ed7
taeyoon [Tue, 9 Aug 2016 08:25:48 +0000 (17:25 +0900)]
Revert "Add privilege info on watch public-API"
This reverts commit
6406a8e83672d053252d4162f354f39450fa89e6.
Change-Id: I44b237a17023a6529b81a76dfda388540d7dd37b
taeyoon [Tue, 9 Aug 2016 08:25:11 +0000 (17:25 +0900)]
Revert "Use remarks tag for alarm.set privilege info"
This reverts commit
088d4b5b11b6c8c80e41b423a999ed3a8dade339.
Change-Id: I0977d363bc3d1578fa0511a8efe91130bb1edf55
taeyoon [Tue, 9 Aug 2016 08:24:37 +0000 (17:24 +0900)]
Revert "Fixed copy/paste for repeated operation"
This reverts commit
d83e4e65ab2c9ac9744ad87f6eea9d7d160d066a.
Change-Id: I9861f432650d386750b4ba64244050a7a62cb00b
taeyoon [Tue, 9 Aug 2016 08:24:04 +0000 (17:24 +0900)]
Revert "Set current time to default WatchTime constructor"
This reverts commit
bddf0cea3f5d4beca9542fdc991bb598f850cdfc.
Change-Id: Ibda8927b8931e96992cd7b106e5ee943671a355c
taeyoon [Tue, 9 Aug 2016 08:23:01 +0000 (17:23 +0900)]
Revert "[TSAM-5237] Fixed textEditor backspace & lock/unlock issue"
This reverts commit
e7705c55344988879430f241e587288b479194fb.
Change-Id: I5450bb252ece5e4e6c756784a736fdd14349d410
taeyoon [Tue, 9 Aug 2016 08:22:22 +0000 (17:22 +0900)]
Revert "[3.0] Tizen Directory Migration"
This reverts commit
e1cc68e173567097a4313086c4cb62f804799182.
Change-Id: I10a4a79448361c26d57005b60848f5afa90d7c51
taeyoon [Tue, 9 Aug 2016 08:21:48 +0000 (17:21 +0900)]
Revert "[3.0] Set AppID for creating wayland Window"
This reverts commit
2c3c29e04edd6ff2dc57f12390f14aab0cd6eec7.
Change-Id: I94c4c16f93f72c7129207d48ca10d7e69e39dffe
taeyoon [Tue, 9 Aug 2016 08:21:14 +0000 (17:21 +0900)]
Revert "[3.0] Add native source render surface for wayland"
This reverts commit
a78a4cb1bbc20af6ddea94a875efbc0272572a66.
Change-Id: I53068d6c00bfc6bd602535cf7b873c1ad5570287
taeyoon [Tue, 9 Aug 2016 08:20:35 +0000 (17:20 +0900)]
Revert "[3.0] Fix build error by ecore wayland in tv profile"
This reverts commit
707572bd64d668b1cee71637bd74e85028971ca5.
Change-Id: I2f469688453dcb96420c6d3ee29df19380f492f8
taeyoon [Tue, 9 Aug 2016 08:18:51 +0000 (17:18 +0900)]
Revert "[3.0] Add CreateNativeRenderSurface impl in Wearable profile"
This reverts commit
3b7d542d1d437d0532c2f4d07f35493f7a4fc8a3.
Change-Id: Ie7192201247eca0afd157b69f81430b12611647a
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>
taeyoon [Thu, 4 Aug 2016 04:26:55 +0000 (13:26 +0900)]
[3.0] Remove an exception for gl feature from framework-tizen
Change-Id: I851fb6e8f7b5db68c3e12b7d1265836cd177e57d
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
taeyoon [Tue, 26 Jul 2016 05:17:24 +0000 (14:17 +0900)]
[3.0] Add CreateNativeRenderSurface impl in Wearable profile
Change-Id: Ifb62eb6578710c69e7fa950ed35125af7d3a584d
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
taeyoon [Fri, 22 Jul 2016 13:41:35 +0000 (22:41 +0900)]
[3.0] Fix build error by ecore wayland in tv profile
Change-Id: I8a8246868c00993a9de3a003575866a2a85ebe78
taeyoon [Tue, 19 Jul 2016 12:48:52 +0000 (21:48 +0900)]
[3.0] Add native source render surface for wayland
Support offscreen rendering by tbm_surface
Change-Id: Ic4756126405af266f06a6a055cdd351986aa02de
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
suhyung Eom [Tue, 19 Jul 2016 07:54:01 +0000 (16:54 +0900)]
[3.0] Set AppID for creating wayland Window
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I6612f931deed351d8aea7dcd50ddc1fbc9a1a283
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