platform/core/uifw/dali-toolkit.git
8 years agoMake internal actors size match TextLabel size 76/44076/3
Paul Wisbey [Thu, 16 Jul 2015 12:22:58 +0000 (13:22 +0100)]
Make internal actors size match TextLabel size

Change-Id: I9a874e714d482553da446bdea112f3155cc3e84e

8 years agoMerge "TextDecorator. Do not destroy the highlight geometry every OnRelayout." into...
Paul Wisbey [Thu, 16 Jul 2015 13:02:51 +0000 (06:02 -0700)]
Merge "TextDecorator. Do not destroy the highlight geometry every OnRelayout." into devel/master

8 years agoSimple implementation of ImageView. 56/43756/16
Chu Hoang [Mon, 13 Jul 2015 14:28:52 +0000 (15:28 +0100)]
Simple implementation of ImageView.

Change-Id: Iab2e0995e97a4bfc2b8d1a8b36da6f9d896fc181

8 years agoText Selection Popup to use Style sheet for Properties 49/43949/5
Agnelo Vaz [Wed, 15 Jul 2015 12:55:39 +0000 (13:55 +0100)]
Text Selection Popup to use Style sheet for Properties

Change-Id: I983afd9e02d90e3b325fc1c9876d52fd50aa557a
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoTextDecorator. Do not destroy the highlight geometry every OnRelayout. 26/43026/5
Victor Cebollada [Mon, 6 Jul 2015 15:13:02 +0000 (16:13 +0100)]
TextDecorator. Do not destroy the highlight geometry every OnRelayout.

Change-Id: I0edd86d8799c98767111b5abb5a4a71fbf928c93
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoMerge "Accessibility programming guide" into devel/master
Adeel Kazmi [Wed, 15 Jul 2015 08:50:53 +0000 (01:50 -0700)]
Merge "Accessibility programming guide" into devel/master

8 years agoFix Klocwork issues. 07/43907/1
Victor Cebollada [Wed, 15 Jul 2015 07:35:50 +0000 (08:35 +0100)]
Fix Klocwork issues.

Change-Id: I50d42a595bfc882fde7edf57e0a3d867f46769a6
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoMerge "Removal of Actor::Insert API" into devel/master
Adeel Kazmi [Tue, 14 Jul 2015 17:49:25 +0000 (10:49 -0700)]
Merge "Removal of Actor::Insert API" into devel/master

8 years agoMerge "Removed feedback controller Boost dependency" into devel/master
Adeel Kazmi [Tue, 14 Jul 2015 16:05:22 +0000 (09:05 -0700)]
Merge "Removed feedback controller Boost dependency" into devel/master

8 years agoMerge "Fix ItemView scroll issue while handling ScrollPositionIntervalReachedSignal...
Kimmo Hoikka [Tue, 14 Jul 2015 15:35:22 +0000 (08:35 -0700)]
Merge "Fix ItemView scroll issue while handling ScrollPositionIntervalReachedSignal" into devel/master

8 years agoRemoval of Actor::Insert API 61/43861/2
Tom Robinson [Tue, 14 Jul 2015 15:10:32 +0000 (16:10 +0100)]
Removal of Actor::Insert API

Change-Id: If2d5520bc496167acd6341d6cf8a06e1cb9df540

8 years agoRemoved feedback controller Boost dependency 91/42891/10
Lee Morgan [Fri, 3 Jul 2015 13:57:46 +0000 (14:57 +0100)]
Removed feedback controller Boost dependency

Moved feedback controller to toolkit to use json parser

Change-Id: I57372ecd78c0147d58cd9c7620c812fd3a1da6e0

8 years agoFix ItemView scroll issue while handling ScrollPositionIntervalReachedSignal 85/42885/4
Richard Huang [Fri, 3 Jul 2015 12:59:02 +0000 (13:59 +0100)]
Fix ItemView scroll issue while handling ScrollPositionIntervalReachedSignal

