xb.teng [Thu, 13 Oct 2016 09:40:07 +0000 (17:40 +0800)]
Update the refined dali c# application to support more argument options
Change-Id: I031bb3ce4c12aecb2a8e0a26f1c080b9e37bce7d
dongsug song [Thu, 13 Oct 2016 05:26:00 +0000 (22:26 -0700)]
Merge "This patch is for refining dali application to support tizen c# application." into devel/master
dongsug song [Thu, 13 Oct 2016 04:53:03 +0000 (21:53 -0700)]
Merge "fixup! DALi C# binding - Generic Delegates support for EventHandlers" into devel/master
dongsug.song [Thu, 13 Oct 2016 00:33:26 +0000 (17:33 -0700)]
Merge "DALi C# Tizen GBS build: - currently GBS full auto building is impossible : 1) the version of SWIG rpm in Tizen REPO server needs to be upgraded 2) Ruby script for extracting DALi constructors and properties needs dali-core source codes but in GBS virtual BUILDROOT, GBS builder can not find or reference dali-core source codes 3) mono rpm is not existing in Tizen REPO server, so you need to copy mono rpms into local GBS ROOT RPMS folder - add C#(.cs) files and auto-generated C++ wrapper files - libNDalic.so(Native wrapper) and NDali.dll(C# library) will be installed in 'usr/lib' folder - These newly added .cs and .cpp files are continuously and frequently updated" into devel/master
Agnelo Vaz [Thu, 29 Sep 2016 14:57:07 +0000 (15:57 +0100)]
New Navigation View Control
A View which allows the pushing and popping of views as a stack.
Pushing new content will pop off existing content, showing the new.
Popping the new content will will pop off the current content and show previous.
Change-Id: Icef8f7f90510c1919ed7cc49babe8128c477cac7
dongsug.song [Wed, 12 Oct 2016 14:05:21 +0000 (23:05 +0900)]
DALi C# Tizen GBS build:
- currently GBS full auto building is impossible :
1) the version of SWIG rpm in Tizen REPO server needs to be upgraded
2) Ruby script for extracting DALi constructors and properties needs dali-core source codes
but in GBS virtual BUILDROOT, GBS builder can not find or reference dali-core source codes
3) mono rpm is not existing in Tizen REPO server, so you need to copy mono rpms into local GBS ROOT RPMS folder
- add C#(.cs) files and auto-generated C++ wrapper files
- libNDalic.so(Native wrapper) and NDali.dll(C# library) will be installed in 'usr/lib' folder
- These newly added .cs and .cpp files are continuously and frequently updated
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Change-Id: Ide1401031cf8eb8d040d2e0cd13506294a35b592
xb.teng [Wed, 12 Oct 2016 10:57:46 +0000 (18:57 +0800)]
This patch is for building gbs NDalic rpm with swig only
Change-Id: I7ab9ed4cd7f06afcd4287aca12343ac1a79d07f7
Signed-off-by: xb.teng <xb.teng@samsung.com>
Ravi Nanjundappa [Wed, 12 Oct 2016 08:29:27 +0000 (13:59 +0530)]
fixup! DALi C# binding - Generic Delegates support for EventHandlers
Updated the Generic Delegate implimentation because we really dont
need to Pass the return type as a parameter to the function.
Earlier Declaration:
public delegate R DaliEventHandlerWithReturnType<T,U,R>(T source, U e, R ret);
New Declaration:
public delegate R DaliEventHandlerWithReturnType<T,U,R>(T source, U e);
Change-Id: I0c9c2e19e7731662795950c17e3359cd86eb6a90
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
Adeel Kazmi [Tue, 11 Oct 2016 18:53:09 +0000 (11:53 -0700)]
Merge "Changed control defaults to listen to style change" into devel/master
Adeel Kazmi [Tue, 11 Oct 2016 18:16:45 +0000 (11:16 -0700)]
Merge "Ensured disabled batching reverts to ImageVisual" into devel/master
David Steele [Fri, 16 Sep 2016 17:18:03 +0000 (18:18 +0100)]
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: Ice26d98ba53a9950d941b74d2ed7816130bec040
Signed-off-by: David Steele <david.steele@samsung.com>
Xiangyin Ma [Tue, 11 Oct 2016 16:05:11 +0000 (17:05 +0100)]
Fix the UtcDaliAsyncImageLoaderCancelAll
Change-Id: I55aa520db10e30230bb715aab2b112693452955d
David Steele [Thu, 22 Sep 2016 14:23:24 +0000 (15:23 +0100)]
Ensured disabled batching reverts to ImageVisual
Change-Id: Ic1fd2f4c44092c2393cc340d15d3298dcfe8850c
Adeel Kazmi [Tue, 11 Oct 2016 14:54:43 +0000 (07:54 -0700)]
Merge "Install default-feedback-theme.json files in styles folder" into devel/master
minho.sun [Thu, 6 Oct 2016 05:50:12 +0000 (14:50 +0900)]
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: I1a4944c46187c3710c1b635366bdb119eb45c372
Signed-off-by: minho.sun <minho.sun@samsung.com>
xb.teng [Mon, 10 Oct 2016 08:16:25 +0000 (16:16 +0800)]
This patch is for refining dali application to support tizen c# application.
Change-Id: Iaced0cfddde8b9f9c45371b8f63cc9bd3cef1fb3
Signed-off-by: xb.teng <xb.teng@samsung.com>
Xiangyin Ma [Wed, 24 Aug 2016 16:05:29 +0000 (17:05 +0100)]
Async image loading
Change-Id: If5bb546217017a055e70f4a0b55f4d1f6cfa9b85
Adeel Kazmi [Mon, 10 Oct 2016 15:05:27 +0000 (08:05 -0700)]
Merge "Added support for app stylesheets and window mode" into devel/master
dongsug song [Mon, 10 Oct 2016 11:43:23 +0000 (04:43 -0700)]
Merge "DALi C# binding - Generic Delegates support for EventHandlers" into devel/master
Nick Holland [Wed, 5 Oct 2016 14:16:20 +0000 (15:16 +0100)]
Added support for app stylesheets and window mode
To use:
NewApplication(); // defaults to no stylesheet and OPAQUE window
NewApplication("mystylesheet"); // defaults to OPQAUE
NewApplication("mystylesheet", Application.WINDOW_MODE.TRANSPARENT);
NewApplication( Application.WINDOW_MODE.TRANSPARENT); // no style sheet
Change-Id: Ief4755e0892560eb4cba45ebf89a1d8ce103fa34
Adeel Kazmi [Mon, 10 Oct 2016 10:59:33 +0000 (03:59 -0700)]
Merge "Add missed parameter documentation" into devel/master
Ravi Nanjundappa [Mon, 10 Oct 2016 08:57:50 +0000 (14:27 +0530)]
DALi C# binding - Generic Delegates support for EventHandlers
Implemented the Generic delegates to support EventHandlers for
all public classes.
Added a new cs file (manual/csharp/DaliEventHandler.cs) having declaration for
generic delegates.
Earlier usage of EventHandlers :
1) _application.Initialized += new Dali.AUIApplicationInitEventHandler(Initialize);
2) stage.Touched += new Dali.Stage.TouchEventHandler(OnStageTouched);
3) _scrollView.OnRelayoutEvent += new Dali.Actor.OnRelayoutEventHandler(OnScrollViewRelayout);
New usage of Generic EventHandlers:
ex:
1) _application.Initialized += Initialize;
2) stage.Touched += OnStageTouched;
3) _scrollView.OnRelayoutEvent += OnScrollViewRelayout;
Change-Id: I6ce2af12c825a9a7ef830049863dafb1f63e6a17
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
Adeel Kazmi [Fri, 7 Oct 2016 15:38:39 +0000 (08:38 -0700)]
Merge "DALi Version 1.2.9" into devel/master
Ferran Sole [Fri, 7 Oct 2016 15:33:14 +0000 (16:33 +0100)]
DALi Version 1.2.9
Change-Id: I4086d80e24fa82a11620f22c4cace1e2583d4550
Paul Wisbey [Fri, 7 Oct 2016 09:32:57 +0000 (02:32 -0700)]
Merge "Text - Ellipsis improvement." into devel/master
Ravi Nanjundappa [Fri, 7 Oct 2016 06:00:26 +0000 (11:30 +0530)]
DALi C# binding - Fix build issues w.r.t Control to View renaming
Changes include build issue fixed w.r.t renaming
Control class to View class renaming.
Change-Id: Ibd679422f95e50fca9891cbe165ece20c0b2dc3c
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
Ravi Nanjundappa [Thu, 6 Oct 2016 06:39:43 +0000 (12:09 +0530)]
DALi C# binding - Change methods into Properties
Inserted the property related code changes through swig .i files.
Modified the examples accordingly.
Change-Id: I659c3e8e3bef5a455b60405459b2744d77cc4fa4
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
Ravi Nanjundappa [Wed, 14 Sep 2016 05:00:39 +0000 (10:30 +0530)]
DALi C# binding - Rename Control class to View
Renamed Control class to View class as per dali-halo
common interface definition.
DALi# Sample application is also changed to make use of
View in place of Control class.
Change-Id: If3195e1741878ce7d326b4ea3b8ef83b6fd13694
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
Adeel Kazmi [Thu, 6 Oct 2016 10:59:25 +0000 (11:59 +0100)]
(Popup) Ensure popup gets key input focus when it is displayed
Change-Id: Iae70d7e1fe640186dc0faa127d5683b9b7c655d4
Ravi Nanjundappa [Fri, 30 Sep 2016 10:29:07 +0000 (15:59 +0530)]
DALi C# binding - EventHandler support for Button
Fix the issue of EventHandler code generation for Button class.
Change-Id: Idd9c4f177c705261320b96972aa229fa915b17cf
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
Tom Robinson [Tue, 27 Sep 2016 09:42:11 +0000 (10:42 +0100)]
Copied stage-hand dali-adaptor build instructions from quick-start guide to programming guide
Change-Id: Ic651d3bb8b3b83d31efc85efc37aae1271a6a113
Adeel Kazmi [Wed, 5 Oct 2016 09:38:03 +0000 (02:38 -0700)]
Merge "C# Improve property injector script" into devel/master
Kimmo Hoikka [Wed, 5 Oct 2016 09:07:26 +0000 (02:07 -0700)]
Merge "Manual binding for KeyboardFocusManager" into devel/master
Richard Huang [Mon, 3 Oct 2016 14:18:17 +0000 (15:18 +0100)]
Manual binding for KeyboardFocusManager
Change-Id: I52061d64c2c900d06693da828b1a91133b08b36a
Victor Cebollada [Tue, 4 Oct 2016 13:11:06 +0000 (14:11 +0100)]
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>
Nick Holland [Tue, 4 Oct 2016 10:31:02 +0000 (11:31 +0100)]
C# Improve property injector script
Syntax for including files with grep didn't always work
Change-Id: I3630c6e903719b06afb69fec9d368f9bf0968bf9
minho.sun [Tue, 4 Oct 2016 07:51:20 +0000 (16:51 +0900)]
Remove current ScrollBar indicator when setting new customed indicator
Remove current ScrollBar indicator when setting new customed indicator
using SetScrollIndicator();
Change-Id: Id833be317eb312489bceeadfd1a2bceaf3dde629
Signed-off-by: minho.sun <minho.sun@samsung.com>
Paul Wisbey [Fri, 30 Sep 2016 15:20:16 +0000 (16:20 +0100)]
Add function to set top margin of the stage
Change-Id: Idc7d4f0fbd0b3fe81b181701201fb429b7551e88
adam.b [Fri, 30 Sep 2016 14:11:48 +0000 (15:11 +0100)]
DALi Version 1.2.8
Change-Id: I9ec9babce33609b802754643672d870882533546
taeyoon [Fri, 30 Sep 2016 01:03:01 +0000 (18:03 -0700)]
Merge "Add GetEglImageTextureTarget() in TestNativeImageExtension" into devel/master
Xiangyin Ma [Tue, 27 Sep 2016 13:57:42 +0000 (14:57 +0100)]
Fix the version of the deprecated APIs in ImageView and Control
Change-Id: I4c4bf825acef463de5c1c7c74f1904c5be68180a
David Steele [Tue, 27 Sep 2016 13:09:13 +0000 (06:09 -0700)]
Merge "Deprecate the public APIs taking Image as input" into devel/master
taeyoon [Tue, 27 Sep 2016 08:58:37 +0000 (17:58 +0900)]
Add GetEglImageTextureTarget() in TestNativeImageExtension
Change-Id: Ibde5be67dc31a93bb680d897d1ed20af205fd189
Seoyeon Kim [Fri, 23 Sep 2016 05:10:29 +0000 (14:10 +0900)]
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>
David Steele [Fri, 23 Sep 2016 13:00:37 +0000 (06:00 -0700)]
Merge "DALi Version 1.2.7" into devel/master
David Steele [Fri, 23 Sep 2016 12:57:10 +0000 (13:57 +0100)]
DALi Version 1.2.7
Change-Id: Icbb6a8b27d1136fec0bc5c70d500355d3957e94f
David Steele [Fri, 23 Sep 2016 10:40:37 +0000 (03:40 -0700)]
Merge "Documentation cleanup." into devel/master
David Steele [Fri, 23 Sep 2016 10:35:01 +0000 (03:35 -0700)]
Merge "Fix license issue" into devel/master
David Steele [Thu, 22 Sep 2016 17:40:51 +0000 (10:40 -0700)]
Merge "Primitive visual bevel fix." into devel/master
Andrew Poor [Thu, 22 Sep 2016 14:00:09 +0000 (15:00 +0100)]
Documentation cleanup.
Change-Id: Ie4fab2a634ccd47f655a99680a97aa057bcf6578
Richard Huang [Tue, 20 Sep 2016 15:13:26 +0000 (16:13 +0100)]
Fixed SWIG interface files for modified DALi header files
Change-Id: I3c14fcb8d53e41da60fe380f58e7d77d21dc07da
Xiangyin Ma [Tue, 20 Sep 2016 13:29:46 +0000 (14:29 +0100)]
Deprecate the public APIs taking Image as input
Change-Id: I2f03dcb3a37e70692448e3176aacb6dd0de55acf
Andrew Poor [Tue, 20 Sep 2016 12:33:01 +0000 (13:33 +0100)]
Primitive visual bevel fix.
Change-Id: I76ebb85325faed9a25135e2abf933a1faaacbe85
Seoyeon Kim [Tue, 20 Sep 2016 00:57:59 +0000 (09:57 +0900)]
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)]
Move PageTurnView to Devel API
Change-Id: I0e708f9ef21883611507eda5ac712fe3d3495f05
Agnelo Vaz [Fri, 16 Sep 2016 09:55:59 +0000 (10:55 +0100)]
DALi Version 1.2.6
Change-Id: I69893dc799f2551dec404b114880a50b50ed420c
taeyoon [Mon, 12 Sep 2016 11:47:54 +0000 (20:47 +0900)]
Remove/Move experimental features
Change-Id: If7a3d70969b139a7e4024324a832f5aa9f09f88c
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
Ravi Nanjundappa [Wed, 14 Sep 2016 06:55:53 +0000 (12:25 +0530)]
DALi C# binding - To hide some symbols to DALi#
Changes to swig dali-core.i file to ignore generating wrappers
to Dali::ParentOrigin::DEFAULT and Dali::AnchorPoint::DEFAULT.
Change-Id: If363745d8fa8fba6e81c3ff0378e8ad3130b304a
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
Ravi Nanjundappa [Thu, 25 Aug 2016 10:04:38 +0000 (15:34 +0530)]
DALi C# binding - EventHandler Support
Added EvenHandler support for AccessibilityManager, Image, Popup, Stage, Actor,
ItemView, PropertyNotification, StyleManager, Animation, KeyboardFocusManager,
RenderTask, Tapgesture, Application, Longpressgesture, ResourceImage, TextEditor,
Builder, ObjectRegistry, Scrollable, TextField, Button, Pageturnview, Scrollbar,
Timer, Control, Pangesture, ScrollView, VideoView, GaussianBlurView, Pinchgesture
and Slider classes.
By this, we use the normal C# way of adding EventHandler as delegates to user apps
and also hide IntPtr getting exposed to Users/app developers.
For ex:
(1) _application.Init += new Dali.AUIApplicationInitEventHandler(Initialize);
(2) _scrollView.OnRelayoutEvent += new Dali.Actor.OnRelayoutEventHandler(OnScrollViewRelayout);
Also updated the doxygen comments for the EventHandlers which will be exposed to
users/app developers.
Used verbs for event names. For example,
Actor.Touched += ;
Stage.Touched += ;
Actor.WheelMoved += ;
Actor.KeyPressed += ;
All events are changes as mentioned above.
Change-Id: I335f32381a6637c81d9c2379f69fa4d6f3e3c4c2
Signed-off-by: Ravi Nanjundappa <nravi.n@samsung.com>
Adeel Kazmi [Fri, 9 Sep 2016 13:16:01 +0000 (14:16 +0100)]
Add alias for 1.2.5 APIs that need to be included in Tizen 3
Change-Id: Ifd092f492d5215539e31aa8e8dd5cf3edb168790
Xiangyin Ma [Fri, 9 Sep 2016 13:02:37 +0000 (14:02 +0100)]
DALi Version 1.2.5
Change-Id: If7e73163ec3e8d873a962d43462bece0c8dd148c
Paul Wisbey [Thu, 8 Sep 2016 18:12:27 +0000 (11:12 -0700)]
Merge "Clipping API feature in Actor" into devel/master
shiva.jm [Fri, 22 Jul 2016 06:25:25 +0000 (11:55 +0530)]
Add New Progress Bar Control
Change-Id: Ic8918372b327da766746f5ca08d6b766e298324f
Signed-off-by: shiva.jm <shiva.jm@samsung.com>
Tom Robinson [Tue, 12 Apr 2016 15:55:40 +0000 (16:55 +0100)]
Clipping API feature in Actor
Change-Id: Id8702d5deda4b3aaa0968144e26d8b0a5d36d6fc
Xiangyin Ma [Wed, 17 Aug 2016 13:47:51 +0000 (14:47 +0100)]
Automatically dis/connect registered visuals to stage
Change-Id: Ia4808935cb603f107e0e40dc2a573e611cdb83e5
Adeel Kazmi [Thu, 8 Sep 2016 11:26:08 +0000 (04:26 -0700)]
Merge "Removed 3D layer dependency of Model3dView and Mesh Visual." into devel/master
Andrew Poor [Tue, 30 Aug 2016 13:30:05 +0000 (14:30 +0100)]
Alpha values handled correctly in Primitive Visual.
Change-Id: I6df7b84245343a05f5dd6e0afbb061661134295a
Kimmo Hoikka [Tue, 6 Sep 2016 11:14:48 +0000 (12:14 +0100)]
Fixed issues with resolving URL type
Issues:
- string was parsed multiple times
- substr was used (which creates copy)
- batching was checked even for Npatch and SVG
Solved by implementing a single pass early out parser to process the URL and return the type
Change-Id: Ia0cbe51a6969b0dd26a35abde1ed2de82bf863f8
Andrew Poor [Thu, 1 Sep 2016 12:01:22 +0000 (13:01 +0100)]
Removed 3D layer dependency of Model3dView and Mesh Visual.
Change-Id: Id37ee6ef4ab84f8cc471c93fc84c9ee0a26e322f
David Steele [Fri, 2 Sep 2016 18:30:34 +0000 (11:30 -0700)]
Merge "Raised test coverage for Model3dView" into devel/master
David Steele [Fri, 2 Sep 2016 17:48:04 +0000 (18:48 +0100)]
Raised test coverage for Model3dView
Change-Id: I14824620a0379bb0f6a10188e424449ac3e2af73
Victor Cebollada [Fri, 2 Sep 2016 14:01:54 +0000 (15:01 +0100)]
DALi Version 1.2.4
Change-Id: I53f634c829c49991c795afb6db7a129548ac2c9a
David Steele [Wed, 31 Aug 2016 10:30:56 +0000 (03:30 -0700)]
Merge "Updated @since tags for APIs added since 1.2.0 that are required for Tizen 3.0" into devel/master
Paul Wisbey [Wed, 31 Aug 2016 10:00:54 +0000 (03:00 -0700)]
Merge "Patch to synchronize with bug fixes done in Tizen 2.4 MCD branch." into devel/master
Adeel Kazmi [Wed, 31 Aug 2016 08:45:20 +0000 (09:45 +0100)]
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
Ferran Sole [Tue, 30 Aug 2016 11:51:25 +0000 (12:51 +0100)]
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
Andrew Poor [Wed, 31 Aug 2016 08:44:39 +0000 (09:44 +0100)]
Rename primitive visual property in programming guide.
Change-Id: I6805993dcd14ed4be67376e252c48f0cd27fb5ff
Adeel Kazmi [Wed, 31 Aug 2016 07:38:47 +0000 (00:38 -0700)]
Merge "Add Privilege tags to dali.doxy.in" into devel/master
Adeel Kazmi [Tue, 30 Aug 2016 18:43:18 +0000 (11:43 -0700)]
Merge "Changed styles to use case-insensitive matching" into devel/master
Adeel Kazmi [Tue, 30 Aug 2016 17:18:18 +0000 (10:18 -0700)]
Merge "Fixed interaction between scale dimensions and bevel percentage properties of primitive visual." into devel/master
Andrew Poor [Tue, 30 Aug 2016 14:18:13 +0000 (15:18 +0100)]
Rename color property of primitive visual to mixColor.
Change-Id: Icc27efb2752733bdbcd23f1b9eaa51e18df6033b
Andrew Poor [Wed, 24 Aug 2016 14:20:04 +0000 (15:20 +0100)]
Fixed interaction between scale dimensions and bevel percentage properties of primitive visual.
Change-Id: I3bfc5de454947101e1ff2fda754e6e0fe1d33b91
Seoyeon Kim [Mon, 29 Aug 2016 06:51:42 +0000 (15:51 +0900)]
Add Privilege tags to dali.doxy.in
Change-Id: I096e01849e55ed21794886b59ebe2a5219fd5205
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Victor Cebollada [Fri, 26 Aug 2016 08:38:24 +0000 (09:38 +0100)]
TextController re-organization.
* Some test cases added to increase the coverage.
Change-Id: I209f0821805825b8b8b81b2d8e11b9db7a551c29
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Umar [Fri, 26 Aug 2016 09:27:16 +0000 (10:27 +0100)]
DALi Version 1.2.3
Change-Id: I4c1dc5373ff7ae1d16a549ff009d6c1479cb0807
David Steele [Wed, 17 Aug 2016 18:20:47 +0000 (19:20 +0100)]
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>
Paul Wisbey [Wed, 24 Aug 2016 14:19:30 +0000 (07:19 -0700)]
Merge "Implement wayland clipboard & same behaviour as EFL clipboard" into devel/master
suhyung Eom [Wed, 3 Aug 2016 01:36:26 +0000 (10:36 +0900)]
Implement wayland clipboard & same behaviour as EFL clipboard
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I524de8ccb7692a17656cd2335ce6bcf96e7bc07b
David Steele [Tue, 23 Aug 2016 10:15:03 +0000 (11:15 +0100)]
Fixed up AccessibilityAdaptor test cases
Change-Id: Ibf66186643762b9bd37ead1c158ff7ac7804b8e3
Kimmo Hoikka [Tue, 23 Aug 2016 09:46:54 +0000 (02:46 -0700)]
Merge "DALi C# binding" into devel/master
minho.sun [Thu, 28 Jul 2016 07:55:22 +0000 (16:55 +0900)]
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)]
DALi C# binding
Generated binding for overloadable operators in DALi math objects
Change-Id: Iec9b0ee03fa43d1b624eb5e683a5a91bad612354
Ferran Sole [Fri, 19 Aug 2016 09:58:29 +0000 (10:58 +0100)]
DALi Version 1.2.2
Change-Id: Id7fd3141801e4b90ee1e1be82de006c66f7eeaf3
Agnelo Vaz [Fri, 5 Aug 2016 15:43:10 +0000 (16:43 +0100)]
Resource folder retreived from Framework API
Change-Id: I70e63f2f9adb250d21535d7e64b0b1abdb49b242
Adeel Kazmi [Wed, 17 Aug 2016 15:56:41 +0000 (08:56 -0700)]
Merge "Add descriptions and example codes" into devel/master
Adeel Kazmi [Tue, 16 Aug 2016 14:12:14 +0000 (15:12 +0100)]
Rename DebugVisual to WireframeVisual
Change-Id: I3f35a00dbe2ba2153dca9e96849f0f1e7909ea35
Paul Wisbey [Tue, 16 Aug 2016 16:03:11 +0000 (09:03 -0700)]
Merge "Add Text input style changed signal." into devel/master
Adeel Kazmi [Tue, 16 Aug 2016 15:55:01 +0000 (08:55 -0700)]
Merge changes Iad693ca2,Iee884a85 into devel/master
* changes:
Cleaning up Visual::Base
Added int keys to animatable visual properties.
David Steele [Tue, 16 Aug 2016 13:53:06 +0000 (14:53 +0100)]
Cleaning up Visual::Base
Change-Id: Iad693ca22062c43a4b2be7a94876d02c68a00116
David Steele [Mon, 15 Aug 2016 17:10:49 +0000 (18:10 +0100)]
Added int keys to animatable visual properties.
Added test cases to test animating Visual properties directly.
Change-Id: Iee884a8570a5ec65870e7b9556e14df4385a71b6
Signed-off-by: David Steele <david.steele@samsung.com>