-
* Do a long press on the item-view. * The item-view will scroll towards the last item for 5 seconds if the touch point is in the bottom half of the screen or to the first item otherwise. * If the long press is cancelled, the animation finishes. Change-Id: I523bc992953d3d3a0ba3bd292598b77042955cdf Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
We were previously using a mixture of BLEND and BLENDING in enums. The order of the BLEND_FACTOR enums & string names was also inconsistent. As a rule of thumb always use Blend & BLEND for namespaces & enums/constants (not Blending or BLENDING) Change-Id: Ia4dd6483edc56e9736436e7aa8545b40f999ba47
-
… index buffer, but changes the range of indices to draw and the type of primitives. added interface to modify number of used elements from the elements array. Change-Id: If0b223e6ace3d64aae8f16af0a284a42a7c9d967
-
Change-Id: I988e00a3a2d36ec6f9f9341443c500f03aa70c72 Signed-off-by: David Steele <david.steele@samsung.com>
-
Change-Id: I8138d652252f76ef24becc0fcfce3cef15321cad
-
Change-Id: I2aea5bcde8b3a1a4b2bebdcb9ad525ed87a9847a
-
- Fix mismatch between <ui...> and </ui..> - Add DALI_EXPORT_API TODO> Example launch issue in dali-demo Change-Id: I3c685d79c725e08d3798eb9e906734effd1a2fd0
-
add perf-scroll sample for measuring performance on tizen target. you can use two options. --use-mesh : use "mesh" to make images.( use imageView by default ) -t30 : set duration.( In this case, duration will be 30 second ) Change-Id: Ib2caca45bed12a62e3e9d6b57fb240aa21579e0c
-
Change-Id: I20f7a13ebc19b54ab91194b9c6b87d787f23501d
-
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
-
…n to select. The geometry has been switched to use interleaved format with inclusion color to make line segments more visible. Change-Id: Ifbf9ab55afa216c388e123a521e7e9a8004b4ede
-
Change-Id: Ia827bef2339bac2c9c6390d98ae27f3aeff62bc7
-
Change-Id: I604b3ae944c17d33a5ecaa5296966865e2eecd69
-
Change-Id: I1858ec61c3b6f662320f74289305cea08d831c98
-
Change-Id: I2e051bee26d462acf2487f343d39cc6f1d186842
-
Previously, it was in the center of the screen so the top was cut off by the toolbar even though we were adjusting the size. Change-Id: I3ed43f9b9a0d61ffc6fdc6fa77cb70557424339b
-
Size of balls increased to compensate for reduced number Change-Id: If90ff5f335bd296582af937ee6945e06a8221ceb
-
GradientRenderer property names changed in dali-toolkit so reflected here stopOffset nolonger set in code as uses defaults gradient json script added Change-Id: I1412be7fe7d7abeaee847a49dfcdacba806d3efd
-
Change-Id: I70f0ffcb30d9d353940eed5c22c631be79122d55
-
Change-Id: Ia4783fd5c18ccc97e81c239eadf00663d625d962
-
Change-Id: Ia04c81329062610182df63da05b58def4c3d927f
-
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com> Change-Id: I9e367f4140f18566526ea917da8e571403bd046c
-
Change-Id: I980d7723528705caa2d903c9b36c24c4b744a55e
-
Change-Id: I390f4bd7cca141658c3a300ae742145fddf37e07
-
- images have been converted, so they don't crash on the device - when benchmark uses tableview, no manual sizing is enabled - font size has been calculated using dpi to work with various screens - added extra-help text describing benchmark options Change-Id: Ia2ed1b9019b9b436903f470055ac1eac3be7eb68
-
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: Icae141ade364286a2bbc7e26ce2db81c583c224e
-
Change-Id: I488842dcec638e1d290142b143a11e82945eb3c3
-
ASTC can be wrapped in a KTX file, but also has its own native file format. This patch provides support for the native ASTC file format (.astc). Textures can be generated using tools (Eg. Mali texture compression tool). Note: ASTC is "OpenGL friendly" in that the textures are pre-flipped vertically. In DALi there is currently not a differenciation between different texture compression formats in that the data (once the header is extracted) is given to the hardware as-is. For this reason textures must currently be pre-flipped vertically (before compression) when using the native .astc file format with DALI. An example .astc file is included as part of the unit tests. Change-Id: I8604fba28bfb83b0deff8689fd5d7cfb8ac770bb
-
ASTC is supported by OpenGL ES 3.1 and above. To build this patch with ASTC support, a GLES 31 context must be specified. To build for desktop with configure, the gles version must be set to 31. Here is an example configure line: CXXFLAGS="-g -O0 -Wno-unused-local-typedefs" CXX="ccache g++" ./configure --prefix=$DESKTOP_PREFIX --enable-debug=yes --enable-profile=UBUNTU --enable-gles=31 With GBS, add the following to your gbs build line: --define "%target_gles_version 31" Change-Id: I4f54f894dd4b8998f16aa98d3d0a06606f0eb7a2
-
-ImageView is used by default -ImageActor can still be used if the command line option "--use-image-actor" is specified -Fixed bug on HideAnimation Change-Id: Ib9664b7a99a142681bfdbe9ebb3ab457069d6cf7
-
Change-Id: I0de724d4efd822db22db18e2b411263a0f56f10c
-
Change-Id: Id3088e4f8b6158266b1531a28c1d71b89ac86b95
-
Change-Id: Ibab6ccde4b3ed1d26e75bacc10f3e96c506b8f2d
-
Change-Id: I76fac1d60cdfb919e1948e9b4e8cafe070aad335