platform/core/uifw/dali-toolkit.git
8 years agoFix for selection handles. 29/42529/2
Victor Cebollada [Mon, 29 Jun 2015 08:04:15 +0000 (09:04 +0100)]
Fix for selection handles.

Selection handles may remain pressed after the power button is pressed.

* The TouchEvent with Interrupt state is not handled.
  Actually Dali core does not send this event when the power button
  is pressed. This patch is a work-around to fix the issue.
  Would be a proper solution send the TouchEvent with the Interrupt
  state when the power button is pressed?

Change-Id: Ide9e69f74eb73f3ed1ce6d0ff918bd1177ba783c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoMerge "System Clipboard shown and items can be pasted" into devel/master
Adeel Kazmi [Mon, 29 Jun 2015 11:25:43 +0000 (04:25 -0700)]
Merge "System Clipboard shown and items can be pasted" into devel/master

8 years agoSystem Clipboard shown and items can be pasted 78/42378/6
Agnelo Vaz [Fri, 26 Jun 2015 12:19:12 +0000 (13:19 +0100)]
System Clipboard shown and items can be pasted

Change-Id: I8703607879dd8e2c4ea2595ff24e6bbef579b145
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoTableView: Cleanup 92/42392/4
Xiangyin Ma [Fri, 26 Jun 2015 14:30:34 +0000 (15:30 +0100)]
TableView: Cleanup

Change-Id: Icc063e8d9c83efeeec0560ef1d02e1e79e0f0d53

8 years agoMerge branch 'devel/new_mesh' into devel/master 86/42386/2
Francisco Santos [Fri, 26 Jun 2015 14:24:45 +0000 (15:24 +0100)]
Merge branch 'devel/new_mesh' into devel/master

Change-Id: I41d2ce44857efc23c3a830ede52849b4d415b6f6

8 years agoMerge branch 'devel/master' into devel/new_mesh 81/42381/1 devel/new_mesh
Francisco Santos [Fri, 26 Jun 2015 14:09:53 +0000 (15:09 +0100)]
Merge branch 'devel/master' into devel/new_mesh

Conflicts:
automated-tests/src/dali-toolkit/CMakeLists.txt

Change-Id: Id952401475048d0f19f9ab8757695175ec46056e

8 years agoFix cursor. 74/42374/1
Francisco Santos [Fri, 26 Jun 2015 13:13:53 +0000 (14:13 +0100)]
Fix cursor.

Change-Id: I522ab97e434d754723d3ed5bca3275f5e6d8e284

8 years agoText Field Highlight Patch 25/42325/3
Richard Underhill [Thu, 25 Jun 2015 17:47:15 +0000 (18:47 +0100)]
Text Field Highlight Patch

Change-Id: I28480bdb0148ffeb38cd1396f98a4e08d59211c2
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
8 years agoChange control background to use ImageActor 62/42362/2
Ferran Sole [Fri, 26 Jun 2015 11:03:42 +0000 (12:03 +0100)]
Change control background to use ImageActor

Change-Id: I05db139b14c14ed85cb3550332460abe9d826610

8 years agoMerge branch 'devel/master' into devel/new_mesh 13/42313/3
Francisco Santos [Thu, 25 Jun 2015 14:23:06 +0000 (15:23 +0100)]
Merge branch 'devel/master' into devel/new_mesh

Conflicts:
automated-tests/src/dali-toolkit/CMakeLists.txt
dali-toolkit/devel-api/shader-effects/distance-field-effect.cpp
dali-toolkit/internal/atlas-manager/atlas-manager-impl.cpp
dali-toolkit/internal/atlas-manager/atlas-manager-impl.h
dali-toolkit/internal/atlas-manager/atlas-manager.cpp
dali-toolkit/internal/atlas-manager/atlas-manager.h
dali-toolkit/internal/controls/text-controls/text-label-impl.cpp
dali-toolkit/internal/controls/text-controls/text-label-impl.h
dali-toolkit/internal/controls/text-controls/text-selection-popup-impl.cpp
dali-toolkit/internal/text/decorator/text-decorator.cpp
dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager-impl.cpp
dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager-impl.h
dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager.cpp
dali-toolkit/internal/text/rendering/atlas/atlas-glyph-manager.h
dali-toolkit/internal/text/rendering/atlas/text-atlas-renderer.cpp
dali-toolkit/public-api/controls/control-impl.cpp

