-
Change-Id: I699f227e72c4b3ce906a17fdb3dc940331c9ec4a
-
Change-Id: I1ed026ec74a77180df3725ec0e930d9cdfb3d84c
-
Change-Id: I390f4bd7cca141658c3a300ae742145fddf37e07
-
Change-Id: Iff4015eb3bf56293fd0b098559045344eed81777
-
- 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
-
Change-Id: I26839a48cea234d318321338518c84be72a5b89f
-
Change-Id: I27e43b510d86704a2b3b69e4d14a3cc5ea5e0318
-
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
-
- Now dali-demo (and other native dali appplication packages) refers dali-adaptor because native dali apps could not use libuv backend at the moment. - Before this patch, dali-demo only checked dali-adaptor package (which was confusingly named to 'dali') and dali-toolkit package. - In this patch, dali-demo checks dali-core, dali-adaptor, and dali-toolkit packages to make it clearer. Change-Id: Ia9f3f81a35f8df4fdd228d4cf476b9008a287483
-
Change-Id: Ia0dc10603a77ebcc17b6a48c8bb53f85f004aabf
-
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
-
Change-Id: I5fa005aead7fac1c3776a8124df52ffd148c5674
-
Change-Id: Ia8272ab838dea4276efca08c94b3d38489e85699
-
Change-Id: Icbfb4b565b3d4e203a7ede1ac246826cdb32324b
-
-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: I757b36ee3797eca40a3be8b67f73c7b23a81ff70
-
Change-Id: Ie7298f5bbd6bb3c4dea7aef4930f15345a97b173
-
Change-Id: I42df9f8118c56a963c5f37d7a1da61d7cf72f17d
-
Change-Id: Id3088e4f8b6158266b1531a28c1d71b89ac86b95
-
Change-Id: Ibab6ccde4b3ed1d26e75bacc10f3e96c506b8f2d
-
Change-Id: Idcd01e1277c1eaae6cb75544c060389c3c22702f
-
Change-Id: Id65b42e32fdd4b6ed391480f2f40a50071815ea0
-
Change-Id: I76fac1d60cdfb919e1948e9b4e8cafe070aad335
-
Change-Id: I597a13e0c249bdbd20b33e57ecc55e16fdfa8c77
-
Problem: When we are resizing and go past the minimum size of the container and then release, we have to move the distance we moved from the minimum size to the our release point again in order to make the container resize again. Reason: This was because we kept on changing mLayoutSize but did not reset it when the pan starts. Solution: Reset mLayoutSize when the pan starts. Change-Id: I3ded29691e8f1c405847f971d9a89d50aa448fdf -
Change-Id: I82f013d5c5c781acca3886a8d157a2a64f2021cb
-
Change-Id: Ib6b75a5a29448cd7e87cb4ee374fc44146205987
-
Change-Id: I1759e3f574cc35876abc5fdeb75a9d2e4934bd0b
-
…ge." into devel/master
-
Change-Id: Ied10532c95a7aa1c49b87249bc879736721aa10e
-
Updated the item-background-9.png to look nicer. Change-Id: Ied0c432abac9448dfe6c34bc594358e0334fa7fd
-
Change-Id: Ieafb91449fe2f4431206c5e3b449f0b26fd10b13
-
Change-Id: Ib50fdc7505a238115df0b2dd0dbe246022d1acca