platform/core/uifw/dali-toolkit.git
9 years agoSize negotiation patch 1: Removed SetPreferred size 77/37677/3
Kingsley Stephens [Tue, 31 Mar 2015 10:21:48 +0000 (11:21 +0100)]
Size negotiation patch 1: Removed SetPreferred size

Change-Id: Ia69eea0c791153b14d2a1d46079182d60e74d6ba

9 years agoChange button rendering 14/37614/1
Heeyong Song [Wed, 1 Apr 2015 06:20:19 +0000 (15:20 +0900)]
Change button rendering
- Remove animations when the image is set
- Add a selected background image type
- Move the same painter code to Button

Change-Id: I86ee440d49199eb09bb63613e9cb2b147f68e3d2

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

Change-Id: Ifd96224f116ad16b8d196cab198ebf1d23281198

9 years agoRemove TextView and TextInput tests 41/37541/1
Kingsley Stephens [Mon, 30 Mar 2015 15:39:46 +0000 (16:39 +0100)]
Remove TextView and TextInput tests

Change-Id: I6ec9b1bee202f55c82aac72760b066f7cc3db140

9 years agoNew size negotiation 74/36274/13
Kingsley Stephens [Thu, 20 Nov 2014 12:55:55 +0000 (12:55 +0000)]
New size negotiation

Change-Id: I9867577af2cb5516f8342aa4835db32b42881da9

9 years agoTidy up JavaScript plugin makefile 50/37250/4
Nick Holland [Mon, 23 Mar 2015 11:41:19 +0000 (11:41 +0000)]
Tidy up JavaScript plugin makefile

Change-Id: I438714012e5a5eab26a706cafbaa58d4c813ad07

9 years agoMerge "DALi Version 1.0.35" into tizen
Adeel Kazmi [Wed, 25 Mar 2015 15:07:07 +0000 (08:07 -0700)]
Merge "DALi Version 1.0.35" into tizen

9 years agoDALi Version 1.0.35 93/37393/1 accepted/tizen/mobile/20150419.232751 accepted/tizen/tv/20150504.095540 accepted/tizen/wearable/20150504.100105 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:30 +0000 (14:02 +0000)]
DALi Version 1.0.35

Change-Id: I16bb203f37dd213924f795a4f5666b38bbecfc58

9 years agoMerge "Rename property & function for background image of Control" into tizen
Adeel Kazmi [Wed, 25 Mar 2015 13:31:20 +0000 (06:31 -0700)]
Merge "Rename property & function for background image of Control" into tizen

9 years agoMerge "Added PathConstraint support to Javascript API" into tizen
Adeel Kazmi [Wed, 25 Mar 2015 09:18:04 +0000 (02:18 -0700)]
Merge "Added PathConstraint support to Javascript API" into tizen

9 years agoRename property & function for background image of Control 51/37251/4
Yoonsang Lee [Mon, 23 Mar 2015 11:51:24 +0000 (20:51 +0900)]
Rename property & function for background image of Control

Control::Property::BACKGROUND -> Control::Property::BACKGROUND_IMAGE
Control::SetBackground()      -> Control::SetBackgroundImage()
"background"                  -> "background-image"

Change-Id: I5e077936976ae8cefa21ecb8537d6e10a857bb29

9 years agoMerge "Update README.md for automated-tests" into tizen
Adeel Kazmi [Tue, 24 Mar 2015 14:39:15 +0000 (07:39 -0700)]
Merge "Update README.md for automated-tests" into tizen

9 years agoAdded PathConstraint support to Javascript API 03/37303/2
Ferran Sole [Tue, 24 Mar 2015 09:21:22 +0000 (09:21 +0000)]
Added PathConstraint support to Javascript API

To create a new PathConstraint:
  var pathConstraint = new dali.PathConstraint( myPath, [1.0,0.0] );

To apply the path constraint to an actor:
  actor.applyPathConstraint( pathConstraint, "position", actor, "color-alpha" );
  actor.applyPathConstraint( pathConstraint, "orientation", actor, "color-alpha", [1.0,0.0,0.0] );
The code above will constraint position and orientation of the actor to the path. The parameter to sample
the path will be the color-alpha of the actor.