Change-Id: I48b90c6c4696dbc7b65659ecf6004a09a17c7ab0

8 years agoMerge "Minor fixes for Text." into devel/master
Paul Wisbey [Fri, 26 Jun 2015 10:35:58 +0000 (03:35 -0700)]
Merge "Minor fixes for Text." into devel/master

8 years agoText Selection Popup should hide when text inserted or set 03/42303/3
Agnelo Vaz [Thu, 25 Jun 2015 10:52:56 +0000 (11:52 +0100)]
Text Selection Popup should hide when text inserted or set

Select, Select All Popup should hide when predicitve text inserted.
Also if SetText is called then Popup should also hide

Change-Id: I39f05b49c49056c6b018eaec43431e7a9667194e
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoTextField to start edit mode when keyboard re-shown 23/42323/1
Agnelo Vaz [Thu, 25 Jun 2015 16:36:16 +0000 (17:36 +0100)]
TextField to start edit mode when keyboard re-shown

Change-Id: If8bda323256b7db2f3b91b8e2786f95c2aefa6c9
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoMinor fixes for Text. 81/42181/3
Victor Cebollada [Wed, 24 Jun 2015 07:54:07 +0000 (08:54 +0100)]
Minor fixes for Text.

  - Fix the text cursor position when there is no text.
  - Remove some unnecesary booleans.

Change-Id: Iaf0cba9c1ccba11fc81c5594d7126553a60e393e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoMerge "(ItemLayout) Remove redundant GetResizeAnimation" into devel/master
Kimmo Hoikka [Thu, 25 Jun 2015 15:36:59 +0000 (08:36 -0700)]
Merge "(ItemLayout) Remove redundant GetResizeAnimation" into devel/master

8 years agoMerge "Script UTC test cases" into devel/master
Adeel Kazmi [Thu, 25 Jun 2015 15:31:14 +0000 (08:31 -0700)]
Merge "Script UTC test cases" into devel/master

8 years agoMerge "Add support for new accessibility actions" into devel/master
Adeel Kazmi [Thu, 25 Jun 2015 15:30:15 +0000 (08:30 -0700)]
Merge "Add support for new accessibility actions" into devel/master

8 years ago(ItemLayout) Remove redundant GetResizeAnimation 16/42316/1
Adeel Kazmi [Thu, 25 Jun 2015 14:38:10 +0000 (15:38 +0100)]
(ItemLayout) Remove redundant GetResizeAnimation

Change-Id: I11688a480ad0a37519f3ff35ab6d943fed23cc8a

8 years agoFix for problem in rendering, when removing and then re-adding a text control to... 46/40746/3
Richard Underhill [Thu, 25 Jun 2015 09:39:51 +0000 (10:39 +0100)]
Fix for problem in rendering, when removing and then re-adding a text control to the stage.

Change-Id: Id0aa77ef511e5e090b098aa49bfddcc1c3b2b7eb
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
8 years agoMerge "TableView: Enum cleanup and Complete the SetCellAlignment() func" into devel...
Kimmo Hoikka [Thu, 25 Jun 2015 09:20:36 +0000 (02:20 -0700)]
Merge "TableView: Enum cleanup and Complete the SetCellAlignment() func" into devel/master

8 years agoMerge "UTC Builder coverage" into devel/master
Adeel Kazmi [Thu, 25 Jun 2015 08:08:39 +0000 (01:08 -0700)]
Merge "UTC Builder coverage" into devel/master

8 years agoDon't replace pasted text with pre-edit text 44/42244/1
Paul Wisbey [Wed, 24 Jun 2015 17:46:20 +0000 (18:46 +0100)]
Don't replace pasted text with pre-edit text

Change-Id: Iadd7d25177d6c9f98d7ff773baedc9319b4560cb