Change-Id: I8b8d04fde2bf2471804020f1bd4e4006cc6c1112

8 years agoAdd text-control include dev files. 19/43719/3
Victor Cebollada [Mon, 13 Jul 2015 12:20:15 +0000 (13:20 +0100)]
Add text-control include dev files.

Change-Id: I5d8cd7385bd14aa966082bbaa805d5ca0a4b6bc3
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoMerge "Simplified the glyph reference counting" into devel/master
Kimmo Hoikka [Tue, 14 Jul 2015 14:00:32 +0000 (07:00 -0700)]
Merge "Simplified the glyph reference counting" into devel/master

8 years agoMerge "Modified control depth index ranges so they have less impact on sorting algori...
Kimmo Hoikka [Tue, 14 Jul 2015 13:28:57 +0000 (06:28 -0700)]
Merge "Modified control depth index ranges so they have less impact on sorting algorithm" into devel/master

8 years agoMerge "Use Control's own PanGestureDetector in ScrollBar" into devel/master
Adeel Kazmi [Tue, 14 Jul 2015 12:50:16 +0000 (05:50 -0700)]
Merge "Use Control's own PanGestureDetector in ScrollBar" into devel/master

8 years agoUse Control's own PanGestureDetector in ScrollBar 18/43818/2
Richard Huang [Tue, 14 Jul 2015 09:39:33 +0000 (10:39 +0100)]
Use Control's own PanGestureDetector in ScrollBar

Change-Id: I65c5fa40a64004358af8850cc1c4148cad91237b

8 years agoSimplified the glyph reference counting 83/43083/15
Paul Wisbey [Tue, 7 Jul 2015 14:03:07 +0000 (15:03 +0100)]
Simplified the glyph reference counting

This fixes a bug found when opening/closing the text-selection popup.
The reference counts are not incremented correctly e.g. when a word contains
the same letter twice. This results in the atlas becoming corrupted.

+ More Debug macros for glyph-atlas

Change-Id: Ib91681bc76e037ec4f6765bdc6ecbc9f592c20e3

8 years agoFix for grab and selection handles. 51/43451/6
Victor Cebollada [Thu, 9 Jul 2015 10:38:00 +0000 (11:38 +0100)]
Fix for grab and selection handles.

* Was difficult/imposible to drag the handle to the beginning/end of the text.

Change-Id: I80e9a0f7c2cc2c9e2262bb2238e00debc9b37138
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoFix the cursor's height. 21/43721/3
Victor Cebollada [Mon, 13 Jul 2015 06:52:12 +0000 (07:52 +0100)]
Fix the cursor's height.

* In a line with different font sizes it was
  getting the size of the next glyph instead
  the current one.

Change-Id: I3982fe5452a0b5a02b3858231540b4092856b966
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoModified control depth index ranges so they have less impact on sorting algorithm 57/43757/3
Ferran Sole [Mon, 13 Jul 2015 14:35:14 +0000 (15:35 +0100)]
Modified control depth index ranges so they have less impact on sorting algorithm

Change-Id: I8be297d9496b48357dcdcdf2dc2a7ccd77357dc2

8 years agoMerge "Change DrawMode::OVERLAY to DrawMode::OVERLAY_2D" into devel/master
Kimmo Hoikka [Mon, 13 Jul 2015 17:50:28 +0000 (10:50 -0700)]
Merge "Change DrawMode::OVERLAY to DrawMode::OVERLAY_2D" into devel/master

8 years agoRemoved Resource Saving 62/43762/1
Andrew Cox [Mon, 13 Jul 2015 15:14:37 +0000 (16:14 +0100)]
Removed Resource Saving

Change-Id: Ief30d87f9ebe3e038c2fbb8b6e0df1efe853bab4
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
8 years agoAccessibility programming guide 47/43047/13
Tom Robinson [Tue, 7 Jul 2015 10:15:38 +0000 (11:15 +0100)]
Accessibility programming guide

