platform/core/uifw/dali-toolkit.git
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 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 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 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 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 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 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 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 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 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

8 years agoMove tts-player.h from devel-api to public-api 98/40998/1
Richard Huang [Wed, 10 Jun 2015 16:30:39 +0000 (17:30 +0100)]
Move tts-player.h from devel-api to public-api

Change-Id: I0853e2be097fe530a692857d196f4bf60dc3b29f

8 years agoFix for Text::Controller::SetText(). 26/40926/4
Victor Cebollada [Wed, 10 Jun 2015 08:42:39 +0000 (09:42 +0100)]
Fix for Text::Controller::SetText().

If the controller is in edit mode it updates
the cursor and scroll positions.

Change-Id: Ibff1eeed819e6b348002521c0ad6745649544e7e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoDont register accessibility and keyboard focus properties as scene graph properties 82/40982/1
Kimmo Hoikka [Wed, 10 Jun 2015 12:36:09 +0000 (13:36 +0100)]
Dont register accessibility and keyboard focus properties as scene graph properties

Change-Id: I8a978218db2e7fad39e9065bad8c63f0a01b5e63

8 years agoImproved reference caching in AtlasGlyphManager for text changes in an existing Text... 15/40715/2
Richard Underhill [Wed, 10 Jun 2015 09:07:36 +0000 (10:07 +0100)]
Improved reference caching in AtlasGlyphManager for text changes in an existing Text control

Change-Id: Ib56edfedee5fe9a8f71df8643116c20b19f95465
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
8 years agoFix for text ellipsis. 24/40824/2
Victor Cebollada [Tue, 9 Jun 2015 10:01:22 +0000 (11:01 +0100)]
Fix for text ellipsis.

  The FontClient::GetPointSize() logs an error and
returns the default font point size if the font id
is zero.

  Some glyphs i.e. the '\n' have font id zero. It
avoids the call to that method with font id
equal to zero.

Change-Id: Ie4877d4ec87b1dfd65dd98bc405b8768e4e2a57e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoMerge "Control to call Init derived classes before applying style" into devel/master
Paul Wisbey [Mon, 8 Jun 2015 18:10:39 +0000 (11:10 -0700)]
Merge "Control to call Init derived classes before applying style" into devel/master

8 years agoControl to call Init derived classes before applying style 52/40752/2
Agnelo Vaz [Mon, 8 Jun 2015 16:40:54 +0000 (17:40 +0100)]
Control to call Init derived classes before applying style

Change-Id: Ib485ee1b53906a279f8e53797a492ddaf2552c94
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoRemove reference to Control from Decorator 40/40740/1
Paul Wisbey [Mon, 8 Jun 2015 10:31:16 +0000 (11:31 +0100)]
Remove reference to Control from Decorator

Change-Id: Ic42235709236938e5895589ae469cf57fddad9e0

8 years agoMerge "Added TextChanged signal to TextField" into tizen accepted/tizen_3.0.2015.q2_common tizen_3.0.2015.q2_common accepted/tizen/3.0.2015.q2/common/20150615.091817 accepted/tizen/common/20150611.081653 accepted/tizen/mobile/20150611.091326 accepted/tizen/tv/20150611.091520 accepted/tizen/wearable/20150611.085805 submit/tizen/20150610.022810 submit/tizen/20150611.012320 submit/tizen_3.0.2015.q2_common/20150615.075539 submit/tizen_mobile/20150611.014034
Adeel Kazmi [Thu, 4 Jun 2015 15:08:31 +0000 (08:08 -0700)]
Merge "Added TextChanged signal to TextField" into tizen

8 years agoAdded TextChanged signal to TextField 01/40501/6
Paul Wisbey [Thu, 4 Jun 2015 10:57:59 +0000 (11:57 +0100)]
Added TextChanged signal to TextField

Change-Id: I7e0560b289d321db65d3a71de273b407c2f1f0f5

8 years agoMerge "DALi Version 1.0.43" into tizen
Kimmo Hoikka [Thu, 4 Jun 2015 10:45:08 +0000 (03:45 -0700)]
Merge "DALi Version 1.0.43" into tizen

8 years agoDALi Version 1.0.43 90/40490/1 dali_1.0.43
Richard Huang [Thu, 4 Jun 2015 10:06:10 +0000 (11:06 +0100)]
DALi Version 1.0.43

Change-Id: Id0280d1fa846e4e069bd5a6941c0b415fa5ac759

8 years ago(Programming Guide) ItemView 41/40441/3
Adeel Kazmi [Wed, 3 Jun 2015 20:05:41 +0000 (21:05 +0100)]
(Programming Guide) ItemView

Change-Id: If9480c78a19bf9b5f47e56f1dba8d77eac373781

