platform/core/uifw/dali-toolkit.git
7 years agoEncapsulated visual URL in new VisualUrl class. 18/119118/6
David Steele [Wed, 15 Mar 2017 13:25:58 +0000 (13:25 +0000)]
Encapsulated visual URL in new VisualUrl class.

The VisualUrl object encapsulates the URL string and also resolves the data type
and whether the url is local or remote on creation.

Change-Id: I88cfc98563799d2646bde1911a5e8e90496ffd45
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoMerge "C# Bindings for Transition Policy properties" into devel/master
Adeel Kazmi [Fri, 17 Mar 2017 18:14:58 +0000 (11:14 -0700)]
Merge "C# Bindings for Transition Policy properties" into devel/master

7 years agoC# Bindings for Transition Policy properties 32/119632/3
Adeel Kazmi [Fri, 17 Mar 2017 17:38:35 +0000 (17:38 +0000)]
C# Bindings for Transition Policy properties

Change-Id: I102049d97b8536191728f68f858e3fe62803af4e

7 years agoMerge "Add BORDER_SIZE property to ImageVisual" into devel/master
Adeel Kazmi [Fri, 17 Mar 2017 17:37:11 +0000 (10:37 -0700)]
Merge "Add BORDER_SIZE property to ImageVisual" into devel/master

7 years agoMerge "DALi Version 1.2.31" into devel/master
Adeel Kazmi [Fri, 17 Mar 2017 16:22:35 +0000 (09:22 -0700)]
Merge "DALi Version 1.2.31" into devel/master

7 years agoDALi Version 1.2.31 26/119626/1 dali_1.2.31
Francisco Santos [Fri, 17 Mar 2017 16:15:30 +0000 (16:15 +0000)]
DALi Version 1.2.31

Change-Id: If14c3dc485f9ec1ab3934b2f7bc36db256335b24

7 years agoAdd BORDER_SIZE property to ImageVisual 04/118604/7
Heeyong Song [Mon, 13 Mar 2017 08:28:26 +0000 (17:28 +0900)]
Add BORDER_SIZE property to ImageVisual

Change-Id: I19a0acb942e1dbca59a75427e7b1358f6b8c1e36

7 years ago(Visuals) Split OFFSET_SIZE_MODE into separate properties 96/119396/3
Adeel Kazmi [Fri, 10 Feb 2017 10:02:17 +0000 (10:02 +0000)]
(Visuals) Split OFFSET_SIZE_MODE into separate properties

Change-Id: I4e8989cfa796eeb401247a35c9b77222e11640c7

7 years agoUpdate double tap and long press behaviour. 52/117252/4
Victor Cebollada [Tue, 28 Feb 2017 12:24:10 +0000 (12:24 +0000)]
Update double tap and long press behaviour.

It updates the double tap and long press event on a text area with no text.
i.e. On a position clearly after the last character of the text.

* Double Tap : The cursor is placed at the beginning or at the end of the text.
* Long Press : The cursor is placed at the beginning or at the end of the text and shows the text's selection popup.

Change-Id: Iaf9ea817a515781d20c87f60991e1996d5440a62
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years agoMerge "Visuals using Custom View example" into devel/master
Adeel Kazmi [Wed, 15 Mar 2017 18:16:57 +0000 (11:16 -0700)]
Merge "Visuals using Custom View example" into devel/master

7 years agoVisuals using Custom View example 80/119080/8
Umar [Wed, 15 Mar 2017 11:05:01 +0000 (11:05 +0000)]
Visuals using Custom View example

Change-Id: I9a98c47f572cba0ddb25fc8c35538c5e88df1758

7 years ago(Text Controller) Remove meaningless check to see if an unsigned int is positive... 34/119134/2
Adeel Kazmi [Wed, 15 Mar 2017 16:11:42 +0000 (16:11 +0000)]
(Text Controller) Remove meaningless check to see if an unsigned int is positive or zero

Fixes an SVACE error.

Change-Id: I8118ffca01eb1921549ae2bc2e4366c1e03984b3

7 years agoMerge "Implement scroll bar in the TextEditor" into devel/master
Adeel Kazmi [Wed, 15 Mar 2017 14:35:27 +0000 (07:35 -0700)]
Merge "Implement scroll bar in the TextEditor" into devel/master

