Richard Underhill [Thu, 18 Jun 2015 14:11:22 +0000 (15:11 +0100)]
Removed DrawMode::OVERLAY from Toolkit components.
Change-Id: I727cc5b486d7cea5cb4d9970c4d5447dbffb46f3
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
Kimmo Hoikka [Tue, 16 Jun 2015 13:52:37 +0000 (06:52 -0700)]
Merge "Fixes Drop Shadow Frustum Culling." into devel/new_mesh
Ferran Sole [Mon, 15 Jun 2015 09:44:57 +0000 (10:44 +0100)]
Fix for Control::GetNaturalSize()
Control will now return background image size if there is one or
Vector3::ZERO otherwise.
Change-Id: I8480964ffbe2049e53ccf8ebb0103cceeb9caa49
Richard Underhill [Fri, 12 Jun 2015 14:01:37 +0000 (15:01 +0100)]
Fixes Drop Shadow Frustum Culling.
Change-Id: I2161e86b8d8375185af8f59ef7a1915231238bc5
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
Francisco Santos [Tue, 9 Jun 2015 17:55:11 +0000 (18:55 +0100)]
Remove uniform mapping.
Change-Id: If347a572c3bb51192234317831509f1ada66e595
Andrew Cox [Tue, 9 Jun 2015 13:45:58 +0000 (14:45 +0100)]
Fixup for core removal of GeometryType and ShaderSubTypes
Fixes for this patch: https://review.tizen.org/gerrit/#/c/40425/3
Change-Id: Ibb585bb895ce6f426c2ecbfa9bf749ab136ed8f4
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
Ferran Sole [Tue, 9 Jun 2015 11:32:51 +0000 (12:32 +0100)]
Ported control backgrounds to use new mesh API
Change-Id: I10423d8e2c6b70c9a7e801804e2ac55809f8e3f7
Ferran Sole [Wed, 3 Jun 2015 13:56:51 +0000 (14:56 +0100)]
OnStageConnection changes
Changed OnStageConnection in core so it now receives via a parameter the depth
at which the actor has been connected in the hierarchy
Change-Id: I75369875dec87ae0fe4196e9f1653d902e1bc4bc
Adeel Kazmi [Tue, 9 Jun 2015 10:25:08 +0000 (03:25 -0700)]
Merge "Fixed missing includes in shader test cases." into devel/new_mesh
Adeel Kazmi [Tue, 9 Jun 2015 09:50:57 +0000 (02:50 -0700)]
Merge "Merge branch 'tizen' into devel/new_mesh" into devel/new_mesh
Francisco Santos [Mon, 8 Jun 2015 16:36:00 +0000 (17:36 +0100)]
Fixed missing includes in shader test cases.
Change-Id: Ib5d11ee5085f3f69b068c8f0f62d5b38c0053cfa
Francisco Santos [Mon, 8 Jun 2015 09:56:13 +0000 (10:56 +0100)]
Merge branch 'tizen' into devel/new_mesh
Conflicts:
automated-tests/src/dali-toolkit/CMakeLists.txt
automated-tests/src/dali-toolkit/utc-Dali-BendyEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-BlindEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-BubbleEmitter.cpp
automated-tests/src/dali-toolkit/utc-Dali-CarouselEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-DisplacementEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-DissolveEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-DistanceFieldEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-IrisEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-MaskEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-NinePatchMaskEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-OverlayEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-PageTurnEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-PushButton.cpp
automated-tests/src/dali-toolkit/utc-Dali-Ripple2DEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-RippleEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-ShearEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-SoftButtonEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-SpotEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-SquareDissolveEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-SwirlEffect.cpp
automated-tests/src/dali-toolkit/utc-Dali-WaterEffect.cpp
build/tizen/dali-toolkit/Makefile.am
dali-toolkit/dali-toolkit.h
dali-toolkit/devel-api/shader-effects/alpha-discard-effect.cpp
dali-toolkit/devel-api/shader-effects/bendy-effect.cpp
dali-toolkit/devel-api/shader-effects/blind-effect.cpp
dali-toolkit/devel-api/shader-effects/bouncing-effect.cpp
dali-toolkit/devel-api/shader-effects/bubble-effect/bubble-effect.cpp
dali-toolkit/devel-api/shader-effects/bubble-effect/bubble-effect.h
dali-toolkit/devel-api/shader-effects/bubble-effect/color-adjuster.cpp
dali-toolkit/devel-api/shader-effects/bubble-effect/color-adjuster.h
dali-toolkit/devel-api/shader-effects/carousel-effect.cpp
dali-toolkit/devel-api/shader-effects/displacement-effect.cpp
dali-toolkit/devel-api/shader-effects/dissolve-effect.cpp
dali-toolkit/devel-api/shader-effects/dissolve-local-effect.cpp
dali-toolkit/devel-api/shader-effects/distance-field-effect.cpp
dali-toolkit/devel-api/shader-effects/image-region-effect.cpp
dali-toolkit/devel-api/shader-effects/iris-effect.cpp
dali-toolkit/devel-api/shader-effects/mask-effect.cpp
dali-toolkit/devel-api/shader-effects/mirror-effect.cpp
dali-toolkit/devel-api/shader-effects/motion-blur-effect.cpp
dali-toolkit/devel-api/shader-effects/motion-stretch-effect.cpp
dali-toolkit/devel-api/shader-effects/nine-patch-mask-effect.cpp
dali-toolkit/devel-api/shader-effects/overlay-effect.cpp
dali-toolkit/devel-api/shader-effects/page-turn-book-spine-effect.cpp
dali-toolkit/devel-api/shader-effects/page-turn-book-spine-effect.h
dali-toolkit/devel-api/shader-effects/page-turn-effect.cpp
dali-toolkit/devel-api/shader-effects/page-turn-effect.h
dali-toolkit/devel-api/shader-effects/quadratic-bezier.cpp
dali-toolkit/devel-api/shader-effects/ripple-effect.cpp
dali-toolkit/devel-api/shader-effects/ripple2d-effect.cpp
dali-toolkit/devel-api/shader-effects/shear-effect.cpp
dali-toolkit/devel-api/shader-effects/soft-button-effect.cpp
dali-toolkit/devel-api/shader-effects/spot-effect.cpp
dali-toolkit/devel-api/shader-effects/square-dissolve-effect.cpp
dali-toolkit/devel-api/shader-effects/swirl-effect.cpp
dali-toolkit/devel-api/shader-effects/water-effect.cpp
dali-toolkit/devel-api/shader-effects/water-effect.h
dali-toolkit/internal/controls/bubble-effect/bubble-actor.h
dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.cpp
dali-toolkit/internal/controls/bubble-effect/bubble-emitter-impl.h
dali-toolkit/internal/controls/buttons/check-box-button-impl.h
dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h
dali-toolkit/internal/controls/tool-bar/tool-bar-impl.cpp
dali-toolkit/internal/shader-effects/page-turn-effect-impl.h
dali-toolkit/internal/shader-effects/water-effect-impl.cpp
dali-toolkit/internal/shader-effects/water-effect-impl.h
dali-toolkit/public-api/controls/control-impl.cpp
dali-toolkit/public-api/file.list
dali-toolkit/public-api/shader-effects/bubble-effect/bubble-effect.h
docs/content/programming-guide/shader-intro.h
Change-Id: I677eaa3e6a0558c360fc6b379a73fac18d0eb008
Andrew Cox [Fri, 5 Jun 2015 18:43:42 +0000 (19:43 +0100)]
Fix build broken by commit
a935f3ab6c983de3ac7e37e63a9a3905e0e9009f
* Brokeness only showed up with a true clean build.
* I stepped forward through commits and the file in question disappeared
at commit id shown above.
Change-Id: Ic3df17a9e40d1f44286d4cb42644edeab5589300
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
Adeel Kazmi [Thu, 4 Jun 2015 15:12:50 +0000 (08:12 -0700)]
Merge "Text Drop Shadow sorting fix" into devel/new_mesh
Adeel Kazmi [Thu, 4 Jun 2015 15:12:01 +0000 (08:12 -0700)]
Merge "Fixes building of automated tests" into devel/new_mesh
Adeel Kazmi [Thu, 4 Jun 2015 15:08:31 +0000 (08:08 -0700)]
Merge "Added TextChanged signal to TextField" into tizen
Paul Wisbey [Thu, 4 Jun 2015 10:57:59 +0000 (11:57 +0100)]
Added TextChanged signal to TextField
Change-Id: I7e0560b289d321db65d3a71de273b407c2f1f0f5
Kimmo Hoikka [Thu, 4 Jun 2015 10:45:08 +0000 (03:45 -0700)]
Merge "DALi Version 1.0.43" into tizen
Richard Huang [Thu, 4 Jun 2015 10:06:10 +0000 (11:06 +0100)]
DALi Version 1.0.43
Change-Id: Id0280d1fa846e4e069bd5a6941c0b415fa5ac759
Adeel Kazmi [Wed, 3 Jun 2015 20:05:41 +0000 (21:05 +0100)]
(Programming Guide) ItemView
Change-Id: If9480c78a19bf9b5f47e56f1dba8d77eac373781
Richard Underhill [Wed, 3 Jun 2015 16:23:43 +0000 (17:23 +0100)]
Text Drop Shadow sorting fix
Change-Id: If6cc42150d413ab0778fad37a58f348e4af42c3e
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
Kimmo Hoikka [Wed, 3 Jun 2015 16:21:08 +0000 (17:21 +0100)]
remove dead code from shadow view (OnStageConnection & OnStageDisconnection)
Change-Id: I53890c76dd89066be631898a1e5142c7b86d212a
Richard Underhill [Wed, 3 Jun 2015 15:08:49 +0000 (16:08 +0100)]
Fixes building of automated tests
Change-Id: I855677de9cc7aa5cd3300c11cc4c357c37e8d791
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
Adeel Kazmi [Wed, 3 Jun 2015 15:08:39 +0000 (08:08 -0700)]
Merge "Changed Toolkit shader effects to be a static function returning a Dali::ShaderEffect instead of inheriting directly from ShaderEffect" into devel/new_mesh
Adeel Kazmi [Wed, 3 Jun 2015 10:59:27 +0000 (11:59 +0100)]
(AutomatedTests) Synchronise with core & remove boost & installed headers for coverage
Change-Id: Ic8608ce96c706f9a0401204749ed61cf51556abd
Richard Huang [Tue, 2 Jun 2015 16:46:32 +0000 (17:46 +0100)]
Renamed FocusManager to AccessibilityFocusManager and moved KeyInputFocusManager to devel-api
Change-Id: I65adc7d689a516d1861dd681efd9002f87f89f1d
Signed-off-by: Richard Huang <r.huang@samsung.com>
Adeel Kazmi [Wed, 3 Jun 2015 08:13:34 +0000 (01:13 -0700)]
Merge "Removed boost from builder" into tizen
Adeel Kazmi [Tue, 2 Jun 2015 15:38:20 +0000 (16:38 +0100)]
(Programmin Guide) Images
Change-Id: I642e0a6d3eb1563d0d7a001df76dbfd5f3b6f3ea
Kimmo Hoikka [Fri, 29 May 2015 09:38:43 +0000 (10:38 +0100)]
Change popup background to z=0.f, ensure background is first child so overlay mode works
Change-Id: I60e0377f692efc2fdb91768ce720abeb9c620929
Lee Morgan [Tue, 12 May 2015 12:08:00 +0000 (13:08 +0100)]
Removed boost from builder
Change-Id: I7c58a0bf2a9c1a10e947257f007f2d4704d07526
Adeel Kazmi [Mon, 1 Jun 2015 14:18:27 +0000 (15:18 +0100)]
(Programming Guide) KeyFrame Animation, Path Animation, Constraints
Change-Id: I2d9fac7129340ea72c7467c3d51bfaf3b31678c7
Francisco Santos [Mon, 1 Jun 2015 13:39:00 +0000 (14:39 +0100)]
Fixes for removal of animatable property-buffer.
Change-Id: I39f666b25a278aee0586623ffca179b1c94f2432
Ferran Sole [Mon, 18 May 2015 14:31:11 +0000 (15:31 +0100)]
Changed Toolkit shader effects to be a static function returning a
Dali::ShaderEffect instead of inheriting directly from ShaderEffect
Change-Id: Ie01b1ea7b9cc8caa72a14b27e08ebfc887551635
Adeel Kazmi [Fri, 29 May 2015 19:58:54 +0000 (20:58 +0100)]
(Programming Guide) Animation, Signals, Actions, documentation
Change-Id: Ia8f44bfe6b854f7e8f001b64337506b64f8eaba9
Kimmo Hoikka [Fri, 29 May 2015 17:40:31 +0000 (10:40 -0700)]
Merge "Programming Guide Updates" into tizen
Kimmo Hoikka [Fri, 29 May 2015 17:38:53 +0000 (10:38 -0700)]
Merge "Changes for std::vector removal from api" into tizen
Adeel Kazmi [Thu, 28 May 2015 11:23:27 +0000 (12:23 +0100)]
Programming Guide Updates
Change-Id: Id1640f5adbc5b9bfcfd2359480a5489322de6865
Victor Cebollada [Thu, 28 May 2015 14:45:13 +0000 (15:45 +0100)]
Fixes for the text controller.
Triggers a size negotiation or resets the renderable actor when properties change.
Change-Id: Idaf3cc172deb4f07f7245dee06755d4ae821c03a
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Lee Morgan [Fri, 29 May 2015 13:51:23 +0000 (14:51 +0100)]
Changes for std::vector removal from api
Change-Id: I7e5cfca4f7c5dd413c353cbe81f36bdf7f18b9ad
Kimmo Hoikka [Fri, 29 May 2015 16:06:41 +0000 (09:06 -0700)]
Merge "Guide to ResourceImage scaling and filtering" into tizen
Kimmo Hoikka [Fri, 29 May 2015 15:57:10 +0000 (08:57 -0700)]
Merge "Update keyboard focus direction enum for Control" into tizen
Kimmo Hoikka [Fri, 29 May 2015 15:45:17 +0000 (08:45 -0700)]
Merge "Support moving of native-image-interface and image-operations to public-ap" into tizen
Richard Huang [Fri, 29 May 2015 10:36:42 +0000 (11:36 +0100)]
Update keyboard focus direction enum for Control
Change-Id: I0c1c9c6c6ea54effd98a46e36118c677db3d3d51
Heeyong Song [Fri, 29 May 2015 08:35:59 +0000 (17:35 +0900)]
Change WheelEvent
- Replace MouseWheelEvent with WheelEvent
- Add custom wheel event type
Change-Id: I29bb34e45fb2c2b6764652ab631b86f8534772a5
Nick Holland [Fri, 29 May 2015 10:37:03 +0000 (11:37 +0100)]
Support moving of native-image-interface and image-operations to public-ap
Change-Id: I7913d73e66fc83062d52f0af00ba456cef4560c6
Paul Wisbey [Fri, 29 May 2015 09:37:18 +0000 (02:37 -0700)]
Merge "TextField to consume TouchEvents" into tizen
Adeel Kazmi [Fri, 29 May 2015 08:01:22 +0000 (09:01 +0100)]
DALi Version 1.0.42
Change-Id: If8093c032fcc65118732f8c6d6c2ae62271617de
Adeel Kazmi [Thu, 28 May 2015 19:53:23 +0000 (12:53 -0700)]
Merge "Add test case for ControlImpl::OnAccessibilityActivated" into tizen
Kimmo Hoikka [Thu, 28 May 2015 17:01:32 +0000 (10:01 -0700)]
Merge "TextField added to programming guide" into tizen
Richard Huang [Thu, 28 May 2015 16:50:57 +0000 (17:50 +0100)]
Add test case for ControlImpl::OnAccessibilityActivated
Change-Id: I642bf2da05b0dc7cebdb8a9cd10497b0336a0988
Andrew Cox [Tue, 12 May 2015 11:13:53 +0000 (12:13 +0100)]
Guide to ResourceImage scaling and filtering
Change-Id: Iebfb162b73d201477497353317d0868b2a67e460
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
Kimmo Hoikka [Thu, 28 May 2015 16:27:00 +0000 (09:27 -0700)]
Merge "Fixed Control and Magnifier API" into tizen
Agnelo Vaz [Thu, 28 May 2015 15:19:38 +0000 (16:19 +0100)]
TextField to consume TouchEvents
Change-Id: I907b8ff67a49e60304a938bba64e77c0b8a936c8
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Kimmo Hoikka [Thu, 28 May 2015 15:29:12 +0000 (08:29 -0700)]
Merge "Stagehand documentation" into tizen
Nick Holland [Wed, 27 May 2015 19:03:35 +0000 (20:03 +0100)]
Stagehand documentation
Change-Id: I927266c5a1e7817183f762d9c6534ae0aa8a7d8c
Adeel Kazmi [Thu, 28 May 2015 13:56:53 +0000 (06:56 -0700)]
Merge "Changed grab-handle behavior to work inside Popup" into tizen
Paul Wisbey [Thu, 28 May 2015 13:44:53 +0000 (06:44 -0700)]
Merge "Fix the cursor vertical position when there is no text." into tizen
Richard Huang [Thu, 28 May 2015 12:26:56 +0000 (13:26 +0100)]
Fixed Control and Magnifier API
Change-Id: I0cdf52157b2c4633d0710b37666d1b714e816859
Paul Wisbey [Thu, 28 May 2015 10:32:49 +0000 (11:32 +0100)]
TextField added to programming guide
Change-Id: Ie18cd6207235b8b731fd593b0697745075b75f95
Kimmo Hoikka [Thu, 28 May 2015 11:07:01 +0000 (12:07 +0100)]
Fix Control test coverage
Change-Id: I0eb8c0b8998318701fd6d290f652e7e31288de69
Kimmo Hoikka [Thu, 28 May 2015 09:59:01 +0000 (02:59 -0700)]
Merge "Update contents of programming guide" into tizen
Paul Wisbey [Fri, 22 May 2015 15:28:50 +0000 (16:28 +0100)]
Changed grab-handle behavior to work inside Popup
Change-Id: I4b94b37b3f4c00f74d67a3429868753cd1b347e3
Victor Cebollada [Thu, 28 May 2015 08:01:00 +0000 (09:01 +0100)]
Fix the cursor vertical position when there is no text.
Change-Id: I41f58f13d50528266974cc78b974eebdcc9e08f3
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Tue, 26 May 2015 14:31:51 +0000 (15:31 +0100)]
MultiLanguage support - Fix for font validation.
The cache for the valid fonts per script is resized with the number of
supported scripts. Can not use the PushBack() as there is already space
for the item.
Change-Id: I024b112abc523adb7e9f185b1fd4c70f4ff8d060
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Tue, 26 May 2015 17:23:13 +0000 (18:23 +0100)]
Update contents of programming guide
Change-Id: I36b3fa9c2de0874d5589f027c0d46213574a1075
Adeel Kazmi [Wed, 27 May 2015 17:18:09 +0000 (10:18 -0700)]
Merge "Change ItemFactory destructor to be not pure virtual" into tizen
Xiangyin Ma [Wed, 27 May 2015 15:30:28 +0000 (16:30 +0100)]
Quick fix of Popup after removing PropagateRelayoutFlags()
Change-Id: Idbf57f6cf3e4e2e80a1e9aed2748ccb83685d7d2
Richard Huang [Wed, 27 May 2015 15:59:23 +0000 (16:59 +0100)]
Change ItemFactory destructor to be not pure virtual
Change-Id: I171fda6c72a9ec33bb16406fb873d5c6d07c72ad
Adeel Kazmi [Wed, 27 May 2015 15:40:27 +0000 (08:40 -0700)]
Merge "Internal::Control cleanup, remove dead an non-needed methods and adding missing test cases" into tizen
Agnelo Vaz [Tue, 26 May 2015 18:30:16 +0000 (19:30 +0100)]
Call VirtualKeyboard ApplySettings
Change-Id: Ifda2e86b719cc8cc8af266b556ef80027d79bc8d
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Kimmo Hoikka [Wed, 27 May 2015 14:50:43 +0000 (15:50 +0100)]
Internal::Control cleanup, remove dead an non-needed methods and adding missing test cases
Change-Id: I0813ca3299910b911cde165892638048b905c86a
Kimmo Hoikka [Wed, 27 May 2015 10:35:38 +0000 (03:35 -0700)]
Merge "(ItemFactory) Add GetExtension" into tizen
Kimmo Hoikka [Wed, 27 May 2015 09:47:23 +0000 (02:47 -0700)]
Merge "Fix size negotiation for ScrollBar" into tizen
Adeel Kazmi [Tue, 26 May 2015 18:27:42 +0000 (11:27 -0700)]
Merge "Empty Implementation for INPUT_METHOD_SETTINGS property" into tizen
Adeel Kazmi [Tue, 26 May 2015 18:15:28 +0000 (19:15 +0100)]
(ItemFactory) Add GetExtension
Change-Id: I6c6be97dde2ee285e2947000b4be2cd5d80c53d8
Adeel Kazmi [Tue, 26 May 2015 17:34:43 +0000 (10:34 -0700)]
Merge "Changes after Custom actor impl extension, cleanup, extension and test cases for Internal::Control" into tizen
Richard Huang [Tue, 26 May 2015 16:25:44 +0000 (17:25 +0100)]
Fix size negotiation for ScrollBar
Change-Id: I1a645b3fb95910761c2c7b9df2b00450a650dc81
Kimmo Hoikka [Tue, 26 May 2015 16:22:05 +0000 (17:22 +0100)]
Changes after Custom actor impl extension, cleanup, extension and test cases for Internal::Control
Change-Id: I0bc19a5bd6bfff6c087d0edb949e08ef63dace3b
Richard Huang [Tue, 26 May 2015 16:06:44 +0000 (17:06 +0100)]
Update UTC for TableView
Change-Id: I01ff59952592959dd53cdcd8a18fbe72f4929b41
Kimmo Hoikka [Tue, 26 May 2015 15:42:34 +0000 (08:42 -0700)]
Merge "Update UTC for ItemView, ScrollView and FocusManager" into tizen
Paul Wisbey [Tue, 26 May 2015 14:28:30 +0000 (07:28 -0700)]
Merge "Move TextSelectionPopup from public to devel" into tizen
Agnelo Vaz [Tue, 26 May 2015 12:45:15 +0000 (13:45 +0100)]
Move TextSelectionPopup from public to devel
Change-Id: I67ed206d8083606ba5435c502e668414095bd9dc
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Richard Huang [Tue, 26 May 2015 13:20:34 +0000 (14:20 +0100)]
Update UTC for ItemView, ScrollView and FocusManager
Change-Id: I90ccadcba919af94d41d56d0a830db8568aa34f7
Agnelo Vaz [Fri, 22 May 2015 13:00:13 +0000 (14:00 +0100)]
Empty Implementation for INPUT_METHOD_SETTINGS property
Change-Id: Idfe0b6614a1d10c7b993304c571517e3575dee71
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Adeel Kazmi [Tue, 26 May 2015 09:52:10 +0000 (10:52 +0100)]
Remove MaskedImageView
Change-Id: I1a4dcec6a89c2a57126d2568bb55ac6cb07bc625
HyunJu Shin [Mon, 25 May 2015 08:41:14 +0000 (01:41 -0700)]
Merge "Add utc test cases" into tizen
HyunJu Shin [Mon, 25 May 2015 08:35:27 +0000 (01:35 -0700)]
Merge "Add UTCs for TextSelectionPopup" into tizen
Yoonsang Lee [Mon, 25 May 2015 07:48:41 +0000 (16:48 +0900)]
Update TableView utc
- Add UtcDaliTableViewCtorCopyP
- Add UtcDaliTableViewMetricsFit
Change-Id: I334db04227c4a028bb7328fc94f91f563fb74cb0
Heeyong Song [Mon, 25 May 2015 08:02:25 +0000 (17:02 +0900)]
Add utc test cases
Change-Id: I304442fbcbc4930b760920809e09e4f859645b47
taeyoon [Mon, 25 May 2015 07:04:41 +0000 (16:04 +0900)]
Add UTCs for TextSelectionPopup
Change-Id: If9b62e43889434d0ca3b3a398cbc657a9b6f2dad
Kimmo Hoikka [Fri, 22 May 2015 18:16:21 +0000 (11:16 -0700)]
Merge "Update with the change of Orientation in adaptor" into tizen
Xiangyin Ma [Fri, 22 May 2015 16:15:06 +0000 (17:15 +0100)]
Update with the change of Orientation in adaptor
Change-Id: Id6aa50da7c562a02956bf044993d7ac7a3417d33
Adeel Kazmi [Fri, 22 May 2015 16:08:47 +0000 (17:08 +0100)]
Changes after converting StyleChange to an enum
Change-Id: Ibfcb33744bf8dc9b6cc7dbcf0bc5097e6ae25f8a
Kimmo Hoikka [Fri, 22 May 2015 15:33:28 +0000 (08:33 -0700)]
Merge "Added more test cases for ScrollView" into tizen
Adeel Kazmi [Fri, 22 May 2015 15:20:52 +0000 (08:20 -0700)]
Merge "Avoid overwriting TEXT with PLACEHOLDER_TEXT" into tizen
Richard Huang [Fri, 22 May 2015 14:43:05 +0000 (15:43 +0100)]
Added more test cases for ScrollView
Change-Id: I5958113e9032139da7fcf03a31b5eec859fd2a28
Paul Wisbey [Fri, 22 May 2015 13:51:58 +0000 (14:51 +0100)]
Avoid overwriting TEXT with PLACEHOLDER_TEXT
Change-Id: I679d9a8a1ea72d28f45897accc8c3051b85e938b
Adeel Kazmi [Fri, 22 May 2015 13:17:05 +0000 (06:17 -0700)]
Merge "update bouncing-effect-actor to use new mesh" into devel/new_mesh
Xiangyin Ma [Mon, 18 May 2015 17:59:52 +0000 (18:59 +0100)]
update bubble-emitter to use new mesh
Change-Id: I2a46b496e3c1f4938978416f518b1330e62fa328
Victor Cebollada [Fri, 22 May 2015 09:20:25 +0000 (10:20 +0100)]
Cursor Alignment.
Aligns the cursor according the horizontal alignment if there is no text.
Change-Id: Ib32c6f3ccc529d593341a82edd19c7e63637f41f
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>