Francisco Santos [Mon, 20 Apr 2015 15:10:09 +0000 (16:10 +0100)]
Revert to tizen branch.
Change-Id: I265ba0f78f94a1831ac0256d0385351ba7654721
David Steele [Tue, 31 Mar 2015 14:44:46 +0000 (15:44 +0100)]
Merge branch 'tizen' into devel/new_mesh
Change-Id: I1df97f4ad515536413b587eb178a5645c31dbf3a
Kingsley Stephens [Mon, 30 Mar 2015 15:39:46 +0000 (16:39 +0100)]
Remove TextView and TextInput tests
Change-Id: I6ec9b1bee202f55c82aac72760b066f7cc3db140
Kingsley Stephens [Thu, 20 Nov 2014 12:55:55 +0000 (12:55 +0000)]
New size negotiation
Change-Id: I9867577af2cb5516f8342aa4835db32b42881da9
Nick Holland [Mon, 23 Mar 2015 11:41:19 +0000 (11:41 +0000)]
Tidy up JavaScript plugin makefile
Change-Id: I438714012e5a5eab26a706cafbaa58d4c813ad07
Adeel Kazmi [Wed, 25 Mar 2015 15:07:07 +0000 (08:07 -0700)]
Merge "DALi Version 1.0.35" into tizen
Tom Robinson [Wed, 25 Mar 2015 14:02:30 +0000 (14:02 +0000)]
DALi Version 1.0.35
Change-Id: I16bb203f37dd213924f795a4f5666b38bbecfc58
Adeel Kazmi [Wed, 25 Mar 2015 13:31:20 +0000 (06:31 -0700)]
Merge "Rename property & function for background image of Control" into tizen
Adeel Kazmi [Wed, 25 Mar 2015 09:18:04 +0000 (02:18 -0700)]
Merge "Added PathConstraint support to Javascript API" into tizen
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
Adeel Kazmi [Tue, 24 Mar 2015 14:39:15 +0000 (07:39 -0700)]
Merge "Update README.md for automated-tests" into tizen
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
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
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
Adeel Kazmi [Thu, 19 Mar 2015 11:28:15 +0000 (04:28 -0700)]
Merge "DALi Version 1.0.34" into tizen
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
Richard Huang [Thu, 19 Mar 2015 11:04:20 +0000 (11:04 +0000)]
DALi Version 1.0.34
Change-Id: I44af4abb9095fa425fb9d2e809bca16305407842
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
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
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
Adeel Kazmi [Mon, 16 Mar 2015 10:10:28 +0000 (03:10 -0700)]
Merge "Updated programming guide for Properties" into tizen
Adeel Kazmi [Fri, 13 Mar 2015 15:29:41 +0000 (08:29 -0700)]
Merge "Added documentation markdown guide" into tizen
Adeel Kazmi [Fri, 13 Mar 2015 15:23:46 +0000 (08:23 -0700)]
Merge "Removal of LITE profile" into tizen
Nick Holland [Fri, 6 Mar 2015 15:39:50 +0000 (15:39 +0000)]
Added documentation markdown guide
Change-Id: I8cbb65d434b74b60f4cf5c62c8d4865c4d7c97eb
Richard Huang [Fri, 13 Mar 2015 12:01:08 +0000 (12:01 +0000)]
Remove unused ItemView layouts
Change-Id: Ie4087d1f28b6696cad2684bf28e4bc089bed1617
Tom Robinson [Mon, 9 Mar 2015 16:22:51 +0000 (16:22 +0000)]
Updated programming guide for Properties
Change-Id: Ie96b72c4f4f2f22edaca653fe435de1dd937dcbb
taeyoon [Fri, 13 Mar 2015 06:44:32 +0000 (15:44 +0900)]
Removal of LITE profile
Change-Id: I551a4dbd065312c07e9ac5e4356adfae34b4f961
taeyoon [Fri, 13 Mar 2015 09:17:51 +0000 (18:17 +0900)]
Change "SLP" to "Tizen"
Change-Id: I7464f5a9ef0b3b2fc7fb6fbbc06c8bfb437e4f62
Nick Holland [Thu, 12 Mar 2015 09:23:16 +0000 (09:23 +0000)]
DALi Version 1.0.33
Change-Id: Ie5fc020fb2b7b9bde369ea4fbc6c263a4f55d998
Kimmo Hoikka [Tue, 10 Mar 2015 17:33:43 +0000 (17:33 +0000)]
Remove unused FindActorByAlias
Change-Id: I6838d61433ebcf1c84d4d42846ca7abf7a8d5d1c
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
Francisco Santos [Fri, 6 Mar 2015 14:41:41 +0000 (14:41 +0000)]
Remove mesh from text input.
Change-Id: Ie887ef2fdd28cb8857695f9a1bf5c7841071ec0b
David Steele [Mon, 2 Mar 2015 12:17:46 +0000 (12:17 +0000)]
Temporary core API updates
RendarableActor API has moved to ImageActor temporarily.
Updated toolkit to match.
Change-Id: I739a03d4e1f53a3290cd8f674110cf99c3669c24
Signed-off-by: David Steele <david.steele@partner.samsung.com>
David Steele [Tue, 10 Feb 2015 17:06:27 +0000 (17:06 +0000)]
Temporary removal of mesh based toolkit functionality
Change-Id: Iaf0f952ed006b11d5979e5ced41b313acf6c24cf
Tom Robinson [Mon, 2 Mar 2015 17:11:11 +0000 (17:11 +0000)]
Property refactor in dali-toolkit: Toolkit changes
Change-Id: I1af4c0d2a3983134256ac816cd89df9b138c93f5
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
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
Adeel Kazmi [Thu, 5 Mar 2015 12:55:24 +0000 (04:55 -0800)]
Merge "Add IMPORT_DALI_API to item-layout" into tizen
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
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
daemyung jang [Thu, 5 Mar 2015 00:58:17 +0000 (09:58 +0900)]
Add IMPORT_DALI_API to item-layout
Change-Id: Iefde94b007442649cd9100587d71e8f69f2a0525
Adeel Kazmi [Wed, 4 Mar 2015 16:18:46 +0000 (16:18 +0000)]
Updates after TapGestureDetector API Change
Change-Id: Ib4ca3598bde23e804b4a09f6960065c38f5883c3
Lee Morgan [Wed, 4 Mar 2015 16:11:01 +0000 (16:11 +0000)]
DALi Version 1.0.32
Change-Id: I5007bc6970c0130a9aa5a3b51a86bcc58e077f32
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
Paul Wisbey [Tue, 3 Mar 2015 08:39:44 +0000 (08:39 +0000)]
Use a different image for 'pressed' selection handle
Change-Id: I83493305f3d701bc4430286c81e43b536827422e
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
HyunJu Shin [Mon, 2 Mar 2015 08:56:31 +0000 (00:56 -0800)]
Merge "Refactoring Button: remove painter" into tizen
Kimmo Hoikka [Fri, 27 Feb 2015 15:09:42 +0000 (07:09 -0800)]
Merge "Removed AffectedByLighting APIs from MeshActor" into tizen
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
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
Kimmo Hoikka [Fri, 27 Feb 2015 11:42:32 +0000 (11:42 +0000)]
Change incorrect anchorpoint in popup
Change-Id: Ie7cf70972ec0c182d4c2b94638f6f727a4d255d0
David Steele [Fri, 27 Feb 2015 11:08:04 +0000 (11:08 +0000)]
Removed AffectedByLighting APIs from MeshActor
Change-Id: Ie9e3fdcb4f4b18bec7bd9f28abf058b9430d83d9
Adeel Kazmi [Fri, 27 Feb 2015 09:02:39 +0000 (01:02 -0800)]
Merge "JavaScript support for DALi" into tizen
Heeyong Song [Thu, 26 Feb 2015 00:23:00 +0000 (09:23 +0900)]
Refactoring Button: remove painter
Change-Id: I37a0dc2c734458dd135834e2df1d14b2bf22b8cc
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
Adeel Kazmi [Wed, 25 Feb 2015 16:59:38 +0000 (16:59 +0000)]
Replace vector.h with vector-wrapper.h
Change-Id: Ib42e49064314960e3c8cb501983d9972160d4d1e
Adeel Kazmi [Wed, 25 Feb 2015 16:51:21 +0000 (08:51 -0800)]
Merge "Updates following 'Rename BitmapImage as BufferImage'" into tizen
Adeel Kazmi [Wed, 25 Feb 2015 14:26:23 +0000 (06:26 -0800)]
Merge "DALi Version 1.0.31" 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
Kingsley Stephens [Wed, 25 Feb 2015 11:33:30 +0000 (11:33 +0000)]
DALi Version 1.0.31
Change-Id: I69688805b9e6179eaa55570fd99b40d507024e44
Xiangyin Ma [Mon, 23 Feb 2015 17:02:23 +0000 (17:02 +0000)]
Updates following 'Rename BitmapImage as BufferImage'
Change-Id: I33b87c5e3f5e23ee134fe93c7f5e2c5205a9448f
Kimmo Hoikka [Wed, 25 Feb 2015 11:05:20 +0000 (03:05 -0800)]
Merge "Updates after Handle/Constrainable merge" into tizen
Richard Huang [Tue, 17 Feb 2015 14:27:36 +0000 (14:27 +0000)]
Scrollable public API clean-up phase 1
Change-Id: Idc65f3e14554895641b178c04048ffa2f63e92d4
Adeel Kazmi [Tue, 24 Feb 2015 14:05:38 +0000 (14:05 +0000)]
Updates after Handle/Constrainable merge
Change-Id: Ia13e9eaa9644af5295ed3c05737019d8bc9f23b7
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
Paul Wisbey [Tue, 24 Feb 2015 12:02:08 +0000 (12:02 +0000)]
Follow the include-order coding conventions
Change-Id: I316b5d62f4c31b38740067186d29dc4cb5cf0767
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
Adeel Kazmi [Mon, 23 Feb 2015 16:47:05 +0000 (08:47 -0800)]
Merge "Follow the include-order coding conventions" into tizen
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
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
Paul Wisbey [Mon, 23 Feb 2015 11:50:12 +0000 (11:50 +0000)]
Follow the include-order coding conventions
Change-Id: I890cc03cca27374fb2a2d9c8645c86b0a19738c5
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
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>
Adeel Kazmi [Thu, 19 Feb 2015 10:35:36 +0000 (02:35 -0800)]
Merge "Typo fixed in Control implementation doc." into tizen
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>
Adeel Kazmi [Wed, 18 Feb 2015 17:39:28 +0000 (09:39 -0800)]
Merge "Remove unnecessarily exported signals and action names" into tizen
Adeel Kazmi [Wed, 18 Feb 2015 15:18:24 +0000 (07:18 -0800)]
Merge "DALi Version 1.0.30" into tizen
Ferran Sole [Wed, 18 Feb 2015 14:33:59 +0000 (14:33 +0000)]
DALi Version 1.0.30
Change-Id: Ic6b45ba22e0e4f5d3850aaf257d7c14b3d1c30fa
Tom Robinson [Tue, 17 Feb 2015 13:58:19 +0000 (13:58 +0000)]
Remove unnecessarily exported signals and action names
Change-Id: Iffe4621c04d06cb98eaec6cd84b69fa520f3b492
Tom Robinson [Thu, 12 Feb 2015 15:30:30 +0000 (15:30 +0000)]
Dali-toolkit: Replace constraints with SizeMode
Change-Id: I8bc67f3b0c781f0f5c30f3576972ff1008c8c16c
Adeel Kazmi [Tue, 17 Feb 2015 11:26:02 +0000 (11:26 +0000)]
Updates following Scripting changes in Core
Change-Id: Ia9fdbdb2b2635a6358a490103b1d5fcf9b117bca
Xiangyin Ma [Fri, 13 Feb 2015 16:16:24 +0000 (16:16 +0000)]
Update toolkit with ResourceImage/Image split
Change-Id: Ia56f0e6f012264807bb575c5dff08b1d87b6cc8b
Adeel Kazmi [Mon, 16 Feb 2015 17:33:20 +0000 (09:33 -0800)]
Merge "Button Refactoring phase 1" into tizen
Heeyong Song [Wed, 11 Feb 2015 04:15:56 +0000 (13:15 +0900)]
Button Refactoring phase 1
Change-Id: I5a11de7cb39228882358f83f0d2028af0c3db2e6
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>
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
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
Adeel Kazmi [Wed, 11 Feb 2015 11:43:17 +0000 (03:43 -0800)]
Merge "Remove constraints from Popup, TableView, Alignment & ScrollBar" into tizen
Adeel Kazmi [Wed, 11 Feb 2015 10:13:22 +0000 (10:13 +0000)]
DALi Version 1.0.29
Change-Id: I04e3412887643968569ec84d93928a7ea599a799
Xiangyin Ma [Fri, 6 Feb 2015 18:44:29 +0000 (18:44 +0000)]
Remove constraints from Popup, TableView, Alignment & ScrollBar
Change-Id: Icc87b6fc280a653f5fc5711c5f3bf624db5c5d18
Adeel Kazmi [Mon, 9 Feb 2015 14:57:14 +0000 (14:57 +0000)]
Merge base & optional
Change-Id: Icd2bba5752711bb6f0b3932ede16ae2e274a0e6b
Kimmo Hoikka [Mon, 9 Feb 2015 12:06:20 +0000 (12:06 +0000)]
remove (dead) ImageView UI control
Change-Id: I59602642e8b7e6f6b934b49127d1210f635a6a86
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
Kimmo Hoikka [Fri, 6 Feb 2015 19:18:46 +0000 (11:18 -0800)]
Merge "Remove Constraints from Cluster,ToolBar,View & ImageView" into tizen
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
Paul Wisbey [Fri, 6 Feb 2015 13:54:04 +0000 (05:54 -0800)]
Merge "DALi Version 1.0.28" into tizen
Xiangyin Ma [Fri, 6 Feb 2015 11:51:25 +0000 (11:51 +0000)]
DALi Version 1.0.28
Change-Id: Iccdf4fa0f5a549793950df0b4ba3bc36b5d59d63
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
Xiangyin Ma [Wed, 4 Feb 2015 18:37:06 +0000 (18:37 +0000)]
Remove Constraints from Cluster,ToolBar,View & ImageView
Change-Id: I1225da0795796717dc750a5ff5a91f96225e3a72
Xiangyin Ma [Tue, 3 Feb 2015 13:20:56 +0000 (13:20 +0000)]
Remove constaints from BloomView, GaussianBlurView & Magnifier
Change-Id: Ie4dbec178de2c6644fddd459e5d6acd21f26ae7a