7 years agoImplement scroll bar in the TextEditor 92/112892/16
suhyung Eom [Fri, 3 Feb 2017 07:07:01 +0000 (16:07 +0900)]
Implement scroll bar in the TextEditor

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

7 years agoFix for text-controller. 39/119039/2
Victor Cebollada [Wed, 15 Mar 2017 07:50:37 +0000 (07:50 +0000)]
Fix for text-controller.

* The text disappears if the predictive text is disabled
  and a long press is done over a word.

  The problem is that in this use case a key event with
  no key code arrives, the text-controller calls the
  InsertText() method which clears the selected text.

  The fix is do nothing when this keycode arrives.

Change-Id: I23e96691fe45858165ee8fbb8695924a96a9941a
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years ago(Text) Fix bug where we cannot jump to the first line from the start of the second... 55/118655/1
Adeel Kazmi [Mon, 13 Mar 2017 11:58:07 +0000 (11:58 +0000)]
(Text) Fix bug where we cannot jump to the first line from the start of the second line

Change-Id: If9069eb33869f44f6a94ca43e0201dadf6e4154b

7 years agoFixed to show selection pop up normally after pasting from clipboard 26/118526/1
suhyung Eom [Mon, 13 Mar 2017 03:51:18 +0000 (12:51 +0900)]
Fixed to show selection pop up normally after pasting from clipboard

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

7 years agoC# Visuals example 74/118474/3
Umar [Fri, 10 Mar 2017 17:44:42 +0000 (17:44 +0000)]
C# Visuals example

Change-Id: I7850d33b101ee2204145653c65281f47ef8f4545

7 years agoMerge "Fix the wrong focus indicator position after dismissing popup" into devel...
Adeel Kazmi [Fri, 10 Mar 2017 18:12:59 +0000 (10:12 -0800)]
Merge "Fix the wrong focus indicator position after dismissing popup" into devel/master

7 years agoMake only dali-toolkit.spec file be used because of gbs build error 08/118408/2
taeyoon [Wed, 10 Aug 2016 05:33:00 +0000 (14:33 +0900)]
Make only dali-toolkit.spec file be used because of gbs build error

Change-Id: I6d621858622c41cc4ea32e30a984436acf331d44

7 years agoFix the wrong focus indicator position after dismissing popup 72/118472/1
Richard Huang [Fri, 10 Mar 2017 17:34:48 +0000 (17:34 +0000)]
Fix the wrong focus indicator position after dismissing popup

Change-Id: Icc3cca0ebbc698f9953638bcc2da7557a2279a5e

7 years agoMerge "DALi Version 1.2.30" into devel/master
Adeel Kazmi [Fri, 10 Mar 2017 15:05:36 +0000 (07:05 -0800)]
Merge "DALi Version 1.2.30" into devel/master

7 years agoDALi Version 1.2.30 63/118463/1 dali_1.2.30
David Steele [Fri, 10 Mar 2017 15:01:05 +0000 (15:01 +0000)]
DALi Version 1.2.30

Change-Id: I15ecee8e18342d5ac9e2b4bee9be06670aa3a691

7 years agoTest cases for Keyboard navigation properties 52/118452/1
Umar [Fri, 10 Mar 2017 11:16:12 +0000 (11:16 +0000)]
Test cases for Keyboard navigation properties

Change-Id: Ic9d53b8e251b2a9c87e5c1c07662d956a7406833

7 years agoAdd C# bindings for Actor's POSITION_USES_ANCHOR_POINT property 81/118281/2
Adeel Kazmi [Thu, 9 Mar 2017 18:12:34 +0000 (18:12 +0000)]
Add C# bindings for Actor's POSITION_USES_ANCHOR_POINT property

Change-Id: Ibb229a530b8c6ef7ddfe8d5e71ee75e689ffcaeb

7 years agoMerge "Give focus and input focus at the same time" into devel/master
Adeel Kazmi [Thu, 9 Mar 2017 17:27:57 +0000 (09:27 -0800)]
Merge "Give focus and input focus at the same time" into devel/master

