platform/core/uifw/dali-demo.git
9 years agoMerge branch 'tizen' into devel/new_mesh 84/38784/1
Francisco Santos [Mon, 27 Apr 2015 13:22:15 +0000 (14:22 +0100)]
Merge branch 'tizen' into devel/new_mesh

Conflicts:
examples/animated-shapes/animated-shapes-example.cpp
examples/bubble-effect/bubble-effect-example.cpp
examples/new-window/new-window-example.cpp
examples/path-animation/path-animation.cpp
examples/radial-menu/radial-menu-example.cpp
examples/radial-menu/radial-sweep-view-impl.cpp
examples/refraction-effect/refraction-effect-example.cpp

Change-Id: I6bb0c29e38e270ce7fc212cbc78845a40881c9a4

9 years agoMerge "Alpha function changes" into tizen
Adeel Kazmi [Mon, 27 Apr 2015 09:21:20 +0000 (02:21 -0700)]
Merge "Alpha function changes" into tizen

9 years agoAlpha function changes 15/38415/6
Ferran Sole [Mon, 20 Apr 2015 13:48:12 +0000 (14:48 +0100)]
Alpha function changes

Change-Id: Iaaea70d0620aa122139ab40f8a00f94493677ac3

9 years agoImage Load-time Fitting and Sampling Modes Example 81/36381/10
Andrew Cox [Mon, 2 Mar 2015 15:39:36 +0000 (15:39 +0000)]
Image Load-time Fitting and Sampling Modes Example

Change-Id: I8558b0e432cbbf2470fc9b80b4178d20663b3758
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
9 years agoDelete view from toolkit and move cluster into demo 80/38680/2
Kingsley Stephens [Fri, 17 Apr 2015 12:15:46 +0000 (13:15 +0100)]
Delete view from toolkit and move cluster into demo

Change-Id: I54fd5e2f166a4f487a6b1e7e5193ad25f5411bd6

9 years agoDALi Version 1.0.39 44/38644/1 dali_1.0.39
Xiangyin Ma [Thu, 23 Apr 2015 11:04:33 +0000 (12:04 +0100)]
DALi Version 1.0.39

Change-Id: I97463b0a4ba89a5950386238150c8f43713eee92

9 years agoMerge "Size negotiation patch 4: Remove SetRelayoutEnabled" into tizen
Kimmo Hoikka [Mon, 20 Apr 2015 17:13:52 +0000 (10:13 -0700)]
Merge "Size negotiation patch 4: Remove SetRelayoutEnabled" into tizen

9 years agoCleanup for removal of ImageAttributes from public API 92/37592/6
Andrew Cox [Tue, 31 Mar 2015 14:54:06 +0000 (15:54 +0100)]
Cleanup for removal of ImageAttributes from public API

Change-Id: I5bafc645c223b173abdd20db00094c501c846ee4
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
9 years agoSize negotiation patch 4: Remove SetRelayoutEnabled 79/38279/5
Kingsley Stephens [Tue, 14 Apr 2015 13:01:16 +0000 (14:01 +0100)]
Size negotiation patch 4: Remove SetRelayoutEnabled

Change-Id: I75c664598c9c1d25c491ed67c35e08dd33bf96f6

9 years agoCleaned up Degree, Radian, AngleAxis and Quaternion classes 68/37068/3
Kimmo Hoikka [Wed, 15 Apr 2015 19:30:41 +0000 (20:30 +0100)]
Cleaned up Degree, Radian, AngleAxis and Quaternion classes
- Inline Degree, Radian and AngleAxis types to avoid unnecessary exports / export table lookups in using code
- Change AngleAxis to store a Radian angle for better accuracy
- Make Quaternion explicitly take a Radian as constructor

Change-Id: I61d807dc35e8b7b4cc0510b45c5019f12785878a

9 years agoMesh morphing demo. 17/38217/2
Francisco Santos [Tue, 14 Apr 2015 16:37:29 +0000 (17:37 +0100)]
Mesh morphing demo.

Change-Id: I9fa496ce7ed1aa2b616cd560d12e1eb3f8b197bb

9 years agoMerge "Use Orientation from Window not application class." into tizen
Kimmo Hoikka [Thu, 16 Apr 2015 13:31:06 +0000 (06:31 -0700)]
Merge "Use Orientation from Window not application class." into tizen

