Seoyeon Kim [Mon, 27 Mar 2017 08:05:17 +0000 (17:05 +0900)]
[Tizen] Show indicator before getting first KeyEvent
This reverts commit
3fd712d36cf8123f8d45755ff026a916a2d4efbf.
Change-Id: I97dd5aaa494b72ab91afcabdad707628c5e2b1f4
Seoyeon Kim [Mon, 27 Mar 2017 08:04:19 +0000 (17:04 +0900)]
[Tizen] Change the TV stylesheet package name
This reverts commit
4c026d1f46f06314f8d93f19f53dcf57b29012d3.
Change-Id: Id40edec5dc27c800d590be5610da1e130eeb2f1b
Seoyeon Kim [Mon, 27 Mar 2017 08:03:15 +0000 (17:03 +0900)]
[Tizen] Remove profile build dependencies
This reverts commit
e2ff91462d4be852cb8308d7683d130686c64e2f.
Change-Id: I371176032570cb748cb3e4ef9dac7289694c3b3e
Seoyeon Kim [Mon, 27 Mar 2017 08:02:27 +0000 (17:02 +0900)]
[Tizen] Make all profile have mobile dali_toolkit_profile except tv
This reverts commit
9ddd28e33bcca589f635bede202600a1799de606.
Change-Id: Ife0ecea111af4ef6078ba34d494a2d310d0de982
Seoyeon Kim [Mon, 27 Mar 2017 07:50:57 +0000 (16:50 +0900)]
Merge branch 'devel/master' into tizen
Change-Id: I2c9ab23125b39ee3fbfdd998e34b90a907ab78b5
Seoyeon Kim [Mon, 27 Mar 2017 05:51:47 +0000 (14:51 +0900)]
Revert "[Tizen] Make all profile have mobile dali_toolkit_profile except tv"
This reverts commit
4c3521bc918bc650212e8b5bf0b897d34252a992.
Change-Id: I2666e45f2e37da33c0593260e5c826d5b8042312
Seoyeon Kim [Mon, 27 Mar 2017 05:50:07 +0000 (14:50 +0900)]
Revert "[Tizen] Remove profile build dependencies"
This reverts commit
653ec8a6e1f781887d26a490d707674f38adc291.
Change-Id: I26da74f1d86b9584621cb8c30d3eb3bae799a81d
Seoyeon Kim [Mon, 27 Mar 2017 03:33:08 +0000 (12:33 +0900)]
Revert "[Tizen] Change the TV stylesheet package name"
This reverts commit
06d80778ec903d47990376b761e62fb9f97a641d.
Change-Id: Ib16cfb821f8a1e5f792b18578a2d759859bd88e7
Seoyeon Kim [Mon, 27 Mar 2017 02:32:14 +0000 (11:32 +0900)]
Revert "[Tizen] Show indicator before getting first KeyEvent"
This reverts commit
a53d1d4b0705210d1783a948fa9874c3d4ff4378.
Change-Id: I45b5d6f771fab63077b2811aef649ff0f1d2d4a0
Seoyeon Kim [Mon, 27 Mar 2017 02:30:36 +0000 (11:30 +0900)]
Revert "[Tizen] Do nothing when setting focus on same actor"
This reverts commit
89f3850d449676df3903b88292601e8ed477757d.
Change-Id: I7839421941425308a9a19d08e147371bdbdf988c
Victor Cebollada [Fri, 24 Mar 2017 11:50:53 +0000 (11:50 +0000)]
DALi Version 1.2.32
Change-Id: I1e51773253244f7655ca9d7a807e5b05230f4625
Umar [Mon, 20 Feb 2017 18:50:07 +0000 (18:50 +0000)]
Custom keyboard focus algorithm support
Change-Id: Iff543774fea50a5abb60da7f243224adb1a3c096
David Steele [Thu, 23 Mar 2017 16:14:31 +0000 (09:14 -0700)]
Merge "Ensure Text Controls do an up-call on-style-change & trigger a relayout" into devel/master
Victor Cebollada [Wed, 11 Jan 2017 16:17:08 +0000 (16:17 +0000)]
Text's selection popup mirroring.
* Reverses the order of the text's selection popup toolbar
when the platform's language is right to left.
* Scrolls to the first reversed button (that's the end
of the toolbar).
Change-Id: I58c5bbc5402810e0bd94510cc3f12143b572e395
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Thu, 23 Mar 2017 11:04:47 +0000 (11:04 +0000)]
Ensure Text Controls do an up-call on-style-change & trigger a relayout
The up-call is required as per the control writing guidelines.
A relayout request is required so that the control's fonts and size can be recalculated.
A similar fix has already been pushed to the product branch.
Change-Id: Ib23baeef60d6fb6fb3e68105defba9a30b458b5f
minho.sun [Wed, 22 Mar 2017 13:16:50 +0000 (22:16 +0900)]
[Tizen] Do nothing when setting focus on same actor
Do nothing when setting focus on same actor.
Change-Id: Iec7a5e11bca9f44a7b197448ff732143ea44036b
Signed-off-by: minho.sun <minho.sun@samsung.com>
Paul Wisbey [Thu, 23 Mar 2017 10:00:28 +0000 (03:00 -0700)]
Merge "Fix for Text::Controller." into devel/master
Paul Wisbey [Thu, 23 Mar 2017 09:56:22 +0000 (02:56 -0700)]
Merge "Fix for Text::Controller::KeyEvent()" into devel/master
Adeel Kazmi [Wed, 22 Mar 2017 14:21:26 +0000 (14:21 +0000)]
Added C# bindings for Window Show/Hide
Change-Id: I9cc844591a0ab7316b96b4abe9ea5d443d7947aa
minho.sun [Wed, 22 Mar 2017 12:36:03 +0000 (21:36 +0900)]
[Tizen] Show indicator before getting first KeyEvent
For TV, make KeyboardFocusManager draw indicator via
SetCurrentFocusActor() before getting first KeyEvent.
This patch will be changed after making proper api to set this flag.
Change-Id: I67ee304c1b9a392d6173b86ca4c5a6a027d70ed7
Signed-off-by: minho.sun <minho.sun@samsung.com>
Victor Cebollada [Mon, 13 Mar 2017 09:08:57 +0000 (09:08 +0000)]
Fix for Text::Controller.
* The text is scrolled to a wrong position after pasting
text on top of the selected one.
It happens if the pasted text has the same or more
number of characters than the selected one but the width
is shorter.
Change-Id: I1bd5a323ec47ef6a9494ea341a4e33dee4d8f763
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Fri, 10 Mar 2017 11:32:14 +0000 (11:32 +0000)]
Fix for Text::Controller::KeyEvent()
* When text is selected and any of the volume keys
are pressed, the text is cleared.
The patch fixes the issue by doing nothing when
these key events arrive.
Change-Id: I9e265579b55ffdb3605a37f8c10fb1dbb6e2e626
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Seoyeon Kim [Mon, 13 Mar 2017 08:29:13 +0000 (17:29 +0900)]
Add extra SINCE_1_2_32 tag for Tizen 3.0
Change-Id: I59c8da43b6ffa3802c809b309fc04bb59937bb38
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Mon, 20 Mar 2017 19:24:59 +0000 (12:24 -0700)]
Merge "Encapsulated visual URL in new VisualUrl class." into devel/master
Adeel Kazmi [Mon, 20 Mar 2017 12:11:39 +0000 (05:11 -0700)]
Merge "Change the double tap and long press events on top of no text actions to highlight." into devel/master
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>
Heeyong Song [Mon, 20 Mar 2017 02:21:11 +0000 (11:21 +0900)]
[Tizen] Change the TV stylesheet package name
This reverts commit
c1cc6775cc42e9442572dfb8aecdd1569ce22443.
Change-Id: I7c67b4cd0e255c60d53918f63b44c7539142526a
Heeyong Song [Mon, 20 Mar 2017 02:20:32 +0000 (11:20 +0900)]
[Tizen] Remove profile build dependencies
Change-Id: Ie8c1af7af8e93f3d66a7593be922276278365ca5
Heeyong Song [Mon, 20 Mar 2017 02:19:57 +0000 (11:19 +0900)]
[Tizen] Make all profile have mobile dali_toolkit_profile except tv
Change-Id: I15bf3be03b24adedc961c0140eeac2bde9e9cfaf
Heeyong Song [Mon, 20 Mar 2017 02:19:20 +0000 (11:19 +0900)]
[Tizen] Remove dead distance-field-effect.cpp file
Change-Id: I8cc978fa430c0e2cba44c3745c731cd8cdfce45e
Heeyong Song [Mon, 20 Mar 2017 02:18:24 +0000 (11:18 +0900)]
Merge branch 'devel/master (1.2.31)' into tizen
Change-Id: I2299bb458b68e615f1f3d69f38a9481bb6b5c7be
Heeyong Song [Mon, 20 Mar 2017 02:16:53 +0000 (11:16 +0900)]
Revert "[Tizen] Remove dead distance-field-effect.cpp file"
This reverts commit
53292678ae7d07120f3cee66e7ff8324dee1ab6f.
Change-Id: I2a8d0bda455bed4bb5471899ae90bebd8d2568cf
Heeyong Song [Mon, 20 Mar 2017 02:16:29 +0000 (11:16 +0900)]
Revert "[Tizen] Make all profile have mobile dali_toolkit_profile except tv"
This reverts commit
008c668d11f63a0ad743eee16256dbe2e19ae90a.
Change-Id: Ifb7fda23e397b4438fc84de5fd9bf438e2f5dee6
Heeyong Song [Mon, 20 Mar 2017 02:15:54 +0000 (11:15 +0900)]
Revert "[Tizen] Remove profile build dependencies"
This reverts commit
888931f5d1febc3eb15e0249398741147d543b67.
Change-Id: I60044a9e9e74201d3c9cc68091d73711ac41e854
Heeyong Song [Mon, 20 Mar 2017 02:14:36 +0000 (11:14 +0900)]
Revert "[Tizen] Change the TV stylesheet package name"
This reverts commit
e0055a0627ad43e16e864f9e1f691656d9d1041e.
Change-Id: I5b625c953ed28931aded825dc959ae868c86b833
Adeel Kazmi [Fri, 17 Mar 2017 18:14:58 +0000 (11:14 -0700)]
Merge "C# Bindings for Transition Policy properties" into devel/master
Adeel Kazmi [Fri, 17 Mar 2017 17:38:35 +0000 (17:38 +0000)]
C# Bindings for Transition Policy properties
Change-Id: I102049d97b8536191728f68f858e3fe62803af4e
Adeel Kazmi [Fri, 17 Mar 2017 17:37:11 +0000 (10:37 -0700)]
Merge "Add BORDER_SIZE property to ImageVisual" 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
Francisco Santos [Fri, 17 Mar 2017 16:15:30 +0000 (16:15 +0000)]
DALi Version 1.2.31
Change-Id: If14c3dc485f9ec1ab3934b2f7bc36db256335b24
Heeyong Song [Mon, 13 Mar 2017 08:28:26 +0000 (17:28 +0900)]
Add BORDER_SIZE property to ImageVisual
Change-Id: I19a0acb942e1dbca59a75427e7b1358f6b8c1e36
Adeel Kazmi [Fri, 10 Feb 2017 10:02:17 +0000 (10:02 +0000)]
(Visuals) Split OFFSET_SIZE_MODE into separate properties
Change-Id: I4e8989cfa796eeb401247a35c9b77222e11640c7
Victor Cebollada [Thu, 16 Mar 2017 16:56:08 +0000 (16:56 +0000)]
Change the double tap and long press events on top of no text actions to highlight.
Change-Id: If7ca9010bb86857cb89f4d64be73878510801bfb
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
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>
Adeel Kazmi [Wed, 15 Mar 2017 18:16:57 +0000 (11:16 -0700)]
Merge "Visuals using Custom View example" into devel/master
Umar [Wed, 15 Mar 2017 11:05:01 +0000 (11:05 +0000)]
Visuals using Custom View example
Change-Id: I9a98c47f572cba0ddb25fc8c35538c5e88df1758
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
Adeel Kazmi [Wed, 15 Mar 2017 14:35:27 +0000 (07:35 -0700)]
Merge "Implement scroll bar in the TextEditor" into devel/master
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
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>
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
taeyoon0.lee [Mon, 13 Mar 2017 08:18:40 +0000 (17:18 +0900)]
[Tizen] Change the TV stylesheet package name
This reverts commit
bd58032883b084e2edf32b4386891cb0c024a0b1.
Change-Id: Ic3521bdbd89aa1cc65c69e6a3d9efef8b7c1737a
taeyoon0.lee [Mon, 13 Mar 2017 08:18:01 +0000 (17:18 +0900)]
[Tizen] Remove profile build dependencies
This reverts commit
08c8013a5242e3e4a1170c5af1acb0115c44c7b2.
Change-Id: I2b2ee0e06464c1c2cd1c02f90490d9615eacc838
taeyoon0.lee [Mon, 13 Mar 2017 08:17:17 +0000 (17:17 +0900)]
[Tizen] Make all profile have mobile dali_toolkit_profile except tv
This reverts commit
1c8247465808d8f3cba54f6f631fa6e4bee42e1f.
Change-Id: Ifbd398cdfdc796b77bc99ff727c4b83c7987ee29
taeyoon0.lee [Mon, 13 Mar 2017 08:16:36 +0000 (17:16 +0900)]
[Tizen] Remove dead distance-field-effect.cpp file
This reverts commit
880c3e8a831504e6bc28326794817426170f61f6.
Change-Id: Ie6ca5e1e603d3cdb06a64ef1eaaf6ee8f840456e
taeyoon0.lee [Mon, 13 Mar 2017 08:00:15 +0000 (17:00 +0900)]
Merge branch 'devel/master (1.2.30 + vd requirement)' into tizen
- to "Fixed to show selection pop up normally after pasting from clipboard" patch
b4e175a80f1e50bbc97b67b03701ed2bdf7da4d8
Change-Id: Idae8367fdcdcda0402918f0cdca7233fda5c8ad8
taeyoon0.lee [Mon, 13 Mar 2017 07:47:44 +0000 (16:47 +0900)]
Revert "[Tizen] Remove dead distance-field-effect.cpp file"
This reverts commit
2085e2b3f747390792bb80325d6457b3326f2cb2.
Change-Id: Icbb5c05f774ac2dc6ee662daf5fbde307eae55a0
taeyoon0.lee [Mon, 13 Mar 2017 07:47:08 +0000 (16:47 +0900)]
Revert "[Tizen] Make all profile have mobile dali_toolkit_profile except tv"
This reverts commit
6544c8696984d97d9042f6c58b1c520123a6b6c0.
Change-Id: Ia4df1e8bc8e23724d02af460ca2a1407c463dcd6
taeyoon0.lee [Mon, 13 Mar 2017 07:46:37 +0000 (16:46 +0900)]
Revert "[Tizen] Remove profile build dependencies"
This reverts commit
e4009676af434ee6e1b509806390256c505d6b14.
Change-Id: I76899c82ebc69a0f4d31ce02036043e3deefc0f2
taeyoon0.lee [Mon, 13 Mar 2017 07:46:05 +0000 (16:46 +0900)]
Revert "[Tizen] Change the TV stylesheet package name"
This reverts commit
a5e0c26367a67b495922aa3fcd0d621f629e60bf.
Change-Id: Ibe3e8a2ba4d3120be1032dffa93e19b2569dfc84
taeyoon0.lee [Mon, 13 Mar 2017 07:45:18 +0000 (16:45 +0900)]
Revert "[Tizen] Make only dali-toolkit.spec file be used because of gbs build error"
This reverts commit
235c1f4fbc399f893a13724f654de2e53d76ca1c.
Change-Id: I3eb3e1a8864f79e169a14d5ce5046e2bfcd994c6
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
Umar [Fri, 10 Mar 2017 17:44:42 +0000 (17:44 +0000)]
C# Visuals example
Change-Id: I7850d33b101ee2204145653c65281f47ef8f4545
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
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
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
Adeel Kazmi [Fri, 10 Mar 2017 15:05:36 +0000 (07:05 -0800)]
Merge "DALi Version 1.2.30" into devel/master
David Steele [Fri, 10 Mar 2017 15:01:05 +0000 (15:01 +0000)]
DALi Version 1.2.30
Change-Id: I15ecee8e18342d5ac9e2b4bee9be06670aa3a691
Umar [Fri, 10 Mar 2017 11:16:12 +0000 (11:16 +0000)]
Test cases for Keyboard navigation properties
Change-Id: Ic9d53b8e251b2a9c87e5c1c07662d956a7406833
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
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
Adeel Kazmi [Thu, 9 Mar 2017 17:19:15 +0000 (09:19 -0800)]
Merge "Add support for Control keyboard navigation properties" into devel/master
Umar [Mon, 6 Mar 2017 17:38:13 +0000 (17:38 +0000)]
Add support for Control keyboard navigation properties
Change-Id: Ib64d170d6f6a782ff824318bc7e9852174cecaf5
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>
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
taeyoon [Wed, 10 Aug 2016 05:33:00 +0000 (14:33 +0900)]
[Tizen] Make only dali-toolkit.spec file be used because of gbs build error
Change-Id: I9884f2207fa3880721dc08eb6287ba7db0f20967
Agnelo Vaz [Wed, 8 Mar 2017 18:02:37 +0000 (18:02 +0000)]
Add C# Bindings for Actor ScreenPosition
Change-Id: I1ee5254998a258a2e8ca32e88533bd00daca6e59
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
Paul Wisbey [Wed, 8 Mar 2017 16:31:09 +0000 (08:31 -0800)]
Merge "Fix for Text::Controller::RepositionSelectionHandles()" into devel/master
Richard Huang [Wed, 8 Mar 2017 15:03:52 +0000 (15:03 +0000)]
Fix BackgroundImage and BackgroudColor properties in C# View
Change-Id: I3990cf1c5a3835e261142377f8e2ea4d60a44403
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>
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>
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
Adeel Kazmi [Mon, 6 Mar 2017 14:59:30 +0000 (06:59 -0800)]
Merge "Fix for TextSelectionToolbar overshootEffectColor styling" 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
Paul Wisbey [Fri, 3 Mar 2017 17:39:48 +0000 (17:39 +0000)]
Fix for TextSelectionToolbar overshootEffectColor styling
Change-Id: I9ee4b4182964cccdf0b1540e1495fc5d325227f8
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
Nick Holland [Thu, 2 Mar 2017 11:26:21 +0000 (11:26 +0000)]
Fix leaking Glyph data
Leak reported by Valgrind
Change-Id: I2e56c2f07903526cb4aa69e4c6e090619e41984d
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
Richard Huang [Fri, 3 Mar 2017 10:42:55 +0000 (10:42 +0000)]
Fix downcast issue for C# CustomView
Change-Id: I112e52e28da3440ddf7e5d3de6fe67e4963f8663
Umar [Thu, 2 Mar 2017 18:12:38 +0000 (18:12 +0000)]
Fix the Styling issue with Custom View.
Change-Id: I1319849de3b0b75c99015c22f0490a1ff4fbdb8e
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
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
Agnelo Vaz [Fri, 3 Mar 2017 14:06:03 +0000 (14:06 +0000)]
DALi Version 1.2.29
Change-Id: I3f0f542c0583af205363b7fbb95f708e441243c9
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>
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
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
Paul Wisbey [Tue, 28 Feb 2017 19:24:19 +0000 (19:24 +0000)]
Initially show scroll indicator for a brief period
Change-Id: Ib19586c964d7f62aa78b89c791f7ff0067c729d0
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
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