Change-Id: I377386e8b4437fb48d2913546ad4cbf2384c052c

8 years agoMerge "Updates after RenderableActor removal" into devel/master
Kimmo Hoikka [Mon, 13 Jul 2015 14:01:17 +0000 (07:01 -0700)]
Merge "Updates after RenderableActor removal" into devel/master

8 years agoChange DrawMode::OVERLAY to DrawMode::OVERLAY_2D 51/43751/1
Richard Huang [Mon, 13 Jul 2015 13:40:41 +0000 (14:40 +0100)]
Change DrawMode::OVERLAY to DrawMode::OVERLAY_2D

Change-Id: I62c18b342d4983f266d26b4dd8f7efa3e33c53f6

8 years agoUpdates after RenderableActor removal 16/43716/2
Adeel Kazmi [Mon, 13 Jul 2015 11:42:29 +0000 (12:42 +0100)]
Updates after RenderableActor removal

Change-Id: Ic4c5a8369913f829c301ab18b007f358abf98774

8 years agoShader binary synchronous simplified IO 90/42490/8
Andrew Cox [Tue, 23 Jun 2015 18:03:05 +0000 (19:03 +0100)]
Shader binary synchronous simplified IO

Change-Id: Ie09e73965389ba0229a42ecd7f9e32f49764710e
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
8 years agoMerge "Fix scroll bar to draw in the overlay mode" into devel/master
Kimmo Hoikka [Mon, 13 Jul 2015 09:10:53 +0000 (02:10 -0700)]
Merge "Fix scroll bar to draw in the overlay mode" into devel/master

8 years agoMoved PushButton::SetButtonImage etc to Button base class. 07/43607/5
Chu Hoang [Fri, 10 Jul 2015 16:48:13 +0000 (17:48 +0100)]
Moved PushButton::SetButtonImage etc to Button base class.

Change-Id: I2eb20df5c00597c129ea0688ec3a4a11e42b77e6

8 years agoFix scroll bar to draw in the overlay mode 00/43000/10
Richard Huang [Mon, 6 Jul 2015 16:04:17 +0000 (17:04 +0100)]
Fix scroll bar to draw in the overlay mode

Change-Id: Ifb2ba8123c9f858c33a93a559cc612d762ff51b6

8 years agoApply default theme if no THEME_CHANGE occurs 84/43584/8
Paul Wisbey [Fri, 10 Jul 2015 09:46:38 +0000 (10:46 +0100)]
Apply default theme if no THEME_CHANGE occurs

Change-Id: I46d061d3ba3d289aac94d596da64a9a381136d45

8 years agoMerge "Automated test fix for framebuffer creation" into devel/master
Kimmo Hoikka [Fri, 10 Jul 2015 14:47:29 +0000 (07:47 -0700)]
Merge "Automated test fix for framebuffer creation" into devel/master

8 years agoMerge "Remove de-funct dynamics support" into devel/master
Adeel Kazmi [Fri, 10 Jul 2015 13:20:21 +0000 (06:20 -0700)]
Merge "Remove de-funct dynamics support" into devel/master

8 years agoAutomated test fix for framebuffer creation 77/43077/2
David Fumanal [Tue, 7 Jul 2015 13:10:49 +0000 (14:10 +0100)]
Automated test fix for framebuffer creation

Change-Id: I775dbaedaabc18f1cc678e820df590b4493a0cc3

8 years agoMerge "Fixed crash while wrapping a Control as an actor in JavaScript plugin" into...
Adeel Kazmi [Fri, 10 Jul 2015 09:52:36 +0000 (02:52 -0700)]
Merge "Fixed crash while wrapping a Control as an actor in JavaScript plugin" into devel/master

8 years agoRemove de-funct dynamics support 11/43511/1
Kimmo Hoikka [Thu, 9 Jul 2015 18:54:34 +0000 (19:54 +0100)]
Remove de-funct dynamics support

