-
Change-Id: I48be2cb5c069cfa59e768291b1c128567d5835e0
-
Change-Id: I8138d652252f76ef24becc0fcfce3cef15321cad
-
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: I66e818b2ef1744c20af0997375065e029399df84
-
Change-Id: Ia4783fd5c18ccc97e81c239eadf00663d625d962
-
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: I597a13e0c249bdbd20b33e57ecc55e16fdfa8c77
-
Change-Id: I5d09c3ba92dca882a6ae3e1765cb105ddad66bec
-
Change-Id: I85a641655c2a1f1691fd53a217ee1600d5a45165
-
Change-Id: I5c99b4c1b27d0f3b8fc8102620f5f8e6e90f399b
-
Change-Id: Ib21ed8b157a7ce22762bc4ee9c04a2bbf5e770b9
-
Change-Id: If2ced48efc39bfc03cc07fb716770d45eb2f42e6
-
Change-Id: I5bd7eee4565227f2d47a6d269ca4a3f775925bdd
-
[SRUK] () [Issue#] N/A [Problem] N/A [Cause] N/A [Solution] N/A Change-Id: If2cafffc9545e439994ee5442057004bc2653eab
-
Change-Id: Ic4e00c7e787229ef38e35217eae5e376f054049e
-
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: I32428f2a5be9009e5f3603ad9567b62b9db62c31
-
Change-Id: Iaa2d8ff06f7e401a8d9892772e4500aa8fe97ca1
-
Change-Id: Ieab919e1ef93b46b66f1049a2845005d94bbf72f
-
Support for changes to dali-toolkit Change-Id: I887617b627fccb1e24e5bcff9644e21cf9f01cde
-
Change-Id: I4dbd061a6fff6922c7bd711cb70faaccc7a1b54f
-
Change-Id: I820263d4ae6973dd0a28bffb278de3b422c804ce
-
Change-Id: Iaa00503aceb45e734511cf21ddee7297367d166d
-
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: Ie3cd0acb8a80f1768d7334fc6965e8fb007d54f4 Signed-off-by: David Steele <david.steele@partner.samsung.com>
-
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: I6a60c432fac7a1da6c2f478c81bec18efdf29c94 Signed-off-by: David Steele <david.steele@partner.samsung.com>
-
This application sets up a number of images, meshes, models and text actors with a variety of effects, and can be used to visually check that they are all still running after context loss and regain. Change-Id: I3e07be5442a249a8f09e5f1919e46552413c6824 Signed-off-by: David Steele <david.steele@partner.samsung.com>