David Steele [Fri, 15 Jul 2016 14:12:05 +0000 (15:12 +0100)]
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: Id931d37ab0bdc8dcb179d34eed69d093efd7286f
Signed-off-by: David Steele <david.steele@samsung.com>
Adeel Kazmi [Fri, 15 Jul 2016 12:54:32 +0000 (05:54 -0700)]
Merge "Fixing Button so shows unselected color when set" into devel/master
David Steele [Fri, 15 Jul 2016 11:27:10 +0000 (12:27 +0100)]
DALi Version 1.1.43
Change-Id: I19ac8013c26163e5d35ded86b8915d47a7bd2016
Agnelo Vaz [Fri, 15 Jul 2016 09:29:17 +0000 (10:29 +0100)]
Fixing Button so shows unselected color when set
Change-Id: Ida49da3ed342b5a04788dec05fb8a0af1ca201bb
Victor Cebollada [Mon, 11 Jul 2016 10:31:00 +0000 (11:31 +0100)]
Fix for text's highlight box.
* The size of the actor containing the renderer of the highlight box
is (1,1). This culls the whole highlight mesh when this actor is
outside the visible area.
Change-Id: I49a56b8e731d1af7a47fefdf5f7d1857bdcb6967
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Mon, 11 Jul 2016 13:48:41 +0000 (14:48 +0100)]
Text Renderer - Fix the actor hierarchy.
* Create a container where all actors containing texts and shadows are added.
It may avoid color inheritance and culling issues.
Change-Id: I7c3e866859e52330e77eae5afcd8ce70ed65eac5
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Tom Robinson [Wed, 13 Jul 2016 13:53:25 +0000 (14:53 +0100)]
Moved Core Rendering API from devel-api to public-api
Change-Id: I72164c72cb27f34aa971468044e63e89d40cb72f
Agnelo Vaz [Mon, 11 Jul 2016 17:14:05 +0000 (18:14 +0100)]
Button to use Color Renderer when setting (un)selected color
Previously would create another Toolkit::Control and set background.
Change-Id: I8377098a506b0a9b895e1ee77df646970af64a10
Adeel Kazmi [Thu, 14 Jul 2016 14:04:01 +0000 (07:04 -0700)]
Merge "Adding Automated tests for text-controller.cpp" into devel/master
Agnelo Vaz [Thu, 14 Jul 2016 13:08:48 +0000 (14:08 +0100)]
Adding Automated tests for text-controller.cpp
Coverage increases from 890 lines (71.6%) to 1019 (82.0%) for this file.
Change-Id: Icd711dd6ae570d03c667161b9b43946547f3cd70
Victor Cebollada [Wed, 1 Jun 2016 13:21:17 +0000 (14:21 +0100)]
Vertical scrolling for text-editor.
* Text can be vertically scrolled by panning on the text,
panning the handles, keyboard's cursor keys, and adding
or removing text.
* Smooth handle panning feature implemented. Allows the handle
to follow the finger instead jumping to the next cursor
position.
* Cursor position issues fixed when there are lines with
different heights.
* TODO: Fix the highlight box visibility and the text's option popup.
Change-Id: If00fbfd4f9e0cd065a6d2b6c908b9a56f0b3a480
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Thu, 14 Jul 2016 08:29:28 +0000 (09:29 +0100)]
Fix for the cursor position with the arabic script.
* This is a workaround to fix an issue with complex characters in the arabic
script like i.e. رّ or الأَبْجَدِيَّة العَرَبِيَّة.
A proper fix needs to be done in order to be able to place the cursor
correctly in all characters.
Change-Id: I22ba797b6487c3ca11bdb15fdd0168d16810ba15
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Thu, 14 Jul 2016 07:07:46 +0000 (00:07 -0700)]
Merge changes I555b7cf0,I1be28edf,I605de844,I87caee64 into devel/master
* changes:
(Automated Tests) Increase coverage of ScrollBar
(Automated Tests) Increase coverage of Buttons
(Automated Tests) Increase coverage of Builder
(Automated Tests) Increase coverage of ItemView
David Steele [Wed, 13 Jul 2016 18:51:20 +0000 (19:51 +0100)]
(Automated Tests) Increase coverage of ScrollBar
Change-Id: I555b7cf0e811ef5808128fcdb2144cb3bb895240
Agnelo Vaz [Wed, 13 Jul 2016 18:38:17 +0000 (19:38 +0100)]
Longpress Automated Tests for TextField
Change-Id: I8c5520d4f94dbeddc6c92e3a4e1cf4e865640979
Adeel Kazmi [Wed, 13 Jul 2016 17:48:31 +0000 (18:48 +0100)]
(Automated Tests) Increase coverage of Buttons
Change-Id: I1be28edfc5e88ac5ebef8dbc08d602f824870a4f
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
Adeel Kazmi [Wed, 13 Jul 2016 16:11:34 +0000 (17:11 +0100)]
(Automated Tests) Increase coverage of Builder
Change-Id: I605de8448eb54363974303729ade320c4447584d
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
Xiangyin Ma [Wed, 13 Jul 2016 17:35:03 +0000 (18:35 +0100)]
(Automated Tests) Increase coverage of ItemView
Change-Id: I87caee647ab2f9ac1c04ee7ff375fe39bcde2273
Signed-off-by: Xiangyin Ma <x1.ma@samsung.com>
Adeel Kazmi [Wed, 13 Jul 2016 14:47:13 +0000 (07:47 -0700)]
Merge "Remove Geometry::QUAD() usage in Toolkit" into devel/master
Victor Cebollada [Wed, 13 Jul 2016 06:35:29 +0000 (07:35 +0100)]
Fix for cursor position.
* Places the cursor after the last selected character
when the 'Copy' button in the text's selection popup
is pressed.
Change-Id: I77bf8a03eb5e80e37de93e2279c25ea53d93bc43
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Xiangyin Ma [Mon, 11 Jul 2016 10:47:36 +0000 (03:47 -0700)]
Remove Geometry::QUAD() usage in Toolkit
Change-Id: Ib94d149241208f528246e15b32f8233454443c22
Paul Wisbey [Tue, 12 Jul 2016 10:18:31 +0000 (03:18 -0700)]
Merge "Moved TextureSet::SetImage() to separate devel-api module" into devel/master
Adeel Kazmi [Mon, 11 Jul 2016 16:06:02 +0000 (17:06 +0100)]
(V8 Plugin) Use new Touch API
Change-Id: I64f81314ca8c0c4f26af00ac2de2abbc7d88fdd6
Tom Robinson [Mon, 11 Jul 2016 14:45:32 +0000 (15:45 +0100)]
Moved TextureSet::SetImage() to separate devel-api module
Change-Id: I8aa9355de986be22f6ce679dc4a49094e90c343f
David Steele [Mon, 11 Jul 2016 10:33:50 +0000 (03:33 -0700)]
Merge "(Automated Tests) Added Video view test to increase coverage" into devel/master
Paul Wisbey [Mon, 11 Jul 2016 10:28:47 +0000 (03:28 -0700)]
Merge "Updated Gradient renderer to use SetTexture" into devel/master
Paul Wisbey [Mon, 11 Jul 2016 10:28:03 +0000 (03:28 -0700)]
Merge "Text decorator - It consumes tap, double tap and long press events on handles." into devel/master
minho.sun [Mon, 11 Jul 2016 05:01:38 +0000 (22:01 -0700)]
Merge "[3.0] Tizen Directory Migration" into tizen
Adeel Kazmi [Thu, 7 Jul 2016 18:42:47 +0000 (19:42 +0100)]
[3.0] (Automated Tests) Increase line coverage of Builder
Change-Id: Ia768c77c81fb948e162255371c386b1266eb8d4a
Agnelo Vaz [Thu, 7 Jul 2016 19:28:33 +0000 (20:28 +0100)]
[3.0] Removing unused internal button functions
Change-Id: I4637d28437b3d59e489b975f62bffd3b5be7e319
David Steele [Thu, 7 Jul 2016 19:47:15 +0000 (20:47 +0100)]
[3.0] Added test cases and removed dead code
Change-Id: I1d50f024c45c00455dfaedbd3e4b998ab77d0e65
Agnelo Vaz [Thu, 7 Jul 2016 16:46:52 +0000 (17:46 +0100)]
[3.0] Adding tests for checkbox
Increases line coverage from 59.8 to 79.4
Change-Id: I643d2016162b556e85e5fb38de1b056c62f05d87
Adeel Kazmi [Fri, 8 Jul 2016 18:57:08 +0000 (19:57 +0100)]
(Automated Tests) Added Video view test to increase coverage
Change-Id: I1711c304b36b2cae8a8597094a23791d2d78892f
Adeel Kazmi [Fri, 8 Jul 2016 18:41:52 +0000 (11:41 -0700)]
Merge "Adding a TextSelectionToolbar Utc test" into devel/master
David Steele [Fri, 8 Jul 2016 18:41:23 +0000 (11:41 -0700)]
Merge "(Automated Tests) Added more coverage to Builder" into devel/master
Agnelo Vaz [Fri, 8 Jul 2016 18:11:24 +0000 (19:11 +0100)]
Adding a TextSelectionToolbar Utc test
Change-Id: Iac419410622c55825ced746c189805e70855a157
David Steele [Thu, 7 Jul 2016 19:47:15 +0000 (20:47 +0100)]
Added test cases and removed dead code
Change-Id: I1d50f024c45c00455dfaedbd3e4b998ab77d0e65
Adeel Kazmi [Fri, 8 Jul 2016 17:21:59 +0000 (18:21 +0100)]
(Automated Tests) Added more coverage to Builder
Change-Id: Ica0e0c149e73a7f10e9b8a67b5b5257000691afb
Adeel Kazmi [Fri, 8 Jul 2016 16:52:43 +0000 (09:52 -0700)]
Merge "DALi Version 1.1.42" into devel/master
Agnelo Vaz [Fri, 8 Jul 2016 16:43:39 +0000 (17:43 +0100)]
DALi Version 1.1.42
Change-Id: Ic79ab1fd92fd9f24bc7a0399c9e7c8bfa8853e2a
Victor Cebollada [Thu, 7 Jul 2016 08:17:08 +0000 (09:17 +0100)]
Text decorator - It consumes tap, double tap and long press events on handles.
* If these events are not consumed by the text-decorator
they are sent to the text-control causing the selection
of the word under the handle.
Change-Id: I888a4d17ea5a72806cb36786b2d4e8a04689b8b7
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Tom Robinson [Fri, 8 Jul 2016 14:27:38 +0000 (15:27 +0100)]
Updated Gradient renderer to use SetTexture
Change-Id: Idefa4088fa1d008768fb9bce30139b30d5fb8c9c
Paul Wisbey [Fri, 8 Jul 2016 13:55:50 +0000 (06:55 -0700)]
Merge "Changed Atlas manager to use Dali::Texture instead of Dali::Atlas" into devel/master
Paul Wisbey [Fri, 8 Jul 2016 13:17:43 +0000 (06:17 -0700)]
Merge "Updated Model3dView control to use SetTexture" into devel/master
Ferran Sole [Thu, 7 Jul 2016 09:33:12 +0000 (10:33 +0100)]
Changed Atlas manager to use Dali::Texture instead of Dali::Atlas
Change-Id: I284d67c3ec3aa198bfe6565dc8dd838022ade19b
Adeel Kazmi [Fri, 8 Jul 2016 11:17:49 +0000 (04:17 -0700)]
Merge "(Automated Tests) Increase line coverage of Builder" into devel/master
Paul Wisbey [Fri, 8 Jul 2016 10:31:11 +0000 (03:31 -0700)]
Merge "Replaced Image with Texture in cube transition effect. All references to the Image type have been removed." into devel/master
Agnelo Vaz [Thu, 7 Jul 2016 19:28:33 +0000 (20:28 +0100)]
Removing unused internal button functions
Change-Id: I4637d28437b3d59e489b975f62bffd3b5be7e319
Adeel Kazmi [Thu, 7 Jul 2016 18:42:47 +0000 (19:42 +0100)]
(Automated Tests) Increase line coverage of Builder
Change-Id: Ia768c77c81fb948e162255371c386b1266eb8d4a
Agnelo Vaz [Thu, 7 Jul 2016 16:46:52 +0000 (17:46 +0100)]
Adding tests for checkbox
Increases line coverage from 59.8 to 79.4
Change-Id: I643d2016162b556e85e5fb38de1b056c62f05d87
adam.b [Wed, 6 Jul 2016 16:11:33 +0000 (17:11 +0100)]
Replaced Image with Texture in cube transition effect. All references to the Image type have been removed.
Change-Id: I11a8b29865a1881139e757fe47732b82512052ba
Kimmo Hoikka [Thu, 7 Jul 2016 12:56:00 +0000 (05:56 -0700)]
Merge "Fix bug in mesh-renderer which failed to render using textureless shader" into devel/master
Seoyeon Kim [Thu, 7 Jul 2016 00:24:55 +0000 (17:24 -0700)]
Merge "[3.0] Update dali-toolkit-doc.h for new features" into tizen
Tom Robinson [Wed, 6 Jul 2016 18:14:33 +0000 (19:14 +0100)]
Updated Model3dView control to use SetTexture
Change-Id: I5799a2bbe540b9297de3e0b5581f0f89d93fa107
Paul Wisbey [Wed, 6 Jul 2016 14:31:17 +0000 (07:31 -0700)]
Merge "Text - Stop destroying the text renderer when text decoration is updated." into devel/master
Ferran Sole [Wed, 6 Jul 2016 10:53:59 +0000 (11:53 +0100)]
Fix bug in mesh-renderer which failed to render using textureless shader
Change-Id: Ief03f64697fcf11750a2dd2bc3bea1255fe33f13
Seoyeon Kim [Wed, 6 Jul 2016 11:29:03 +0000 (20:29 +0900)]
Update dali-toolkit-doc.h for new features
- Add flex-container, video view, and slider to doxygen group
Change-Id: I83ab3f741ee36cadbbcf209e13803b8b44c3551e
Seoyeon Kim [Wed, 6 Jul 2016 11:29:03 +0000 (20:29 +0900)]
[3.0] Update dali-toolkit-doc.h for new features
- Add flex-container, video view, and slider to doxygen group
Change-Id: I83ab3f741ee36cadbbcf209e13803b8b44c3551e
Adeel Kazmi [Wed, 6 Jul 2016 11:07:42 +0000 (04:07 -0700)]
Merge "Cleaning up RendererFactory API" into devel/master
minho.sun [Wed, 6 Jul 2016 00:57:48 +0000 (09:57 +0900)]
[3.0] Tizen Directory Migration
Change absolute Directories to Tizen paths
Change-Id: I947e2c9661134d4cef2b3726a7a83c05799b236b
Signed-off-by: minho.sun <minho.sun@samsung.com>
Victor Cebollada [Tue, 5 Jul 2016 12:42:37 +0000 (13:42 +0100)]
Text - Stop destroying the text renderer when text decoration is updated.
Currently the text renderer is destroyed every time the text or
the decoration is updated.
This patch changes the Text::Controller::Relayout() method to return
and enum type. The text controls can avoid the destruction of the text
renderer if the text model is not updated.
Change-Id: Ie0ccbc7e1c7e64dba778059c12bd7a6625de53cc
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Ferran Sole [Fri, 1 Jul 2016 08:29:49 +0000 (09:29 +0100)]
Modifed mesh-renderer to use new texture API
* mesh-renderer is now using the new texture API
* Added a property to specify whether to use mipmapping on the textures
Change-Id: Ic654279a97dfb0efaad2833bac0d497160faaf53
Adeel Kazmi [Wed, 22 Jun 2016 11:36:31 +0000 (12:36 +0100)]
[3.0] Put third party source files in separate folder & exclude from coverage
Change-Id: Iaa1333b06aaf596d47b901b28cafd4f19ab1613b
David Steele [Wed, 29 Jun 2016 15:00:17 +0000 (16:00 +0100)]
[3.0] Updated test cases for increased coverage
Fixed minor bug in super-blur-view,
removed dead code from accessibility manager.
Uncovered chaining issue with render tasks, but left test passing for the moment.
(Needs further investigation)
Change-Id: I4875183aa1b587a9b7228944a38796c33d15b367
On branch devel/master
nothing to commit, working directory clean
David Steele [Mon, 4 Jul 2016 16:33:01 +0000 (09:33 -0700)]
Merge "(Touch) Updated programming guide, Automated Tests & KeyboardFocusManager to use new Touch API" into devel/master
Paul Wisbey [Mon, 4 Jul 2016 16:28:53 +0000 (09:28 -0700)]
Merge "Fix for text controller (IMF callback)." into devel/master
adam.b [Mon, 20 Jun 2016 16:31:14 +0000 (17:31 +0100)]
Cleaning up RendererFactory API
Change-Id: I5d7ad002962ef4a757b5d2900d25d272873060bc
Adeel Kazmi [Mon, 4 Jul 2016 14:35:33 +0000 (15:35 +0100)]
(Touch) Updated programming guide, Automated Tests & KeyboardFocusManager to use new Touch API
Change-Id: I886c10891e47ea65b41165912bb823bdcef57f0d
Adeel Kazmi [Mon, 4 Jul 2016 12:01:13 +0000 (13:01 +0100)]
(Touch) Using new Touch API in all controls
Change-Id: I62f9007a40949401de48a325dbce9e0228271944
Paul Wisbey [Fri, 1 Jul 2016 13:49:44 +0000 (06:49 -0700)]
Merge "DALi Version 1.1.41" into devel/master
adam.b [Fri, 1 Jul 2016 13:28:44 +0000 (14:28 +0100)]
DALi Version 1.1.41
Change-Id: I4896c86ef1e79653c9f11c25eca6fdfb999fa504
Victor Cebollada [Mon, 27 Jun 2016 10:03:53 +0000 (11:03 +0100)]
Fix for text controller (IMF callback).
* Do not retrieve the cursor position when the DELETE SURROUNDING callback is called.
When adding characters to an empty text-field, the IMF manager removes first the
pre-edited text and adds the pre-edited text plus the new character.
This patch fixes a flickering issue seen in the virtual keyboard. If the cursor
position is retrieved when the pre-edited text is deleted, the virtual keyboard
is shown with upper case characters and shown again in lower case when the text
is added.
Change-Id: Ifd3a01f2e2c211c15a41858ec0152c12f7a1188c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Wed, 22 Jun 2016 07:53:34 +0000 (08:53 +0100)]
Stop setting a max fixed size for the emojis.
* Emojis will use the point size set by the user to calculate their metrics.
Change-Id: I42a1369520df501bf7d73ad0fabe0d879ed40f8e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Thu, 30 Jun 2016 10:44:06 +0000 (03:44 -0700)]
Merge "Updated test cases for increased coverage" into devel/master
Kimmo Hoikka [Wed, 29 Jun 2016 16:54:59 +0000 (09:54 -0700)]
Merge "Changes following patch "Added support for compressed texture upload to Render::NewTexture"" into devel/master
David Steele [Wed, 29 Jun 2016 15:00:17 +0000 (16:00 +0100)]
Updated test cases for increased coverage
Fixed minor bug in super-blur-view,
removed dead code from accessibility manager.
Uncovered chaining issue with render tasks, but left test passing for the moment.
(Needs further investigation)
Change-Id: I4875183aa1b587a9b7228944a38796c33d15b367
On branch devel/master
nothing to commit, working directory clean
Adeel Kazmi [Wed, 29 Jun 2016 09:28:08 +0000 (02:28 -0700)]
Merge "Fix Svace issue" into devel/master
Ferran Sole [Tue, 28 Jun 2016 15:51:10 +0000 (16:51 +0100)]
Changes following patch "Added support for compressed texture upload to Render::NewTexture"
Change-Id: If323b7a0a177b3e504d46a8c879f9ed7d11ccfad
Adeel Kazmi [Tue, 28 Jun 2016 11:43:48 +0000 (04:43 -0700)]
Merge "Updated comment to remove copy+paste error." into devel/master
Andrew Poor [Wed, 22 Jun 2016 16:15:10 +0000 (17:15 +0100)]
Updated comment to remove copy+paste error.
Change-Id: Ifd9074a212db7e9a21bcb8a31f0ff54a0fc27b39
Seoyeon Kim [Tue, 28 Jun 2016 04:53:07 +0000 (13:53 +0900)]
Fix Svace issue
- Return value of a function GetArray() has to be checked for NULL at gradient-renderer.cpp
Change-Id: I32ec6c5de941b19d510b2aa35aa06a10d7314dc6
Seoyeon Kim [Tue, 28 Jun 2016 04:53:07 +0000 (13:53 +0900)]
[3.0] Fix Svace issue
- Return value of a function GetArray() has to be checked for NULL at gradient-renderer.cpp
Change-Id: I32ec6c5de941b19d510b2aa35aa06a10d7314dc6
Seoyeon Kim [Tue, 21 Jun 2016 08:27:39 +0000 (17:27 +0900)]
Fix Svace warning issue
- Missing break in switch statement at text-effects-style.cpp
- Prevention of Null pointer dereference at builder-impl.cpp
Change-Id: I1fcf28fbc1aff8c4b5e707f2bf79c6247112bae5
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Victor Cebollada [Fri, 24 Jun 2016 07:39:47 +0000 (08:39 +0100)]
DALi Version 1.1.40
Change-Id: Ia2784eb4450af29f932abaaf609d8e23da35b729
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Seoyeon Kim [Fri, 24 Jun 2016 07:14:59 +0000 (16:14 +0900)]
[3.0] Exclude internal tag module in Public API reference
Change-Id: I3fc95f79fd6adbc98c60d3fd3a790fda29bc3a9e
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
David Steele [Thu, 23 Jun 2016 10:56:10 +0000 (11:56 +0100)]
Addition of new test cases
Change-Id: If9545be92a81324b6fb51dec088b77e084a0cf70
Seoyeon Kim [Tue, 21 Jun 2016 08:27:39 +0000 (17:27 +0900)]
[3.0] Fix Svace warning issue
- Missing break in switch statement at text-effects-style.cpp
- Prevention of Null pointer dereference at builder-impl.cpp
Change-Id: I1fcf28fbc1aff8c4b5e707f2bf79c6247112bae5
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Andrew Poor [Wed, 1 Jun 2016 15:49:24 +0000 (16:49 +0100)]
Implemented a mesh renderer to display 3D objects from files.
Change-Id: I6adb4086a563b45e5644302181c4b898f2d5f100
Adeel Kazmi [Wed, 22 Jun 2016 11:36:31 +0000 (12:36 +0100)]
Put third party source files in separate folder & exclude from coverage
Change-Id: Iaa1333b06aaf596d47b901b28cafd4f19ab1613b
David Steele [Mon, 20 Jun 2016 13:51:21 +0000 (14:51 +0100)]
Re-added test files to build and fixed failing tests
Test cases had been commented out for speed of build/execution
and accidentally left commented out when checked in... Uncommented
all the test cases.
Consequently, some test cases are failing following a merge of Dali-Core's
test stub files - have now upgraded the test platform for GlAbstraction
to enable finding gl calls by method and named parameter.
Change-Id: I665038bd9983ef326778133ae5846472943eb873
Signed-off-by: David Steele <david.steele@samsung.com>
Victor Cebollada [Fri, 17 Jun 2016 15:37:24 +0000 (16:37 +0100)]
Fix for the surrounding info send to the IMF manager.
* It sends the cursor position when the or the selection
handles are updated.
* It stops sending the surrounding text as the IMF manager
does nothing with it.
Change-Id: I439faa41df5aa060b7822a3cc15eccefb0a10e6e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
taeyoon [Sat, 18 Jun 2016 05:06:45 +0000 (14:06 +0900)]
[3.0] Change 'char' type to 'signed char'
Change-Id: I020da6f27a90b10048ce02d4922dbdd9b4763727
taeyoon [Sat, 18 Jun 2016 05:04:21 +0000 (14:04 +0900)]
[3.0] Fix Control::ClearBackground
Change-Id: Ia97a99b6df51b7801fba6e0897659b913e970294
taeyoon [Sat, 18 Jun 2016 05:02:25 +0000 (14:02 +0900)]
[3.0] Make only dali-toolkit.spec file be used because of gbs build error
Change-Id: I021bb1be0d57ce71a3aca391e393b6ba51390da0
taeyoon [Sat, 18 Jun 2016 04:58:54 +0000 (13:58 +0900)]
Merge branch 'devel/master(1.1.39)' into tizen
Change-Id: I171f5248ddfb7c81b2b7c841e37e17e6372fd1ce
taeyoon [Sat, 18 Jun 2016 04:58:06 +0000 (13:58 +0900)]
Revert "[3.0] Change 'char' type to 'signed char'"
This reverts commit
942e29e28862a65390be5163c225f67ead10801a.
Change-Id: I6f81db36325a832fea60eae1c8f4374eef5ab398
taeyoon [Sat, 18 Jun 2016 04:57:36 +0000 (13:57 +0900)]
Revert "[3.0] Fix Control::ClearBackground"
This reverts commit
5f3e72ebe4dc3a8268894a622187bf988aec06e7.
Change-Id: I9b831a9d6819101bb6e7ed6fc5a4b728706bda11
taeyoon [Sat, 18 Jun 2016 04:57:07 +0000 (13:57 +0900)]
Revert "[3.0]Make only dali-toolkit.spec file be used because of gbs build error"
This reverts commit
1a5efd9e3146189aaa31366460b2c3f3fe59c012.
Change-Id: Ia3b941e33aaa036a21aca3068ad7273e40585847
taeyoon [Sat, 18 Jun 2016 04:56:15 +0000 (13:56 +0900)]
Revert "[3.0] Prevention for being assigned NULL value"
This reverts commit
8fd54282798caeddc29e1e6c0e05d1195e52e9e0.
Change-Id: I65271b697c9d4e1f4b70a8353472736845537250
Victor Cebollada [Tue, 14 Jun 2016 16:00:25 +0000 (17:00 +0100)]
Fix for multi-language support.
* Characters common for all scripts (i.e. white spaces or zero width joiners)
may be set a different font than the surrounding characters.
In some languages it causes a group of characters to be shaped in different
groups of glyphs.
Change-Id: I0605572084252f9f3e8dab76a99d89c565924986
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>