suhyung Eom [Fri, 6 Jan 2017 06:25:56 +0000 (15:25 +0900)]
[3.0] Add dali-adaptor as shared library
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: Ib78fc4f1ec04e690770d17c2c9a601457d96b000
suhyung Eom [Fri, 30 Dec 2016 06:27:35 +0000 (22:27 -0800)]
Merge "[3.0] Fixed crash issue by referencing unallocated memory" into tizen_3.0
suhyung Eom [Fri, 30 Dec 2016 05:39:10 +0000 (14:39 +0900)]
[3.0] Fixed crash issue by referencing unallocated memory
Crash was occurred when referencing unallocated memory
Wrong memory of DefaultFont->FindFont was used with condition
(script = TextAbstraction::UNKNOWN and defaultFonts != NULL)
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: Ifacceb7b6766156c7d3b11d2c2408f57dad2e6ee
Seoyeon Kim [Fri, 30 Dec 2016 04:38:42 +0000 (13:38 +0900)]
[3.0] Fix the warning log causing the wrong position
Change-Id: I8eee4d59970c3c1243e6155961089d7a085e75c1
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Taeyoon Lee [Fri, 30 Dec 2016 04:35:28 +0000 (20:35 -0800)]
Merge "Fix a bug in control background setting" into tizen_3.0
Seoyeon Kim [Thu, 29 Dec 2016 02:46:27 +0000 (18:46 -0800)]
Merge "[3.0] Add Visual descriptions to generate doxygen page" into tizen_3.0
suhyung Eom [Wed, 28 Dec 2016 04:18:49 +0000 (13:18 +0900)]
[3.0] Fixed bug that text is hidden by selection area
If layer behavior is 3D, selection highlight actor hide text actor in textField
Fixed by changing selection highlight actor's Z position in case of
Layer_3D is used
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I396227c0c110043a69976076d6b8f00379c358b7
suhyung Eom [Mon, 26 Dec 2016 04:39:07 +0000 (13:39 +0900)]
[3.0] Added po files for more languages
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I916f1e7eb58cc8b0a6fff1e96dfc56fd102cd6ae
Seoyeon Kim [Thu, 22 Dec 2016 07:21:23 +0000 (16:21 +0900)]
[3.0] Add Visual descriptions to generate doxygen page
Change-Id: I6d90458289e4d01064c08ba9eac3a0a91cc78252
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Xiangyin Ma [Wed, 21 Dec 2016 14:47:07 +0000 (14:47 +0000)]
Fix a bug in control background setting
Change-Id: I25eef3eff01496eb28ac12be79443e783fb09168
suhyung Eom [Tue, 20 Dec 2016 01:11:35 +0000 (10:11 +0900)]
[3.0] Move virtual destructor same position as 2.4
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I2ecac312d03ec325d6c0e73185a3063c6b31cb11
suhyung Eom [Fri, 16 Dec 2016 05:42:45 +0000 (14:42 +0900)]
[3.0] Move virtual destructor position to its original
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I060d3b1c67119975dd1e6bbfb95efafe967e4a1d
Paul Wisbey [Fri, 16 Dec 2016 15:36:09 +0000 (07:36 -0800)]
Merge "[3.0] Text - Fix for placement actor." into tizen_3.0
Victor Cebollada [Wed, 14 Dec 2016 07:10:22 +0000 (07:10 +0000)]
[3.0] Text - Fix for placement actor.
* Aligns the placement actor within the text control according with the alignment properties.
Change-Id: I62782283d13195081b56d395eecb854eb30f1df9
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Seoyeon Kim [Fri, 16 Dec 2016 06:36:53 +0000 (15:36 +0900)]
[3.0] Add visuals group tag for doxygen
Change-Id: Iafd4f3a25113b890e0f01adab4d52d6b584efd97
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
dongsug.song [Tue, 13 Dec 2016 04:29:18 +0000 (20:29 -0800)]
Merge "[3.0] Remove dali csharp codes" into tizen_3.0
suhyung Eom [Thu, 1 Dec 2016 09:22:39 +0000 (18:22 +0900)]
Apply deprecate macro and LOG
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I4e70aac876a49a6bc67c17ee7e179f5ef6d23f13
Victor Cebollada [Thu, 8 Dec 2016 14:52:47 +0000 (14:52 +0000)]
[3.0] Text - TextClipper replaced by an Actor with the CLIPPING_MODE enabled.
* Fixes issues with the inherited alpha channel.
Change-Id: I6a3f125d6de10d4d3d8673a6b340f05ae0edd3f6
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
adam.b [Thu, 8 Dec 2016 14:58:04 +0000 (14:58 +0000)]
Added devel property PREMULTIPLIED_ALPHA ( "premultipliedAlpha" ).
Control::SetBackground() applies premultipliedAlpha on existing
visual if no new visual instantiated.
The property enables/disables premultiplied alpha on the Visual.
Example:
control.SetProperty( Toolkit::Control::Property::BACKGROUND,
Property::Map().
Add( "premultipliedAlpha", true ));
Change-Id: Ie28aaceb9e7b9ca4f7a1e4ef0cf424a4a7fe5f00
Victor Cebollada [Wed, 7 Dec 2016 10:42:36 +0000 (10:42 +0000)]
[3.0] Text - Fix for text's cursor position.
* The control's size stored in the view-model is not updated
when the text is void.
If the text's alignment is not BEGIN, the cursor position
is calculated badly.
Change-Id: I65f6c520268608ad1605fc2d0b70be96377bb9dd
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Thu, 17 Nov 2016 11:49:55 +0000 (11:49 +0000)]
[3.0] Text - Fix for input style when there is a long press event.
* The input style was not updated.
Change-Id: I5758ee06739e2c1d28b62cb6d492c6f9bddf0b78
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Thu, 27 Oct 2016 15:18:28 +0000 (16:18 +0100)]
[3.0] Text - Initialize the mUpdateCursorHookPosition member in the constructor.
Change-Id: I9ebaa2d3d6760913753771bf51aef9528b850a73
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Fri, 21 Oct 2016 14:57:11 +0000 (15:57 +0100)]
[3.0] Fix for a single line text's vertical alignment.
* Use case:
- A TextField with the vertical alignment set to CENTER.
- Add some text. It's correctly aligned.
- Remove some text with the back space. It aligns the text to the TOP
Change-Id: I5c8c6f2bd81d8f78ba5ec2835c1e55531cb99a77
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Fri, 30 Sep 2016 15:52:39 +0000 (16:52 +0100)]
[3.0] TextController refactor.
* A different control interface has been created for the editable text controls.
The text label doesn't need to implement the methods AddDecoration(),
TextChanged(), MaxLengthReached() and InputStyleChanged().
Change-Id: I803729d7d502b03923bae5744af887d8cfe84b57
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Tue, 4 Oct 2016 13:11:06 +0000 (14:11 +0100)]
[3.0] Text - Ellipsis improvement.
* Elide all the characters if the control's height is not big enough.
* Fix the vertical alignment.
Change-Id: Ib7f8cc710b554952da357321e88058bbb3c7b0ab
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
suhyung Eom [Wed, 7 Dec 2016 02:28:33 +0000 (11:28 +0900)]
[3.0] Fixed svace defect
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I8de5d3deecbb0ad9ab4362eb84b4b07fc01e81e4
dongsug.song [Fri, 2 Dec 2016 10:09:51 +0000 (19:09 +0900)]
[3.0] Remove dali csharp codes
Change-Id: Ibfc4b287e5e5aba9ab0465a79be9c9f241010f80
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Victor Cebollada [Fri, 18 Nov 2016 08:30:20 +0000 (08:30 +0000)]
[3.0] Text - Fix for input style when the text gain the focus via KeyboardFocusGainEvent().
* The input style was not updated.
Change-Id: I6a71cfa605cbfac36ee03ac4754d51c6152a53f2
Adeel Kazmi [Thu, 24 Nov 2016 17:43:40 +0000 (17:43 +0000)]
[3.0] Change Internal::Control destructor to protected
This is a ref-counted object so another object should not be able to delete it.
Change-Id: I05d2d262f509380586584acfa1fb6646fe1ba688
minho.sun [Fri, 25 Nov 2016 02:08:21 +0000 (11:08 +0900)]
[3.0]Add focus indicator only when attaching physicalkeyboard
Add focus indicator only when attaching physicalkeyboard.
When user wants to preset focus actor before physicalkeyboard is
attached,
they can call SetCurrentFocusActor().
Before this patch, it always displays focus indicator whether
pyhisicalkeyboard is attached or not.
Now, if pyhisicalkeyboard is not attached, SetCurrentFocusActor() dosen't
add focus indicator to focus actor.
Change-Id: I8a7015279be77c77eb87f2a66346aa5924c76ab5
Signed-off-by: minho.sun <minho.sun@samsung.com>
Seoyeon Kim [Tue, 22 Nov 2016 10:00:25 +0000 (19:00 +0900)]
[3.0] Add deprecated tag and missed doxygen
- Add 'DEPRECATED_1_2_8' doxygen tag
- The doxygen warning log said some Property enumerations of class are not documented.
Change-Id: Ia39617bc2f3a64eb0f8d7de77ef547ae0ea4ee91
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Tue, 22 Nov 2016 01:01:13 +0000 (17:01 -0800)]
Merge "[3.0] Add Privilege doxygen tag about URL" into tizen_3.0
Minho Sun [Mon, 21 Nov 2016 07:19:34 +0000 (23:19 -0800)]
Merge "[3.0] (KeyboardFocusManager) Fixed ConnectSignal handling & SVACE error" into tizen_3.0
Seoyeon Kim [Thu, 17 Nov 2016 07:42:30 +0000 (16:42 +0900)]
[3.0] Add Privilege doxygen tag about URL
- To access to internet, media storage, and external storage in Tizen,
the user has to add the privileges.
Change-Id: I740227b1e1d0b463fce35755ab272a6749d8b543
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
David Steele [Fri, 16 Sep 2016 17:18:03 +0000 (18:18 +0100)]
[3.0] Changed control defaults to listen to style change
Not all controls listen to style change events, thus they can't be
re-styled through the style system.
Changed the default behaviour of all controls to listen to style
change events.
Added a new enum CONTROL_BEHAVIOUR_DEFAULT (value = 0) to show this.
Change-Id: I69b783609536a2bcd4f5c21d03a5bc380fab7f8a
Signed-off-by: David Steele <david.steele@samsung.com>
Tom Robinson [Thu, 17 Nov 2016 12:53:25 +0000 (12:53 +0000)]
[3.0] Published the AsyncImageLoader and SyncImageLoader to the public API
Change-Id: Ia9b7131fab371e3f1a263036710ca4a26747a8f8
Adeel Kazmi [Wed, 16 Nov 2016 17:43:37 +0000 (17:43 +0000)]
[3.0] (KeyboardFocusManager) Fixed ConnectSignal handling & SVACE error
Change-Id: Ic6893d38d9b957d41f9e4cdf287c7eb40e32433f
Xiangyin Ma [Wed, 28 Sep 2016 10:59:19 +0000 (11:59 +0100)]
[3.0]Deprecate the public APIs taking Image Handle as input
Change-Id: I699b771167a097f611c6135dcf405df16112d2a5
Yoonsang Lee [Tue, 1 Nov 2016 06:38:18 +0000 (15:38 +0900)]
Update README for dali-swig
Change-Id: I69bff78adad54dc45358f4d5e0774fa0fc73b3bc
minho.sun [Wed, 12 Oct 2016 05:43:44 +0000 (14:43 +0900)]
[3.0] Install default-feedback-theme.json files in styles folder
"feedback-style.cpp" can't find default-feedback-theme.json file because json file is not installed to ${PREFIX}/share/dali/toolkit/styles folder.
To fix this, make default-feedback-theme.json be installed to ${PREFIX}/dali/toolkit/styles folder
Change-Id: I813e13c52aaeacf34ec42f96af5012c64c328b37
Signed-off-by: minho.sun <minho.sun@samsung.com>
minho.sun [Wed, 12 Oct 2016 05:35:29 +0000 (14:35 +0900)]
[3.0] Remove current ScrollBar indicator when setting new customed indicator
Remove current ScrollBar indicator when setting new customed indicator using SetScrollIndicator();
Change-Id: I37d268889a1d68a235b9a50f2bab14d3886b189a
Signed-off-by: minho.sun <minho.sun@samsung.com>
taeyoon [Tue, 27 Sep 2016 08:58:37 +0000 (17:58 +0900)]
[3.0] Add GetEglImageTextureTarget() in TestNativeImageExtension
Change-Id: Ibde5be67dc31a93bb680d897d1ed20af205fd189
Seoyeon Kim [Fri, 23 Sep 2016 05:10:29 +0000 (14:10 +0900)]
[3.0] Add missed parameter documentation
- Parameters of some members are not documented.
- Enumeration of some classes are not documented.
- Return types of some members are not documented.
Change-Id: I09781311d2ef8aa33e62dfb7ddbbfc1f2371e924
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Seoyeon Kim [Wed, 21 Sep 2016 02:02:52 +0000 (19:02 -0700)]
Merge "[3.0] Fix license issue" into tizen
Seoyeon Kim [Tue, 20 Sep 2016 00:57:59 +0000 (09:57 +0900)]
[3.0] Fix license issue
- Change the license name and delete Samsung Properietary license
Change-Id: I3d72abc3bc5732571ac15cab75a7e0c5f1d818fb
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Fri, 16 Sep 2016 17:20:55 +0000 (18:20 +0100)]
[3.0] Move PageTurnView to Devel API
Change-Id: Icd4b14e55170f19a0abd9209b44621d45f99e102
Xiangyin Ma [Wed, 14 Sep 2016 10:40:35 +0000 (11:40 +0100)]
[3.0](SvgVisual)Stop displaying garbage pixels before rasterization getting finished
Change-Id: Icb8dcc7266e663a47d2d57997a597b52f96ce23d
taeyoon [Mon, 12 Sep 2016 11:47:54 +0000 (20:47 +0900)]
[3.0] Remove/Move experimental features
Change-Id: If7a3d70969b139a7e4024324a832f5aa9f09f88c
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
Adeel Kazmi [Fri, 9 Sep 2016 13:16:01 +0000 (14:16 +0100)]
[3.0] Add alias for 1.2.5 APIs that need to be included in Tizen 3
Change-Id: Ifd092f492d5215539e31aa8e8dd5cf3edb168790
Tom Robinson [Tue, 12 Apr 2016 15:55:40 +0000 (16:55 +0100)]
[3.0] Clipping API feature in Actor
Change-Id: Id8702d5deda4b3aaa0968144e26d8b0a5d36d6fc
(cherry picked from commit
364fc7251884e4668ac5e362dd13e8312e3aca74)
Adeel Kazmi [Wed, 31 Aug 2016 08:45:20 +0000 (09:45 +0100)]
[3.0] Updated @since tags for APIs added since 1.2.0 that are required for Tizen 3.0
- Some APIs we have added since we did the minor version up are required for Tizen 3.0.
- Cleanest way to do this to ensure the tizen and devel/master branches do not diverge too much is
by using specific doxygen aliases for the APIs required for Tizen 3.0.
Change-Id: Ibf6dd635add3343000cb0e7edcaa0a3b5cf8aed9
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
Adeel Kazmi [Fri, 9 Sep 2016 12:57:06 +0000 (05:57 -0700)]
Merge "[3.0] Add Privilege tags to dali.doxy.in" into tizen
Adeel Kazmi [Fri, 9 Sep 2016 12:56:59 +0000 (05:56 -0700)]
Merge "[3.0] Raised test coverage for Model3dView" into tizen
Adeel Kazmi [Fri, 9 Sep 2016 12:56:36 +0000 (05:56 -0700)]
Merge "[3.0] Removed 3D layer dependency of Model3dView and Mesh Visual." into tizen
David Steele [Fri, 2 Sep 2016 17:48:04 +0000 (18:48 +0100)]
[3.0] Raised test coverage for Model3dView
Change-Id: I14824620a0379bb0f6a10188e424449ac3e2af73
(cherry picked from commit
35cd4720d71f06f810258109e38d0c185c5d41ea)
Andrew Poor [Mon, 5 Sep 2016 16:02:52 +0000 (17:02 +0100)]
[3.0] Removed 3D layer dependency of Model3dView and Mesh Visual.
Change-Id: Id6573b42a2d176b1b3ead70c94a56cc60642bf65
Ferran Sole [Tue, 30 Aug 2016 11:51:25 +0000 (12:51 +0100)]
[3.0] Patch to synchronize with bug fixes done in Tizen 2.4 MCD branch.
Patches applied:
*Update scroll-view constraints before it's animated
*Disable refresh during Pinch
Change-Id: I90536978512eeac863f3d40d33a8ba24c53984a9
Victor Cebollada [Fri, 26 Aug 2016 08:38:24 +0000 (09:38 +0100)]
[3.0] TextController re-organization.
* Some test cases added to increase the coverage.
Change-Id: I209f0821805825b8b8b81b2d8e11b9db7a551c29
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
suhyung Eom [Wed, 3 Aug 2016 01:36:26 +0000 (10:36 +0900)]
[3.0] Implement wayland clipboard & same behaviour as EFL clipboard
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I524de8ccb7692a17656cd2335ce6bcf96e7bc07b
Taeyoon Lee [Fri, 2 Sep 2016 10:36:24 +0000 (03:36 -0700)]
Merge "[3.0] Add Text input style changed signal." into tizen
Taeyoon Lee [Fri, 2 Sep 2016 09:11:17 +0000 (02:11 -0700)]
Merge "[3.0] Rename color property of primitive visual to mixColor." into tizen
Taeyoon Lee [Fri, 2 Sep 2016 09:10:46 +0000 (02:10 -0700)]
Merge "[3.0] Minor primitive visual fixes." into tizen
Andrew Poor [Tue, 30 Aug 2016 14:28:32 +0000 (15:28 +0100)]
[3.0] Rename color property of primitive visual to mixColor.
Change-Id: I51c5d7fe9d9f5b14723727fca5d5c42de52e0692
Victor Cebollada [Wed, 27 Jul 2016 06:10:17 +0000 (07:10 +0100)]
[3.0] Add Text input style changed signal.
* The TextEditor and the TextField can notify through this signal any change
in the input style.
Change-Id: I2c00a09545b0fa3bdf2e628b5ef7ab2c5fa0179b
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
(cherry picked from commit
6ae9cd5f03bd0a8393eebf3cfb4508cab7fd3ede)
Andrew Poor [Tue, 30 Aug 2016 16:01:59 +0000 (17:01 +0100)]
[3.0] Minor primitive visual fixes.
Change-Id: I8a8d019054df488d744b5c9372b04bdaa11518b7
Seoyeon Kim [Mon, 29 Aug 2016 06:51:42 +0000 (15:51 +0900)]
[3.0] Add Privilege tags to dali.doxy.in
Change-Id: I096e01849e55ed21794886b59ebe2a5219fd5205
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
David Steele [Wed, 17 Aug 2016 18:20:47 +0000 (19:20 +0100)]
[3.0] Changed styles to use case-insensitive matching
Modified style sheets to use capitalized names for the styles to aid
readability.
Match algorithm changes control / style name to lower case, then
compares it to the style names that are also down-cased.
Change-Id: I048da5a7b8d00350669d11d797fab93f148dbdac
Signed-off-by: David Steele <david.steele@samsung.com>
(cherry picked from commit
6b8ba635f15d672e4773fac8d94b2ff2aa58e9b0)
minho.sun [Tue, 30 Aug 2016 01:01:57 +0000 (10:01 +0900)]
[3.0] Make all profile have mobile dali_toolkit_profile except tv
Make all profile have mobile dali_toolkit_profile except tv.
TV has own theme file, so need to seperate.
Change-Id: I1c2d59c700c9bf0e0e2428741cca362dee9950b7
Signed-off-by: minho.sun <minho.sun@samsung.com>
Adeel Kazmi [Tue, 16 Aug 2016 14:12:14 +0000 (15:12 +0100)]
[3.0] Rename DebugVisual to WireframeVisual
Change-Id: I3f35a00dbe2ba2153dca9e96849f0f1e7909ea35
David Steele [Tue, 23 Aug 2016 10:15:03 +0000 (11:15 +0100)]
[3.0] Fixed up AccessibilityAdaptor test cases
Change-Id: Ibf66186643762b9bd37ead1c158ff7ac7804b8e3
minho.sun [Thu, 28 Jul 2016 07:55:22 +0000 (16:55 +0900)]
[3.0] Add TV profile default theme
Add default Theme for TV profile.
TV has 1920x1080 resolution and different dpi.
Because of these differences, texts are shown too small on TV.
I made default theme file which has correct pointSize and other things on TV.
In spec, get profile name from build config file and determine which
default theme file path is right.
Change-Id: Ic38f20f1c687ba9f5e60135c6263185ff6cb15fc
Signed-off-by: minho.sun <minho.sun@samsung.com>
Nick Holland [Fri, 5 Aug 2016 14:09:13 +0000 (15:09 +0100)]
[3.0] DALi C# binding
Generated binding for overloadable operators in DALi math objects
Change-Id: Iec9b0ee03fa43d1b624eb5e683a5a91bad612354
Agnelo Vaz [Tue, 23 Aug 2016 16:05:38 +0000 (17:05 +0100)]
[3.0] Remove dead distance-field-effect.cpp file
Change-Id: Iba4006c6ea2dbd245cc3ab73c0bb43fef3aa9b9f
Seoyeon Kim [Mon, 1 Aug 2016 07:09:34 +0000 (16:09 +0900)]
[3.0] Add descriptions and example codes
Change-Id: Ic36766645c41ca1831bfd0cfa817ca54df8957f3
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
David Steele [Thu, 11 Aug 2016 16:18:53 +0000 (17:18 +0100)]
[3.0] Updated documentation to ensure DALi is referenced as such.
Change-Id: Ieb04dd28cd74b1af562ad66f0ded4c73209bff0b
Signed-off-by: David Steele <david.steele@samsung.com>
David Steele [Mon, 9 May 2016 09:45:21 +0000 (10:45 +0100)]
[3.0] Changed text controls to re-apply style after system font size change
Change-Id: I8125e09323a716effac5683158f7e4be61b8efc6
Signed-off-by: David Steele <david.steele@samsung.com>
suhyung Eom [Tue, 9 Aug 2016 00:29:12 +0000 (09:29 +0900)]
[3.0] Notify multiline hint to IMF context
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: If7b51387d37b3c3b652ac75cf74911904a2ed002
Adeel Kazmi [Wed, 10 Aug 2016 17:15:11 +0000 (18:15 +0100)]
[3.0] Lazy initialize ImageViews in KeyboardFocusManager & AccessibilityManager
- Both these managers created ImageViews at startup even if not required.
Change-Id: I40b6df684adac8acb6883175f8fe298558112d01
Victor Cebollada [Thu, 11 Aug 2016 14:56:04 +0000 (15:56 +0100)]
[3.0] Multilanguage support cache issue fix.
* Need to cache the font description used to query a default font
instead using the one retrieved from the font id.
Change-Id: Iee97a5e09c5e77fb3d24dc32e321d4413cdbbf2b
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
David Steele [Wed, 10 Aug 2016 17:00:58 +0000 (18:00 +0100)]
[3.0] Prevent slider setting handle text if no change
Hover events cause relayout to occur, and slider doesn't prevent relayout
if there is no size change. Modified Slider::DisplayValue to prevent text
label being set if there is no change to the current text.
Change-Id: Ib8651ff618f8b3452810d0d0bf1237803cdf1206
Signed-off-by: David Steele <david.steele@samsung.com>
Victor Cebollada [Wed, 27 Jul 2016 13:13:04 +0000 (14:13 +0100)]
[3.0] Retrieve the input font's style.
* Removes the font's style string from the InputStyle struct.
This string is useless as it stores only the string style set
through the property system. This string does not contain
the valid font's style if the style changes as a consequence of
moving the cursor.
Change-Id: I41d05f3686d949e1b50233df7f6d05fc2583af92
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Mon, 8 Aug 2016 16:34:03 +0000 (17:34 +0100)]
[3.0] Stop creating image visuals by default
Effects view and emboss filter create an image visual specifically and then set a custom shader.
Change-Id: I20b4548b0ddda41bdf4f476b3a3a2fbaa83db677
David Steele [Mon, 8 Aug 2016 19:36:28 +0000 (20:36 +0100)]
[3.0] Updated patch-coverage tool to catch fewer errors
Patch coverage tool was catching coverage errors for files in
non-source tree and of non-source code, also was catching changes
that had no coverage change.
Also added mechanism to choose the right patch, or to fail
if there are changes in both the working tree and the index.
Also added html output.
One minor gotcha spotted - added test code which was in-advertently covered
because of a case fallthrough, and passed, though this then caused unchanged
code to reduce in coverage.
Change-Id: Id49d30935b2dc9ef3145bf6bc78ec7510de01fd0
Signed-off-by: David Steele <david.steele@samsung.com>
Victor Cebollada [Fri, 5 Aug 2016 06:40:00 +0000 (07:40 +0100)]
[3.0] Fix for multi-language support.
* Pass the preferred font's description to the
MultiLanguageSupport::ValidateFonts() method instead of
a vector of font runs with default font's identifiers.
Change-Id: I88ded17f10be3f78fd7dfbca404f78eaf779aaa9
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Wed, 3 Aug 2016 14:38:10 +0000 (15:38 +0100)]
[3.0] Text - UTC fixes after removing non latin characters from the LATIN script in adaptor.
Change-Id: I3960a370e1bd76fc180836e633fecbce3a7fb65c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
David Steele [Tue, 24 May 2016 18:36:59 +0000 (19:36 +0100)]
[3.0] Added style names for images and text labels of Slider
Having properly named components of Slider enables them to be styled
individually.
Change-Id: I0062f77678c2423bac540d31d5277fc5d1b7fc04
Signed-off-by: David Steele <david.steele@samsung.com>
Andrew Poor [Thu, 4 Aug 2016 13:11:51 +0000 (14:11 +0100)]
[3.0] Added GetNaturalSize to primitive visual.
Change-Id: I6ca214aadbefcc3921c65a9bfddcc10a18f55735
taeyoon [Tue, 2 Aug 2016 09:24:40 +0000 (18:24 +0900)]
[3.0] Add GetSurfaceType() in TestRenderSurface
GetSurfaceType() will be added for NativeRenderSurface
Change-Id: I577433cd42c2db8b765b66ef4ef496052a11fef4
Victor Cebollada [Mon, 25 Jul 2016 09:33:41 +0000 (10:33 +0100)]
[3.0] Fix text's highlight box.
* Fixed a bug when calculating the size of the highlight box.
It caused the highlight box to be culled.
* Replaces the std::vector<QuadCoordinates> by a Dali::Vector<Vector4>
and resizes it with the number of quads to avoid reallocations.
Change-Id: Ia3c027c601de9c8c23693a6786fcfdfee57edaeb
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Thu, 14 Jul 2016 14:08:50 +0000 (15:08 +0100)]
[3.0] Reposition the text's popup when the text is scrolled.
Change-Id: I77734ba257d9ae7afb1f1e2915bfb304f8f0212f
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Tom Robinson [Mon, 1 Aug 2016 10:59:55 +0000 (11:59 +0100)]
[3.0] Renderer Depth UTCs + test-gl-abstraction update
Change-Id: Ia8493b71aae3587414b6ae186490354bce1bf6d3
Victor Cebollada [Tue, 26 Jul 2016 08:25:07 +0000 (09:25 +0100)]
[3.0] Text - Replace the if/else in the ChangeState method by a switch/case.
Change-Id: I0973068bbcd85dc47468b6c1051eee974ccff984
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Richard Huang [Tue, 2 Aug 2016 16:22:04 +0000 (17:22 +0100)]
[3.0] Fix the broken build for JavaScript plugin
Change-Id: Ib8069e20fad36f6edac499dee51b1596dd887414
Adeel Kazmi [Tue, 2 Aug 2016 14:15:13 +0000 (15:15 +0100)]
[3.0] Added missing newline chars to logging commands
Change-Id: I0bce08bee95bb4fe0bb543d65cacd7927411d556
Agnelo Vaz [Wed, 3 Aug 2016 14:34:34 +0000 (15:34 +0100)]
[3.0] Adding ObjectDestructionTracker to dali-test-suite-utils for testing object destruction
ControlImpl tests using ObjectDestructionFunctor to pass to object destrcution signal and confirm control has been destroyed.
Change-Id: I9e59089213b6257d5c2a4094e2fbf352f2f376d1
taeyoon [Mon, 22 Aug 2016 02:29:30 +0000 (11:29 +0900)]
[3.0] Version downgrade (1.2.0 to 1.1.45)
Final integration work for tizen 3.0 merged 1.2.0 dali in tizen branch.
1.2.0 already includes new features (Public-APIs) for next tizen release.
For tizen 3.0, we downgrade tizen branch to 1.1.45
This reverts commit
707333599e29423db3bf26b945f35bb3070897e0.
Conflicts:
packaging/dali-addon.spec
Revert "Preparation for minor version upgrade"
This reverts commit
19dfaca56bd409626a14b50d7d9cc22a958d93f4.
Revert "Batching clean-up"
This reverts commit
afe38927f068846eaa02c374430da05f6209a6f9.
Revert "Adding ObjectDestructionTracker to dali-test-suite-utils for testing object destruction"
This reverts commit
56b4ea70c3d00b35bd517f532c5229902795bff6.
Revert "Geometry Batching"
This reverts commit
f29b744f4c9d27aeb355319712313876bb236bca.
Revert "Added missing newline chars to logging commands"
This reverts commit
9ca43010ae274e019743c95a3bed73fd2e151bcd.
Revert "Adding RegisterVisual API to Control base class"
This reverts commit
e14d00568eab69d46e78db427d91e33513fd662b.
Revert "Fix the broken build for JavaScript plugin"
This reverts commit
60e86925712d9ec15583644dddaba523c16e8882.
Revert "Fix text's highlight box."
This reverts commit
b2d83201fba837ae079d0f608517884def2c43c7.
Revert "Reposition the text's popup when the text is scrolled."
This reverts commit
549dd9160d48572dcbfbae6ae87ae6d8f749aa83.
Revert "Renderer Depth UTCs + test-gl-abstraction update"
This reverts commit
d7708e4df9cd7392fd0d2c880f47d8b703b2b8e6.
Revert "Text - Replace the if/else in the ChangeState method by a switch/case."
This reverts commit
12fe9741661d0fefaabddd959d04566a0a2d2233.
Change-Id: I57d0366d424a006dee3d1bd4292e0cc3795801bf
taeyoon [Wed, 10 Aug 2016 05:37:08 +0000 (14:37 +0900)]
[3.0] Exclude internal tag module in Public API reference
This reverts commit
a55bef8df7a2603cee6c4449b4183070733a2e8d.
Change-Id: Ifcd5e65cce10769ec4d4fb7dceef63c7363f5ff9
taeyoon [Wed, 10 Aug 2016 05:35:56 +0000 (14:35 +0900)]
[3.0] Fix Control::ClearBackground
This reverts commit
f7a09c648753d9168dc689961de614c5f6b415d5.
Change-Id: I626df6c08381c5b39264e5afc52904f537247b14
taeyoon [Wed, 10 Aug 2016 05:33:00 +0000 (14:33 +0900)]
[3.0] Make only dali-toolkit.spec file be used because of gbs build error
This reverts commit
b77a95ecbb2ef80effd6552a7c3c957c9f6581e8.
Change-Id: Ic9d5897171993b86e4649864c7198892c7a1cab1
taeyoon [Tue, 9 Aug 2016 11:32:48 +0000 (20:32 +0900)]
Merge branch 'devel/master (1.2.0)' into tizen
Change-Id: Iafdbae903af3374dd58d83353a3af69da3b6da04