-
Change-Id: I49395004f4f340942df35af15d950a9190aa8ea0
-
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: I34809e7d42898a74ccb723c16d519a69aa6b2686
-
Change-Id: I9b00f63593d47fd56c0d97f8cb848912ceed726c
-
Generates DALi examples shared objects and Android DALi launcher application. Android DALi application apk then can be installed on supported Android device. Change-Id: I2f87030feab33aa5c4c944323eb0ca0c042db6bd
-
Change-Id: Ia4bd7029637a00c7b332adc4440f2cc730208c3c
-
Examples removed dali-examples: super-blur-bloom-example new-window-example page-turn-view-example Example removed from dali-demo meta-ball-explosion & refrac The meta ball demos will be reimplemented with the new rendering API Change-Id: Ib3026a2dce5728c4adf28951fa8cd7b9139ec28b
-
Exclude SetLabelText() which will be replaced after the LABEL property supports both MAP and STRING type. Change-Id: I7aae9bdacbe85ff8b07f0e0ac122db2f50bf24bc
-
- also remove use of Atlas as that is to be removed Change-Id: I15dcf8dcda37f01e4c669eb044e3e8eb4fcc1a80
-
Change-Id: Ib15910e572c4a23a49a3a7df805adea5911a32f3
-
Change-Id: I3c576c3efe4efb2e765c96ae69ddfa5cae1b6ebd
-
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
-
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
-
Change-Id: I2e051bee26d462acf2487f343d39cc6f1d186842
-
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: Ib3053eb08dc834edc656868289d7124763080b0e
-
Conflicts: examples/animated-shapes/animated-shapes-example.cpp examples/bubble-effect/bubble-effect-example.cpp examples/new-window/new-window-example.cpp examples/path-animation/path-animation.cpp Change-Id: I0e3fe040dfe9faaf9074617294d1fde7f0b7ef67
-
Change-Id: I6aafe45472d4e9d564af9873faa277b17d4d39fa
-
Change-Id: Ieab919e1ef93b46b66f1049a2845005d94bbf72f
-
Support for changes to dali-toolkit Change-Id: I887617b627fccb1e24e5bcff9644e21cf9f01cde
-
Change-Id: I54fd5e2f166a4f487a6b1e7e5193ad25f5411bd6
-
Change-Id: I75c664598c9c1d25c491ed67c35e08dd33bf96f6
-
Change-Id: I2844fd73a4bb49389d3df8dc287785ed415d2823
-
Change-Id: Iffcdd6753c39fa83e7f68ef927339374bc0061a2
-
Follows core patch: https://review.tizen.org/gerrit/#/c/35596 , adaptor patch: https://review.tizen.org/gerrit/#/c/35597/ and toolkit patch: https://review.tizen.org/gerrit/#/c/35598/ Change-Id: I074c8b1b77d2da44067a0200e851291e21774f2c Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
-
Change-Id: Ifdee5c061cedaf271fac15479a6e403ef161d527
-
Change-Id: I25737c42c39ca4b24d9f0fc09098e66f920c9093 Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
-
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com> Change-Id: If7a8d36638c48210de27a66f8a1d06fed9983394
-
Change-Id: I61ff1f15154f7a80a0021215672f850176d910fc Signed-off-by: David Steele <david.steele@partner.samsung.com>