Change-Id: I6f38ba989f55e75a7397a25d2c0e40a49fc9d9e1

8 years agoRemove unnecessarily checked in binaries 08/43508/1
Kimmo Hoikka [Thu, 9 Jul 2015 12:17:47 +0000 (13:17 +0100)]
Remove unnecessarily checked in binaries

Change-Id: Idb28aaa7455291f0f66bc225f307f5a0b608519c

8 years agoMerge "replaced toolkit pushbutton images with shorter images." into devel/master
Adeel Kazmi [Thu, 9 Jul 2015 16:13:09 +0000 (09:13 -0700)]
Merge "replaced toolkit pushbutton images with shorter images." into devel/master

8 years agoMerge "DALi Version 1.0.48" into devel/master
Adeel Kazmi [Thu, 9 Jul 2015 16:11:40 +0000 (09:11 -0700)]
Merge "DALi Version 1.0.48" into devel/master

8 years agoMerge "Remove UNSIGNED_INTEGER property type (removed from core)" into devel/master
Paul Wisbey [Thu, 9 Jul 2015 14:40:34 +0000 (07:40 -0700)]
Merge "Remove UNSIGNED_INTEGER property type (removed from core)" into devel/master

8 years agoDALi Version 1.0.48 93/43493/1 dali_1.0.48
Lee Morgan [Thu, 9 Jul 2015 14:02:32 +0000 (15:02 +0100)]
DALi Version 1.0.48

Change-Id: I13b15982ea4b7bd4d9751e351618727d691b4c0d

8 years agoFixed crash while wrapping a Control as an actor in JavaScript plugin 89/43489/2
Richard Huang [Thu, 9 Jul 2015 13:38:13 +0000 (14:38 +0100)]
Fixed crash while wrapping a Control as an actor in JavaScript plugin

Change-Id: I4c01b5a77836ffd9b22bf3c1b2aa2f809871f1c5

8 years agoMerge "Fix for the layout engine." into devel/master
Paul Wisbey [Thu, 9 Jul 2015 12:22:14 +0000 (05:22 -0700)]
Merge "Fix for the layout engine." into devel/master

8 years agoRemove UNSIGNED_INTEGER property type (removed from core) 85/43385/3
Kimmo Hoikka [Wed, 8 Jul 2015 14:40:03 +0000 (15:40 +0100)]
Remove UNSIGNED_INTEGER property type (removed from core)

Change-Id: I9874eeaeb95b59e4486265951184558e48efc72f

8 years agoMerge "Fixed signals for toggle button" into devel/master
Adeel Kazmi [Thu, 9 Jul 2015 10:39:55 +0000 (03:39 -0700)]
Merge "Fixed signals for toggle button" into devel/master

8 years agoFix for the layout engine. 44/43444/1
Victor Cebollada [Thu, 9 Jul 2015 09:35:07 +0000 (10:35 +0100)]
Fix for the layout engine.

* It was not updating the line height for the last character.

Change-Id: Ica8b0c2c3870bb24ebbdc2e3197c3ee551b80876
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoMerge "TextSelection Popup Styling Image update and json" into devel/master
Paul Wisbey [Wed, 8 Jul 2015 18:04:50 +0000 (11:04 -0700)]
Merge "TextSelection Popup Styling Image update and json" into devel/master

8 years agoTextSelection Popup Styling Image update and json 99/42999/13
Agnelo Vaz [Mon, 6 Jul 2015 16:00:00 +0000 (17:00 +0100)]
TextSelection Popup Styling Image update and json

Change-Id: I75fa29003e4f77aa7b81294ea6205fb5ad7ad7ef
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoConfigure which platform style to use 88/43088/10
Agnelo Vaz [Tue, 7 Jul 2015 16:10:16 +0000 (17:10 +0100)]
Configure which platform style to use

