Xiangyin Ma [Wed, 5 Nov 2014 11:10:53 +0000 (11:10 +0000)]
Alignment: To use default copy constructor in the constraints
[Problem] Klocwork issues
[Cause] Class defines a copy contructor, but not assignment operator
[Solution] The default copy contructor has the same behaviour with the current defined ones
So remove them and use the default one instead
Change-Id: I0ff86d4b44d4ed07f2929b530359d83461712279
Adeel Kazmi [Thu, 30 Oct 2014 16:23:46 +0000 (16:23 +0000)]
Stop exporting Internal symbols
Change-Id: I3b089e077523beac0020e3f96a3e66175e440cdc
Adeel Kazmi [Thu, 30 Oct 2014 10:07:42 +0000 (10:07 +0000)]
DALi Version 1.0.15
Change-Id: I362d9c5a50e49d02d4a00daed449b0e5a9b89cb3
David Steele [Mon, 27 Oct 2014 17:06:12 +0000 (17:06 +0000)]
Improved key-input focus manager performance
[model] KIRAN
[binary_type] Lite
[customer] OPEN
[issue#] N/A
[problem] KeyInput focus manager uses actor ID's and traverses the
entire actor tree for all focus methods.
[cause] Bad programming
[solution] Changed stack to use BaseObject pointers. Track object lifetime
using the registry (Controls are automatically registered).
[team] Graphics
[request] N/A
[horizontal_expansion] N/A
Change-Id: I4e49f0ca5adb990a71bedb8a4b5e6c08114db43c
Signed-off-by: David Steele <david.steele@partner.samsung.com>
Adeel Kazmi [Tue, 28 Oct 2014 10:42:03 +0000 (10:42 +0000)]
Include required header files directly rather than through dali.h
Compilation is quicker as well as less is included at compile time.
Change-Id: I0bfee15503759c578b9b6f4f5de093b1ceb7c61f
Lee Morgan [Wed, 22 Oct 2014 10:56:46 +0000 (11:56 +0100)]
DALi Version 1.0.14
Change-Id: Iadbd51e97bfa047f318700e6727bfe2d2ad745e4
Adeel Kazmi [Mon, 20 Oct 2014 15:21:46 +0000 (16:21 +0100)]
Removal of PropertyValueMap, using Property::Map instead
Change-Id: Id40f9cae99fd47fe5e35ffc27c092ac3ad97ef10
Adeel Kazmi [Fri, 17 Oct 2014 17:58:47 +0000 (18:58 +0100)]
Updates after changes to Property::Map
Change-Id: I4ba8dc81c84c681c5b2fc0b29a6fcebdf4f3ee27
Kimmo Hoikka [Fri, 17 Oct 2014 09:19:33 +0000 (10:19 +0100)]
include map- and set-wrappers directly internally as they're not part of dali-core.h anymore
Change-Id: I92bbc1c238f6472929a0fd63aa8c4b1f5d66982d
Adeel Kazmi [Thu, 16 Oct 2014 08:18:26 +0000 (09:18 +0100)]
(ScrollView) Provide a ScrollTo API that allows setting a different alpha function than the default
Provided by Matthew Stephenson.
Change-Id: I07eec2480b4ae7ece18eee15a54b012c0349a97d
Adeel Kazmi [Wed, 15 Oct 2014 16:09:55 +0000 (09:09 -0700)]
Merge "theme change needs to be synchronous so that application can create controls immediately and they get right styling" into tizen
Kingsley Stephens [Wed, 15 Oct 2014 13:11:59 +0000 (14:11 +0100)]
DALi Version 1.0.13
Change-Id: Icab42565cbc68368593fcc7e2f1e0277340e9162
Kimmo Hoikka [Thu, 4 Sep 2014 13:22:26 +0000 (14:22 +0100)]
theme change needs to be synchronous so that application can create controls immediately and they get right styling
Change-Id: Ic14877b9ac184eabf03d52f30b0e591829138c6f
Victor Cebollada [Wed, 24 Sep 2014 16:33:44 +0000 (17:33 +0100)]
TextInput - Fixes the selection box for right to left text.
Creates one quad per character to allow different boxes.
TODO: the number of quads could be minimized.
Change-Id: Ibbf0d3cb8ea2f55851c130708271cce561e9cd39
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Wed, 8 Oct 2014 10:10:52 +0000 (11:10 +0100)]
DALi Version 1.0.12
Change-Id: I3bc6c83d1b332b2c669cb380ea0c099e4df6ea82
Adeel Kazmi [Fri, 3 Oct 2014 15:23:36 +0000 (08:23 -0700)]
Merge "(TextInput) Ensure scroll position is reset when text is deleted" into tizen
Agnelo Vaz [Wed, 1 Oct 2014 15:27:18 +0000 (16:27 +0100)]
(TextInput) Ensure scroll position is reset when text is deleted
Change-Id: I80b81fb53b123fa428e976e715a606be44a8a198
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Richard Huang [Fri, 19 Sep 2014 10:50:50 +0000 (11:50 +0100)]
Added default hover event handling in Control
Change-Id: I091db23b835e856aabdc8e5c2273318812a0cacc
Nick Holland [Thu, 2 Oct 2014 14:59:43 +0000 (15:59 +0100)]
DALi Version 1.0.11
Change-Id: I178917b7f51a7fb76d8bd605f54fe02a43e2b1f1
Paul Wisbey [Wed, 1 Oct 2014 09:25:33 +0000 (02:25 -0700)]
Merge "TextView - Do not create TextActor with white spaces." into tizen
Adeel Kazmi [Wed, 1 Oct 2014 09:10:40 +0000 (02:10 -0700)]
Merge "(Animation) Updates following DestroyAction removal & DisconnectAction addition" into tizen
Victor Cebollada [Thu, 25 Sep 2014 13:21:52 +0000 (14:21 +0100)]
TextView - Do not create TextActor with white spaces.
Change-Id: I7988b4ce7357b7a2dc3e2b6a68fed35f8204fbde
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Tue, 30 Sep 2014 10:37:32 +0000 (11:37 +0100)]
(FocusManager) Disable End Feedback Cap by default as this gets enabled/disable by accessibility manager when required
Change-Id: I7a8db3ec7b2ee68b17746bea4d305d19ec74c378
Adeel Kazmi [Tue, 30 Sep 2014 09:32:28 +0000 (10:32 +0100)]
(Animation) Updates following DestroyAction removal & DisconnectAction addition
Change-Id: I0eae8f62143138967b91130bb6e4c588229077f6
Agnelo Vaz [Tue, 23 Sep 2014 17:23:10 +0000 (18:23 +0100)]
(TextInput) Don't show cut and copy buttons if text not selected
Moving grab handle shows select | select all but also cut and copy which is wrong.
Change-Id: Ib23feff4a97e7de6bc5d9dd6a7ec94cd64b82585
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Adeel Kazmi [Thu, 25 Sep 2014 14:57:41 +0000 (07:57 -0700)]
Merge "DALi Version 1.0.10" into tizen
Lee Morgan [Thu, 25 Sep 2014 14:56:27 +0000 (15:56 +0100)]
DALi Version 1.0.10
Signed-off-by: Lee Morgan <Lee.morgan@partner.samsung.com>
Change-Id: I2d728d2c00725ba51ae514efbf2d97041341bbde
Signed-off-by: Lee Morgan <Lee.morgan@partner.samsung.com>
Kimmo Hoikka [Thu, 25 Sep 2014 14:19:01 +0000 (07:19 -0700)]
Merge "Make radio buttons work with size negotiation, bug fixes." into tizen
Victor Cebollada [Wed, 24 Sep 2014 08:12:59 +0000 (09:12 +0100)]
TextView - Fixes cursor position while typing Right To Left text.
Change-Id: Ia3e8c4f997910da68140c015aaac838363ca78b8
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Wed, 24 Sep 2014 12:50:15 +0000 (13:50 +0100)]
(Buttons) Ensure all button classes are informed when they are disconnected from the stage
Change-Id: Id1c720dee217bfd2a81b2647c2a8227351fc3616
Adeel Kazmi [Wed, 24 Sep 2014 14:14:23 +0000 (07:14 -0700)]
Readd function that was only used in Debug Mode
Function removed as it wasn't being use in release mode but it is actually being used in debug mode.
Added debug guards around it so that it compiles in both modes.
Change-Id: If8b5905351a21165df992c1f82d23201ebdbf4eb
Kimmo Hoikka [Wed, 24 Sep 2014 13:45:46 +0000 (06:45 -0700)]
Merge "Completely remove use of Adaptor class" into tizen
Kingsley Stephens [Thu, 11 Sep 2014 10:59:26 +0000 (11:59 +0100)]
Make radio buttons work with size negotiation, bug fixes.
Change-Id: I68a375ed8311aecccd825424803f7982b36e9742
Yury Usishchev [Tue, 23 Sep 2014 10:12:09 +0000 (14:12 +0400)]
Remove unused functions
Change-Id: I91799f10ad84983e0a0e722e8605fc275b51d583
Signed-off-by: Yury Usishchev <y.usishchev@samsung.com>
Adeel Kazmi [Wed, 24 Sep 2014 08:37:48 +0000 (09:37 +0100)]
Completely remove use of Adaptor class
- Remove unnecessary check for Adaptor in TextInput
- Remove unnecessary check for Adaptor in StyleManager
- Remove LocalizedControlFactory
- Update Automated Tests
- Update Build
Change-Id: I75552cbdede5d5b6c67b735125ba0388820976e2
Agnelo Vaz [Mon, 22 Sep 2014 17:01:44 +0000 (18:01 +0100)]
(TextInput) Don't show grab handle when edit modes starts until actually needed
Change-Id: I9e2a4bd8a9ea0768c03ea1a725294fb6e96d01fe
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Agnelo Vaz [Fri, 19 Sep 2014 10:49:40 +0000 (11:49 +0100)]
(TextInput) Double tap on whitespace gives selection options not cut or copy
Change-Id: Idaf77f6e19e055f8192cabe36068897200ea0311
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Agnelo Vaz [Fri, 19 Sep 2014 14:13:20 +0000 (15:13 +0100)]
(TextInput) Reposition cursor anchor point from centre to left
Change-Id: Iea086abc2180f22585c7a455108eb852d600008a
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Adeel Kazmi [Fri, 19 Sep 2014 10:02:15 +0000 (11:02 +0100)]
(Control) Ensure background-color blends fully with the control color
Change-Id: I361c9452b814b6aeb407ba2d99155606ab4aad0d
Victor Cebollada [Sat, 20 Sep 2014 11:34:21 +0000 (12:34 +0100)]
TextView - Right to left implementation.
Fixes text edition when deleting or replacing characters.
Sets direction information (right or left) to each character in the TextView's layout info table.
Fixex an out of range crash in TextInput when moving the cursor position.
Change-Id: I7ee7a49d4716e92cebc0eec9a6c61a95922952cf
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Wed, 10 Sep 2014 14:58:06 +0000 (15:58 +0100)]
TextView - Right to Left implementation.
* Text and style is stored in the paragraph instead inside the character.
* If a paragraph has bidirectional text, it stores the
minimum common data needed to reorder a line.
* Before creating text-actors, text-view reorders
the bidirectional text, keeping the logical order.
Change-Id: Iff9c7e9223eb9c9a7d15b1e41cc6dc2f47096aa0
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Nick Holland [Wed, 17 Sep 2014 13:53:05 +0000 (14:53 +0100)]
Added documentation on texture-atlas creation, texture-compression and
created a seperate page for performance-tips ( was hidden in performance profiling
before).
Also included the DALi exporter script for TexturePacker
Change-Id: I247be3d665ebd93ef6e70f88246346b98688dec2
Kimmo Hoikka [Thu, 18 Sep 2014 17:49:45 +0000 (10:49 -0700)]
Merge "(AutomatedTests) Synchronise TestGLAbstraction" into tizen
Paul Wisbey [Thu, 18 Sep 2014 15:59:19 +0000 (08:59 -0700)]
Merge "(TextInput) Cursor is not moved to start of word when selecting text." into tizen
Paul Wisbey [Thu, 18 Sep 2014 15:59:11 +0000 (08:59 -0700)]
Merge "(TextInput) Allow whitespace to be considered a word when using cut and paste" into tizen
Paul Wisbey [Thu, 18 Sep 2014 15:59:03 +0000 (08:59 -0700)]
Merge "(TextInput) Moving selection handles when word selected does not de-select current word" into tizen
Kingsley Stephens [Thu, 18 Sep 2014 14:03:05 +0000 (15:03 +0100)]
DALi Version 1.0.9
Change-Id: Ib9b9992e0c01c79c403483920cf6b7917b9b040d
Adeel Kazmi [Thu, 18 Sep 2014 13:31:23 +0000 (14:31 +0100)]
(AutomatedTests) Synchronise TestGLAbstraction
Change-Id: Iaac4650a8d885426a59267cacfcb2d8af8f2c936
Adeel Kazmi [Thu, 18 Sep 2014 09:12:02 +0000 (10:12 +0100)]
(ScrollView) Remove unused functions
Change-Id: I68fe5bbd7e996c1c6403f630d20f4f405930afc9
Agnelo Vaz [Mon, 15 Sep 2014 09:44:21 +0000 (10:44 +0100)]
(TextInput) Cursor is not moved to start of word when selecting text.
Change-Id: I3be87209f5a119fcb9548831061cc3e891fa7e22
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Agnelo Vaz [Thu, 11 Sep 2014 16:05:19 +0000 (17:05 +0100)]
(TextInput) Allow whitespace to be considered a word when using cut and paste
Change-Id: If2357e20d46c87ba3ce27ade944b7a9b973b4802
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Agnelo Vaz [Thu, 11 Sep 2014 16:02:17 +0000 (17:02 +0100)]
(TextInput) Moving selection handles when word selected does not de-select current word
Change-Id: I94b1b363992197ae52ba507318d12c73caf14815
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Victor Cebollada [Tue, 16 Sep 2014 08:25:17 +0000 (09:25 +0100)]
TextView - Reduces the size of the character layout.
* Character's height and advance stores the same values than size -> height and advance removed.
* Character's gradient info stores a color (Vector4) two points (Vector2) and an alpha value (float)
These parameters are only used for some text-actors when the text is faded-out.
A new GradientInfo structure has been added and the character only stores a pointer to that struct,
which is NULL if is not needed.
Change-Id: Iaa09a5a384ed43722fd703ff659459196019fff9
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Fri, 12 Sep 2014 15:22:54 +0000 (16:22 +0100)]
TextView - Rename Line to Paragraph.
For right to left text it's important have clearly defined what is a
paragraph and what is a line as text must be reordered for every line
and not the whole paragraph.
Change-Id: I7a71638a6d4b54d01f257ad34756475114e1ffee
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Mon, 15 Sep 2014 15:38:01 +0000 (08:38 -0700)]
Merge "Remove deprecated SetRemoveTime API" into tizen
Paul Wisbey [Mon, 15 Sep 2014 13:52:44 +0000 (14:52 +0100)]
Remove deprecated SetRemoveTime API
[problem] Deprecated API is still being used
[cause] ItemView legacy code
[solution] Remove code
Change-Id: Ia1741882e1e42d5ca957370d9721f473104ce621
Adeel Kazmi [Mon, 15 Sep 2014 10:33:11 +0000 (11:33 +0100)]
(Builder) Ensure all alpha functions can be used
We did not have a mapping from a name to the alpha function for several of the alpha functions
that DALi supports. This has now been added.
Change-Id: I424a20f5469cc20397dc5a61112e7510f9e1c0b7
Adeel Kazmi [Fri, 12 Sep 2014 18:01:40 +0000 (19:01 +0100)]
(Build) Ensure branch coverage is collected for later versions of lcov
Change-Id: I76d88b9a48540851ce075ca8cd3ce487297a57a8
Victor Cebollada [Thu, 11 Sep 2014 14:30:48 +0000 (15:30 +0100)]
TextView - Merges the TextActor initialization and update in one function.
Both functions traverses the whole text:
1) There is no need to have both functions as the structure is pretty similar.
2) Merge both functions simplifies the process of RTL text.
Change-Id: Iac7920be581434cf5c9c15c00c74307d51700518
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Wed, 10 Sep 2014 07:24:24 +0000 (08:24 +0100)]
TextView - Remove groups of words.
A proper implementation of right to left text layouting
doesn't need to split the lines in group of words.
Change-Id: I9a466113f2f39c8bea77da543caae3b76fc9b0f3
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Wed, 10 Sep 2014 14:46:40 +0000 (07:46 -0700)]
Merge "(TextInput) Emits text modified signal when cut or paste performed" into tizen
Adeel Kazmi [Wed, 10 Sep 2014 10:02:08 +0000 (11:02 +0100)]
DALi Version 1.0.8
Change-Id: I55f5a9a7215bbacc46737c4dc0d594188d2007bf
Michal Makowiecki [Mon, 18 Aug 2014 09:31:17 +0000 (11:31 +0200)]
Added RadioButton with images.
Change-Id: I83b4e323af26d289d70ab7f87fb431bcc1e6c154
Kimmo Hoikka [Tue, 9 Sep 2014 14:41:34 +0000 (07:41 -0700)]
Merge "Allow configurable duration to show or hide scroll indicator" into tizen
Agnelo Vaz [Tue, 9 Sep 2014 12:21:52 +0000 (13:21 +0100)]
(TextInput) Emits text modified signal when cut or paste performed
Change-Id: I26c66de44674bdab008d8f4d767eacb4aab74417
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Kimmo Hoikka [Tue, 9 Sep 2014 13:32:57 +0000 (06:32 -0700)]
Merge "(Builder) Added Quit Signal" into tizen
Paul Wisbey [Mon, 8 Sep 2014 17:31:42 +0000 (10:31 -0700)]
Merge "Fixes TextView's includes." into tizen
Adeel Kazmi [Mon, 8 Sep 2014 16:13:55 +0000 (17:13 +0100)]
(Builder) Added Quit Signal
We provide a quit action but did not do anything when this was signalled.
Now we emit a signal to the application using builder so that it can decide how quit should be
handled.
Change-Id: I51f24d29f30cbb38b400d346bf3c5d0c7b0d56c2
Victor Cebollada [Mon, 8 Sep 2014 16:58:33 +0000 (17:58 +0100)]
Fix for test cases
Remove SetRenderMode() and GetRenderMode() from ToolkitAdaptor
Change-Id: Icb02cbcc1908c7b11af37c7578f54e7da02762c9
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Victor Cebollada [Mon, 8 Sep 2014 08:25:36 +0000 (09:25 +0100)]
Fixes TextView's includes.
Removes unneeded include files
Add full path to the include.
Change-Id: Ide894e857ff8937d56551c28dcb9691f71d99d12
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Richard Huang [Tue, 26 Aug 2014 12:34:00 +0000 (13:34 +0100)]
Allow configurable duration to show or hide scroll indicator
Change-Id: I2494a448bc6c257c2b1779f7dcb102db19c5e2c2
Adeel Kazmi [Mon, 1 Sep 2014 17:45:53 +0000 (18:45 +0100)]
Using SingletonService instead of Adaptor
Change-Id: I4bb36595d48bb6441f1896975f73b6ce754231e1
Agnelo Vaz [Thu, 4 Sep 2014 13:56:12 +0000 (14:56 +0100)]
DALi Version 1.0.7
Change-Id: Icad94fefcf43bc2b87933931144888fc15f34929
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Kimmo Hoikka [Wed, 3 Sep 2014 12:05:54 +0000 (05:05 -0700)]
Merge "Added actor creation from json snippet" into tizen
Kimmo Hoikka [Tue, 2 Sep 2014 14:08:51 +0000 (07:08 -0700)]
Merge "Fix assetion error in FocusManager" into tizen
Lee Morgan [Fri, 15 Aug 2014 13:13:38 +0000 (14:13 +0100)]
Added actor creation from json snippet
Change-Id: I041c1afd9ec25961c6159df7967cb66cfc7eb225
Signed-off-by: Lee Morgan <Lee.morgan@partner.samsung.com>
Adeel Kazmi [Fri, 29 Aug 2014 17:35:53 +0000 (18:35 +0100)]
(Automated Tests) Added gesture signal tests
Change-Id: I6c86953969266f5c786b2108b3df6ec4a270f7c2
Paul Wisbey [Fri, 29 Aug 2014 09:07:37 +0000 (02:07 -0700)]
Merge "Updated test suite following platform abstraction change" into tizen
Kimmo Hoikka [Thu, 28 Aug 2014 17:58:33 +0000 (10:58 -0700)]
Merge "Uses TextArray new type definition." into tizen
Adeel Kazmi [Thu, 28 Aug 2014 17:41:54 +0000 (10:41 -0700)]
Merge "Remove unnecessary method from control-impl" into tizen
Kimmo Hoikka [Thu, 28 Aug 2014 15:43:03 +0000 (08:43 -0700)]
Merge changes Ica8d7442,I39b8ad54 into tizen
* changes:
(Control) Can connect to gestures through scripting
(Builder) Ensure properties are not applied twice
Adeel Kazmi [Mon, 18 Aug 2014 14:15:28 +0000 (15:15 +0100)]
(ScrollViewTwistEffect) Added getters for some of the setters
Added GetMaxSwingAngle() and GetSwingDropOff.
Change-Id: I65da3c291534bcb6bb84a64f9ca46fdda9e0ca61
Adeel Kazmi [Thu, 28 Aug 2014 14:36:21 +0000 (15:36 +0100)]
(Control) Can connect to gestures through scripting
Change-Id: Ica8d74426994d2f3a0398cf6bb0907508491823d
Adeel Kazmi [Thu, 28 Aug 2014 10:05:54 +0000 (11:05 +0100)]
(Builder) Ensure properties are not applied twice
[Problem] Properties were being applied twice to each instance.
[Cause] If an Actor instance is created we apply the style, which applies the style properties
as well as the individual properties. After this the individual properties are applied
again.
[Solution] Only apply the individual properties if the style properties have not been applied.
Change-Id: I39b8ad543b5cbb341e19bada25fb539797a1e3df
Kimmo Hoikka [Thu, 28 Aug 2014 12:49:51 +0000 (13:49 +0100)]
Remove unnecessary method from control-impl
Change-Id: I45db64b6f42620bec9a71fb4818d98281059f2a8
Victor Cebollada [Thu, 21 Aug 2014 14:05:53 +0000 (15:05 +0100)]
Uses TextArray new type definition.
TextArray is now a Dali::Vector instead a std::vector.
Change-Id: Ifc45f872607e04fe6826578b7a0bb6d7de0f9d7c
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
David Steele [Thu, 28 Aug 2014 10:50:36 +0000 (11:50 +0100)]
Updated test suite following platform abstraction change
[Problem] Core::Update() api has changed
[Solution] Update test harness to match.
Change-Id: I2ce3c9ec4377ba60a485e8282199967d1f04374b
Signed-off-by: David Steele <david.steele@partner.samsung.com>
Kimmo Hoikka [Thu, 28 Aug 2014 10:04:54 +0000 (03:04 -0700)]
Merge "Fix text input scrolling when the controll is too small." into tizen
Nick Holland [Wed, 27 Aug 2014 16:03:21 +0000 (17:03 +0100)]
DALi Version 1.0.6
Change-Id: I69ce7eccea8953465ee39ffb6f4830c084649eb6
Francisco Santos [Tue, 26 Aug 2014 14:12:58 +0000 (15:12 +0100)]
Fix text input scrolling when the controll is too small.
Change-Id: Ie18f3cfdc42a4d2059a3fa8948eaf9f3cf79d904
Adeel Kazmi [Thu, 21 Aug 2014 18:29:43 +0000 (19:29 +0100)]
Fixes to use latest version of doxygen
Change-Id: Icbad164c6cc822a2ee3285c7275892f57b86336f
Adeel Kazmi [Wed, 20 Aug 2014 14:58:45 +0000 (07:58 -0700)]
Merge "DALi Version 1.0.5" into tizen
Lee Morgan [Wed, 20 Aug 2014 12:56:32 +0000 (13:56 +0100)]
DALi Version 1.0.5
Change-Id: Ia4ee22c353cc5c7fefc1365daa6e07362d14e5db
Signed-off-by: Lee Morgan <Lee.morgan@partner.samsung.com>
Manuel Bachmann [Wed, 20 Aug 2014 09:09:54 +0000 (11:09 +0200)]
Fix the library search path in "dali-toolkit.pc"
Depending on the architecture, libraries may be installed
in another directory than "/usr/lib" ("/usr/lib64" e.g.)
Reflect that in the .pc file.
Change-Id: I08c169d86e9fb769861805b0d62f22e5f8bc3ef2
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
Adeel Kazmi [Wed, 20 Aug 2014 10:16:15 +0000 (11:16 +0100)]
(Automated Tests) Fixes following adaptor API change
Change-Id: I6dd12ac119a103bbeb29df3f3c378fd9316f9e7e
Richard Huang [Mon, 18 Aug 2014 15:22:35 +0000 (16:22 +0100)]
Fix assetion error in FocusManager
Change-Id: I4bd833dd98802e44251191ddea51b8e38582d810
Ferran Sole [Fri, 15 Aug 2014 13:52:59 +0000 (14:52 +0100)]
Updated Programming guide with information on stereoscopic rendering.
Change-Id: I0c3c42da8ea207aa90597a463ee4d0a91e97a7b4
Kimmo Hoikka [Wed, 6 Aug 2014 15:14:28 +0000 (16:14 +0100)]
stop using deprecated shader inheritance
requires https://review.tizen.org/gerrit/#/c/25534/
Change-Id: Ieb5e7b2dbb7076aa1af837c53767cc554eb0f42b
Adeel Kazmi [Wed, 13 Aug 2014 15:36:57 +0000 (08:36 -0700)]
Merge "DALi Version 1.0.4" into tizen
Kingsley Stephens [Wed, 13 Aug 2014 14:15:58 +0000 (15:15 +0100)]
DALi Version 1.0.4
Change-Id: Idf092f8d430805fda074b96eb7496870aecc19d7