9 years agoText Field Scrolling Message Demo 98/38198/3
Agnelo Vaz [Tue, 24 Mar 2015 11:00:52 +0000 (11:00 +0000)]
Text Field Scrolling Message Demo

Change-Id: I71b1150a76099b136e1157734269f78ebc7e47a0
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
9 years agoDALi Version 1.0.38 61/38261/1 dali_1.0.38
Ferran Sole [Wed, 15 Apr 2015 11:58:11 +0000 (12:58 +0100)]
DALi Version 1.0.38

Change-Id: I669a41072a93c2eba8f1367657778fc72d53eb70

9 years agoUse Orientation from Window not application class. 89/38089/2
Nick Holland [Fri, 10 Apr 2015 14:38:55 +0000 (15:38 +0100)]
Use Orientation from Window not application class.

Change-Id: I426313377c97b638fefdb376139f5fa03550ae49

9 years agoRevert to using SetBackgroundColor in text-label.example 13/38213/2
Paul Wisbey [Tue, 14 Apr 2015 14:00:01 +0000 (15:00 +0100)]
Revert to using SetBackgroundColor in text-label.example

Change-Id: I9ef0e8248dac3acdb0bb2b37625b5081739cb1df

9 years agoNew point and line demos 35/38035/5
David Steele [Thu, 9 Apr 2015 18:12:28 +0000 (19:12 +0100)]
New point and line demos

The point demo shows off multiple points each using a morph from one
sampler to another, and applying a hue to each point based on it's
angle.

The line demo shows off morphing between two position buffers.

The textured demo shows a single geometry being used by 2 different
renderers each with a different material, and also shows off uniform
mapping by animating a "fade-color" property which is mapped to a
"uFadeColor" uniform.

Change-Id: I53c0ed2f3849dffd4b9461f07bbce75308811d9b
Signed-off-by: David Steele <david.steele@partner.samsung.com>
9 years agoSize negotiation patch 3: Scope size negotiation enums 49/38149/3
Kingsley Stephens [Fri, 10 Apr 2015 09:24:25 +0000 (10:24 +0100)]
Size negotiation patch 3: Scope size negotiation enums

Fix buttons and logging examples

Change-Id: I21699757ea591f73d5a09393caa01fd2b621726c

9 years agoReduced text size for launcher labels 15/38115/2
Paul Wisbey [Mon, 13 Apr 2015 09:04:01 +0000 (10:04 +0100)]
Reduced text size for launcher labels

Change-Id: Idcaadfcdcc7b30aef0a13d7ccbda0ee250c0d15a

9 years agoMerge "DALi Version 1.0.37" into tizen
Kimmo Hoikka [Fri, 10 Apr 2015 14:51:55 +0000 (07:51 -0700)]
Merge "DALi Version 1.0.37" into tizen

9 years agoDALi Version 1.0.37 82/38082/1
Kingsley Stephens [Fri, 10 Apr 2015 14:35:39 +0000 (15:35 +0100)]
DALi Version 1.0.37

Change-Id: I2195d137fdc0091f29e395ee5b63b9cf4a90f1d5

9 years agoShow Light text in shadow-bone-lighting example 70/38070/1
Paul Wisbey [Fri, 10 Apr 2015 12:36:43 +0000 (13:36 +0100)]
Show Light text in shadow-bone-lighting example

Change-Id: I0250ce6fedcc6948aa6b4418bb13b5f742a2d960

9 years agoFix size negotiation example label centering and wrapping text 22/38022/2
Kingsley Stephens [Thu, 9 Apr 2015 15:15:21 +0000 (16:15 +0100)]
Fix size negotiation example label centering and wrapping text

Change-Id: I3f19359887fc598f3681b4ddcf55527bddceb7ca

9 years agoMerge branch 'new_text' into tizen 29/38029/1
Paul Wisbey [Thu, 9 Apr 2015 16:02:35 +0000 (17:02 +0100)]
Merge branch 'new_text' into tizen

Change-Id: Iff4a8ad638aa654b016d49a1dc07a602618f64be

9 years agoMerge remote-tracking branch 'origin/tizen' into new_text 28/38028/1
Paul Wisbey [Thu, 9 Apr 2015 16:00:39 +0000 (17:00 +0100)]
Merge remote-tracking branch 'origin/tizen' into new_text