8 years agoAvoid deleting text behind the cursor 43/42243/1
Paul Wisbey [Wed, 24 Jun 2015 16:25:31 +0000 (17:25 +0100)]
Avoid deleting text behind the cursor

Change-Id: I198f70493b9340c67555671b083d8ccb354a249f

8 years agoUses depth within tree to set the depth index of text controls and their renderers. 42/42242/2
Richard Underhill [Wed, 24 Jun 2015 15:54:44 +0000 (16:54 +0100)]
Uses depth within tree to set the depth index of text controls and their renderers.

Change-Id: I83ff441be4bfc558f4357b21b9e32149e8ffb025
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
8 years agoUTC Builder coverage 99/41999/2
Lee Morgan [Fri, 19 Jun 2015 13:28:50 +0000 (14:28 +0100)]
UTC Builder coverage

Change-Id: I549ff73d9c35075a8d47b85d903dede94284ea5f

8 years agoReplace Selection when text is entered 42/42142/8
Agnelo Vaz [Tue, 23 Jun 2015 14:18:12 +0000 (15:18 +0100)]
Replace Selection when text is entered

Change-Id: Iddf2076234919504e7304b18328c268401cb9115
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoFix for Text Selection issues. 16/42216/4
Victor Cebollada [Wed, 24 Jun 2015 06:26:15 +0000 (07:26 +0100)]
Fix for Text Selection issues.

  - Do not place the left and right selection handles
    in the same cursor position.
  - Do not recalculate the handles position when the
    text stops scrolling.
  - Stop the scroll timer when the text stops scrolling.
  - Remove the unimplemented methods SetScrollTickInterval()
    and GetScrollTickInterval() from the Text::Decorator.
  - Do not scroll to the beginning of the text if the
    'Select' button is pressed and the cursor is at the end.

Change-Id: I4db3cce902943fb1378f976ae622ad702a0a6790
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoDALi Version 1.0.46 35/42235/1 dali_1.0.46
Chu Hoang [Wed, 24 Jun 2015 14:54:32 +0000 (15:54 +0100)]
DALi Version 1.0.46

Change-Id: I270f97de01927a6e369ef5271ec028911f9dc243

8 years agoEliminate shader creation per Atlas. 23/42123/2
Richard Underhill [Tue, 23 Jun 2015 12:16:03 +0000 (13:16 +0100)]
Eliminate shader creation per Atlas.

Change-Id: I13f2f215aa841be3b548f34d8172e4ba0e740626
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
8 years agoFix for memory leak with BufferImages from FontClient and AtlasManager. 14/42114/4
Richard Underhill [Tue, 23 Jun 2015 10:34:26 +0000 (11:34 +0100)]
Fix for memory leak with BufferImages from FontClient and AtlasManager.

Needs: https://review.tizen.org/gerrit/#/c/42095

Change-Id: I263ac4fede71da91c5f71cbb07a843e6a6fac41a
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
8 years agoRemoved DepthIndex methods from public-api 01/42201/3
Richard Underhill [Wed, 24 Jun 2015 10:52:35 +0000 (11:52 +0100)]
Removed DepthIndex methods from public-api

Needs: https://review.tizen.org/gerrit/#/c/42196/
       https://review.tizen.org/gerrit/#/c/42203/

Change-Id: I6420861d1673c81c489d69700123b88ce86cdeed
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
8 years agoTableView: Enum cleanup and Complete the SetCellAlignment() func 75/42075/7
Xiangyin Ma [Mon, 22 Jun 2015 17:38:31 +0000 (18:38 +0100)]
TableView: Enum cleanup and Complete the SetCellAlignment() func

Change-Id: Id93a391c9600db277eb62f77e567bdfaddb87757

8 years agoMove new mesh API to devel-api. 32/42132/3
Francisco Santos [Tue, 23 Jun 2015 13:40:57 +0000 (14:40 +0100)]
Move new mesh API to devel-api.

Change-Id: Ifaf619a6098d6f76c26cfd74eccb6c28eb345e4f