Change-Id: I5c558f08ecfd63aff34da334f8a60b28309eefa2
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoFixed signals for toggle button 88/43388/1
Tom Robinson [Wed, 8 Jul 2015 16:33:18 +0000 (17:33 +0100)]
Fixed signals for toggle button

Change-Id: I178600d47f4564207fb6b6c3a21b38ad43d37b3b

8 years agoMissing comma from stylesheet 83/43383/1
Kimmo Hoikka [Wed, 8 Jul 2015 13:53:43 +0000 (14:53 +0100)]
Missing comma from stylesheet

Change-Id: Ia0e262aff7cca09705c1e4e6e3d5cc233a090d71

8 years agoreplaced toolkit pushbutton images with shorter images. 63/43363/1
Chu Hoang [Wed, 8 Jul 2015 10:35:31 +0000 (11:35 +0100)]
replaced toolkit pushbutton images with shorter images.

This fixes issue for when the pushbutton was shorter than the original pushbutton images the top and bottom of the 9 patch would overlap. The overlap was then visible when the button was transitioning.

Change-Id: I6f1056fa8f9e32ca8de7adee3e20228ad33178dc

8 years agoMerge "Fix when typing text and the grab handle is visible/pressed." into devel/master
Paul Wisbey [Tue, 7 Jul 2015 15:49:49 +0000 (08:49 -0700)]
Merge "Fix when typing text and the grab handle is visible/pressed." into devel/master

8 years agoMerge "Fix for TextField clipping." into devel/master
Paul Wisbey [Tue, 7 Jul 2015 14:53:54 +0000 (07:53 -0700)]
Merge "Fix for TextField clipping." into devel/master

8 years agoFix for TextField clipping. 80/43080/2
Victor Cebollada [Tue, 7 Jul 2015 13:36:29 +0000 (14:36 +0100)]
Fix for TextField clipping.

* The text clipper is created after the text is rendered
  for the first time. If a text is long enough it exceeds
  the boundaries of the text-field in the first render.

Change-Id: I1c6191fcfb7dce2935cec774fe877c89842555bd
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoMerge "Node JS Addon for DALi + Improvements" into devel/master
Adeel Kazmi [Tue, 7 Jul 2015 14:14:22 +0000 (07:14 -0700)]
Merge "Node JS Addon for DALi + Improvements" into devel/master

8 years agoFix when typing text and the grab handle is visible/pressed. 73/43073/2
Victor Cebollada [Tue, 7 Jul 2015 10:48:36 +0000 (11:48 +0100)]
Fix when typing text and the grab handle is visible/pressed.

* Adds a new state EDITING_WITH_GRAB_HANDLE.

Change-Id: Ibb3294ce9de9ea701e1906c116a635b54d702f98
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoMerge "Fix Klocwork issues." into devel/master
Adeel Kazmi [Tue, 7 Jul 2015 09:32:52 +0000 (02:32 -0700)]
Merge "Fix Klocwork issues." into devel/master

8 years agoNode JS Addon for DALi + Improvements 91/42391/4
Nick Holland [Fri, 26 Jun 2015 14:51:24 +0000 (15:51 +0100)]
Node JS Addon for DALi + Improvements

old: control = new dali.TextField();
new: control = new dali.Control('control-name');

old: log('my message \n');
new: console.log('my message'); // common.js style
new: console.error('my error message')

// added ability to require('dali')
If we are running JavaScript in Node.JS it has to explicity
call require('dali'); This is now supported in dali standalone as well
to maintain code compatibility.

Change-Id: I8f5f1828bb3e5df950f4fedf952013eb247906e5

8 years agoMerge "(AutomatedTests) Synchronise TestSingletonService with Adaptor" into devel...
Kimmo Hoikka [Tue, 7 Jul 2015 09:23:17 +0000 (02:23 -0700)]
Merge "(AutomatedTests) Synchronise TestSingletonService with Adaptor" into devel/master

8 years agoMerge "Fixed Text Quality Regression" into devel/master
Paul Wisbey [Tue, 7 Jul 2015 08:27:18 +0000 (01:27 -0700)]
Merge "Fixed Text Quality Regression" into devel/master