Change-Id: I9d3f5c48f0e984d0626a0cf41b0ab2dcdd6d9516

9 years agoAllow to create shader effect which is type-registered by its type name in JavaScript 36/36536/6
Richard Huang [Mon, 9 Mar 2015 16:19:03 +0000 (16:19 +0000)]
Allow to create shader effect which is type-registered by its type name in JavaScript

Change-Id: I27145106837a36133b6a994cd869c3b03adea5d9

9 years agoFix JavaScript plugin build break after rotation->orientation property change 72/37172/2
Nick Holland [Fri, 20 Mar 2015 14:18:38 +0000 (14:18 +0000)]
Fix JavaScript plugin build break after rotation->orientation property change

Change-Id: Ia191f33ed1e4e5e30029c963c2dbbf78e96f87dd

9 years agoMerge "DALi Version 1.0.34" into tizen
Adeel Kazmi [Thu, 19 Mar 2015 11:28:15 +0000 (04:28 -0700)]
Merge "DALi Version 1.0.34" into tizen

9 years agoChanged configure/makefile to work with v8 package config 01/36801/7
Nick Holland [Fri, 13 Mar 2015 15:21:28 +0000 (15:21 +0000)]
Changed configure/makefile to work with v8 package config

Also updated v8 version to 3.32.7 (Jan 2015) can't update
any further unless we start using c++11 compiler flags.

Change-Id: Ibdfee429b97aa6b342d3527371c8d7947ae2e11b

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

Change-Id: I44af4abb9095fa425fb9d2e809bca16305407842

9 years agoUpdate README.md for automated-tests 50/36550/2
Yoonsang Lee [Tue, 10 Mar 2015 01:55:17 +0000 (10:55 +0900)]
Update README.md for automated-tests

Correct names of test sets.

Change-Id: If7c660626bf26f76471931d925eda9f73f4eeb9d

9 years agoRemove redundant orientation settings as default camera already looks at stage 58/37058/1
Kimmo Hoikka [Wed, 18 Mar 2015 14:40:55 +0000 (14:40 +0000)]
Remove redundant orientation settings as default camera already looks at stage

Change-Id: I7dbe23324319e1ab1ca543b90574012bddd2cc1c

9 years agoActor's Transformation API Cleanup 26/36426/5
Yoonsang Lee [Fri, 6 Mar 2015 08:52:37 +0000 (17:52 +0900)]
Actor's Transformation API Cleanup

Update for following changes in dali-core:
Actor::MoveBy                     -> Actor::TranslateBy
Actor::ColorBy                    -> <removed>
Actor::OpacityBy                  -> <removed>
Actor::SetRotation                -> Actor::SetOrientation
Actor::GetCurrentRotation         -> Actor::GetCurrentOrientation
Actor::GetCurrentWorldRotation    -> Actor::GetCurrentWorldOrientation
Actor::SetInheritRotation         -> Actor::SetInheritOrientation
Actor::IsRotationInherited        -> Actor::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: Ie30c5da5c90167d6d0761510e2c67d5d2da259d7

9 years agoMerge "Updated programming guide for Properties" into tizen
Adeel Kazmi [Mon, 16 Mar 2015 10:10:28 +0000 (03:10 -0700)]
Merge "Updated programming guide for Properties" into tizen

9 years agoMerge "Added documentation markdown guide" into tizen
Adeel Kazmi [Fri, 13 Mar 2015 15:29:41 +0000 (08:29 -0700)]
Merge "Added documentation markdown guide" into tizen

9 years agoMerge "Removal of LITE profile" into tizen
Adeel Kazmi [Fri, 13 Mar 2015 15:23:46 +0000 (08:23 -0700)]
Merge "Removal of LITE profile" into tizen

9 years agoAdded documentation markdown guide 64/36464/5
Nick Holland [Fri, 6 Mar 2015 15:39:50 +0000 (15:39 +0000)]
Added documentation markdown guide

Change-Id: I8cbb65d434b74b60f4cf5c62c8d4865c4d7c97eb

