Jinho, Lee [Mon, 6 Nov 2017 07:56:01 +0000 (16:56 +0900)]
Fixed the appearance of a bold text when setting underline property.
Change-Id: I62ea5376854e8faf2476eb838e18b0f0e487321f
Heeyong Song [Wed, 15 Nov 2017 08:30:46 +0000 (17:30 +0900)]
Fix BloomView bug
Reset child controls when BloomView is deactivated
Change-Id: Ifc1a1ab5fe3991344f58c25c8488ea51f375f8be
Adeel Kazmi [Fri, 17 Nov 2017 18:45:17 +0000 (18:45 +0000)]
Merge "Outline effect has been fixed to be not front cropped." into devel/master
Adeel Kazmi [Fri, 17 Nov 2017 18:08:08 +0000 (18:08 +0000)]
Merge "(Automated Tests) Sync after stencil/depth buffer changes" into devel/master
Adeel Kazmi [Thu, 9 Nov 2017 15:59:53 +0000 (15:59 +0000)]
(Automated Tests) Sync after stencil/depth buffer changes
Change-Id: I188be8223f23d9e528d281f37c07d1a1748d52d4
Jinho, Lee [Wed, 15 Nov 2017 18:11:18 +0000 (03:11 +0900)]
Outline effect has been fixed to be not front cropped.
Change-Id: Icdb5ed12ddc9deb59f291c20b051fd99a7884888
Eunki Hong [Mon, 25 Sep 2017 06:41:41 +0000 (15:41 +0900)]
Animated Gradient Visual in devel-api
Animated gradient visual. Can be used for Control's background.
At Internal::AnimatedGradientVisual :
- Use only one shader codes to draw effects.
*NOTE : We change shader string at AnimatedGradientVisual::CreateShader()
- When DoSetProperties occured
--> Set non-animated properties (for make Renderer)
--> Set animated properties (for make Animations)
- When DoSetOnStage occured
--> Make Renderer
--> Make Animations
--> Play Animations
- When DoSetOffStage occured
--> Stop Animations
At AnimatedGradientVisual::Property :
- 3 non-animated properties.
- GRADIENT_TYPE = LINEAR / RADIAL
- UNIT_TYPE = OBJECT_BOUNDING_BOX / USER_SPACE (See GradientVisual::units)
- SPREAD_TYPE = REFLECT / REPEAT / CLAMP (See GradientVisual::spreadMethod)
- 7 animated properties.
- START_POSITION ( Vector2 )
- START_COLOR ( Vector4 )
- END_POSITION ( Vector2 )
- END_COLOR ( Vector4 )
- ROTATE_CENTER ( Vector2 )
- ROTATE_AMOUNT ( Float )
- OFFSET ( Float )
- Every animate properties have there each values
- START, TARGET, DIRECTION, DURATION, DELAY, REPEAT, REPEAT_DELAY, MOTION_TYPE, and EASING_TYPE.
- animated by Dali::Animation::AnimateTo()
- Setup properties by Property::Map
Change-Id: If85c08d4500d132b6d8de6ed016bf985770c846c
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
adam.b [Fri, 17 Nov 2017 14:46:06 +0000 (14:46 +0000)]
DALi Version 1.3.0
Change-Id: I29aa28110fe1e16a2a94e07dec316da1fa2114e8
Seoyeon Kim [Tue, 14 Nov 2017 07:11:59 +0000 (16:11 +0900)]
Fix SVACE issue
- Initialized ImageVisual member variables.
Change-Id: I9e069b52bc90558ebbd11d07e0ad25125c06591c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Agnelo Vaz [Thu, 9 Nov 2017 11:50:43 +0000 (11:50 +0000)]
Documenting ResourceReadySignal constraint/usage
Change-Id: I92cd68678a1f29d58f54c322ee7282b55c29f987
Agnelo Vaz [Tue, 7 Nov 2017 14:38:55 +0000 (14:38 +0000)]
ImageVisual ResourceReady signalled regardless of parent
Regardless of whether the ImageVisual is staged on not it will signal when
resource has loaded
Reusing the resource over multiple visuals should still return a ResourceReady signal
once the control registers the visual.
Change-Id: Ib4af7dc79b11fa2a96a96ed1b53a387e4001debc
Victor Cebollada [Fri, 10 Nov 2017 07:20:45 +0000 (07:20 +0000)]
DALi Version 1.2.65
Change-Id: I2695670e2742a82c3ada822f592a0cd8ba3a93d7
Heeyong Song [Wed, 8 Nov 2017 05:30:02 +0000 (14:30 +0900)]
Disable texture atlas in svg visual
Change-Id: Ia984806dedbad41ff5d26510a28898aa57fe7c38
HyunJu Shin [Thu, 9 Nov 2017 02:00:33 +0000 (02:00 +0000)]
Merge "Support Right-To-Left mode of padding in TextField and TextEditor" into devel/master
HyunJu Shin [Wed, 8 Nov 2017 06:44:18 +0000 (06:44 +0000)]
Merge "Fix ImageView OnRelayout and add a commnet in MARGIN property" into devel/master
Adeel Kazmi [Tue, 7 Nov 2017 16:57:08 +0000 (16:57 +0000)]
Merge "ImageVisual to store TextureSet when LoadPolicy::IMMEDIATE" into devel/master
Seoyeon Kim [Mon, 30 Oct 2017 02:30:19 +0000 (11:30 +0900)]
Support Right-To-Left mode of padding in TextField and TextEditor
- Added Padding in Text controls.
- Added Right-To-Left mode in TextField and TextEditor.
Change-Id: Iaf7e78b4c303bbcd442c8db11399231a24701c86
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
taeyoon0.lee [Fri, 3 Nov 2017 08:21:55 +0000 (17:21 +0900)]
Added doxygen tag for UNDERLAY( false )
Change-Id: I1f8bd932af6aaa8a31f6ce31c8bd22d30f957f47
Seoyeon Kim [Tue, 7 Nov 2017 07:01:24 +0000 (16:01 +0900)]
Fix ImageView OnRelayout and add a commnet in MARGIN property
- Removed ImageView Margin implementation.
Margin property is to be implemented in the future.
Change-Id: I9e1eeea960b7b2a0731f73b8f2a432c0ee5c7649
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Jinho, Lee [Tue, 7 Nov 2017 02:12:13 +0000 (02:12 +0000)]
Merge "Text auto scroll animation bug fix" into devel/master
Agnelo Vaz [Mon, 6 Nov 2017 16:33:53 +0000 (16:33 +0000)]
ImageVisual to store TextureSet when LoadPolicy::IMMEDIATE
Fixes bug
If textures loaded before renderer created (staged) then renderer
does not have valid textures when staged.
Change-Id: Iba4c5d85c01c3e9b821c3d466e8af98dbec08185
György Straub [Fri, 3 Nov 2017 12:27:24 +0000 (12:27 +0000)]
DALi Version 1.2.64
Change-Id: Ic5ca9cc7f6adedccb180715abaaf599a7ae0da4a
Jinho, Lee [Mon, 30 Oct 2017 05:58:19 +0000 (14:58 +0900)]
Text auto scroll animation bug fix
Before this patch,
That code played scroll animation.
textLabel = TextLabel::New( "Hello World" );
textLabel.SetProperty( Toolkit::TextLabel::Property::AUTO_SCROLL_STOP_MODE, TextLabel::AutoScrollStopMode::IMMEDIATE);
textLabel.SetProperty( Toolkit::TextLabel::Property::ENABLE_AUTO_SCROLL,true);
textLabel.SetProperty( Toolkit::TextLabel::Property::ENABLE_AUTO_SCROLL,false);
stage.Add(textLabel);
So I added code for stopping animation when mScrollAnimation was Null.
Change-Id: I4fa881215c4c30228e2cb0fb6f9f80e7060bf6b2
Umar [Thu, 27 Jul 2017 14:53:42 +0000 (15:53 +0100)]
Added a pblic Control Devel API GetVisualResourceStatus.
The purpose was to check whether Visual resource loading on given control was successful or not.
Change-Id: Ib8af77e84180d8a04171a93022ba6c3751519158
Adeel Kazmi [Wed, 1 Nov 2017 16:36:38 +0000 (16:36 +0000)]
Merge "test-application.cpp updatet to match dali-core." into devel/master
Richard Huang [Mon, 30 Oct 2017 16:35:04 +0000 (16:35 +0000)]
Support Right-To-Left of padding in TextLabel
Change-Id: I22593f6d840684e7a40a9f30a1414fff4c52b3f8
Victor Cebollada [Wed, 25 Oct 2017 09:24:15 +0000 (10:24 +0100)]
test-application.cpp updatet to match dali-core.
* Needed to match the patches to render into the FBO
Change-Id: Id888dd607d9632b605527588dd96b4380f601020
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Umar [Fri, 27 Oct 2017 11:11:14 +0000 (12:11 +0100)]
DALi Version 1.2.63
Change-Id: I91c73d0e1f74e92eb724e4b1b3a87e2e2a2445f3
Adeel Kazmi [Thu, 26 Oct 2017 18:48:17 +0000 (18:48 +0000)]
Merge "ImageVisual API for Orientation Correction" into devel/master
Agnelo Vaz [Mon, 23 Oct 2017 13:27:17 +0000 (14:27 +0100)]
ImageVisual API for Orientation Correction
Added Property OrientationCorrection which can control if the image should be rotated
to it's Orientation as defined by exif data.
Provided for JPEG images containing the exif data for Orientation.
Limitations:
The image provided will be cached, the orientation of the first cached image will be
used for subsequent images until the cache image is released.
Change-Id: I7627839c143c06dfde63a32eb8171e2205bf18af
Richard Huang [Wed, 25 Oct 2017 16:57:34 +0000 (17:57 +0100)]
Fix the text visual shaders to work with pre-multiplied alpha
Change-Id: I5f82c3933ef61a1ebc3c8d02d171c5f9b0fe7503
Adeel Kazmi [Thu, 26 Oct 2017 09:37:29 +0000 (09:37 +0000)]
Merge "propagate unhandled key( DALI_KEY_SEARCH )" into devel/master
Heeyong Song [Wed, 25 Oct 2017 23:33:16 +0000 (23:33 +0000)]
Merge "Support to reset the image in ImageView" into devel/master
David Steele [Wed, 25 Oct 2017 18:14:58 +0000 (18:14 +0000)]
Merge "Soft shadow support in text visual" into devel/master
Richard Huang [Tue, 10 Oct 2017 14:24:02 +0000 (15:24 +0100)]
Soft shadow support in text visual
Change-Id: Id6d420e1be92a95edf0b0c6d9b8d91acec78dfde
Agnelo Vaz [Wed, 18 Oct 2017 08:12:00 +0000 (09:12 +0100)]
ImageVisual Load policy
ImageVisual can be created with a PropertyMap that inserts a load policy.
Depending on the load policy the image(texture) will load immediately when the visual
is created or when the visual is attached to the stage.
Can be used to preload special images so can be displayed immediately on request.
Registered Visuals with LoadPolicy::IMMEDIATE will signal ResourceReadySignal when attached to stage.
Limitations:
Atlasing not supported with IMMEDIATE mode currently.
Change-Id: I3e1b3fd19f3027edb62858549890972f6a166cd0
Heeyong Song [Tue, 24 Oct 2017 06:24:31 +0000 (15:24 +0900)]
Support to reset the image in ImageView
Change-Id: Ifdd57a09c6ecf3639558ee3ce80af666aa6108e8
Heeyong Song [Thu, 19 Oct 2017 07:37:28 +0000 (16:37 +0900)]
Update common test util
Change-Id: I56ade51a5143bb887deb81df25362a4c7294b1e7
taeyoon0.lee [Mon, 16 Oct 2017 13:45:23 +0000 (22:45 +0900)]
Changed constraint to PropertyNotification for updating position/size
Change-Id: Id688eebcc2ac0b6ef4520b207d36b225a5379135
Richard Huang [Fri, 20 Oct 2017 11:43:12 +0000 (12:43 +0100)]
DALi Version 1.2.62
Change-Id: Id62ae075c24d157e629cb5b7ab63c8b46f31a8cd
minho.sun [Thu, 19 Oct 2017 07:23:23 +0000 (16:23 +0900)]
propagate unhandled key( DALI_KEY_SEARCH )
DALI_KEY_SEARCH is not handled in TextEditor/TextField.
Return false(say unconsumed) when this key is comming.
Change-Id: Id52cc8b67150d63d0f22b7e51fb81e6750c353d5
Signed-off-by: minho.sun <minho.sun@samsung.com>
Jinho, Lee [Thu, 19 Oct 2017 07:42:07 +0000 (07:42 +0000)]
Merge "Fixed a problem where text size exceeds maximum texture size." into devel/master
HyunJu Shin [Thu, 19 Oct 2017 05:29:27 +0000 (05:29 +0000)]
Merge "Fix SVACE issue" into devel/master
Agnelo Vaz [Wed, 18 Oct 2017 12:34:53 +0000 (13:34 +0100)]
ImageVisual Set default to ReleasePolicy::Destroyed
Change-Id: If7aac9c786cd852136e14e31653fddd62652204f
Seoyeon Kim [Wed, 18 Oct 2017 06:26:59 +0000 (15:26 +0900)]
Fix SVACE issue
- Expression 'y' and 'x' have type 'unsigned int',
so they're never less than zero in text-typesetter.cpp
Change-Id: Ia8e54bc18192f6e5eacde7fe899e9ca2978d81a9
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Agnelo Vaz [Tue, 26 Sep 2017 19:19:51 +0000 (20:19 +0100)]
ImageVisual Release policy
ImageVisual can be created with a PropertyMap that inserts a release policy.
Depending on release policy the image lifetime in the texture cache will change.
Can be used for images that are often put on and taken off stage to reduce re-loading time.
Change-Id: If275630f236174ebbea3fde4cefae015b8db3a0f
minho.sun [Tue, 17 Oct 2017 10:52:02 +0000 (10:52 +0000)]
Merge "Fix doc and comment for Native API Reference page" into devel/master
minho.sun [Tue, 17 Oct 2017 09:45:24 +0000 (18:45 +0900)]
Fix doc and comment for Native API Reference page
Change-Id: I6a46a65fd99f9b191df03b03898ec66fe21fb468
Signed-off-by: minho.sun <minho.sun@samsung.com>
Seoyeon Kim [Tue, 17 Oct 2017 08:29:55 +0000 (08:29 +0000)]
Merge "Add MARGIN and PADDING property in Control" into devel/master
taeyoon0.lee [Tue, 19 Sep 2017 15:11:51 +0000 (00:11 +0900)]
Added underlay property
default is underlay video rendering
Change-Id: I2b9656b3ded88bfd2306bd05bea734add74df503
Seoyeon Kim [Wed, 20 Sep 2017 05:32:08 +0000 (14:32 +0900)]
Add MARGIN and PADDING property in Control
- Added MARGIN property in Control
- Added PADDING property in Control
Change-Id: Ib3c023e0851af4eae8efce30335de1a5c5b6c05c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Mon, 16 Oct 2017 10:17:30 +0000 (10:17 +0000)]
Merge "Fix the text artifact (i.e. vertical lines below the text) while scrolling" into devel/master
Richard Huang [Fri, 13 Oct 2017 16:22:55 +0000 (17:22 +0100)]
Fix the text visual shader which makes text lighter while containing emoji
Change-Id: I883054b333fe5d2759fe2e101857cb985285bd80
Adeel Kazmi [Fri, 13 Oct 2017 17:48:29 +0000 (17:48 +0000)]
Merge "Placeholder properties as enums" into devel/master
Richard Huang [Fri, 13 Oct 2017 10:39:12 +0000 (11:39 +0100)]
Fix the text artifact (i.e. vertical lines below the text) while scrolling
Change-Id: Ia9af286cbf5e4dbd551cee73bd1c41dd3674cd4d
Agnelo Vaz [Fri, 6 Oct 2017 15:34:52 +0000 (16:34 +0100)]
Placeholder properties as enums
TextField and TextEditor uses Property::Index (enums) to set the Map for PLACEHOLDER.
return type is a MAP of Property Index keys with corresponding values regardless of setting type.
Change-Id: I70127d906ccb42085ce4ba3215888176ee1720d3
greynaga [Fri, 13 Oct 2017 13:59:46 +0000 (14:59 +0100)]
DALi Version 1.2.61
Change-Id: I1b3797d81ab142f8293fd59547da9cd4587288ee
Jinho, Lee [Fri, 22 Sep 2017 05:10:03 +0000 (14:10 +0900)]
Fixed a problem where text size exceeds maximum texture size.
- Adjusts the length of the text to the maximum texture size.
- Dropped text will be shown as ellipsis.
Change-Id: Ie342327fcb8cb1ba0827b3943101ce2b141ac17d
Heeyong Song [Wed, 11 Oct 2017 02:01:16 +0000 (11:01 +0900)]
Enable premultiplied alpha in text visual
Change-Id: I4bb85043ab11e1b356831fc1062060af04dd3462
saritarawat [Tue, 25 Jul 2017 07:23:48 +0000 (12:53 +0530)]
Supported XHTML entitites(Named & Numeric(hex/decimal)) in Markup Language.
Added additional functionalities in ProcessMarkupString function to support XHTML entities.
New function has been added to get UTF 8 text from Named & Numeric entities
Change-Id: Ie47cf9274cd56e0f9c8d2448f0e7e812176ed1ed
Richard Huang [Wed, 4 Oct 2017 14:18:04 +0000 (15:18 +0100)]
Text scrolling quality improvement
Change-Id: I6f6c79f8c3cb6c3f6fbb41a8aa13e2fdaf85ae7c
Adeel Kazmi [Fri, 6 Oct 2017 16:42:25 +0000 (16:42 +0000)]
Merge "Fast bounding-box clipping feature" into devel/master
Adeel Kazmi [Fri, 6 Oct 2017 15:54:40 +0000 (16:54 +0100)]
DALi Version 1.2.60
Change-Id: I36340f61fb248242f521b351202f71eeec9c121a
Tom Robinson [Fri, 22 Sep 2017 17:18:48 +0000 (18:18 +0100)]
Fast bounding-box clipping feature
Change-Id: Id70c4eb2ba2f857d6db26efb3dd15cc14b9b08b1
Adeel Kazmi [Fri, 6 Oct 2017 10:16:20 +0000 (11:16 +0100)]
Added enumerations for LineWrap::Mode
Change-Id: I96cb55032a73beabf195e2ec2730be801f7a74d8
Agnelo Vaz [Mon, 2 Oct 2017 19:08:05 +0000 (20:08 +0100)]
Text Alignment Enums now public
TextVisual and TextControls now share the Horizontal and Vertical alignment enumerations.
The Enums are public, internal versions are replaced hence reducing internal conversion.
Change-Id: I7343430d61a278d9a4eb97b7a0568a7f934cf54f
Adeel Kazmi [Wed, 4 Oct 2017 14:12:24 +0000 (15:12 +0100)]
(TextEditor) Moved some Devel properties to the Public API
Change-Id: Ibd4d03c7841e4d9075212c1b86099dfa2efacb01
Adeel Kazmi [Wed, 4 Oct 2017 12:36:18 +0000 (13:36 +0100)]
(TextField) Made all Devel properties public
Change-Id: Icacc01dc0a16d313a45c8ab9b30457fe9a61cecc
Adeel Kazmi [Wed, 4 Oct 2017 12:53:17 +0000 (12:53 +0000)]
Merge "Fix text outline property related native TCT" into devel/master
Richard Huang [Tue, 3 Oct 2017 09:49:36 +0000 (10:49 +0100)]
Fix text outline property related native TCT
Change-Id: Ica80d4844165c7bb4fa30b1be1f0338e228fe8d4
Adeel Kazmi [Tue, 3 Oct 2017 18:02:38 +0000 (19:02 +0100)]
(TextLabel) Moved all devel properties to Public API
Change-Id: Iae2a8f25a9f858d108ca9fdb8c4d3abd185adb7e
Adeel Kazmi [Tue, 3 Oct 2017 16:45:05 +0000 (17:45 +0100)]
(ScrollBar) Moved all properties to Public
Change-Id: Ib68bc51803b0014ec35fcfd5d60ad8b0939b78ea
Adeel Kazmi [Tue, 3 Oct 2017 16:27:15 +0000 (17:27 +0100)]
(ScrollView) Move ScrollMode and related properties to Public API
Change-Id: I428b7ba1f78420463592ec21e67958e98b48ec37
Agnelo Vaz [Fri, 29 Sep 2017 18:25:04 +0000 (19:25 +0100)]
Visuals devel API migrated to public
Change-Id: Ibbdb5c6dff39cecb46aa9fa6d1fede97633faf97
Adeel Kazmi [Mon, 2 Oct 2017 18:07:50 +0000 (19:07 +0100)]
(ItemView) Make default layout properties public
Change-Id: I4c053748f9d522bbf01aeffb24e014c48c0502bf
Adeel Kazmi [Mon, 2 Oct 2017 16:53:11 +0000 (17:53 +0100)]
Move Progress Bar from Devel to Public API
Change-Id: I1ed524b218dc31f6c59cbd34d9bcc9a25bb7470a
Adeel Kazmi [Mon, 2 Oct 2017 16:06:58 +0000 (17:06 +0100)]
(Control) Moved Resource Loading related APIs from Devel to Public
Change-Id: I47101c0bebf08c2071dada94fd1f364e5a002c89
Adeel Kazmi [Fri, 29 Sep 2017 17:51:38 +0000 (18:51 +0100)]
Changes required after some Actor Devel APIs made public
Change-Id: Ia6c2e7069b23e9e16199a6962e6fd3a33bd1bb3c
Adeel Kazmi [Fri, 29 Sep 2017 16:13:13 +0000 (17:13 +0100)]
Changes required after Device moved to Public API in Core
Change-Id: Icf024b62086738942532a46b6ee7636694384bd1
Adeel Kazmi [Fri, 29 Sep 2017 12:50:51 +0000 (12:50 +0000)]
Merge "Changes required after WeakHandle moved to Public API in Core" into devel/master
Adeel Kazmi [Fri, 29 Sep 2017 12:40:25 +0000 (12:40 +0000)]
Merge "Ensured that style array is cleared when Builder parse tree is reloaded" into devel/master
Francisco Santos [Fri, 29 Sep 2017 12:19:29 +0000 (13:19 +0100)]
DALi Version 1.2.59
Change-Id: Ia07016967f937c64500bc2f0a2c8e59ea29f5488
David Steele [Thu, 28 Sep 2017 19:22:43 +0000 (20:22 +0100)]
Ensured that style array is cleared when Builder parse tree is reloaded
If another JSON file is merged into an existing builder instance, it doesn't clear
down the styles array, which means that changes to existing styles aren't picked
up if they have already been parsed.
(In normal use, style sheet is merged before controls are read; or a new application
style sheet clears the existing builder instance).
Change-Id: If5320925e3ca6d7b1587e0c359c05e915ca47390
Signed-off-by: David Steele <david.steele@samsung.com>
Adeel Kazmi [Thu, 28 Sep 2017 14:44:29 +0000 (15:44 +0100)]
Changes required after WeakHandle moved to Public API in Core
Change-Id: I3bad616b10391e573194f1e0325e50153736ec57
Richard Huang [Mon, 18 Sep 2017 15:57:11 +0000 (16:57 +0100)]
Reduce memory consumption for text visual with styles and emoji
Measured using memps on target by creating 500 TextLabels, and memory
is reduced by 60% in the best case and by 25% in the worst case.
For example:
TextLabel with single color text and styles:
Before applying this patch:
S(CODE) S(DATA) P(CODE) P(DATA) PEAK PSS 3D
12996 236 20 275620 289148 278088 270824
After applying this patch:
S(CODE) S(DATA) P(CODE) P(DATA) PEAK PSS 3D
13204 236 16 126852 140308 129395 114728
TextLabel with multiple text colors (by enabling markup):
Before applying this patch:
S(CODE) S(DATA) P(CODE) P(DATA) PEAK PSS 3D
13204 236 20 275512 289064 278840 270824
After applying this patch:
S(CODE) S(DATA) P(CODE) P(DATA) PEAK PSS 3D
13204 236 16 99388 112844 102713 90696
Change-Id: I533122b647678dc9888a1f4b94efd59336e2bfdb
Francisco Santos [Tue, 19 Sep 2017 13:00:09 +0000 (14:00 +0100)]
Change raw pointer to unique_ptr
Change-Id: Iac87ac8bfa4e9677dd5e4d13c7b37a3b4d515f79
Kimmo Hoikka [Fri, 15 Sep 2017 16:57:01 +0000 (17:57 +0100)]
Add support for Imagevisual to use External Texture as input through Url
Change-Id: I36ddb93fb33569ec40f317b3c763845a59cd2c10
Kimmo Hoikka [Fri, 15 Sep 2017 13:41:25 +0000 (14:41 +0100)]
Add support for Texture url in ImageVisual
Change-Id: If06957574b0c27b068e8e8181b339149837eaa9b
minho.sun [Tue, 26 Sep 2017 11:25:28 +0000 (11:25 +0000)]
Merge "Move json files when only uninstalling rpm." into devel/master
Adeel Kazmi [Mon, 25 Sep 2017 12:59:56 +0000 (12:59 +0000)]
Merge "Fix SVACE issue" into devel/master
HyunJu Shin [Mon, 25 Sep 2017 06:59:26 +0000 (06:59 +0000)]
Merge "Add Placeholder Ellipsis in TextField" into devel/master
David Steele [Fri, 22 Sep 2017 14:23:46 +0000 (15:23 +0100)]
DALi Version 1.2.58
Change-Id: I4aa42db31a272a0994cacb49a7489772426b1ed4
Seoyeon Kim [Mon, 4 Sep 2017 09:45:51 +0000 (18:45 +0900)]
Add Placeholder Ellipsis in TextField
- Added Ellipsis in TextField normal text and placeholder text
Change-Id: I11dd1aca040e3d9dacdfd955d6ef2a53981f1637
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Thu, 21 Sep 2017 13:08:50 +0000 (22:08 +0900)]
Fix SVACE issue
- Added to missing break in switch statement at animated-image-visual.cpp:275
Change-Id: Id5792473b76684e4ab08bc73e6148912a41fdb31
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Thu, 21 Sep 2017 10:15:58 +0000 (10:15 +0000)]
Merge "Remove the unused-variable gLogFilter in internal/text/text-font-style.cpp" into devel/master
Agnelo Vaz [Wed, 20 Sep 2017 13:21:55 +0000 (14:21 +0100)]
TextVisual Outline support
Text outline support for TextVisual
Memory Consuption memps
Average over 10 runs.
200 TextLabels = 16112 bytes 80 bytes per TextLabel (pre this patch)
200 TextLabels = 16118 bytes 80 bytes per TextLabel (including this patch)
No significant change before and after this patch for Textlabel
200 TextLabels = 101931 bytes 509 bytes per TextLabel with outline
Styling increases memory usage as expected.
MemPS data
16112 80 bytes per TextLabel before patch
16116
16112
16112
16116
16112
16116
16108
16116
16112
161132/10 = 16113 = 80bytes
16120 80 bytes per TextLabel after patch
16116
16116
16120
16116
16116
16128
16116
16116
16120
161184/10 = 16118 = 80bytes
101832 509 bytes per TextLabel after patch with outline
101832
101860
101836
101828
101828
101828
101832
101832
102808
1019316/10 = 101931 = 509 bytes
Change-Id: I69aa79f6211a3fb076f557faf6f104b472fd0787
minho.sun [Tue, 19 Sep 2017 06:39:25 +0000 (15:39 +0900)]
Move json files when only uninstalling rpm.
Move json files when only uninstalling rpm.
%preun
case "$1" in
0) --> uninstall
1) --> update
Change-Id: Ib6f63f53d7e65faa7f1daa673af2e5cbd6160307
Signed-off-by: minho.sun <minho.sun@samsung.com>
Adeel Kazmi [Mon, 18 Sep 2017 10:30:56 +0000 (10:30 +0000)]
Merge "Do not clear keyboard focus on touch when alwaysShowFocus is true." into devel/master
David Steele [Fri, 15 Sep 2017 15:55:39 +0000 (15:55 +0000)]
Merge "Added devel APIs to add and remove external Texture and TextureSet to texture manager" into devel/master
David Steele [Fri, 15 Sep 2017 13:31:10 +0000 (13:31 +0000)]
Merge "Revert "Revert TextVisual in TextLabel Patches"" into devel/master