8 years agoFixed Text Quality Regression 87/42887/6
Richard Underhill [Fri, 3 Jul 2015 13:26:34 +0000 (14:26 +0100)]
Fixed Text Quality Regression

Positioning of multiple 'mesh' actors per text-label was incorrect
i.e. caused by SetSize(1,1) on parent actors.

Compensated for sampling errors by rendering half a texel more on each edge.

Change-Id: Iaee82914ca736867be081779badb8c6476a8b95d
Signed-off-by: Richard Underhill <r.underhill@partner.samsung.com>
8 years agoMerge "Stop doing unparent and reset in text decorator." into devel/master
Paul Wisbey [Mon, 6 Jul 2015 15:45:47 +0000 (08:45 -0700)]
Merge "Stop doing unparent and reset in text decorator." into devel/master

8 years ago(AutomatedTests) Synchronise TestSingletonService with Adaptor 90/42990/3
Adeel Kazmi [Mon, 6 Jul 2015 13:52:23 +0000 (14:52 +0100)]
(AutomatedTests) Synchronise TestSingletonService with Adaptor

Change-Id: Ie534cf1d54b58e1aaa62464e18f4a30f40b29313

8 years agoMerge "Only use StyleManager if it really is available" into devel/master
Adeel Kazmi [Mon, 6 Jul 2015 14:56:10 +0000 (07:56 -0700)]
Merge "Only use StyleManager if it really is available" into devel/master

8 years agoMerge "Fix for cursor position when there is no text and no place holder text." into...
Paul Wisbey [Mon, 6 Jul 2015 14:53:26 +0000 (07:53 -0700)]
Merge "Fix for cursor position when there is no text and no place holder text." into devel/master

8 years agoStop doing unparent and reset in text decorator. 73/42873/11
Victor Cebollada [Tue, 30 Jun 2015 10:22:04 +0000 (11:22 +0100)]
Stop doing unparent and reset in text decorator.

  * Fixes the text's popup performance issue.
  * Lays out the highlight text behind the text.
  * Fixes the highlight color.

Change-Id: I65a1d5509117f33b6e77bcb2fa2517bb1cd42ff3
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoOnly use StyleManager if it really is available 75/42975/1
Kimmo Hoikka [Mon, 6 Jul 2015 12:46:25 +0000 (13:46 +0100)]
Only use StyleManager if it really is available

Change-Id: I90fdf261f7e93faeaa3fa14daa021169f98467c6

8 years agoFix Klocwork issues. 61/42961/3
Victor Cebollada [Tue, 23 Jun 2015 14:37:52 +0000 (15:37 +0100)]
Fix Klocwork issues.

Change-Id: I36d4d1df2d384410e26b7d8c588389d2da20765f
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoFix for cursor position when there is no text and no place holder text. 56/42956/1
Victor Cebollada [Mon, 6 Jul 2015 08:46:11 +0000 (09:46 +0100)]
Fix for cursor position when there is no text and no place holder text.

* When there are no characters, the line height of the default
  font is used to align the text.

Change-Id: I3f7506bac0fe4afd6ccd3fb88e80e449d1e73af7
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoTextField Styling upgrade, Builder to use filenames 04/42904/1
Agnelo Vaz [Fri, 3 Jul 2015 15:59:25 +0000 (16:59 +0100)]
TextField Styling upgrade, Builder to use filenames

Change-Id: Iaa66bbf675e988ecf2a5f757de07f2a33c14f31d
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoHarmonize test failures 72/42872/1
Adeel Kazmi [Fri, 3 Jul 2015 09:51:53 +0000 (10:51 +0100)]
Harmonize test failures

Change-Id: I69142b8addadc415c7428594f73a146d41737777