9 years agoRemove unused ItemView layouts 88/36788/2
Richard Huang [Fri, 13 Mar 2015 12:01:08 +0000 (12:01 +0000)]
Remove unused ItemView layouts

Change-Id: Ie4087d1f28b6696cad2684bf28e4bc089bed1617

9 years agoUpdated programming guide for Properties 37/36537/10
Tom Robinson [Mon, 9 Mar 2015 16:22:51 +0000 (16:22 +0000)]
Updated programming guide for Properties

Change-Id: Ie96b72c4f4f2f22edaca653fe435de1dd937dcbb

9 years agoRemoval of LITE profile 65/36765/2
taeyoon [Fri, 13 Mar 2015 06:44:32 +0000 (15:44 +0900)]
Removal of LITE profile

Change-Id: I551a4dbd065312c07e9ac5e4356adfae34b4f961

9 years agoChange "SLP" to "Tizen" 74/36774/1
taeyoon [Fri, 13 Mar 2015 09:17:51 +0000 (18:17 +0900)]
Change "SLP" to "Tizen"

Change-Id: I7464f5a9ef0b3b2fc7fb6fbbc06c8bfb437e4f62

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

Change-Id: Ie5fc020fb2b7b9bde369ea4fbc6c263a4f55d998

9 years agoRemove unused FindActorByAlias 14/36614/2
Kimmo Hoikka [Tue, 10 Mar 2015 17:33:43 +0000 (17:33 +0000)]
Remove unused FindActorByAlias

Change-Id: I6838d61433ebcf1c84d4d42846ca7abf7a8d5d1c

9 years agodali-toolkit property type comment to represent type instead of property enum 70/36470/1 accepted/tizen/common/20150310.094727 accepted/tizen/mobile/20150310.122230 accepted/tizen/tv/20150310.092414 accepted/tizen/wearable/20150310.114543 submit/tizen/20150310.084835
Tom Robinson [Fri, 6 Mar 2015 17:58:12 +0000 (17:58 +0000)]
dali-toolkit property type comment to represent type instead of property enum

Change-Id: I58ce015f18dc309f4d7f3fd7b84a2e7dd488e436

9 years agoProperty refactor in dali-toolkit: Toolkit changes 39/36139/6 accepted/tizen/common/20150309.091951 accepted/tizen/mobile/20150309.081750 accepted/tizen/tv/20150309.081812 accepted/tizen/wearable/20150309.110925 submit/tizen/20150309.074330
Tom Robinson [Mon, 2 Mar 2015 17:11:11 +0000 (17:11 +0000)]
Property refactor in dali-toolkit: Toolkit changes

Change-Id: I1af4c0d2a3983134256ac816cd89df9b138c93f5

9 years agoMerge "Property enum name changes in dali-core: Toolkit changes for compiling" into... submit/tizen/20150306.102558
Adeel Kazmi [Thu, 5 Mar 2015 16:16:54 +0000 (08:16 -0800)]
Merge "Property enum name changes in dali-core: Toolkit changes for compiling" into tizen

9 years agotest-platform-abstraction change by adding LoadShaderBinFile() of PlatformAbstraction 76/36376/1
taeyoon [Thu, 5 Mar 2015 14:28:31 +0000 (23:28 +0900)]
test-platform-abstraction change by adding LoadShaderBinFile() of PlatformAbstraction

 - LoadShaderBinFile() into test-platform-abstraction.h/cpp

Change-Id: Ife440014cc86a6c80102fbf0ade3a7c441c262b9

9 years agoMerge "Add IMPORT_DALI_API to item-layout" into tizen
Adeel Kazmi [Thu, 5 Mar 2015 12:55:24 +0000 (04:55 -0800)]
Merge "Add IMPORT_DALI_API to item-layout" into tizen

9 years agoProperty enum name changes in dali-core: Toolkit changes for compiling 46/36346/1
Tom Robinson [Thu, 5 Mar 2015 11:28:09 +0000 (11:28 +0000)]
Property enum name changes in dali-core: Toolkit changes for compiling

Change-Id: I9da79abb00fc7b700effb420af0a44fd6cd24d44