7 years agoMerge "Add support for Control keyboard navigation properties" into devel/master
Adeel Kazmi [Thu, 9 Mar 2017 17:19:15 +0000 (09:19 -0800)]
Merge "Add support for Control keyboard navigation properties" into devel/master

7 years agoAdd support for Control keyboard navigation properties 97/117597/12
Umar [Mon, 6 Mar 2017 17:38:13 +0000 (17:38 +0000)]
Add support for Control keyboard navigation properties

Change-Id: Ib64d170d6f6a782ff824318bc7e9852174cecaf5

7 years agoGive focus and input focus at the same time 56/117456/6
minho.sun [Mon, 6 Mar 2017 06:38:38 +0000 (15:38 +0900)]
Give focus and input focus at the same time

Currently, dali has two different focus. KeyboardFocus/KeyInputFocus.
But in other framework, they works as one focus.

Two different DALi focus will be worked as one focus via making KeyboardFocusManager give KeyInputFocus to focused control.

Plus, this patch will change focus moving behavior at text controls.
To solve this problem, make text-controller determine whether this text control will lose focus or not.

Change-Id: I484b0d846de268ceb1a9a7810af360760963165b
Signed-off-by: minho.sun <minho.sun@samsung.com>
7 years agoLayout containers won't change anchor-point if the position does not use it 12/117812/3
Adeel Kazmi [Tue, 7 Mar 2017 12:25:20 +0000 (12:25 +0000)]
Layout containers won't change anchor-point if the position does not use it

Change-Id: I87274ca3356e12ca4eb4c7caac5f0b238704fc0f

7 years agoAdd C# Bindings for Actor ScreenPosition 95/118095/3
Agnelo Vaz [Wed, 8 Mar 2017 18:02:37 +0000 (18:02 +0000)]
Add C# Bindings for Actor ScreenPosition

Change-Id: I1ee5254998a258a2e8ca32e88533bd00daca6e59

7 years agoMerge "Fix BackgroundImage and BackgroudColor properties in C# View" into devel/master
Adeel Kazmi [Wed, 8 Mar 2017 18:10:59 +0000 (10:10 -0800)]
Merge "Fix BackgroundImage and BackgroudColor properties in C# View" into devel/master

7 years agoMerge "Fix for Text::Controller::RepositionSelectionHandles()" into devel/master
Paul Wisbey [Wed, 8 Mar 2017 16:31:09 +0000 (08:31 -0800)]
Merge "Fix for Text::Controller::RepositionSelectionHandles()" into devel/master

7 years agoFix BackgroundImage and BackgroudColor properties in C# View 87/118087/2
Richard Huang [Wed, 8 Mar 2017 15:03:52 +0000 (15:03 +0000)]
Fix BackgroundImage and BackgroudColor properties in C# View

Change-Id: I3990cf1c5a3835e261142377f8e2ea4d60a44403

7 years agoFix for Text::Controller::RepositionSelectionHandles() 51/118051/1
Victor Cebollada [Wed, 8 Mar 2017 11:24:19 +0000 (11:24 +0000)]
Fix for Text::Controller::RepositionSelectionHandles()

* Fixes an invalid memory read reported by valgrind.

Change-Id: I8625fdbd3203130b73327964d9b5ae063677938f
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years agoRemoved the renderer cache 99/117099/3
David Steele [Thu, 2 Mar 2017 19:22:04 +0000 (19:22 +0000)]
Removed the renderer cache

Removing the renderer cache helps prevent bugs with animating
properties on one visual affecting other visuals of the same type with
the same URL.

Change-Id: I683d88fbb3459df85a1df68a4cbc5e0408414fc2
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoStore weak reference of C# object in the view registry to make the object garbage... 94/117594/2
Richard Huang [Mon, 6 Mar 2017 15:44:12 +0000 (15:44 +0000)]
Store weak reference of C# object in the view registry to make the object garbage collectible

Change-Id: Ib20d28aea423378cc8795d5ea52f144f54a1af7e

7 years agoMerge "Fix for TextSelectionToolbar overshootEffectColor styling" into devel/master
Adeel Kazmi [Mon, 6 Mar 2017 14:59:30 +0000 (06:59 -0800)]
Merge "Fix for TextSelectionToolbar overshootEffectColor styling" into devel/master