Conflicts:
demo/dali-demo.cpp

Change-Id: I7588735ebd065e6c00fd8ac1cd40aac9cf475303

9 years agoMerge remote-tracking branch 'origin/tizen' into new_text 12/38012/1
Paul Wisbey [Thu, 9 Apr 2015 12:23:19 +0000 (13:23 +0100)]
Merge remote-tracking branch 'origin/tizen' into new_text

Change-Id: Ica8aad6d34fbebf441eb859fb716935aeaf0105f

9 years agoSize negotiation patch 2: Fix builder example scripts 36/37936/3
Kingsley Stephens [Wed, 8 Apr 2015 13:13:18 +0000 (14:13 +0100)]
Size negotiation patch 2: Fix builder example scripts

Change-Id: I6f9e0583cb67a3297039d76759db5ab0ddec18b6

9 years agoFix to show sliders in path animation example 00/38000/1
Paul Wisbey [Thu, 9 Apr 2015 10:22:52 +0000 (11:22 +0100)]
Fix to show sliders in path animation example

Change-Id: Ib2dd9aba0fc63a0607c2d0da1c095650fd9ea9d4

9 years agoFixed dissolve effect issue 98/37998/1
Paul Wisbey [Thu, 9 Apr 2015 10:17:35 +0000 (11:17 +0100)]
Fixed dissolve effect issue

Change-Id: I166b928a4b12881dd2a21a753151bf7dfe6ef73e

9 years agoLabel added to Toolbars using correct API not actor Add. 47/37947/2
Agnelo Vaz [Wed, 8 Apr 2015 17:02:05 +0000 (18:02 +0100)]
Label added to Toolbars using correct API not actor Add.

Change-Id: Ifb875f21344436e3a3f210388445af1a00eded08
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
9 years agoReplace a MoveBy by an AnimateBy. 75/37875/1
Victor Cebollada [Tue, 7 Apr 2015 14:53:15 +0000 (15:53 +0100)]
Replace a MoveBy by an AnimateBy.

Change-Id: I399401a09e722fd85a026ffc2189e6bd090147f9
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
9 years agoUsing New Constraints 74/37874/1
Adeel Kazmi [Tue, 7 Apr 2015 14:46:50 +0000 (15:46 +0100)]
Using New Constraints

Change-Id: I67da11782751f55f9e2a020f5ba269e5baf57ced

9 years agoMerge remote-tracking branch 'origin/tizen' into new_text 50/37850/3
Paul Wisbey [Tue, 7 Apr 2015 10:38:23 +0000 (11:38 +0100)]
Merge remote-tracking branch 'origin/tizen' into new_text

Conflicts:
demo/dali-table-view.cpp
examples/item-view/item-view-example.cpp
examples/size-negotiation/size-negotiation-example.cpp
examples/text-view/text-view-example.cpp

Change-Id: I4b9a9eb30ad190b329115ff093120ac06343e26d

9 years agoUpdating the builder examples to use TextLabel 06/37706/2
Paul Wisbey [Thu, 2 Apr 2015 15:55:22 +0000 (16:55 +0100)]
Updating the builder examples to use TextLabel

Change-Id: I922f38428990ae202109a65bd711629817574d30

9 years agoDALi Version 1.0.36 28/37728/1 accepted/tizen/common/20150407.101700 accepted/tizen/mobile/20150405.124157 accepted/tizen/tv/20150405.122329 accepted/tizen/wearable/20150405.123432 dali_1.0.36 submit/tizen/20150403.055812
Adeel Kazmi [Fri, 3 Apr 2015 05:51:28 +0000 (06:51 +0100)]
DALi Version 1.0.36

Change-Id: Ib6ce7c0a390be1d65546b2802da57c0042ec043c

9 years agoMerge "Size negotiation patch 1: Remove SetPreferred size" into tizen
Adeel Kazmi [Thu, 2 Apr 2015 17:57:50 +0000 (10:57 -0700)]
Merge "Size negotiation patch 1: Remove SetPreferred size" into tizen

9 years agoUse PropertyBuffers in the mesh example. 34/37134/2
Francisco Santos [Thu, 19 Mar 2015 16:51:02 +0000 (16:51 +0000)]
Use PropertyBuffers in the mesh example.

Change-Id: I63bd826f3b0cff77baceef0db81c0b1f11d4de4e