9 years agoBuild JavaScript documentation during make 38/36338/2
Nick Holland [Wed, 4 Mar 2015 11:00:22 +0000 (11:00 +0000)]
Build JavaScript documentation during make

Also includes fix to build break after FRONT_... BACK_
anchor point constants removed.

Change-Id: I981b6375e8c425f506a5b2a36e1285d719204423

9 years agoAdd IMPORT_DALI_API to item-layout 16/36316/1
daemyung jang [Thu, 5 Mar 2015 00:58:17 +0000 (09:58 +0900)]
Add IMPORT_DALI_API to item-layout

Change-Id: Iefde94b007442649cd9100587d71e8f69f2a0525

9 years agoUpdates after TapGestureDetector API Change 02/36302/2
Adeel Kazmi [Wed, 4 Mar 2015 16:18:46 +0000 (16:18 +0000)]
Updates after TapGestureDetector API Change

Change-Id: Ib4ca3598bde23e804b4a09f6960065c38f5883c3

9 years agoDALi Version 1.0.32 95/36295/1 dali_1.0.32
Lee Morgan [Wed, 4 Mar 2015 16:11:01 +0000 (16:11 +0000)]
DALi Version 1.0.32

Change-Id: I5007bc6970c0130a9aa5a3b51a86bcc58e077f32

9 years agoUpdates following boost::function removal from adaptor 13/36213/1
Adeel Kazmi [Tue, 3 Mar 2015 09:40:07 +0000 (09:40 +0000)]
Updates following boost::function removal from adaptor

Still to do - Remove boost::function from builder

Change-Id: Ica46c381bbd03f1bab3fd664b24b4a15b503f5e9

9 years agoUse a different image for 'pressed' selection handle 82/36182/1
Paul Wisbey [Tue, 3 Mar 2015 08:39:44 +0000 (08:39 +0000)]
Use a different image for 'pressed' selection handle

Change-Id: I83493305f3d701bc4430286c81e43b536827422e

9 years agoProperty refactor in dali-core: Toolkit changes for compiling 07/35807/5
Tom Robinson [Tue, 24 Feb 2015 19:35:34 +0000 (19:35 +0000)]
Property refactor in dali-core: Toolkit changes for compiling

Change-Id: I98215514f2fac2fefc9a77b73b9c35713968ba7a

9 years agoMerge "Refactoring Button: remove painter" into tizen
HyunJu Shin [Mon, 2 Mar 2015 08:56:31 +0000 (00:56 -0800)]
Merge "Refactoring Button: remove painter" into tizen

9 years agoMerge "Removed AffectedByLighting APIs from MeshActor" into tizen
Kimmo Hoikka [Fri, 27 Feb 2015 15:09:42 +0000 (07:09 -0800)]
Merge "Removed AffectedByLighting APIs from MeshActor" into tizen

9 years agoMerge "Stop using string comparison against exported constant to check if string...
Kimmo Hoikka [Fri, 27 Feb 2015 13:49:51 +0000 (05:49 -0800)]
Merge "Stop using string comparison against exported constant to check if string has contents" into tizen

9 years agoStop using string comparison against exported constant to check if string has contents 14/36014/2
Kimmo Hoikka [Fri, 27 Feb 2015 11:04:57 +0000 (11:04 +0000)]
Stop using string comparison against exported constant to check if string has contents

Change-Id: Ib8c3988ad22408ada8d3f81908b847c14326a055

9 years agoChange incorrect anchorpoint in popup 26/36026/2
Kimmo Hoikka [Fri, 27 Feb 2015 11:42:32 +0000 (11:42 +0000)]
Change incorrect anchorpoint in popup

Change-Id: Ie7cf70972ec0c182d4c2b94638f6f727a4d255d0

9 years agoRemoved AffectedByLighting APIs from MeshActor 17/36017/1
David Steele [Fri, 27 Feb 2015 11:08:04 +0000 (11:08 +0000)]
Removed AffectedByLighting APIs from MeshActor

Change-Id: Ie9e3fdcb4f4b18bec7bd9f28abf058b9430d83d9

9 years agoMerge "JavaScript support for DALi" into tizen
Adeel Kazmi [Fri, 27 Feb 2015 09:02:39 +0000 (01:02 -0800)]
Merge "JavaScript support for DALi" into tizen