7 years agoMerge "Fix downcast issue for C# CustomView" into devel/master
Adeel Kazmi [Mon, 6 Mar 2017 13:47:30 +0000 (05:47 -0800)]
Merge "Fix downcast issue for C# CustomView" into devel/master

7 years agoFix for TextSelectionToolbar overshootEffectColor styling 15/117315/6
Paul Wisbey [Fri, 3 Mar 2017 17:39:48 +0000 (17:39 +0000)]
Fix for TextSelectionToolbar overshootEffectColor styling

Change-Id: I9ee4b4182964cccdf0b1540e1495fc5d325227f8

7 years agoText Selection Popup and Radio Button fix and tests uses Button::Properties 14/117314/3
Agnelo Vaz [Fri, 3 Mar 2017 17:38:34 +0000 (17:38 +0000)]
Text Selection Popup and Radio Button fix and tests uses Button::Properties

Button tests now use Properties and deprecated API separated to bottom of files.
Radio button dead code removed.
Text Selection popup doesn't use deprecated API

Change-Id: Icd8b2fa422031a7e366bf211e0def0c8182532a5

7 years agoFix leaking Glyph data 44/117044/2
Nick Holland [Thu, 2 Mar 2017 11:26:21 +0000 (11:26 +0000)]
Fix leaking Glyph data

Leak reported by Valgrind

Change-Id: I2e56c2f07903526cb4aa69e4c6e090619e41984d

7 years agoMerge "Changed to use ImfManager for virtual keyboard APIs" into devel/master
Kimmo Hoikka [Fri, 3 Mar 2017 18:03:05 +0000 (10:03 -0800)]
Merge "Changed to use ImfManager for virtual keyboard APIs" into devel/master

7 years agoFix downcast issue for C# CustomView 48/117248/3
Richard Huang [Fri, 3 Mar 2017 10:42:55 +0000 (10:42 +0000)]
Fix downcast issue for C# CustomView

Change-Id: I112e52e28da3440ddf7e5d3de6fe67e4963f8663

7 years agoFix the Styling issue with Custom View. 97/117097/7
Umar [Thu, 2 Mar 2017 18:12:38 +0000 (18:12 +0000)]
Fix the Styling issue with Custom View.

Change-Id: I1319849de3b0b75c99015c22f0490a1ff4fbdb8e

7 years agoEnsure up calls are added for all void virtual functions in view wrapper. 94/117094/14
Umar [Thu, 2 Mar 2017 16:33:03 +0000 (16:33 +0000)]
Ensure up calls are added for all void virtual functions in view wrapper.

Change-Id: Idb4daf00cc805e1908a1bdaa85591ebe9f068154

7 years agoMerge "On state change, visuals now keep instance data" into devel/master
Adeel Kazmi [Fri, 3 Mar 2017 16:50:08 +0000 (08:50 -0800)]
Merge "On state change, visuals now keep instance data" into devel/master

7 years agoDALi Version 1.2.29 92/117292/1 dali_1.2.29
Agnelo Vaz [Fri, 3 Mar 2017 14:06:03 +0000 (14:06 +0000)]
DALi Version 1.2.29

Change-Id: I3f0f542c0583af205363b7fbb95f708e441243c9

7 years agoOn state change, visuals now keep instance data 36/116336/7
David Steele [Thu, 23 Feb 2017 21:31:41 +0000 (21:31 +0000)]
On state change, visuals now keep instance data

If a visual such as a text visual has instance data (i.e. the text string)
ensure that this is applied following a state change where the visual
is removed and re-added.

Added new method CreateInstancePropertyMap to Visual::Base::Impl,
and methods DoCreateInstancePropertyMap to derived visuals for writing instance data
into. So far, this is for text visual's text property and image visual's desired image
size properties.

