-
Change-Id: I6ef15d0ad48dc59a4d9e4dc72466df925bb080ea
-
Collection of examples demonstrating Image polices: LoadPolicy ReleasePolicy and EXIF orientation. Designed to step the user through each example and explaining what should occur. Change-Id: If4452712a805b40e86ac29ae591592711d7ee09a
-
Change-Id: I863826a7a7c31e7027843dfffbad08e2b7501722
-
Change-Id: Ic5d4e71314e7cb4fd084678f1c3837adfea97fe2
-
Change-Id: Idb64f78cc15e46e0cca164a14733bc05d124c919
-
Change-Id: I905c14141ad4f207c8bcbb3c29d68c1f698f0530
-
Change-Id: Iaefcd75232bb19ed72555960bea8732b34e07937
-
Change-Id: I33bbf86c1ae35d8b55f4b5c3d8d83d27503c2ecc Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
-
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>
-
To allow quitting example with escape or back key Change-Id: Icaa30d4991ee2f65e8c10e4fc136f52de05168cd
-
Change-Id: I4a0238a90a26201086e412369da0170435e1a86b