9 years agoRefactoring Button: remove painter 00/35900/2
Heeyong Song [Thu, 26 Feb 2015 00:23:00 +0000 (09:23 +0900)]
Refactoring Button: remove painter

Change-Id: I37a0dc2c734458dd135834e2df1d14b2bf22b8cc

9 years agoJavaScript support for DALi 57/34057/15
Nick Holland [Tue, 20 Jan 2015 16:02:00 +0000 (16:02 +0000)]
JavaScript support for DALi

Configure with --enable-javascript to use
Requires v8 to build (v3.25.19)

git clone git://github.com/v8/v8.git
cd v8
git checkout 5475d473f7fa6f33296276e7b25fc1fe955ab166

Change-Id: Ic22273ab0875e6e21186261fe88a2ac57af162ae

9 years agoReplace vector.h with vector-wrapper.h 95/35895/2
Adeel Kazmi [Wed, 25 Feb 2015 16:59:38 +0000 (16:59 +0000)]
Replace vector.h with vector-wrapper.h

Change-Id: Ib42e49064314960e3c8cb501983d9972160d4d1e

9 years agoMerge "Updates following 'Rename BitmapImage as BufferImage'" into tizen
Adeel Kazmi [Wed, 25 Feb 2015 16:51:21 +0000 (08:51 -0800)]
Merge "Updates following 'Rename BitmapImage as BufferImage'" into tizen

9 years agoMerge "DALi Version 1.0.31" into tizen
Adeel Kazmi [Wed, 25 Feb 2015 14:26:23 +0000 (06:26 -0800)]
Merge "DALi Version 1.0.31" into tizen

9 years agoMerge "Scrollable public API clean-up phase 1" into tizen
Adeel Kazmi [Wed, 25 Feb 2015 12:00:13 +0000 (04:00 -0800)]
Merge "Scrollable public API clean-up phase 1" into tizen

9 years agoDALi Version 1.0.31 61/35861/1 dali_1.0.31
Kingsley Stephens [Wed, 25 Feb 2015 11:33:30 +0000 (11:33 +0000)]
DALi Version 1.0.31

Change-Id: I69688805b9e6179eaa55570fd99b40d507024e44

9 years agoUpdates following 'Rename BitmapImage as BufferImage' 11/35711/7
Xiangyin Ma [Mon, 23 Feb 2015 17:02:23 +0000 (17:02 +0000)]
Updates following 'Rename BitmapImage as BufferImage'

Change-Id: I33b87c5e3f5e23ee134fe93c7f5e2c5205a9448f

9 years agoMerge "Updates after Handle/Constrainable merge" into tizen
Kimmo Hoikka [Wed, 25 Feb 2015 11:05:20 +0000 (03:05 -0800)]
Merge "Updates after Handle/Constrainable merge" into tizen

9 years agoScrollable public API clean-up phase 1 60/35560/3
Richard Huang [Tue, 17 Feb 2015 14:27:36 +0000 (14:27 +0000)]
Scrollable public API clean-up phase 1

Change-Id: Idc65f3e14554895641b178c04048ffa2f63e92d4

9 years agoUpdates after Handle/Constrainable merge 86/35786/2
Adeel Kazmi [Tue, 24 Feb 2015 14:05:38 +0000 (14:05 +0000)]
Updates after Handle/Constrainable merge

Change-Id: Ia13e9eaa9644af5295ed3c05737019d8bc9f23b7

9 years agoAdded shader effect to render quadratic bezier curves and bounded regions on the GPU 96/35696/4
Ferran Sole [Mon, 23 Feb 2015 11:57:43 +0000 (11:57 +0000)]
Added shader effect to render quadratic bezier curves and bounded regions on the GPU

Change-Id: I246162665cbbdf438d601e337c830dea7cdf19c6

9 years agoFollow the include-order coding conventions 73/35773/3
Paul Wisbey [Tue, 24 Feb 2015 12:02:08 +0000 (12:02 +0000)]
Follow the include-order coding conventions

Change-Id: I316b5d62f4c31b38740067186d29dc4cb5cf0767