8 years agoMerge "Moves shader creation from Text Atlas Renderer to GlyphManager" into devel...
Kimmo Hoikka [Wed, 24 Jun 2015 10:01:52 +0000 (03:01 -0700)]
Merge "Moves shader creation from Text Atlas Renderer to GlyphManager" into devel/new_mesh

8 years agoMerge "Remove last character when pre-edit text is empty" into devel/master
Adeel Kazmi [Tue, 23 Jun 2015 15:52:13 +0000 (08:52 -0700)]
Merge "Remove last character when pre-edit text is empty" into devel/master

8 years agoMerge "Sanitize code inside Alignment, remove duplication and unnecessary functor...
Adeel Kazmi [Tue, 23 Jun 2015 15:49:57 +0000 (08:49 -0700)]
Merge "Sanitize code inside Alignment, remove duplication and unnecessary functor creation" into devel/master

8 years agoRemove last character when pre-edit text is empty 41/42141/6
Paul Wisbey [Tue, 23 Jun 2015 13:45:06 +0000 (14:45 +0100)]
Remove last character when pre-edit text is empty

Change-Id: I51565112dbddc2928d77fe41655f25d81ec9a514

8 years agoMoves shader creation from Text Atlas Renderer to GlyphManager 03/41803/3
Richard Underhill [Wed, 17 Jun 2015 14:07:49 +0000 (15:07 +0100)]
Moves shader creation from Text Atlas Renderer to GlyphManager

Change-Id: Id0897b32ef799bf27fe1d3f16927f5d49933d4bb
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
8 years agoMerge "TET cases for Text." into devel/master
Paul Wisbey [Tue, 23 Jun 2015 14:03:35 +0000 (07:03 -0700)]
Merge "TET cases for Text." into devel/master

8 years agoTET cases for Text. 27/42127/2
Victor Cebollada [Mon, 22 Jun 2015 16:07:21 +0000 (17:07 +0100)]
TET cases for Text.

Test the status of the text-field actors after sending some events.
Removes some unused code.

Change-Id: I5ded4718bc9a1969c43b6b1e91689524561c2588
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoTextController Paste button functional 13/42113/3
Agnelo Vaz [Tue, 23 Jun 2015 12:55:49 +0000 (13:55 +0100)]
TextController Paste button functional

Change-Id: Ic62265c2e17551374e9774829e5f491ca21cf807
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoMerge "Improve Selection handle hit region so not above the handle" into devel/master
Paul Wisbey [Tue, 23 Jun 2015 09:01:30 +0000 (02:01 -0700)]
Merge "Improve Selection handle hit region so not above the handle" into devel/master

8 years agoScript UTC test cases 93/42093/1
Nick Holland [Tue, 23 Jun 2015 07:36:46 +0000 (08:36 +0100)]
Script UTC test cases

Change-Id: I225ed158c15d6bd3f620e78266a5e8b99c8495c2

8 years agoMerge "UTC added for Text, Multi-language." into devel/master
Adeel Kazmi [Mon, 22 Jun 2015 17:22:03 +0000 (10:22 -0700)]
Merge "UTC added for Text, Multi-language." into devel/master

8 years agoImprove Selection handle hit region so not above the handle 74/42074/1
Agnelo Vaz [Mon, 22 Jun 2015 17:08:18 +0000 (18:08 +0100)]
Improve Selection handle hit region so not above the handle

Change-Id: Ica85dc9e144ec2ebd4c4bb70818054781ae4cfad
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoMerge "TextContoller Copy and Cut buttons functional" into devel/master
Paul Wisbey [Mon, 22 Jun 2015 17:08:13 +0000 (10:08 -0700)]
Merge "TextContoller Copy and Cut buttons functional" into devel/master

8 years agoSanitize code inside Alignment, remove duplication and unnecessary functor creation 73/42073/1
Kimmo Hoikka [Mon, 22 Jun 2015 17:06:48 +0000 (18:06 +0100)]
Sanitize code inside Alignment, remove duplication and unnecessary functor creation

Change-Id: Iff757042cb4d7c67e1a39d2ca6ed3a582e46ab5a