TODO: Prevent the visual being re-added if no properties change
(or only animatable properties change) (Whilst taking into account string vs index keys; Property Array vs Vector...

[ Note: this is problematic for gradient visual, which generates a bunch of property arrays whilst Builder has generated Vectors from the equivalent JSON ]

Change-Id: I742c47067fc19fbaeee2f01195f6f00501b16c85
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoMerge "Manual binding for C# Actor APIs e.g. RaiseToTop, LowerBelow, etc." into devel...
Adeel Kazmi [Thu, 2 Mar 2017 18:58:47 +0000 (10:58 -0800)]
Merge "Manual binding for C# Actor APIs e.g. RaiseToTop, LowerBelow, etc." into devel/master

7 years agoMerge "Initially show scroll indicator for a brief period" into devel/master
Paul Wisbey [Thu, 2 Mar 2017 16:29:39 +0000 (08:29 -0800)]
Merge "Initially show scroll indicator for a brief period" into devel/master

7 years agoInitially show scroll indicator for a brief period 67/116867/8
Paul Wisbey [Tue, 28 Feb 2017 19:24:19 +0000 (19:24 +0000)]
Initially show scroll indicator for a brief period

Change-Id: Ib19586c964d7f62aa78b89c791f7ff0067c729d0

7 years agoManual binding for C# Actor APIs e.g. RaiseToTop, LowerBelow, etc. 53/117053/1
Richard Huang [Thu, 2 Mar 2017 11:55:38 +0000 (11:55 +0000)]
Manual binding for C# Actor APIs e.g. RaiseToTop, LowerBelow, etc.

Change-Id: I14da27ce00a6ab9a901f39f09dd3f999627c76cf

7 years agoMerge "Add ValueChanged Event for C# ProgressBar and sample" into devel/master
minho.sun [Thu, 2 Mar 2017 01:16:08 +0000 (17:16 -0800)]
Merge "Add ValueChanged Event for C# ProgressBar and sample" into devel/master

7 years agoFix for the highlight box. 98/116698/2
Victor Cebollada [Mon, 27 Feb 2017 17:02:47 +0000 (17:02 +0000)]
Fix for the highlight box.

* The highlight box is not created when the text edited
  is in the pre-edit state and the user does a long press
  on top of the pre-edited word.
  The issue is fixed reseting the update-cursor flag to
  false.

Change-Id: I8100504bfeb6894ddfc99a9768e6492e076fd648
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years agoMerge "Clear input focus when Return/Escape key Up" into devel/master
Adeel Kazmi [Mon, 27 Feb 2017 15:53:11 +0000 (07:53 -0800)]
Merge "Clear input focus when Return/Escape key Up" into devel/master

7 years agoClear input focus when Return/Escape key Up 92/116092/2
minho.sun [Thu, 23 Feb 2017 02:20:56 +0000 (11:20 +0900)]
Clear input focus when Return/Escape key Up

Make TextField and TextEditor clear it's input focus when getting Return/Escape KeyUp event.

Change-Id: I62053850dc198da0f9d6a241aac586b67f1d6d88
Signed-off-by: minho.sun <minho.sun@samsung.com>
7 years agoText - Fix for emojis resampling. 31/116331/12
Victor Cebollada [Thu, 23 Feb 2017 17:51:39 +0000 (17:51 +0000)]
Text - Fix for emojis resampling.

* Clears the texture when a new atlas is created.
* Query the emoji bitmaps with the desired size.
* Uses the shadow's color for emoji's shadows.

Change-Id: I262f04a59cae6c1d9b2f5b15410843f4a3020219
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
7 years agoAdd ValueChanged Event for C# ProgressBar and sample 00/114500/3
minho.sun [Mon, 13 Feb 2017 12:43:34 +0000 (21:43 +0900)]
Add ValueChanged Event for C# ProgressBar and sample

Convert ValueChangedSignal to ValueChanged Event for C# ProgressBar.
To check it works fine, add sample in control-dashboard app

Change-Id: I3c32b340f223d7c4755ef8816123637080bc7d99
Signed-off-by: minho.sun <minho.sun@samsung.com>
7 years agoMerge "Adding Uniform stack trace" into devel/master
Adeel Kazmi [Fri, 24 Feb 2017 16:01:40 +0000 (08:01 -0800)]
Merge "Adding Uniform stack trace" into devel/master

7 years agoMerge "Added binding for Timer Tick event" into devel/master
Adeel Kazmi [Fri, 24 Feb 2017 15:21:49 +0000 (07:21 -0800)]
Merge "Added binding for Timer Tick event" into devel/master

7 years agoMerge "Removed redundant resource loading code" into devel/master
Adeel Kazmi [Fri, 24 Feb 2017 14:25:20 +0000 (06:25 -0800)]
Merge "Removed redundant resource loading code" into devel/master

7 years agoAdding Uniform stack trace 69/116469/2
Agnelo Vaz [Fri, 24 Feb 2017 11:29:48 +0000 (11:29 +0000)]
Adding Uniform stack trace

Change-Id: Iba3047369bf00d1cd7e720979f088eecb1dde73c

7 years agoAdded binding for Timer Tick event 12/116312/2
Richard Huang [Thu, 23 Feb 2017 14:32:39 +0000 (14:32 +0000)]
Added binding for Timer Tick event

Change-Id: I3ee32d1ffccc576d9b5fd9757542bc1906403acf

7 years agoChanged to use ImfManager for virtual keyboard APIs 05/112705/18
suhyung Eom [Thu, 2 Feb 2017 09:12:54 +0000 (18:12 +0900)]
Changed to use ImfManager for virtual keyboard APIs

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

7 years agoDALi Version 1.2.28 48/116448/1 dali_1.2.28
Adeel Kazmi [Fri, 24 Feb 2017 09:34:03 +0000 (09:34 +0000)]
DALi Version 1.2.28

Change-Id: Idb18093a2f4c08c78b879638d8a32823a2271867

7 years agoMerge "Added Control::SetSubState handling" into devel/master
Adeel Kazmi [Thu, 23 Feb 2017 19:15:10 +0000 (11:15 -0800)]
Merge "Added Control::SetSubState handling" into devel/master

7 years agoMerge "Rotation High Level Class support in C#" into devel/master
Adeel Kazmi [Thu, 23 Feb 2017 18:55:08 +0000 (10:55 -0800)]
Merge "Rotation High Level Class support in C#" into devel/master

7 years agoMerge "Fixed the ItemView already scrolled to end logic" into devel/master
Adeel Kazmi [Thu, 23 Feb 2017 18:36:48 +0000 (10:36 -0800)]
Merge "Fixed the ItemView already scrolled to end logic" into devel/master

7 years agoAdded Control::SetSubState handling 90/115190/5
David Steele [Wed, 15 Feb 2017 13:18:46 +0000 (13:18 +0000)]
Added Control::SetSubState handling

Added a method to set the substate of a control (without transitions)

Fixed a bug with entry/exit transitions ( needed to allow testing of
this patch with new transitions-example in demo )

Change-Id: I31d4edc98be0b50d4ecad375cf64aff593a2d43d
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoRotation High Level Class support in C# 58/116058/3
Umar [Wed, 22 Feb 2017 17:35:08 +0000 (17:35 +0000)]
Rotation High Level Class support in C#

Change-Id: I4e1435658df795bbdb3c311e5158cd9932d338e2

7 years agoChange adding focus indicator logic 95/115495/3
minho.sun [Mon, 20 Feb 2017 07:24:39 +0000 (16:24 +0900)]
Change adding focus indicator logic

Make sure KeyboardFocusManager add focus indicator according to mIsFocusIndicatorEnabled.

Change-Id: I2283deab370597a437819d57e3b90d806ae4011c
Signed-off-by: minho.sun <minho.sun@samsung.com>
7 years agoMerge "Added BACKGROUND_BORDER property to TextSelectionPopup" into devel/master
Adeel Kazmi [Wed, 22 Feb 2017 18:05:26 +0000 (10:05 -0800)]
Merge "Added BACKGROUND_BORDER property to TextSelectionPopup" into devel/master

7 years agoAdded BACKGROUND_BORDER property to TextSelectionPopup 26/115626/6
Paul Wisbey [Sun, 19 Feb 2017 12:22:49 +0000 (12:22 +0000)]
Added BACKGROUND_BORDER property to TextSelectionPopup

(Version which DOES depend on ImageVisual mixColor)

Change-Id: Ie03b09c6a3460d4975a8dd777071e2519b53457c

7 years agoC# binding for Actor Opacity property 41/115841/2
Richard Huang [Tue, 21 Feb 2017 11:59:23 +0000 (11:59 +0000)]
C# binding for Actor Opacity property

Change-Id: I955ccd248dc67a409b736f6ce724da11f02908d6

7 years agoRemoved redundant resource loading code 41/113041/2
Paul Wisbey [Sun, 5 Feb 2017 20:06:26 +0000 (20:06 +0000)]
Removed redundant resource loading code

Change-Id: Ice00338bb47f044438809749f916425d393d6184

7 years agoReduced text-selection indicator height for WVGA resolution 46/115846/3
Paul Wisbey [Tue, 21 Feb 2017 13:28:02 +0000 (13:28 +0000)]
Reduced text-selection indicator height for WVGA resolution

Change-Id: Ief8d6f445f0bc182c0fbae1b2c08db791eafff03

7 years agoC# binding for Direction and Align enums 15/115615/2
Richard Huang [Mon, 20 Feb 2017 15:57:19 +0000 (15:57 +0000)]
C# binding for Direction and Align enums

Change-Id: I474c8e5e6beae1e51248430cc4a99fb7b24a4891

7 years agoMerge "Provided color-conversion helpers" into devel/master
Adeel Kazmi [Mon, 20 Feb 2017 18:53:21 +0000 (10:53 -0800)]
Merge "Provided color-conversion helpers" into devel/master

7 years agoProvided color-conversion helpers 13/115613/9
Paul Wisbey [Mon, 20 Feb 2017 15:54:48 +0000 (15:54 +0000)]
Provided color-conversion helpers

Change-Id: I95e2b4c338e32c012d05f8a63237a419283222c5

7 years agoMerge "Prepare for Tizen 4.0 Build" into devel/master
Adeel Kazmi [Mon, 20 Feb 2017 15:41:12 +0000 (07:41 -0800)]
Merge "Prepare for Tizen 4.0 Build" into devel/master

7 years agoMerge "Updated visuals to separate alpha channel from mixColor" into devel/master
Adeel Kazmi [Mon, 20 Feb 2017 15:15:04 +0000 (07:15 -0800)]
Merge "Updated visuals to separate alpha channel from mixColor" into devel/master

7 years agoMerge "Removed deprecated use of SetImage( ResourceImage) from slider" into devel...
Adeel Kazmi [Mon, 20 Feb 2017 14:18:47 +0000 (06:18 -0800)]
Merge "Removed deprecated use of SetImage( ResourceImage) from slider" into devel/master

7 years agoUpdated visuals to separate alpha channel from mixColor 89/114889/4
David Steele [Wed, 15 Feb 2017 11:05:10 +0000 (11:05 +0000)]
Updated visuals to separate alpha channel from mixColor

Visuals can now set "mixColor" property as either a vector3 or a vector4, but can
also set the alpha using the "opacity" property.

This works for setting via stylesheet and also for animating via transitions

Change-Id: Ib4e729a714f630b61278265e54bdfd71c4756425
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoMerge "Add C# properties for actor current position and size" into devel/master
Adeel Kazmi [Fri, 17 Feb 2017 16:30:30 +0000 (08:30 -0800)]
Merge "Add C# properties for actor current position and size" into devel/master

7 years agoRemoved deprecated use of SetImage( ResourceImage) from slider 90/115390/1
Nick Holland [Fri, 17 Feb 2017 15:41:31 +0000 (15:41 +0000)]
Removed deprecated use of SetImage( ResourceImage) from slider

Change-Id: Ia57d9e4fa2874a1beb0b6ed2a138e21fe3524e64

7 years agoMerge "DALi Version 1.2.27" into devel/master
Adeel Kazmi [Fri, 17 Feb 2017 14:14:10 +0000 (06:14 -0800)]
Merge "DALi Version 1.2.27" into devel/master

7 years agoAdd C# properties for actor current position and size 81/115381/2
Richard Huang [Fri, 17 Feb 2017 13:57:51 +0000 (13:57 +0000)]
Add C# properties for actor current position and size

Change-Id: I842a8dfeababd4bb9d7ae1df12eb1ab8e9633320

7 years agoDALi Version 1.2.27 69/115369/1 dali_1.2.27
adam.b [Fri, 17 Feb 2017 12:56:00 +0000 (12:56 +0000)]
DALi Version 1.2.27

Change-Id: I886e1a7aab087657fe090c8f69491b2810be31ac

7 years agoMerge "Add Visual descriptions to generate doxygen page" into devel/master
Adeel Kazmi [Fri, 17 Feb 2017 11:30:10 +0000 (03:30 -0800)]
Merge "Add Visual descriptions to generate doxygen page" into devel/master

7 years agoMerge "Fixed size-related popup test case" into devel/master
David Steele [Thu, 16 Feb 2017 19:58:22 +0000 (11:58 -0800)]
Merge "Fixed size-related popup test case" into devel/master

7 years agoAdded control focus state change to KeyboardFocusManager 10/114710/7
David Steele [Tue, 14 Feb 2017 13:10:59 +0000 (13:10 +0000)]
Added control focus state change to KeyboardFocusManager

Change-Id: Ib58a577df67ce16888b66dd49d4c299d90270181
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoFixed size-related popup test case 87/115187/1
Richard Huang [Thu, 16 Feb 2017 16:20:52 +0000 (16:20 +0000)]
Fixed size-related popup test case

Previously Popup didn't have correct relayout size in contextual mode.
After the following size-related fix in dali-core, it gets the correct
size, but the original test case used hard-coded values based on the
wrong relayout size.

https://review.tizen.org/gerrit/#/c/113462

Change-Id: I08599d70465673afb7b0d42b29735144b155a037

7 years agoMerge "Allow text-selection scroll indicator to have a different style" into devel...
Paul Wisbey [Thu, 16 Feb 2017 16:11:17 +0000 (08:11 -0800)]
Merge "Allow text-selection scroll indicator to have a different style" into devel/master

7 years agoAllow text-selection scroll indicator to have a different style 25/114925/8
Nick Holland [Wed, 15 Feb 2017 14:56:27 +0000 (14:56 +0000)]
Allow text-selection scroll indicator to have a different style

Change-Id: I3655d76cc1d0535d35365741f4e48f589dcd6168

7 years agoRectangle Generic class support in C# 47/114047/16
Umar [Thu, 9 Feb 2017 18:05:31 +0000 (18:05 +0000)]
Rectangle Generic class support in C#

Change-Id: I956cbbf59614ef1166c3f774f0d911d8e28b7635

7 years agoUpdated Font Selection guide to show how property maps can be used for the font style 36/114936/4
Adeel Kazmi [Wed, 15 Feb 2017 17:11:56 +0000 (17:11 +0000)]
Updated Font Selection guide to show how property maps can be used for the font style

Change-Id: I2047eba1647cb21f2ff6c0e8bfa5534ad07e3cbd

7 years agoMerge changes I75f2d974,Ib8d53cf7 into devel/master
Adeel Kazmi [Wed, 15 Feb 2017 17:17:36 +0000 (09:17 -0800)]
Merge changes I75f2d974,Ib8d53cf7 into devel/master

* changes:
  Updating Builder and Control to handle styled States
  Reordered builder implementation ahead of rework

7 years agoUpdating Builder and Control to handle styled States 53/113753/8
David Steele [Wed, 8 Feb 2017 21:25:58 +0000 (21:25 +0000)]
Updating Builder and Control to handle styled States

A) Added state and subState properties to control
B) Updated builder to parse for states/visuals/transitions
C) Added new Dictionary and Style classes to store style info
D) Stored off new style data into builder
E) Added top level state change

Change-Id: I75f2d9746bdfcdbd9fef96d845396ff8c5d51ca1
Signed-off-by: David Steele <david.steele@samsung.com>
7 years agoReordered builder implementation ahead of rework 52/113752/6
David Steele [Wed, 8 Feb 2017 20:59:57 +0000 (20:59 +0000)]
Reordered builder implementation ahead of rework

Re-ordered methods in source file to match public header APIs,
Re-ordered private methods in source/header file in a roughly
top down invocation order.

Expect new private methods to go at the end.

Change-Id: Ib8d53cf7268f3ae64d858766fd461170baeee5e7
Signed-off-by: David Steele <david.steele@samsung.com>