9 years agoMerge "(ScrollView) Stop the touch down timer if Transform is called (via ScrollTo...
Kimmo Hoikka [Mon, 23 Feb 2015 17:23:36 +0000 (09:23 -0800)]
Merge "(ScrollView) Stop the touch down timer if Transform is called (via ScrollTo) while it's active" into tizen

9 years agoMerge "Follow the include-order coding conventions" into tizen
Adeel Kazmi [Mon, 23 Feb 2015 16:47:05 +0000 (08:47 -0800)]
Merge "Follow the include-order coding conventions" into tizen

9 years agoMerge "Addition of build flag "-Wl,-Bsymbolic-functions" for launching performance...
Adeel Kazmi [Mon, 23 Feb 2015 16:01:11 +0000 (08:01 -0800)]
Merge "Addition of build flag "-Wl,-Bsymbolic-functions" for launching performance" into tizen

9 years ago(ScrollView) Stop the touch down timer if Transform is called (via ScrollTo) while... 97/35697/2
Adeel Kazmi [Mon, 23 Feb 2015 12:02:16 +0000 (12:02 +0000)]
(ScrollView) Stop the touch down timer if Transform is called (via ScrollTo) while it's active

Patch from Matthew Stephenson

[Problem]  ScrollTo while timer is active causing undesired effects.
[Solution] Cancel the timer when TransformTo is called.

Change-Id: I6dd96454c0044054d929f30759f05c70e4877cd3

9 years agoFollow the include-order coding conventions 94/35694/1
Paul Wisbey [Mon, 23 Feb 2015 11:50:12 +0000 (11:50 +0000)]
Follow the include-order coding conventions

Change-Id: I890cc03cca27374fb2a2d9c8645c86b0a19738c5

9 years agoAddition of build flag "-Wl,-Bsymbolic-functions" for launching performance 82/35682/1
taeyoon [Mon, 23 Feb 2015 09:02:05 +0000 (18:02 +0900)]
Addition of build flag "-Wl,-Bsymbolic-functions" for launching performance

Change-Id: Iab08c26a21316fffafabe724998cf0c060864c00

9 years agoInclude <string> to compensate for core inclusion cleanup 98/35598/4
Andrew Cox [Thu, 19 Feb 2015 00:11:55 +0000 (00:11 +0000)]
Include <string> to compensate for core inclusion cleanup

Follows core patch: https://review.tizen.org/gerrit/#/c/35596
and adaptor patch: https://review.tizen.org/gerrit/#/c/35597/

Change-Id: I926992fcf979695dfd316f6b1d06825dc60f5ed9
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
9 years agoMerge "Typo fixed in Control implementation doc." into tizen
Adeel Kazmi [Thu, 19 Feb 2015 10:35:36 +0000 (02:35 -0800)]
Merge "Typo fixed in Control implementation doc." into tizen

9 years agoTypo fixed in Control implementation doc. 09/35609/1
Victor Cebollada [Thu, 19 Feb 2015 10:09:14 +0000 (10:09 +0000)]
Typo fixed in Control implementation doc.

Change-Id: I7f1e4d3b4668af54bad62704e0bd5ba58e6b0c36
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
9 years agoMerge "Remove unnecessarily exported signals and action names" into tizen
Adeel Kazmi [Wed, 18 Feb 2015 17:39:28 +0000 (09:39 -0800)]
Merge "Remove unnecessarily exported signals and action names" into tizen

9 years agoMerge "DALi Version 1.0.30" into tizen
Adeel Kazmi [Wed, 18 Feb 2015 15:18:24 +0000 (07:18 -0800)]
Merge "DALi Version 1.0.30" into tizen

9 years agoDALi Version 1.0.30 78/35578/1 dali_1.0.30
Ferran Sole [Wed, 18 Feb 2015 14:33:59 +0000 (14:33 +0000)]
DALi Version 1.0.30

Change-Id: Ic6b45ba22e0e4f5d3850aaf257d7c14b3d1c30fa

9 years agoRemove unnecessarily exported signals and action names 56/35556/5
Tom Robinson [Tue, 17 Feb 2015 13:58:19 +0000 (13:58 +0000)]
Remove unnecessarily exported signals and action names