8 years agoAdd support for new accessibility actions 52/41352/6
Richard Huang [Fri, 12 Jun 2015 15:48:12 +0000 (16:48 +0100)]
Add support for new accessibility actions

1. Rename AccessibilityFocusManager to AccessibilityManager
2. Added support for new accessibility actions

Change-Id: If39a4a242c0fe80a3e6fe9a69dfff827d0554aab

8 years agoTextContoller Copy and Cut buttons functional 01/42001/9
Agnelo Vaz [Fri, 19 Jun 2015 15:39:55 +0000 (16:39 +0100)]
TextContoller Copy and Cut buttons functional

Change-Id: I5a0d810048156e32f829fa05617fd2d25ac2ac40
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoText TET cases for TextField and TextLabel controls. 66/42066/1
Victor Cebollada [Mon, 22 Jun 2015 14:06:54 +0000 (15:06 +0100)]
Text TET cases for TextField and TextLabel controls.

Change-Id: I486d7f80f95cca700c173f3f006bd597d7c28f5b
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoText logical and visual models. Remove unused/unwanted code. 27/42027/1
Victor Cebollada [Mon, 22 Jun 2015 07:46:38 +0000 (08:46 +0100)]
Text logical and visual models. Remove unused/unwanted code.

Change-Id: Iee86400a173278fbeed48783b019b2d359c845fe
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoFix for resizing TextField when Delete button is added 00/42000/2
Paul Wisbey [Fri, 19 Jun 2015 16:41:03 +0000 (17:41 +0100)]
Fix for resizing TextField when Delete button is added

Change-Id: Icc9eeb9414f1b6ca32a5870c045f1850b3dea8a8

8 years agoTextSelectionPopup : Select, Select All implemented. 95/41995/6
Victor Cebollada [Fri, 19 Jun 2015 14:04:43 +0000 (15:04 +0100)]
TextSelectionPopup : Select, Select All implemented.

Change-Id: If7b0bdf92318edb695e0ea20186d47336e702833
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoText Selection Toolbar scrolling 64/41464/8
Agnelo Vaz [Mon, 15 Jun 2015 15:55:53 +0000 (16:55 +0100)]
Text Selection Toolbar scrolling

Change-Id: I490f640f66c43ed98f8005e2e87f891cd77ceb90
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoMerge "(Magnifier) Properties added, APIs removed, Tests added" into devel/master
Kimmo Hoikka [Fri, 19 Jun 2015 16:01:09 +0000 (09:01 -0700)]
Merge "(Magnifier) Properties added, APIs removed, Tests added" into devel/master

8 years agoMerge "TextSelectionPopup to show Paste in data in Clipboard" into devel/master
Paul Wisbey [Fri, 19 Jun 2015 15:33:35 +0000 (08:33 -0700)]
Merge "TextSelectionPopup to show Paste in data in Clipboard" into devel/master

8 years agoTextSelectionPopup to show Paste in data in Clipboard 74/41974/3
Agnelo Vaz [Fri, 19 Jun 2015 10:28:24 +0000 (11:28 +0100)]
TextSelectionPopup to show Paste in data in Clipboard

Requires Adaptor fix "Fix Clipboard to return 0 when has no items"

Change-Id: I37213b3cc024d434d164136c509c2c9d6c7d0ccb
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years ago(Magnifier) Properties added, APIs removed, Tests added 93/41993/1
Adeel Kazmi [Fri, 19 Jun 2015 13:57:36 +0000 (14:57 +0100)]
(Magnifier) Properties added, APIs removed, Tests added

Change-Id: If66553b3abc998209ea0c10b7d9292bf9a2c32e9

8 years agotext popup callbacks. 46/41946/5
Victor Cebollada [Thu, 18 Jun 2015 15:42:04 +0000 (16:42 +0100)]
text popup callbacks.

Change-Id: I2357b7cfdd2983dcdc021aad0dbb9645cd74f328
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoTextSelectionPopup follows Handles and button change with state and other improvements 75/41875/7
Agnelo Vaz [Thu, 18 Jun 2015 13:28:48 +0000 (14:28 +0100)]
TextSelectionPopup follows Handles and button change with state and other improvements

