-
Change-Id: Icd702fa60797a3076771fc32ac2d1f639ccb006d
-
Change-Id: I2031cc6b7a436a87a9a229ebc0d1650336e2fee0
-
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
-
* Code added to execute a process from Windows or Unix. Change-Id: Ie28ecb8bb880dfa12f47f033ada3a8b8826e5787 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
* Replace the DEMO_STYLE_IMAGE_DIR var is not needed as is not used in any style file. Change-Id: I9f003f4bdfa9260774d2d0696d6816b2b9a1d255 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Change-Id: I0b5301782e956629415ba53bfa6237c036493b3a Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
- Also removed ununsed consts from dali-table-view - Also removed unused js file from scripts directory Change-Id: Ibb0c0d087ad19943518ce223feb1652f2e7de4e3
-
Change-Id: Ia4df42178f7064a6efc235a03219174f07940a1c
-
Change-Id: Ia39c86cf9bd73dc678081be2287008949fbe4c16
-
Change-Id: Ie9cd3109234396757220e5fe0268a7712bf86b31
-
Now Toolkit has dali-adaptor dependency. So app only need toolkit dependency for build So, remove dependency from demo. Change-Id: Ie65a4755be5e584893ef9de014383b501a0d37a8 Signed-off-by: minho.sun <minho.sun@samsung.com>
-
Add two sample apps which using animated gradient visual (doing at review.tizen.org/gerrit/#/c/152141/ ) It's resolution is optimized for wearable (resolution is 360x360) - Call Active Scenario is incomming call. Show incomming gradient effect as radial form animated gradient. And add some animation at call_decline button so make user want to touch it! This sample show how to make animated gradient by json script. - Card Active Scenario is use some coupon with NFC tag. Show gradient effect during NFC taging is enabled. This sample show how to make anmiated gradient by inline code. Change-Id: Ifae6698fbf1b4bc9901efa929594261413d450b2 Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
-
Update example to show how to style TextEditor ScrollBar Change-Id: I62ebf0035490dff2c26f7e7c4df095bd2bc93345 Signed-off-by: minho.sun <minho.sun@samsung.com>
-
Uses volumetric ray casting to draw a sphere with basic per-pixel lighting inside the fragment shader. Also modifies DALi demo make file to support shader files. Change-Id: I0645de8481fa75abb177ca76a5611a51350fc1b7 Todo: Create a separate folder for shaders?
-
Change-Id: Ice5ef50aa0bde7ddac16414dfac8615d76d9ec18
-
Example code for creating a control using visuals with states defined in the stylesheet Change-Id: Ief41cfad7c3eeb8d78bd6540db36e4b761b28e5f
-
Change-Id: I5c1c52ee969ac04a46412f8f6326a655fc7e63d5
-
This application shows a possible implementation of a shadowed button, with transition animation defined by the style sheet. Change-Id: Ib764dacdeed2381d96474059ef830e17a2cb9fff Signed-off-by: David Steele <david.steele@samsung.com>
-
This is required for older Tizen builds. Change-Id: Ia81e14360ce657c2b8f1a0809c36649ed17f51a8
-
Change-Id: Ia892dcd39c87aa6628d9d7b12120eb0f414c047a
-
Change-Id: I0de3cca8635ffa51befcb3420a00769b49fd472d
-
Change-Id: I5909a67d2bff74f23c758862198df4da1e6c4627
-
- Features 3D environment with simple lightmapping - Multi-touch first person camera control scheme - Uses free textures on the GPL license ( blendernation ) - Models are custom made - Tutorial screen made using DALi toolkit controls ( text labels ). - Uses PicoJSON parser ( https://github.com/kazuho/picojson ) Change-Id: I6e3503608cd22dc63f371132376d475c890a0474
-
Change-Id: Ic59f2e05275694ed1730628b9a1ac4950a759e3f
-
Fixed style paths in build system for images Changed style names in style sheets to use CamelCase for readability. Change-Id: I094af8d27e7a8af23555a63e7b76df3e9e1993ec Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: I5bdebc181f8a67b525e672ab702c78b32112a914
-
"res" directory houses resources like images, models and videos. Change-Id: I7af9c4b1cf3aac06feb06113104c7f8fbc48867d
-
Added a simple application that has examples of different button types, sliders and popups, that can all be themed. Change-Id: I6d74357b79def0c8d0f7195adf0be7c1270fe9ce Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: Id1199bdf7c72614c9fdb27c16e235b59e0206d04
-
Change-Id: I659445f2e0d7d1193abdf1e5b15035cdb401e2e3 Signed-off-by: David Steele <david.steele@samsung.com> Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
-
Change-Id: Iaefcd75232bb19ed72555960bea8732b34e07937
-
Add a sample for video view control - Playback, custom shader Change-Id: Ie1527d63f2cff681cac7405b0e45624028e1f095
-
You can now enable a debug build of DALi via GBS by adding the following to your GBS build line: --define "%enable_debug 1" Details in README file. Change-Id: Ie587690ac1871d17905e83b70ce251d64f88dff2
-
- Fix mismatch between <ui...> and </ui..> - Add DALI_EXPORT_API TODO> Example launch issue in dali-demo Change-Id: I3c685d79c725e08d3798eb9e906734effd1a2fd0
-
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: I70f0ffcb30d9d353940eed5c22c631be79122d55
-
Change-Id: I15c5a25925ed9c8fdd60f8b0fa322fbeaf02c94a
-
Change-Id: I85adbc37a0474ae79918e289ddf2a6e39f7d24a6