Change-Id: Iffe4621c04d06cb98eaec6cd84b69fa520f3b492

9 years agoDali-toolkit: Replace constraints with SizeMode 68/35368/3
Tom Robinson [Thu, 12 Feb 2015 15:30:30 +0000 (15:30 +0000)]
Dali-toolkit: Replace constraints with SizeMode

Change-Id: I8bc67f3b0c781f0f5c30f3576972ff1008c8c16c

9 years agoUpdates following Scripting changes in Core 40/35540/2
Adeel Kazmi [Tue, 17 Feb 2015 11:26:02 +0000 (11:26 +0000)]
Updates following Scripting changes in Core

Change-Id: Ia9fdbdb2b2635a6358a490103b1d5fcf9b117bca

9 years agoUpdate toolkit with ResourceImage/Image split 30/35430/4
Xiangyin Ma [Fri, 13 Feb 2015 16:16:24 +0000 (16:16 +0000)]
Update toolkit with ResourceImage/Image split

Change-Id: Ia56f0e6f012264807bb575c5dff08b1d87b6cc8b

9 years agoMerge "Button Refactoring phase 1" into tizen submit/tizen/20150217.020310
Adeel Kazmi [Mon, 16 Feb 2015 17:33:20 +0000 (09:33 -0800)]
Merge "Button Refactoring phase 1" into tizen

9 years agoButton Refactoring phase 1 31/35231/8
Heeyong Song [Wed, 11 Feb 2015 04:15:56 +0000 (13:15 +0900)]
Button Refactoring phase 1

Change-Id: I5a11de7cb39228882358f83f0d2028af0c3db2e6

9 years agoDeep Internal Documentation 75/35375/5
Andrew Cox [Thu, 12 Feb 2015 17:51:25 +0000 (17:51 +0000)]
Deep Internal Documentation

Call graphs, caller graphs, highlighted browsable source code ...

Change-Id: I66b31abdf91e1b78e2a93f9f0b4ebbfa9949f565
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
9 years agoMerge "Remove obsolete and non functional SizeChanged signal from actor" into tizen
Kimmo Hoikka [Thu, 12 Feb 2015 10:42:42 +0000 (02:42 -0800)]
Merge "Remove obsolete and non functional SizeChanged signal from actor" into tizen

9 years agoRemove obsolete and non functional SizeChanged signal from actor 85/35285/2
Kimmo Hoikka [Wed, 11 Feb 2015 13:24:00 +0000 (13:24 +0000)]
Remove obsolete and non functional SizeChanged signal from actor

Change-Id: Idf6252b4aac6fe3acf56b469f2a380c4e862a9cc

9 years agoMerge "Remove constraints from Popup, TableView, Alignment & ScrollBar" into tizen
Adeel Kazmi [Wed, 11 Feb 2015 11:43:17 +0000 (03:43 -0800)]
Merge "Remove constraints from Popup, TableView, Alignment & ScrollBar" into tizen

9 years agoDALi Version 1.0.29 66/35266/1 dali_1.0.29
Adeel Kazmi [Wed, 11 Feb 2015 10:13:22 +0000 (10:13 +0000)]
DALi Version 1.0.29

Change-Id: I04e3412887643968569ec84d93928a7ea599a799

9 years agoRemove constraints from Popup, TableView, Alignment & ScrollBar 81/35081/7
Xiangyin Ma [Fri, 6 Feb 2015 18:44:29 +0000 (18:44 +0000)]
Remove constraints from Popup, TableView, Alignment & ScrollBar

Change-Id: Icc87b6fc280a653f5fc5711c5f3bf624db5c5d18

9 years agoMerge base & optional 46/35146/1
Adeel Kazmi [Mon, 9 Feb 2015 14:57:14 +0000 (14:57 +0000)]
Merge base & optional

Change-Id: Icd2bba5752711bb6f0b3932ede16ae2e274a0e6b

9 years agoremove (dead) ImageView UI control 23/35123/1
Kimmo Hoikka [Mon, 9 Feb 2015 12:06:20 +0000 (12:06 +0000)]
remove (dead) ImageView UI control