Pixel align positioning of Popup and padding
Show Copy and Cut when in Selecting State

Change-Id: I5e8a02fae89cf096f3e6319eb8f500aaf0ea6741
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoRemoved DrawMode::OVERLAY from Toolkit components. 46/41346/3
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>
8 years agoFixes for text selection. 72/41872/6
Victor Cebollada [Thu, 18 Jun 2015 10:13:23 +0000 (11:13 +0100)]
Fixes for text selection.

  -Selection handles pressed images added.
  -Do not flip the images in the Relayout() method.
  -Fix a crash when both handles are at the first glyph.

Change-Id: Ide420f902df1b3c2878a825f5e7bd037f1c7b866
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoMerge "TextSelectionPopup buttons can be enabled from TextController" into devel...
Paul Wisbey [Thu, 18 Jun 2015 14:02:24 +0000 (07:02 -0700)]
Merge "TextSelectionPopup buttons can be enabled from TextController" into devel/master

8 years agoMerge "DALi Version 1.0.45" into devel/master
Adeel Kazmi [Thu, 18 Jun 2015 11:18:32 +0000 (04:18 -0700)]
Merge "DALi Version 1.0.45" into devel/master

8 years agoDALi Version 1.0.45 59/41859/1 dali_1.0.45
Xiangyin Ma [Thu, 18 Jun 2015 11:14:22 +0000 (12:14 +0100)]
DALi Version 1.0.45

Change-Id: I985cc3172ee24515b9257f883dcaf18d4c9196cc

8 years agoTextSelectionPopup buttons can be enabled from TextController 14/41814/3
Agnelo Vaz [Mon, 15 Jun 2015 15:57:16 +0000 (16:57 +0100)]
TextSelectionPopup buttons can be enabled from TextController

Change-Id: I2940fe925a12864b0471a1340803766cca76fc27
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoSelection implementation. 88/40988/8
Paul Wisbey [Wed, 10 Jun 2015 14:24:11 +0000 (15:24 +0100)]
Selection implementation.

Change-Id: I06668e73f1cf1fba9c2dbf100b23a3668511fae0

8 years agoFix prevent issues 44/41644/2
Heeyong Song [Wed, 17 Jun 2015 07:08:15 +0000 (16:08 +0900)]
Fix prevent issues

1. builder-set-property.cpp: Unsigned compared against 0 (NO_EFFECT)
3. text-selection-popup-impl.cpp: Integer overflowed argument (if numberOfOptions == 0)
4. text-controller-impl.cpp: Overflowed return value (if lineIndex == 0)
5. text-controller.cpp: Unsigned compared against 0 (NO_EFFECT)
6. solid-color-actor.cpp: Dereference null return value (pixbuf)

Change-Id: I1b4d4c1a69dec7df300bdbb88fb503cbe336497a

8 years agoMerge "TextSelectionToolbar and Style Properties added" into devel/master
Paul Wisbey [Wed, 17 Jun 2015 11:08:36 +0000 (04:08 -0700)]
Merge "TextSelectionToolbar and Style Properties added" into devel/master

8 years agoMerge "Updates required for https://review.tizen.org/gerrit/#/c/41602/" into devel...
Adeel Kazmi [Wed, 17 Jun 2015 11:02:24 +0000 (04:02 -0700)]
Merge "Updates required for https://review.tizen.org/gerrit/#/c/41602/" into devel/master

8 years agoTextSelectionToolbar and Style Properties added 10/41310/12
Agnelo Vaz [Tue, 9 Jun 2015 13:13:34 +0000 (14:13 +0100)]
TextSelectionToolbar and Style Properties added

Change-Id: Ie6f58e42eaba78e659ad589572ab6ce5028732b2
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoMerge "Fixed deletion of last character with no place-holder text" into devel/master
Adeel Kazmi [Wed, 17 Jun 2015 09:35:29 +0000 (02:35 -0700)]
Merge "Fixed deletion of last character with no place-holder text" into devel/master