9 years agoAdded animated uniforms to mesh example 96/37696/1
David Steele [Thu, 2 Apr 2015 14:47:14 +0000 (15:47 +0100)]
Added animated uniforms to mesh example

Change-Id: Ie04949472ff608b4a83a34e511e352ce693af453

9 years agoMerge "Use pre-defined animatable property index in ScrollView" into tizen
Adeel Kazmi [Thu, 2 Apr 2015 14:24:05 +0000 (07:24 -0700)]
Merge "Use pre-defined animatable property index in ScrollView" into tizen

9 years agoFix for TextLabel demo styling 75/37675/4
Paul Wisbey [Thu, 2 Apr 2015 09:56:48 +0000 (10:56 +0100)]
Fix for TextLabel demo styling

Change-Id: I2844fd73a4bb49389d3df8dc287785ed415d2823

9 years agoSize negotiation patch 1: Remove SetPreferred size 78/37678/2
Kingsley Stephens [Thu, 2 Apr 2015 10:37:59 +0000 (11:37 +0100)]
Size negotiation patch 1: Remove SetPreferred size

Change-Id: I33d4a33a2b50e1d5a5debf1a2f5be5f24c97dd0a

9 years agoFixes for text related actors after new size negotiation. 50/37650/2
Victor Cebollada [Wed, 1 Apr 2015 15:08:52 +0000 (16:08 +0100)]
Fixes for text related actors after new size negotiation.

Change-Id: I289af8a59b4b1f67fc1dbea92b0457194da6847a
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
9 years agoUse pre-defined animatable property index in ScrollView 47/37647/2
Richard Huang [Wed, 1 Apr 2015 15:03:50 +0000 (16:03 +0100)]
Use pre-defined animatable property index in ScrollView

Change-Id: I60fcc4e9a85e889fb0fe988859a42a87d83acb87

9 years agoReplace TextView with TextLabel (again) 43/37643/1
Paul Wisbey [Wed, 1 Apr 2015 13:57:31 +0000 (14:57 +0100)]
Replace TextView with TextLabel (again)

Change-Id: I8ac0787692b34882c2d98717ab778574dbdab7a0

9 years agoRemove constraints from transition effects demos 42/37642/1
Adeel Kazmi [Wed, 1 Apr 2015 13:53:23 +0000 (14:53 +0100)]
Remove constraints from transition effects demos

Change-Id: I0773bbe89cca6acc654059af25897b52e3c58f9c

9 years agoUpdates to Text Field demo after new Size negotiation API 38/37638/2
Agnelo Vaz [Wed, 1 Apr 2015 12:55:44 +0000 (13:55 +0100)]
Updates to Text Field demo after new Size negotiation API

Change-Id: I52f3b59064ae8c1e6951132b2e3a4c38e7d4b759
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
9 years agoReplace TextView with TextLabel 02/37602/9
Paul Wisbey [Tue, 31 Mar 2015 17:19:09 +0000 (18:19 +0100)]
Replace TextView with TextLabel

Change-Id: I5932f0191f358e986fcaace820fb2ecb43b9812b

9 years agoMerge branch 'tizen' into devel/new_mesh 95/37595/2
David Steele [Tue, 31 Mar 2015 15:03:54 +0000 (16:03 +0100)]
Merge branch 'tizen' into devel/new_mesh

Change-Id: I12978fe6e331f545fbdf7d9ba045a183d0ae1376

9 years agoMerge remote-tracking branch 'origin/tizen' into new_text 46/37546/10
Paul Wisbey [Mon, 30 Mar 2015 18:33:17 +0000 (19:33 +0100)]
Merge remote-tracking branch 'origin/tizen' into new_text

Conflicts:
demo/dali-demo.cpp
demo/dali-table-view.cpp
examples/builder/examples.cpp
examples/buttons/buttons-example.cpp
examples/item-view/item-view-example.cpp
examples/path-animation/path-animation.cpp
examples/text-view/text-view-example.cpp
shared/view.h

Change-Id: I152b06854b349f0430172227f1d79ee16855fbc0

9 years agoRemove non-public APIs of Animation 52/37552/1
Heeyong Song [Tue, 31 Mar 2015 02:03:30 +0000 (11:03 +0900)]
Remove non-public APIs of Animation

Change-Id: Idc8fc2369f01eb7cb96635d15c1600fa3c368934