Change-Id: I59602642e8b7e6f6b934b49127d1210f635a6a86

9 years agofixing some of the comments and changing copy-by-value to by reference in size negoti... 90/34990/8
Kimmo Hoikka [Fri, 6 Feb 2015 19:59:26 +0000 (19:59 +0000)]
fixing some of the comments and changing copy-by-value to by reference in size negotiation

Change-Id: I1eb8b787e0880083def5483bde4b95644047f4f6

9 years agoMerge "Remove Constraints from Cluster,ToolBar,View & ImageView" into tizen
Kimmo Hoikka [Fri, 6 Feb 2015 19:18:46 +0000 (11:18 -0800)]
Merge "Remove Constraints from Cluster,ToolBar,View & ImageView" into tizen

9 years ago(Magnifier) Synchronize the frame position with the viewport position 67/35067/1
Xiangyin Ma [Fri, 6 Feb 2015 15:27:25 +0000 (15:27 +0000)]
(Magnifier) Synchronize the frame position with the viewport position

Change-Id: I1094572097356d19f32e9bbfce7088482f3aaa38

9 years agoMerge "DALi Version 1.0.28" into tizen accepted/tizen/common/20150209.122020 accepted/tizen/mobile/20150210.015343 accepted/tizen/mobile/20150306.082341 accepted/tizen/tv/20150210.013257 accepted/tizen/wearable/20150210.015027 dali_1.0.28 submit/tizen/20150206.152923 submit/tizen_mobile/20150213.000000 submit/tizen_mobile/20150223.000000 submit/tizen_mobile/20150306.011558
Paul Wisbey [Fri, 6 Feb 2015 13:54:04 +0000 (05:54 -0800)]
Merge "DALi Version 1.0.28" into tizen

9 years agoDALi Version 1.0.28 56/35056/1
Xiangyin Ma [Fri, 6 Feb 2015 11:51:25 +0000 (11:51 +0000)]
DALi Version 1.0.28

Change-Id: Iccdf4fa0f5a549793950df0b4ba3bc36b5d59d63

9 years ago(AutomatedTests) Merged managed and unmanaged tests 09/35009/1
Adeel Kazmi [Thu, 5 Feb 2015 20:08:55 +0000 (20:08 +0000)]
(AutomatedTests) Merged managed and unmanaged tests

Removed some redundant unmanaged Button tests. They are being refactored so need to be re-written
anyway.

Change-Id: I15a6c76652f9b893875cf1a7b52ab55af6f369e4

9 years agoRemove Constraints from Cluster,ToolBar,View & ImageView 49/34949/3
Xiangyin Ma [Wed, 4 Feb 2015 18:37:06 +0000 (18:37 +0000)]
Remove Constraints from Cluster,ToolBar,View & ImageView

Change-Id: I1225da0795796717dc750a5ff5a91f96225e3a72

9 years agoRemove constaints from BloomView, GaussianBlurView & Magnifier 54/34854/3 accepted/tizen/common/20150209.121015 accepted/tizen/mobile/20150211.014648 accepted/tizen/tv/20150210.012936 accepted/tizen/wearable/20150210.014752 submit/tizen/20150206.044231
Xiangyin Ma [Tue, 3 Feb 2015 13:20:56 +0000 (13:20 +0000)]
Remove constaints from BloomView, GaussianBlurView & Magnifier

Change-Id: Ie4dbec178de2c6644fddd459e5d6acd21f26ae7a

9 years ago(Buttons) Fix build break for automated tests & remove unused function 91/34991/2
Adeel Kazmi [Thu, 5 Feb 2015 11:59:00 +0000 (11:59 +0000)]
(Buttons) Fix build break for automated tests & remove unused function

Change-Id: Ib149b289fe93425f888598247f17f4415aac47d8

9 years agoButton refactoring: rename properties 72/34872/1 submit/tizen/20150205.132635
Heeyong Song [Wed, 4 Feb 2015 03:01:28 +0000 (12:01 +0900)]
Button refactoring: rename properties

Change-Id: I4ed5ecb962efe9c85cf1a2941d22478a3de7aec2