8 years agoMerge "Accessibility Manager public API UTC tests and coverage" into devel/master
Adeel Kazmi [Fri, 3 Jul 2015 08:26:35 +0000 (01:26 -0700)]
Merge "Accessibility Manager public API UTC tests and coverage" into devel/master

8 years agoTextField, Prevent Home key deleting selected text 24/42824/2
Agnelo Vaz [Thu, 2 Jul 2015 16:34:09 +0000 (17:34 +0100)]
TextField, Prevent Home key deleting selected text

Change-Id: Ib56946551ab11b891e90bd8926eb81b074c93706
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoAccessibility Manager public API UTC tests and coverage 25/42825/1
Tom Robinson [Thu, 2 Jul 2015 17:06:42 +0000 (18:06 +0100)]
Accessibility Manager public API UTC tests and coverage

Change-Id: I861347f17d5c27f284c56fc509734ed33f6c2dd9

8 years agoTextField, Add INTERRUPTED state for h/w buttons 22/42822/4
Agnelo Vaz [Thu, 2 Jul 2015 14:08:12 +0000 (15:08 +0100)]
TextField, Add INTERRUPTED state for h/w buttons

Change-Id: Id1db8cd3155a36e3d60b848c2c37afe6935bbc16
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoMerge "Added GetReadPosition to AccessibilityManager API" into devel/master
Adeel Kazmi [Thu, 2 Jul 2015 16:00:34 +0000 (09:00 -0700)]
Merge "Added GetReadPosition to AccessibilityManager API" into devel/master

8 years agoMerge "Bug fix when creating background of control using ImageActor" into devel/master
Adeel Kazmi [Thu, 2 Jul 2015 13:55:10 +0000 (06:55 -0700)]
Merge "Bug fix when creating background of control using ImageActor" into devel/master

8 years agoAdded GetReadPosition to AccessibilityManager API 94/42394/6
Tom Robinson [Fri, 26 Jun 2015 16:15:30 +0000 (17:15 +0100)]
Added GetReadPosition to AccessibilityManager API

As per request, re-added GetReadPosition to public API.

Change-Id: I2dddbfa24f732856fd3f5a233498873d29687423

8 years agoMerge "Show CopyPaste Poup on long press" into devel/master
Adeel Kazmi [Wed, 1 Jul 2015 18:13:34 +0000 (11:13 -0700)]
Merge "Show CopyPaste Poup on long press" into devel/master

8 years agoMerge "Fix for grab/selection handle." into devel/master
Adeel Kazmi [Wed, 1 Jul 2015 16:53:53 +0000 (09:53 -0700)]
Merge "Fix for grab/selection handle." into devel/master

8 years agoShow CopyPaste Poup on long press 86/42686/6
Agnelo Vaz [Wed, 1 Jul 2015 12:44:37 +0000 (13:44 +0100)]
Show CopyPaste Poup on long press

Change-Id: Ie57064747fd5df6827bc1cd6b0770acc9085d2fe
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoBug fix when creating background of control using ImageActor 41/42541/4
Ferran Sole [Mon, 29 Jun 2015 16:35:41 +0000 (17:35 +0100)]
Bug fix when creating background of control using ImageActor

Sort modifer was not beeing setted properly when background was created

Needs patch
"Added api to check actor's depth in the hierarchy" https://review.tizen.org/gerrit/#/c/42539/

Change-Id: Ia0ace26a620a78727bfe8976a5ceb96d318b940c

8 years agoMerge "DALi Version 1.0.47" into devel/master
Adeel Kazmi [Wed, 1 Jul 2015 13:23:48 +0000 (06:23 -0700)]
Merge "DALi Version 1.0.47" into devel/master

8 years agoDALi Version 1.0.47 92/42692/1 dali_1.0.47
Ferran Sole [Wed, 1 Jul 2015 13:18:35 +0000 (14:18 +0100)]
DALi Version 1.0.47

Change-Id: I060ed9fb2e607b55ff2178bd4d88404bbbd0ef1b

