-
Change-Id: I471f5cf47e8e8582b40d63be2b5d40c2b5393993
-
Change-Id: Ia6565e94e85a12c296bfdd76e0341103c18a9781
-
Change-Id: Ica05b9e265b1907e8798fd110e8410cf00afe7b8
-
Change-Id: I2be80c43c2f83b2333df48210b53258e4be1acae
-
Change-Id: Ic99cbf5d597c659fefc44b943109f50d311445ae
-
Change-Id: I5d7f00f98adb1e803eca89b76da8eb3dcb3a1fe2 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: Ic67c98e5bcc58d5f0ce812b043fb7ebff204d41a
-
Change-Id: I0b6ce4ed15976ad481029c689606014550e3145f Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I1152c0c48795f8972f2b4ee2fc50b0c04140a322 Signed-off-by: György Straub <g.straub@partner.samsung.com>
-
Change-Id: I9911157a22a5fc941c7fd2d5aff838131f328dd1
-
Change-Id: I43bc36e1e4a55f8465f9bb9fbea1d58f54e616da
-
Change-Id: I01ebd8f862d6564da7fbf3de4d540c496f4f2848
-
Change-Id: I34809e7d42898a74ccb723c16d519a69aa6b2686
-
Change-Id: If580d7fbc1515a87796056d1bd195cc3c18f81b1
-
Change-Id: If168017bda9472f348e4a6d2a44a3f2e83c5261c
-
Change-Id: I9b00f63593d47fd56c0d97f8cb848912ceed726c
-
Change-Id: Ie3f30c5e5297249a391e7b26cdfdbded40fb5ad8
-
- Changed deprecated APIs of dali-core and dali-toolkit Change-Id: I8e6858cf5415e47362e95e8e7482771ae8307666 Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
-
Change-Id: I9f55b7b325bfe26867adcc8ccaccaa18f772c23f
-
ExpandingButtons control created in demo, to aid re-use in future. Can move to shared folded if needed in others examples. Change-Id: I346da472362e17614bc744ff3b7c0417bc3f9fb0
-
Change-Id: I835a2ac6fd9b77f8295d32f93e79569488958507
-
Change-Id: I863826a7a7c31e7027843dfffbad08e2b7501722
-
Change-Id: Ic5d4e71314e7cb4fd084678f1c3837adfea97fe2
-
Change-Id: I4805f01066b272b7b56935fe59a9e76110177378
-
Change-Id: I670cef9ae82d647a16f66cefe0abdf315916b29b
-
Change-Id: Ibc75b67bb6078c6e60841f1ebf69224a24dca981
-
Change-Id: Iebd7a2a501dc280c77e797b6545ce524879f3b59
-
Change-Id: Ibe1177f1a5aae572f9539bd36321231f99bb48e9
-
Change-Id: If1cf3c6bd484f9b2ce64b0fba79dbef0c23cb9fb
-
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