platform/core/uifw/dali-toolkit.git
10 years ago(TextInput) Adding check that ImfManager::Get suceeds before calling functions 06/17706/1
Agnelo Vaz [Thu, 6 Mar 2014 17:00:32 +0000 (17:00 +0000)]
(TextInput) Adding check that ImfManager::Get suceeds before calling functions

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution]
[Verification] Build Repo

Change-Id: Id64412e2a200b4285a0083efef65f701a49d47aa
Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>
10 years agoAdded set property action to JSON 05/17705/1
Lee Morgan [Tue, 4 Mar 2014 13:25:28 +0000 (13:25 +0000)]
Added set property action to JSON

[Issue#]   N/A
[Problem]  N/A
[Cause]    N/A
[Solution] N/A

Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>
Change-Id: Icdefe5fd1342615c9bb50ad8d3766c555d49fe79

10 years agoRemove redundant Core::SendEvent() & NotificationEvent 32/17232/1
Paul Wisbey [Tue, 4 Mar 2014 16:09:04 +0000 (16:09 +0000)]
Remove redundant Core::SendEvent() & NotificationEvent

[Issue#]   N/A
[Problem]  Notification event is redundant
[Cause]    Previously there was no way of telling Core to process events,
except by sending an event.
[Solution] Use the ProcessEvents() method, which was separated from Core::SendEvent()

Change-Id: I240cb24834192d1c5bc797e7c9952c1666b3f3d5
Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>
10 years ago(MaskedImageView) Fix IsPaused() 31/17231/1
Xiangyin Ma [Fri, 21 Feb 2014 16:17:05 +0000 (16:17 +0000)]
(MaskedImageView) Fix IsPaused()

[Issue] N/A
[Problem] always return false
[Cause] N/A
[Solution]

Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>
Change-Id: Ia9579293f8d88c385ade6a2dc177445e96d8d3c2

10 years agoTextView - Fix for line justification when multiline policy is split by word and... 30/17230/1
Victor Cebollada [Tue, 4 Mar 2014 10:33:26 +0000 (10:33 +0000)]
TextView - Fix for line justification when multiline policy is split by word and exceed policy is shrink to fit.

[Issue#] N/A
[Problem] Wrong line justification.
[Cause] Shrink factor was not used.
[Solution] Use shrink factor.

Change-Id: Id7d6fd8a66a767115786f4ade540b91550c917ce
Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>
10 years ago(Slider)Added SlidingFinishedSignal 29/17229/1
Xiangyin Ma [Fri, 28 Feb 2014 15:47:20 +0000 (15:47 +0000)]
(Slider)Added SlidingFinishedSignal

[Issue] N/A

[Problem] N/A

[Cause] N/A

[Solution] Add SlidingFinishedSignal, receives new value when the finger is lifed up

Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>
Change-Id: Ice003fb098d337fe84ec40581a19e5da5c94fcc3

10 years ago(Button/PushButton) Registering properties using the type-registry. 28/17228/1
Adeel Kazmi [Tue, 18 Feb 2014 17:28:00 +0000 (17:28 +0000)]
(Button/PushButton) Registering properties using the type-registry.

[Issue#]   N/A
[Problem]  N/A
[Cause]    N/A
[Solution] Property registration via type-registry added to core which allows the addition of
           event-side only properties to an actor on library load time.
           Button dimmed property changed to this property type.
           Added properties to push-button with this property type.

Change-Id: I95b4cd3cf02c071d74c3147ba1d48ecf835b39a9
Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>
10 years agoTextView - Fix for text view processor. Was not creating text-actors in some cases...
Victor Cebollada [Mon, 3 Mar 2014 14:58:40 +0000 (14:58 +0000)]
TextView - Fix for text view processor. Was not creating text-actors in some cases after a new-line character or if a line started by a white space.

[Issue#] P140228-02847
[Problem] Some characters are not displayed or displayed in the line above.
[Cause] Wrong logic. Some text-actors were not created.
[Solution] Fix the logic.

Change-Id: I0e25bbb7e676f0b7eec10a5dcba1224aab2f653d

10 years ago(AutomatedTests) Fixed failing TET case in FocusManager
Adeel Kazmi [Mon, 3 Mar 2014 11:46:55 +0000 (11:46 +0000)]
(AutomatedTests) Fixed failing TET case in FocusManager

[Issue#]   N/A
[Problem]  Accidentally broken in last change (wrong name added).
[Cause]    N/A
[Solution] Changed to corrent property name.

10 years agoControls no longer have property names.
Adeel Kazmi [Fri, 28 Feb 2014 18:26:27 +0000 (18:26 +0000)]
Controls no longer have property names.

[Issue#]   N/A
[Problem]  May change these so should be removed from CAPI for now.
[Cause]    N/A
[Solution] N/A

Change-Id: I9a54fc5e509595a3b18258d0da0bf4117eb93b68

10 years ago(ScrollComponent) Removing unneeded public-api versions of ScrollComponents
Julien Heanley [Tue, 14 Jan 2014 09:36:52 +0000 (09:36 +0000)]
(ScrollComponent) Removing unneeded public-api versions of ScrollComponents

[Issue#]   N/A
[Problem]  N/A
[Cause]    N/A
[Solution] N/A

Change-Id: I33f5d4cc11ac85e6989cad71bce08936e96e3838

10 years ago(TextInput) Removing deprecated Margin and Handle flip API
Agnelo Vaz [Thu, 27 Feb 2014 12:19:23 +0000 (12:19 +0000)]
(TextInput) Removing deprecated Margin and Handle flip API

[Issue#] N/A
[Problem] N/A
[Cause] N/A
[Solution] Removing:

  /* @deprecated, use SetBoundingRectangle instead. */
  void SetSelectionHandleFlipMargin( const Vector4& margin );

  /* @deprecated, use GetBoundingRectangle instead. */
  const Vector4& GetSelectionHandleFlipMargin();

  /* @deprecated, handles always flip. Use SetBoundingRectangle */
  void EnableSelectionHandleFlip( bool toggle );

  /* @deprecated, handles always flip. Use SetBoundingRectangle */
  bool IsSelectionHandleFlipEnabled();

[Verification] Build Repo

10 years ago[SRUK] Initial copy from Tizen 2.2 version
Paul Wisbey [Mon, 3 Mar 2014 19:04:23 +0000 (19:04 +0000)]
[SRUK] Initial copy from Tizen 2.2 version

Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>
Change-Id: I1088d752201827b02c6b83015c00ff158f58e2ad

10 years agoInitial empty repository
Sehong Na [Sun, 16 Feb 2014 23:49:11 +0000 (15:49 -0800)]
Initial empty repository