9 years agoMerge "Size negotiation example" into tizen
Adeel Kazmi [Mon, 30 Mar 2015 14:41:55 +0000 (07:41 -0700)]
Merge "Size negotiation example" into tizen

9 years agoAdd shadow toggle and displacement function to text-label example 47/37447/5
Richard Underhill [Fri, 27 Mar 2015 10:46:06 +0000 (10:46 +0000)]
Add shadow toggle and displacement function to text-label example

Change-Id: Ie7dcdc64bf70fea8ab68af85b729fa5a9de0b652
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
9 years agoJavaScript and JSON command line launcher 48/37448/4
Nick Holland [Thu, 26 Mar 2015 17:38:49 +0000 (17:38 +0000)]
JavaScript and JSON command line launcher

Usage:
Will load both JSON and JavaScript file from command line
scripting.example my-scene.json my-script.js

Change-Id: I36330b8bae84a532f57989b4087843d178d03e0b

9 years agoSize negotiation example 75/36275/8
Kingsley Stephens [Wed, 25 Feb 2015 10:34:11 +0000 (10:34 +0000)]
Size negotiation example

Change-Id: Iffcdd6753c39fa83e7f68ef927339374bc0061a2

9 years agoTextLabels vertically aligned. 43/37443/3
Victor Cebollada [Thu, 26 Mar 2015 15:38:13 +0000 (15:38 +0000)]
TextLabels vertically aligned.

Change-Id: I8609692959d95f0ee58213d9271a014ba85fb49d
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
9 years agoAdded Demo specific stylesheets 99/37399/9
Paul Wisbey [Wed, 25 Mar 2015 14:05:01 +0000 (14:05 +0000)]
Added Demo specific stylesheets

Change-Id: I05a17ea530a14e94040f24db332178335ce3ce52

9 years agoNon visible character removed from اُردُو (Urdu) string. 03/37403/1
Victor Cebollada [Wed, 25 Mar 2015 16:26:51 +0000 (16:26 +0000)]
Non visible character removed from اُردُو (Urdu) string.
It caused a reordering issue.

Change-Id: I79a098f31873d55cc0e2d669e88d1e4adc547704
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
9 years agoMerge "DALi Version 1.0.35" into tizen
Adeel Kazmi [Wed, 25 Mar 2015 15:07:18 +0000 (08:07 -0700)]
Merge "DALi Version 1.0.35" into tizen

9 years agoDALi Version 1.0.35 94/37394/1 accepted/tizen/mobile/20150419.232816 accepted/tizen/tv/20150504.095556 accepted/tizen/wearable/20150504.100142 dali_1.0.35 submit/tizen_mobile/20150417.132551 submit/tizen_tv/20150504.065806 submit/tizen_wearable/20150504.070012
Tom Robinson [Wed, 25 Mar 2015 14:02:43 +0000 (14:02 +0000)]
DALi Version 1.0.35

Change-Id: I2c5814f4c364e7fe1baf8da352c100529fc074ab

9 years agoFixed the Hello World example 74/37374/2
Paul Wisbey [Wed, 25 Mar 2015 10:09:12 +0000 (10:09 +0000)]
Fixed the Hello World example

Change-Id: I05e4ec4191816dc247d6536d4c85b3dbe43599ef

9 years agoRename property & function for background image of Control 72/37272/2
Yoonsang Lee [Tue, 24 Mar 2015 00:43:02 +0000 (09:43 +0900)]
Rename property & function for background image of Control

Update for following changes in dali-toolkit:
Control::Property::BACKGROUND -> Control::Property::BACKGROUND_IMAGE
Control::SetBackground()      -> Control::SetBackgroundImage()
"background"                  -> "background-image"

Change-Id: I4fd1f14509fd14112bfeb38d0f18128b0f61ab2b

9 years agoMinor string clean-up 37/37337/3
Paul Wisbey [Tue, 24 Mar 2015 18:24:39 +0000 (18:24 +0000)]
Minor string clean-up

Change-Id: Ib490798b013cf1847fb867dd478a571d28e6fc73

9 years agoMerge "Temporarily disable i18n" into new_text
Paul Wisbey [Tue, 24 Mar 2015 17:58:38 +0000 (10:58 -0700)]
Merge "Temporarily disable i18n" into new_text