8 years agoFixed deletion of last character with no place-holder text 11/41611/1
Paul Wisbey [Tue, 16 Jun 2015 17:28:18 +0000 (18:28 +0100)]
Fixed deletion of last character with no place-holder text

Change-Id: I3974b9118b990615b4b90874a1f8257de1f7cc36

8 years agoEmit a signal when layout is activated in ItemView 01/41601/2
Richard Huang [Tue, 16 Jun 2015 14:20:57 +0000 (15:20 +0100)]
Emit a signal when layout is activated in ItemView

Change-Id: If10b9c5c7c4b278f0400ee51fca72af4d06dea5f

8 years agoUpdates required for https://review.tizen.org/gerrit/#/c/41602/ 03/41603/1
Kimmo Hoikka [Tue, 16 Jun 2015 14:30:50 +0000 (15:30 +0100)]
Updates required for https://review.tizen.org/gerrit/#/c/41602/

Change-Id: Id188e5221ac0d54516fbe9c2730a9b0529acd923

8 years agoMerge "Fixes Drop Shadow Frustum Culling." into devel/new_mesh
Kimmo Hoikka [Tue, 16 Jun 2015 13:52:37 +0000 (06:52 -0700)]
Merge "Fixes Drop Shadow Frustum Culling." into devel/new_mesh

8 years agoFix for Control::GetNaturalSize() 43/41443/2
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

8 years agoRemove dali-any from Property::Value 58/41358/2
Kimmo Hoikka [Fri, 12 Jun 2015 19:12:00 +0000 (20:12 +0100)]
Remove dali-any from Property::Value
- reimplement multivalue using more efficient union inside value
- remove unnecessary asserts when types dont match
- cleanup and sanitize scripting
- remove unnecessary templates from GetEnum, added error handling

Change-Id: I6fce541ca017feab5f569e64d9d98c3427926245

8 years agoFixes Drop Shadow Frustum Culling. 48/41348/1
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>
8 years ago(Control) Ensure GetImplementation functions are exported 28/41228/2
Adeel Kazmi [Thu, 11 Jun 2015 16:30:38 +0000 (17:30 +0100)]
(Control) Ensure GetImplementation functions are exported

Change-Id: I496a3be0c92073d1733116927f2ff1f45f07c723

8 years agoAdded tests for EffectsView 16/41216/3
Adeel Kazmi [Thu, 11 Jun 2015 15:21:04 +0000 (16:21 +0100)]
Added tests for EffectsView

Change-Id: Ie9af9cfaa4906cf3bb5b7b85fefe6f6a6750536f

8 years agoMerge "Move tts-player.h from devel-api to public-api" into devel/master
Kimmo Hoikka [Thu, 11 Jun 2015 16:28:08 +0000 (09:28 -0700)]
Merge "Move tts-player.h from devel-api to public-api" into devel/master

8 years agoUTC added for Text, Multi-language. 17/41217/2
Victor Cebollada [Wed, 13 May 2015 08:33:01 +0000 (09:33 +0100)]
UTC added for Text, Multi-language.

Change-Id: I591e8b9d8aa00c13defea582f30ae4d0f5df63ca
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoMerge changes Icccc1ca3,Ia32ce8ab into devel/master
Adeel Kazmi [Thu, 11 Jun 2015 16:15:57 +0000 (09:15 -0700)]
Merge changes Icccc1ca3,Ia32ce8ab into devel/master

* changes:
  UTC added for Text, Segmentation.
  UTC added for Text, CharacterSetConversion.

8 years agoUTC added for Text, Segmentation. 10/41210/1
Victor Cebollada [Wed, 6 May 2015 08:08:06 +0000 (09:08 +0100)]
UTC added for Text, Segmentation.

Change-Id: Icccc1ca3d0f2426622a0f81ca93f07884af25582
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoUTC added for Text, CharacterSetConversion. 09/41209/1
Victor Cebollada [Wed, 6 May 2015 06:31:20 +0000 (07:31 +0100)]
UTC added for Text, CharacterSetConversion.