8 years agoMerge "Refactored Button and derived classes, moving state change and transition...
Adeel Kazmi [Wed, 1 Jul 2015 12:58:27 +0000 (05:58 -0700)]
Merge "Refactored Button and derived classes, moving state change and transition logic to base class." into devel/master

8 years agoRefactored Button and derived classes, moving state change and transition logic to... 21/42321/18
Chu Hoang [Thu, 25 Jun 2015 15:41:58 +0000 (16:41 +0100)]
Refactored Button and derived classes, moving state change and transition logic to base class.

Added default images for PushButton, CheckBoxButton and RadioButton.

Change-Id: I0acd58074bf72eb7d9bc1f809ecc4de6bcc9aeb8

8 years agoFix for grab/selection handle. 48/42648/1
Victor Cebollada [Wed, 1 Jul 2015 07:54:07 +0000 (08:54 +0100)]
Fix for grab/selection handle.

Avoids to jump 2 characters of a Latin ligature. i.e ff, fi.

Change-Id: I0260f70f5aea1c134d1c1da7c178b170438723ac
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoFix for text cursor. 13/42613/3
Victor Cebollada [Tue, 30 Jun 2015 10:48:27 +0000 (11:48 +0100)]
Fix for text cursor.

Do not show the cursor when the text is selected.

Change-Id: I8af3dfbb78011744df3db22d0ccb44701d631ac7
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
8 years agoRemoved Text Basic Renderer and other minor fixes 74/42574/4
David Fumanal [Tue, 30 Jun 2015 08:22:11 +0000 (09:22 +0100)]
Removed Text Basic Renderer and other minor fixes

Change-Id: Ibfcdd221431de0969d905bfe77b9cb2956cec8b1

8 years agoJavaScript plugin build fix for keyboard focus manager 94/42594/1
Adeel Kazmi [Tue, 30 Jun 2015 11:11:39 +0000 (12:11 +0100)]
JavaScript plugin build fix for keyboard focus manager

Change-Id: I918b1f54fc787143f83379f5a6813da8faf80530

8 years agoMerge "Fix PageTurnView" into devel/master
Adeel Kazmi [Tue, 30 Jun 2015 10:25:53 +0000 (03:25 -0700)]
Merge "Fix PageTurnView" into devel/master

8 years agoMerge "Changes in Javascript plugin to compile under new mesh api" into devel/master
Adeel Kazmi [Tue, 30 Jun 2015 10:21:12 +0000 (03:21 -0700)]
Merge "Changes in Javascript plugin to compile under new mesh api" into devel/master

8 years agoMerge "OnActivated() change for Accessibility and KeyboardFocus" into devel/master
Adeel Kazmi [Tue, 30 Jun 2015 09:12:32 +0000 (02:12 -0700)]
Merge "OnActivated() change for Accessibility and KeyboardFocus" into devel/master

8 years agoPrevent selected text from being erased by Power button. 40/42540/2
Agnelo Vaz [Mon, 29 Jun 2015 15:47:17 +0000 (16:47 +0100)]
Prevent selected text from being erased by Power button.

Power button and Menu button are now consumed so don't erase selected text.

Change-Id: Idaa2f50f67d6c77e3062ec21a179a3c8d79d1fcc
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
8 years agoFix PageTurnView 43/42543/1
Xiangyin Ma [Mon, 29 Jun 2015 18:03:14 +0000 (19:03 +0100)]
Fix PageTurnView

Change-Id: I5fb24117006edcf97a117b7083c05001a2bc42fe

8 years agoMerge "Removed accidentally added files" into devel/master
Adeel Kazmi [Mon, 29 Jun 2015 17:25:01 +0000 (10:25 -0700)]
Merge "Removed accidentally added files" into devel/master

8 years agoMerge "Fix for selection handles." into devel/master
Adeel Kazmi [Mon, 29 Jun 2015 16:27:24 +0000 (09:27 -0700)]
Merge "Fix for selection handles." into devel/master