-
Change-Id: I8d15f1aec5cdca527f93283ff179dcf572e831ea
-
* Use the Handle functions from the devel API. Change-Id: Ia30bc374e573c9e84ac4162339e31bb1e0b38074 Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Change-Id: I340686abda4cca205187157feb2571c86b0878c2
-
Change-Id: I9126b77e2b711604d78af73ba549e978746f9b14
-
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
-
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>
-
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: If79d262a37658ab3de84e98abc399c20e135a391
-
(also stop hiding the text with mGrabCorner) Change-Id: I74c91714615e44384c1baadfc74621bd9f11c4f9
-
Change-Id: Ieab919e1ef93b46b66f1049a2845005d94bbf72f
-
Change-Id: Ic8bf6bcc2c19c7d919fea0de9120b0f991523f3e
-
Change-Id: I192e15bd0127e9b637234eb5525550183abfcf55
-
Change-Id: I9ef0e8248dac3acdb0bb2b37625b5081739cb1df
-
Fix buttons and logging examples Change-Id: I21699757ea591f73d5a09393caa01fd2b621726c
-
Conflicts: demo/dali-table-view.cpp examples/item-view/item-view-example.cpp examples/size-negotiation/size-negotiation-example.cpp examples/text-view/text-view-example.cpp Change-Id: I4b9a9eb30ad190b329115ff093120ac06343e26d
-
Change-Id: I2844fd73a4bb49389d3df8dc287785ed415d2823
-
Change-Id: I289af8a59b4b1f67fc1dbea92b0457194da6847a Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Conflicts: demo/dali-demo.cpp demo/dali-table-view.cpp examples/builder/examples.cpp examples/buttons/buttons-example.cpp examples/item-view/item-view-example.cpp examples/path-animation/path-animation.cpp examples/text-view/text-view-example.cpp shared/view.h Change-Id: I152b06854b349f0430172227f1d79ee16855fbc0
-
Change-Id: Ie7dcdc64bf70fea8ab68af85b729fa5a9de0b652 Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
-
Change-Id: I8609692959d95f0ee58213d9271a014ba85fb49d Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Change-Id: I5f0e4ad2e2b52cd25aa8661dd95f688ac6c41a8b Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
-
Conflicts: examples/item-view/item-view-example.cpp examples/path-animation/path-animation.cpp Change-Id: I6a266274f476748bf34a97652964f501f44fe00c
-
Change-Id: I680700e541ac44ef0695250ba4083f7770361a3e
-
Conflicts: build/tizen/examples/CMakeLists.txt demo/dali-demo.cpp examples/buttons/buttons-example.cpp examples/item-view/item-view-example.cpp examples/text-view/text-view-example.cpp Change-Id: I8816d065edca8e2a3fd37cdcedda4b02735f5007