Change-Id: Ia32ce8ab447035517f93156bdea5c3a3a6f556e7
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoMerge "UTC Increase builder line coverage" into devel/master
Adeel Kazmi [Thu, 11 Jun 2015 15:14:21 +0000 (08:14 -0700)]
Merge "UTC Increase builder line coverage" into devel/master

8 years agoMerge "Fix the text scroll when deleting text." into devel/master
Paul Wisbey [Thu, 11 Jun 2015 14:58:33 +0000 (07:58 -0700)]
Merge "Fix the text scroll when deleting text." into devel/master

8 years agoMerge "Fixes for text layout." into devel/master
Paul Wisbey [Thu, 11 Jun 2015 14:57:38 +0000 (07:57 -0700)]
Merge "Fixes for text layout." into devel/master

8 years agoMerge "Add the alignment offset to the glyph lines." into devel/master
Paul Wisbey [Thu, 11 Jun 2015 14:51:52 +0000 (07:51 -0700)]
Merge "Add the alignment offset to the glyph lines." into devel/master

8 years agoUTC Increase builder line coverage 08/41208/1
Lee Morgan [Thu, 11 Jun 2015 09:43:42 +0000 (10:43 +0100)]
UTC Increase builder line coverage

Change-Id: I6db8d02c8a6b4d6e16f30217774064eef0cbbd37

8 years agoMerge "DALi Version 1.0.44" into devel/master
Adeel Kazmi [Thu, 11 Jun 2015 10:19:42 +0000 (03:19 -0700)]
Merge "DALi Version 1.0.44" into devel/master

8 years agoFix the text scroll when deleting text. 77/41077/2
Victor Cebollada [Wed, 10 Jun 2015 15:14:28 +0000 (16:14 +0100)]
Fix the text scroll when deleting text.

Change-Id: I0c5b5983686402412c136ed913f09e73c0cd350b
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoFixes for text layout. 17/40817/7
Victor Cebollada [Tue, 19 May 2015 08:25:45 +0000 (09:25 +0100)]
Fixes for text layout.

Give some space to place the cursor.

Change-Id: I7c244731896a919c48f781e1efa6e9b6e44f3e6b
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoAdd the alignment offset to the glyph lines. 11/40811/10
Victor Cebollada [Tue, 9 Jun 2015 08:47:25 +0000 (09:47 +0100)]
Add the alignment offset to the glyph lines.

When the lines are horizontally aligned, we don't
want to modify the original layout. Subsequent calls
to Layout::Align() will always use the original layout
and modify only the alignment offset of each line.
The TextView is the responsible of adding the offset
to get the final layout.

Change-Id: Id8c1fea9a75e77b597b6744f226ef566408e6e8c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoDALi Version 1.0.44 45/41145/1 dali_1.0.44
Tom Robinson [Thu, 11 Jun 2015 09:46:12 +0000 (10:46 +0100)]
DALi Version 1.0.44

Change-Id: Ie5fed15d1b44ccc4c504607d42b8341ed557ebc5

8 years agoFix for multi-language support. 26/41126/6
Victor Cebollada [Thu, 11 Jun 2015 07:00:46 +0000 (08:00 +0100)]
Fix for multi-language support.

Change-Id: I0eb938a4edac325daff30cad3a77f5bd1e80f5ac
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoIncreased Line/Function Coverage for BloomView & TableView 33/41133/1
Adeel Kazmi [Wed, 10 Jun 2015 15:10:56 +0000 (16:10 +0100)]
Increased Line/Function Coverage for BloomView & TableView

Change-Id: I440954500f6e338728e85ac01aa95d1b65a630cc

8 years agoRemove uniform mapping. 52/40852/2
Francisco Santos [Tue, 9 Jun 2015 17:55:11 +0000 (18:55 +0100)]
Remove uniform mapping.

Change-Id: If347a572c3bb51192234317831509f1ada66e595

8 years agoMerge "Dont register accessibility and keyboard focus properties as scene graph prope...
Kimmo Hoikka [Wed, 10 Jun 2015 16:39:11 +0000 (09:39 -0700)]
Merge "Dont register accessibility and keyboard focus properties as scene graph properties" into devel/master