-
There was some bug when we click 'Change' button. Now we fix it. + Third button will show 'current status'. Not 'next status'. (previous version may confused to beginner) Change-Id: I9e2509accc589de9d5bcafe72097d08c55eef24a Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Make image-view.example can test for borderline feature. Change-Id: I7fbbe4588fd27e24a853dc0669b195d7a86496ff Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
-
Change-Id: I2be80c43c2f83b2333df48210b53258e4be1acae
-
Change-Id: I1152c0c48795f8972f2b4ee2fc50b0c04140a322 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I9911157a22a5fc941c7fd2d5aff838131f328dd1
-
Change-Id: I01ebd8f862d6564da7fbf3de4d540c496f4f2848
-
Change-Id: I07bf83bc86df116f6144bb7fa6c0c950292a5aa2
-
Change-Id: If580d7fbc1515a87796056d1bd195cc3c18f81b1
-
Change-Id: If168017bda9472f348e4a6d2a44a3f2e83c5261c
-
Change-Id: I40c438e3c0667cf2b3ce22aa3b2557a27bfc329b
-
Change-Id: I9b00f63593d47fd56c0d97f8cb848912ceed726c
-
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