-
Change-Id: I2be80c43c2f83b2333df48210b53258e4be1acae
-
Change-Id: I2969e88887c684a556c7372ca7f4e07abc3969fa
-
Change-Id: I0b6ce4ed15976ad481029c689606014550e3145f Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I1152c0c48795f8972f2b4ee2fc50b0c04140a322 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I9911157a22a5fc941c7fd2d5aff838131f328dd1
-
Change-Id: I969b6aad154b839410daef4fdbd3962b58b97fd7
-
Change-Id: I01ebd8f862d6564da7fbf3de4d540c496f4f2848
-
Change-Id: I34809e7d42898a74ccb723c16d519a69aa6b2686
-
Change-Id: If168017bda9472f348e4a6d2a44a3f2e83c5261c
-
Change-Id: I9b00f63593d47fd56c0d97f8cb848912ceed726c
-
Change-Id: I8565e62b924324bba6116b4a3c1706ad3fc9d771
-
Change-Id: I863826a7a7c31e7027843dfffbad08e2b7501722
-
DevelHandle::GetCurrentProperty is moved to public. So, use Handle::GetCurrentProperty instead of devel. Change-Id: I9747e0b068ff907b8488d814f08769cf89f2e84e Signed-off-by: minho.sun <minho.sun@samsung.com>
-
Change-Id: Icee24bd6eedfb1764513c763393bd2a9a2853341
-
Change-Id: I340686abda4cca205187157feb2571c86b0878c2
-
Removed indicator from demo toolbar, and from other examples that don't use toolbar and have a UI at the top of the display. Change-Id: Ifd3b3c5f916f249f492ff154a0ca28054763ee6e Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: I48be2cb5c069cfa59e768291b1c128567d5835e0
-
Change-Id: Ia8cc676eeb95ec2673995026cddca8850693d04e
-
To improve app launching speed on Tizen (using launchpad), Use -fPIE option instead -fPIC and attach DALI_EXPORT_API in front of each example's main function. This is the compare result between before and after patch. (On hawkP 2.4 / using hello-dalidemo that has one pushbutton on stage) | before Patch | After Patch | --------------------------------------------- | hello-dalidemo | hello-dalidemo | --------------------------------------------- | AVG MIN MAX | AVG MIN MAX | | 1134 1060 1188 | 291 250 337 | After patch, launching speed drops to 30% of before. Change-Id:I51a4f673d016f9278f867167dc2ff9f407ea6e7e
-
Scripts, examples and demo code should not use defines from other parts of DALi. DALI_IMAGE_DIR is defined in Dali toolkit to specify where the toolkit images are. This is used in the default toolkit style file to specify the locations of the toolkit images. It must not be overridden by applications. Updated the demo style file to utilize a configured variable to point at the installed demo style's images. Added an example of a demo-specific image (confirmation popup background) Updated dali-builder to load the demo theme (Scripting example within demo already loads it) Change-Id: Ie43a6611a8db3fc0afc6a1cd4d9d6e48afef75e7 Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: I5d09c3ba92dca882a6ae3e1765cb105ddad66bec
-
Change-Id: I17d52b7bc360fda645494b1e2a0f5fe449d4c9de
-
Change-Id: Ieab919e1ef93b46b66f1049a2845005d94bbf72f
-
Change-Id: Iaaea70d0620aa122139ab40f8a00f94493677ac3
-
Change-Id: I54fd5e2f166a4f487a6b1e7e5193ad25f5411bd6
-
Change-Id: I5bafc645c223b173abdd20db00094c501c846ee4 Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
-
Change-Id: I75c664598c9c1d25c491ed67c35e08dd33bf96f6
-
- 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
-
Fix buttons and logging examples Change-Id: I21699757ea591f73d5a09393caa01fd2b621726c
-
Change-Id: Ica8aad6d34fbebf441eb859fb716935aeaf0105f
-
Change-Id: I67da11782751f55f9e2a020f5ba269e5baf57ced
-
Change-Id: I2844fd73a4bb49389d3df8dc287785ed415d2823
-
Change-Id: Iffcdd6753c39fa83e7f68ef927339374bc0061a2
-
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
-
Change-Id: I359790799ebf64ac5fd4e988e569dada337dd9f8
-
Change-Id: I820263d4ae6973dd0a28bffb278de3b422c804ce
-
Change-Id: Ie3085ce4986965da3743efc9ab6585176d0cdb23
-
New Structure: build | tizen builder | dali-builder.cpp demo | [demo source & header files] examples | [example-name] | | [example source files] packaging | com.samsung.dali-demo.spec resources | images | | [all images] | models | | [all models] | scripts | | [all scripts] shared | view.h Now, each example should be in its own subdirectory within the "examples" directory. This will get automatically built. README also updated. Change-Id: Idae4cedf220698a4a2d928535cff88e8bf25f82a
-
Change-Id: I7a7f59aa5f557a8a57385e876fd881d87c101a28