9 years agoTemporarily disable i18n 36/37336/3
Paul Wisbey [Tue, 24 Mar 2015 17:42:00 +0000 (17:42 +0000)]
Temporarily disable i18n

(Until it's working on mobile)

Change-Id: I25cf304797046b68bf56a71357fedc406e08cd21

9 years agoRevert "Work-around regression with vertical layout" 02/37302/1
Paul Wisbey [Tue, 24 Mar 2015 09:27:59 +0000 (02:27 -0700)]
Revert "Work-around regression with vertical layout"

This reverts commit a6f2bba05b6db85066145ed10d882e9514f267da.

Change-Id: I7c0993c884a61cf7d906f2da64fab0677d92774b

9 years agoWork-around regression with vertical layout 69/37269/3
Paul Wisbey [Mon, 23 Mar 2015 18:21:15 +0000 (18:21 +0000)]
Work-around regression with vertical layout

Change-Id: Ica4f357358704c12dd69e882efcb49c6dffd233e

9 years agoMerge remote-tracking branch 'origin/tizen' into new_text 12/37212/1
Paul Wisbey [Fri, 20 Mar 2015 17:22:49 +0000 (17:22 +0000)]
Merge remote-tracking branch 'origin/tizen' into new_text

Change-Id: Ie9718a263a8ab3b12209e1409754834ed986460f

9 years agoAdded more TextLabels 28/37128/1
Paul Wisbey [Thu, 19 Mar 2015 15:04:35 +0000 (15:04 +0000)]
Added more TextLabels

Change-Id: I4d107d2611cb03b218ea03e9b7e2d26b9b403127

9 years agoRemoved view from mesh-example 04/36804/2
David Steele [Fri, 13 Mar 2015 17:15:27 +0000 (17:15 +0000)]
Removed view from mesh-example

Change-Id: I171095602b6559adc0498698e638ef8590845766

9 years agoDALi Version 1.0.34 17/37117/1 dali_1.0.34
Richard Huang [Thu, 19 Mar 2015 11:04:23 +0000 (11:04 +0000)]
DALi Version 1.0.34

Change-Id: Ia5d8582b8eec61517443f24e191e01662ba4a26d

9 years agoAlignment option added. 12/37112/2
Victor Cebollada [Thu, 19 Mar 2015 10:18:35 +0000 (10:18 +0000)]
Alignment option added.

Change-Id: I5f0e4ad2e2b52cd25aa8661dd95f688ac6c41a8b
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
9 years agoMerge remote-tracking branch 'origin/tizen' into new_text 11/37111/1
Paul Wisbey [Thu, 19 Mar 2015 10:00:22 +0000 (10:00 +0000)]
Merge remote-tracking branch 'origin/tizen' into new_text

Conflicts:
examples/text-view/text-view-example.cpp

Change-Id: I112aab85d61c49687bed286c4d6435fae35f416a

9 years agoImage scaling and filtering on load across all applicable demos 49/35949/6
Andrew Cox [Mon, 23 Feb 2015 14:14:51 +0000 (14:14 +0000)]
Image scaling and filtering on load across all applicable demos

Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
Change-Id: I7629356cb2678ee8eda85eff0cbef6a530ab7a17

9 years agoMinor TextField demo tweaks 82/36982/1
Paul Wisbey [Tue, 17 Mar 2015 16:17:53 +0000 (16:17 +0000)]
Minor TextField demo tweaks

Change-Id: I092baac3133471d94aa62109548a745a74b037e0

9 years agoActor's Transformation API Cleanup 27/36427/4
Yoonsang Lee [Fri, 6 Mar 2015 08:52:49 +0000 (17:52 +0900)]
Actor's Transformation API Cleanup

Update for following changes in dali-core:
Actor::MoveBy                     -> TranslateBy
Actor::ColorBy                    -> <removed>
Actor::OpacityBy                  -> <removed>
Actor::SetRotation                -> SetOrientation
Actor::GetCurrentRotation         -> GetCurrentOrientation
Actor::GetCurrentWorldRotation    -> GetCurrentWorldOrientation
Actor::SetInheritRotation         -> SetInheritOrientation
Actor::IsRotationInherited        -> IsOrientationInherited
Actor::Property::ROTATION         -> Actor::Property::ORIENTATION
Actor::Property::WORLD_ROTATION   -> Actor::Property::WORLD_ORIENTATION
Actor::Property::INHERIT_ROTATION -> Actor::Property::INHERIT_ORIENTATION

Change-Id: I0e883d5588e2f18beba32d64a2407253fe1fb286

9 years agoAdded TextField demo to XML 95/36895/1
Paul Wisbey [Mon, 16 Mar 2015 18:06:41 +0000 (18:06 +0000)]
Added TextField demo to XML

Change-Id: I2fb46cadadd81d5c30212f8db4d91386c3281a5d

9 years agoText renderer not using default backend in emoji example 55/36855/1
Richard Underhill [Mon, 16 Mar 2015 10:45:17 +0000 (10:45 +0000)]
Text renderer not using default backend in emoji example

Change-Id: I9fb727955e339e123f5ca92fbc15a7d2d1479939
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
9 years agoMerge remote-tracking branch 'origin/tizen' into new_text 90/36790/2
Paul Wisbey [Fri, 13 Mar 2015 11:25:16 +0000 (11:25 +0000)]
Merge remote-tracking branch 'origin/tizen' into new_text

Change-Id: Id953da32620c4a3c57519cf9f5ecd74eb765a430

9 years agoAdded simple mesh example code 54/36754/2
David Steele [Thu, 12 Mar 2015 21:11:05 +0000 (21:11 +0000)]
Added simple mesh example code

Change-Id: Ib178634fad3d1d3cfa8b810eb9837c69a99f4352

9 years agoChange "SLP" to "Tizen" 75/36775/1
taeyoon [Fri, 13 Mar 2015 09:18:45 +0000 (18:18 +0900)]
Change "SLP" to "Tizen"

Change-Id: I300bf3260b3dfec153583e5b4c0c1ee6ee1eebea

9 years agoMerge "DALi Version 1.0.33" into tizen
Adeel Kazmi [Thu, 12 Mar 2015 11:56:41 +0000 (04:56 -0700)]
Merge "DALi Version 1.0.33" into tizen

9 years agoDALi Version 1.0.33 23/36723/1 dali_1.0.33
Nick Holland [Thu, 12 Mar 2015 09:23:20 +0000 (09:23 +0000)]
DALi Version 1.0.33

Change-Id: Ifa5f15cfd57ee71294bc52af0d7b394ff6a5d64a

9 years agoEmojis Example 58/36658/2 new_text_0.1
Richard Underhill [Wed, 11 Mar 2015 11:24:16 +0000 (11:24 +0000)]
Emojis Example

Change-Id: I1d3e62c1ad548c1c81b4c8dab2246c22a68249aa
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
9 years agoUse Atlas in ItemView Demo 69/36669/1
Xiangyin Ma [Wed, 11 Mar 2015 15:13:57 +0000 (15:13 +0000)]
Use Atlas in ItemView Demo

Change-Id: I703035788451cb057a7834199136cc70d22c87e4

9 years agoMerge "Show DALi version info when the logo is tapped" into tizen
Kimmo Hoikka [Wed, 11 Mar 2015 12:30:31 +0000 (05:30 -0700)]
Merge "Show DALi version info when the logo is tapped" into tizen

9 years agoShow DALi version info when the logo is tapped 53/36653/2
Adeel Kazmi [Wed, 11 Mar 2015 10:09:19 +0000 (10:09 +0000)]
Show DALi version info when the logo is tapped

Change-Id: I310242f574e549ff412248a56db8e747a4981c43

9 years agoFix for text-label.example and text-label-multilanguage.example 12/36512/4
Victor Cebollada [Fri, 6 Mar 2015 16:44:12 +0000 (16:44 +0000)]
Fix for text-label.example and text-label-multilanguage.example
  * In both demos: set the size of the text-label control,
    otherwise the size negotiation sets the natural size.
  * In the multilanguage demo: change the parent origin and anchor point of the labels.

Change-Id: I38ccd60fff826e293ee83f4aae88ab615feab1cf
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
9 years agoAdded Atlas Example 25/36225/4
Xiangyin Ma [Tue, 3 Mar 2015 19:23:10 +0000 (19:23 +0000)]
Added Atlas Example

Change-Id: Ib25db927ec8f9e53247d0b980e30404738f894d2

9 years agoMerge remote-tracking branch 'origin/tizen' into new_text 66/36466/3
Paul Wisbey [Fri, 6 Mar 2015 16:25:34 +0000 (16:25 +0000)]
Merge remote-tracking branch 'origin/tizen' into new_text

Conflicts:
examples/item-view/item-view-example.cpp
examples/path-animation/path-animation.cpp

Change-Id: I6a266274f476748bf34a97652964f501f44fe00c

9 years agoClamp size in TextLabel demo 60/36460/1
Paul Wisbey [Fri, 6 Mar 2015 15:01:40 +0000 (15:01 +0000)]
Clamp size in TextLabel demo

Change-Id: I9e07392c5c27a61fb91b25ae03fc2ee5b3b8c0a8

9 years agoRemoved mesh examples. 59/36459/1
Francisco Santos [Fri, 6 Mar 2015 14:47:40 +0000 (14:47 +0000)]
Removed mesh examples.

Change-Id: I4dbd061a6fff6922c7bd711cb70faaccc7a1b54f

9 years agoProperty refactor in dali-toolkit: Demo changes for compiling 40/36140/6 accepted/tizen/common/20150309.092034 accepted/tizen/common/20150310.094803 accepted/tizen/mobile/20150309.081759 accepted/tizen/mobile/20150310.122237 accepted/tizen/tv/20150309.081816 accepted/tizen/tv/20150310.092420 accepted/tizen/wearable/20150309.110934 accepted/tizen/wearable/20150310.114555 submit/tizen/20150309.074330 submit/tizen/20150310.084835
Tom Robinson [Mon, 2 Mar 2015 17:11:59 +0000 (17:11 +0000)]
Property refactor in dali-toolkit: Demo changes for compiling

Change-Id: I18d69dba01824ffaa1cd3a4c6b9ead3a38981bc7

9 years agoMerge "Readme file with wrong repo name" into tizen submit/tizen/20150306.102558
Adeel Kazmi [Thu, 5 Mar 2015 18:09:34 +0000 (10:09 -0800)]
Merge "Readme file with wrong repo name" into tizen

9 years agoMerge "Path animation enhancement for easier control" into tizen
Adeel Kazmi [Thu, 5 Mar 2015 18:03:47 +0000 (10:03 -0800)]
Merge "Path animation enhancement for easier control" into tizen

9 years agoReadme file with wrong repo name 85/36385/1
Francisco Santos [Thu, 5 Mar 2015 16:58:15 +0000 (16:58 +0000)]
Readme file with wrong repo name

Change-Id: Ifc10ec7cc64924a5426c4353ac503f9f50ac6dfb

9 years agoTextLabel property fixes 41/36341/2
Paul Wisbey [Thu, 5 Mar 2015 10:02:53 +0000 (10:02 +0000)]
TextLabel property fixes

Change-Id: I680700e541ac44ef0695250ba4083f7770361a3e

9 years agoPath animation enhancement for easier control 79/36279/4
Ferran Sole [Wed, 4 Mar 2015 12:42:44 +0000 (12:42 +0000)]
Path animation enhancement for easier control

Change-Id: If1cef63c5c63a2c4278406856e5701ef1abbcf82

9 years agoProperty enum name changes in dali-core: Demo changes for compiling 47/36347/1
Tom Robinson [Thu, 5 Mar 2015 11:28:49 +0000 (11:28 +0000)]
Property enum name changes in dali-core: Demo changes for compiling

Change-Id: I359790799ebf64ac5fd4e988e569dada337dd9f8

9 years agoMerge remote-tracking branch 'origin/tizen' into new_text 11/36311/3
Paul Wisbey [Wed, 4 Mar 2015 18:53:01 +0000 (18:53 +0000)]
Merge remote-tracking branch 'origin/tizen' into new_text

Conflicts:
build/tizen/examples/CMakeLists.txt
demo/dali-demo.cpp
examples/buttons/buttons-example.cpp
examples/item-view/item-view-example.cpp
examples/text-view/text-view-example.cpp

Change-Id: I8816d065edca8e2a3fd37cdcedda4b02735f5007

9 years agoUpdates after TapGestureDetector API Change 06/36306/1
Adeel Kazmi [Wed, 4 Mar 2015 17:29:21 +0000 (17:29 +0000)]
Updates after TapGestureDetector API Change

Change-Id: Ice128b44aeeccf51e9ac55af9deb3a00fd270aab