8 years agoremove dead code from shadow view (OnStageConnection & OnStageDisconnection) 39/40439/1
Kimmo Hoikka [Wed, 3 Jun 2015 16:21:08 +0000 (17:21 +0100)]
remove dead code from shadow view (OnStageConnection & OnStageDisconnection)

Change-Id: I53890c76dd89066be631898a1e5142c7b86d212a

8 years ago(AutomatedTests) Synchronise with core & remove boost & installed headers for coverage 10/40410/2
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

8 years agoRenamed FocusManager to AccessibilityFocusManager and moved KeyInputFocusManager... 51/40351/6
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>
8 years agoMerge "Removed boost from builder" into tizen
Adeel Kazmi [Wed, 3 Jun 2015 08:13:34 +0000 (01:13 -0700)]
Merge "Removed boost from builder" into tizen

8 years ago(Programmin Guide) Images 49/40349/2
Adeel Kazmi [Tue, 2 Jun 2015 15:38:20 +0000 (16:38 +0100)]
(Programmin Guide) Images

Change-Id: I642e0a6d3eb1563d0d7a001df76dbfd5f3b6f3ea

8 years agoChange popup background to z=0.f, ensure background is first child so overlay mode... 27/40127/4
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

8 years agoRemoved boost from builder 85/39485/9
Lee Morgan [Tue, 12 May 2015 12:08:00 +0000 (13:08 +0100)]
Removed boost from builder

Change-Id: I7c58a0bf2a9c1a10e947257f007f2d4704d07526

8 years ago(Programming Guide) KeyFrame Animation, Path Animation, Constraints 75/40275/1
Adeel Kazmi [Mon, 1 Jun 2015 14:18:27 +0000 (15:18 +0100)]
(Programming Guide) KeyFrame Animation, Path Animation, Constraints

Change-Id: I2d9fac7129340ea72c7467c3d51bfaf3b31678c7

8 years ago(Programming Guide) Animation, Signals, Actions, documentation 71/40171/2
Adeel Kazmi [Fri, 29 May 2015 19:58:54 +0000 (20:58 +0100)]
(Programming Guide) Animation, Signals, Actions, documentation

Change-Id: Ia8f44bfe6b854f7e8f001b64337506b64f8eaba9

8 years agoMerge "Programming Guide Updates" into tizen
Kimmo Hoikka [Fri, 29 May 2015 17:40:31 +0000 (10:40 -0700)]
Merge "Programming Guide Updates" into tizen

8 years agoMerge "Changes for std::vector removal from api" 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

8 years agoProgramming Guide Updates 92/40092/2
Adeel Kazmi [Thu, 28 May 2015 11:23:27 +0000 (12:23 +0100)]
Programming Guide Updates

Change-Id: Id1640f5adbc5b9bfcfd2359480a5489322de6865

8 years agoFixes for the text controller. 31/40131/5
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>
8 years agoChanges for std::vector removal from api 60/40160/3
Lee Morgan [Fri, 29 May 2015 13:51:23 +0000 (14:51 +0100)]
Changes for std::vector removal from api

Change-Id: I7e5cfca4f7c5dd413c353cbe81f36bdf7f18b9ad

8 years agoMerge "Guide to ResourceImage scaling and filtering" into tizen
Kimmo Hoikka [Fri, 29 May 2015 16:06:41 +0000 (09:06 -0700)]
Merge "Guide to ResourceImage scaling and filtering" into tizen

8 years agoMerge "Update keyboard focus direction enum for Control" 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

8 years agoMerge "Support moving of native-image-interface and image-operations to public-ap...
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

8 years agoUpdate keyboard focus direction enum for Control 37/40137/2
Richard Huang [Fri, 29 May 2015 10:36:42 +0000 (11:36 +0100)]
Update keyboard focus direction enum for Control

Change-Id: I0c1c9c6c6ea54effd98a46e36118c677db3d3d51

8 years agoChange WheelEvent 17/40117/2
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

8 years agoSupport moving of native-image-interface and image-operations to public-ap 40/40140/1
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

8 years agoMerge "TextField to consume TouchEvents" into tizen
Paul Wisbey [Fri, 29 May 2015 09:37:18 +0000 (02:37 -0700)]
Merge "TextField to consume TouchEvents" into tizen

8 years agoDALi Version 1.0.42 08/40108/1 accepted/tizen/common/20150529.134038 dali_1.0.42 submit/tizen/20150529.082236
Adeel Kazmi [Fri, 29 May 2015 08:01:22 +0000 (09:01 +0100)]
DALi Version 1.0.42

Change-Id: If8093c032fcc65118732f8c6d6c2ae62271617de