Adeel Kazmi [Wed, 24 Dec 2014 10:44:28 +0000 (10:44 +0000)]
[dali_1.0.23] Merge branch 'tizen'
Change-Id: I4b7afbda152617554d6b0e8301f0e9bae443e9bc
Adeel Kazmi [Wed, 24 Dec 2014 10:43:56 +0000 (10:43 +0000)]
DALi Version 1.0.23
Change-Id: I903f1e4eb30a1fb01cc2a99c65eb729b6975ccc4
Adeel Kazmi [Fri, 19 Dec 2014 11:56:52 +0000 (11:56 +0000)]
(ItemView) Fix Klocwork reported issue
[Problem] Reverse_iter is dereferenced before we check if it's valid.
[Solution] Check if it's valid before we use it.
Change-Id: I96bdd0c30d35faf8c9a31507925218ed4b372a23
Kimmo Hoikka [Wed, 17 Dec 2014 19:13:16 +0000 (19:13 +0000)]
Saving a bit of memory by using pretty function instead of full file name
Change-Id: I5d0041855016083f3238b6155ef5a5efa4985531
Kingsley Stephens [Thu, 18 Dec 2014 10:10:12 +0000 (10:10 +0000)]
[dali_1.0.22] Merge branch 'tizen'
Change-Id: I45f858bd9b4673e19a1dc85dcc29f272c56ea4f1
Kingsley Stephens [Thu, 18 Dec 2014 10:09:44 +0000 (10:09 +0000)]
DALi Version 1.0.22
Change-Id: I84425ee1eda9eb4ea0e6eb2696adb9b15109d297
Adeel Kazmi [Fri, 12 Dec 2014 17:21:52 +0000 (17:21 +0000)]
(AutomatedTest) Fix ImfManager stub to match recent changes
Change-Id: I3e5f59c601c42f127b29d129bac4c28321354afc
Paul Wisbey [Fri, 12 Dec 2014 16:26:16 +0000 (16:26 +0000)]
Fixed some README comments
dali_env is in build/scripts, not build.
To get a summary.xml for the automated tests use this command: ./execute.sh -s
Change-Id: Ib840a1604c110fc663e94d7e1f2e0dabdd3efe42
Paul Wisbey [Fri, 12 Dec 2014 14:35:07 +0000 (06:35 -0800)]
Merge "Fix ItemView insert/remove when outside the current visible range" into tizen
Paul Wisbey [Fri, 12 Dec 2014 10:11:51 +0000 (10:11 +0000)]
Fix ItemView insert/remove when outside the current visible range
[problem] Items are not always repositioned correctly after an insert/remove
[cause] Inserting/removing before the currently visible items is not supported
[solution] Add additional logic to the InsertItem method
Change-Id: I3754506048e1bfe1544cb24a2421e66e8052b37a
Adeel Kazmi [Thu, 11 Dec 2014 15:19:40 +0000 (07:19 -0800)]
Merge "ImfManager - Typo fix SetRestoreAferFocusLost typo fixed -> SetRestoreAfterFocusLost" into tizen
Nick Holland [Thu, 11 Dec 2014 15:02:57 +0000 (15:02 +0000)]
[dali_1.0.21] Merge branch 'tizen'
Change-Id: I4cf0e47c2c831e78c51e4d3e75b804e6d08cc4ef
Nick Holland [Thu, 11 Dec 2014 15:02:33 +0000 (15:02 +0000)]
DALi Version 1.0.21
Change-Id: I9c8044e342b08430a53bbf09aa92d6f983716448
Victor Cebollada [Mon, 8 Dec 2014 15:29:47 +0000 (15:29 +0000)]
ImfManager - Typo fix
SetRestoreAferFocusLost typo fixed -> SetRestoreAfterFocusLost
Change-Id: I13ad105e09e7b91c845b57c911af28a8ed4d9299
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Wed, 10 Dec 2014 11:35:01 +0000 (11:35 +0000)]
(Control) Make Control constructors explicit
Change-Id: I917c039a8808470771d939dd33053965e23431a6
Adeel Kazmi [Fri, 5 Dec 2014 16:25:13 +0000 (08:25 -0800)]
Merge "Updated test harness behaviour" into tizen
David Steele [Thu, 4 Dec 2014 17:04:21 +0000 (17:04 +0000)]
Updated test harness behaviour
See https://review.tizen.org/gerrit/#/c/31222/ for full details
Change-Id: I3c55f3c2bda3c141a483dddccc60120fd9d634ac
Signed-off-by: David Steele <david.steele@partner.samsung.com>
Lee Morgan [Wed, 3 Dec 2014 12:37:51 +0000 (12:37 +0000)]
[dali_1.0.20] Merge branch 'tizen'
Change-Id: I02366faeffe824b809a8a2fb21a80eb50abcd224
Lee Morgan [Wed, 3 Dec 2014 12:24:48 +0000 (12:24 +0000)]
DALi Version 1.0.20
Change-Id: I8c5e98a3fe4a626872d66ff9d8e6b0697ff12983
Richard Huang [Tue, 2 Dec 2014 14:26:50 +0000 (14:26 +0000)]
Fixed gbs build error for animation code
Change-Id: I2cd02983888fd6bcdc97bb45feca328416fe7392
Kimmo Hoikka [Tue, 2 Dec 2014 12:02:00 +0000 (04:02 -0800)]
Merge "Adding support in Builder for path animations" into tizen
Ferran Sole [Fri, 21 Nov 2014 12:45:04 +0000 (12:45 +0000)]
Adding support in Builder for path animations
Added a new section called "paths" where paths are specified
"paths":
{
"path0":
{
"points":[ [100,100,0],[200,0,0],[300,100,0] ],
"curvature": 0.25
}
}
To create an animation:
"anim0":
{
"duration":1.0,
"properties":
[
{
"actor":myActor,
"path":"path0",
"forward":[1,0,0]
}
]
}
Change-Id: I11ac1804fe4e005107f42e8d8767cb692fce2d4a
David Steele [Mon, 1 Dec 2014 15:50:48 +0000 (15:50 +0000)]
Parallelized test case execution
Changed build script to stop on error.
Change-Id: Id5cb74ebb3f5e5bc2b3362a8d5b67883ec18f6d0
Signed-off-by: David Steele <david.steele@partner.samsung.com>
Kingsley Stephens [Thu, 27 Nov 2014 11:35:28 +0000 (11:35 +0000)]
[dali_1.0.19] Merge branch 'release19'
Change-Id: I9f5b78fe4a6f74d1fedb680fc41b423d2485a51e
Kingsley Stephens [Thu, 27 Nov 2014 11:27:01 +0000 (11:27 +0000)]
DALi Version 1.0.19
Change-Id: Icce4236c06607e9c65203ffeef9a346dba7e9c89
Xiangyin Ma [Thu, 20 Nov 2014 13:15:37 +0000 (13:15 +0000)]
[dali_1.0.18] Merger branch 'tizen'
Change-Id: I14aba7dfd281128a036519aeb5293ea02b06704a
Xiangyin Ma [Thu, 20 Nov 2014 13:03:29 +0000 (13:03 +0000)]
DALi Version 1.0.18
Change-Id: I5a6c33222780a993c57887b95345255fe27b12aa
Kimmo Hoikka [Mon, 17 Nov 2014 19:26:21 +0000 (19:26 +0000)]
remove rotating selector as its dead code
Change-Id: Iccb8f61096d3856c3bfe3a2d093548c6f06d4c21
Xiangyin Ma [Fri, 14 Nov 2014 17:07:33 +0000 (17:07 +0000)]
(toolkit) fix klocwork issues
Change-Id: I37803bebef48a9bf836b77eec6e2984296afc8f0
Andrew Cox [Thu, 13 Nov 2014 15:59:09 +0000 (15:59 +0000)]
Fixed broken Doxygen build
(breaks with latest doxygen source build)
And upgraded doxyfile for programming guide to
Doxygen 1.8.6, the default on Ubuntu 14.04.
Change-Id: Ib6879b7d21d36e47dfdfbfc6cb0a8c95378ee13c
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
Kimmo Hoikka [Thu, 13 Nov 2014 12:43:47 +0000 (04:43 -0800)]
Merge "(AutomatedTests) Removed Zero Ruler test as it is no longer possible to create one" into tizen
Kimmo Hoikka [Thu, 13 Nov 2014 12:43:16 +0000 (04:43 -0800)]
Merge "(Control) Remove virtual inlines, better arrange source file & remove one friend" into tizen
Adeel Kazmi [Thu, 13 Nov 2014 12:18:09 +0000 (04:18 -0800)]
Merge "DALi Version 1.0.17" into tizen
Nick Holland [Thu, 13 Nov 2014 11:37:08 +0000 (11:37 +0000)]
[dali_1.0.17] Merge branch 'tizen'
Change-Id: I5fe6b0ab05561b913733db15e4857b99f16573d7
Nick Holland [Thu, 13 Nov 2014 11:24:04 +0000 (11:24 +0000)]
DALi Version 1.0.17
Change-Id: I3ec3da83f736977de940fe666a1927cbdffab2bf
Adeel Kazmi [Thu, 13 Nov 2014 08:35:59 +0000 (08:35 +0000)]
(AutomatedTests) Removed Zero Ruler test as it is no longer possible to create one
Change-Id: I68d297f388bcefe98905ee8093db1047c642defe
Xiangyin Ma [Wed, 12 Nov 2014 16:33:32 +0000 (16:33 +0000)]
(AutomatedTests) fix test cases
[Problem] Test cases fail
[Cause]
[Solution] fix test cases for CheckBoxButton,
CubeTransitionEffect,
KeyboardFocusManager,
PageTurnView
Change-Id: I3227533a3b7d9b5c5ac63a939ef248f79454d64c
Andrew Cox [Wed, 12 Nov 2014 17:43:21 +0000 (17:43 +0000)]
Updated arguments in a programming guide example
Change-Id: Ie2061b4ccfb9dd106872bab66cfe8a95a164e1b8
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
Adeel Kazmi [Wed, 12 Nov 2014 16:53:26 +0000 (16:53 +0000)]
(Control) Remove virtual inlines, better arrange source file & remove one friend
Change-Id: I615f093855c14faf59a411193c45847f51dcbd03
Andrew Cox [Tue, 4 Nov 2014 16:27:59 +0000 (16:27 +0000)]
Fix for divide by zero in FixedRuler::GetPageFromPosition()
[problem] A crash has been reported with a stack trace showing an integer
divide by zero exception in FixedRuler::GetPageFromPosition().
[cause] We have code there that divides by zero if a FixedRuler is setup
with a domain that is smaller than its page spacing
(a nonsensical state)
[solution] Clamp the divisor to be >= 1 and log an error so the App devs can
choose to fix the setup of the FixedRuler. Additionally, force
the page spacing to a reasonable value at construction time to
avoid a second set of possible divide by zero errors in floating
point numbers.
Change-Id: Iae4fa025600c2ee54796fc458ca367d993c6ef66
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
Kimmo Hoikka [Wed, 12 Nov 2014 13:32:39 +0000 (13:32 +0000)]
Cleaning up property public API and usage of typedefs
Change-Id: I613d4bf08c5e9dd09136f3f4fabe415e32d26c08
Kimmo Hoikka [Fri, 7 Nov 2014 17:21:08 +0000 (17:21 +0000)]
removing use of using namespace std;
Change-Id: Ide522206356666cb14faf1fc9089f48cab71be1f
Adeel Kazmi [Tue, 11 Nov 2014 15:51:57 +0000 (15:51 +0000)]
Updates after the use of const refs in gesture callbacks
Change-Id: I40f12f4bff328bec75601bc4ba13920530e317e3
Xiangyin Ma [Tue, 4 Nov 2014 17:47:42 +0000 (17:47 +0000)]
Scrollable: Klocwork issues fix
[Problem] Klocwork issues
[Cause] 1. data members are not initialized in constructor
2. constant condition in conditional expression
3. Iterator is dereferenced when it can be invalid
[Solution]
Change-Id: I9940d3945526a84d338523d0ac1d123ce3799544
David Steele [Fri, 7 Nov 2014 13:25:08 +0000 (13:25 +0000)]
Added readme and doxygen link for installing automated tests
Change-Id: I33dce2fdf67c8023f0f422a3f33ecc42a21e0d12
Signed-off-by: David Steele <david.steele@partner.samsung.com>
Kimmo Hoikka [Fri, 7 Nov 2014 17:24:02 +0000 (09:24 -0800)]
Merge "TextInput & TextView: Klocwork issues fix" into tizen
Kimmo Hoikka [Fri, 7 Nov 2014 15:58:23 +0000 (07:58 -0800)]
Merge "Updated shader source to set precision explicitly" into tizen
Adeel Kazmi [Fri, 7 Nov 2014 14:07:57 +0000 (14:07 +0000)]
(StyleManager) Stop throwing an exception if style-sheet not found
Change-Id: If35eb618fa8bdf4bd77ba53f7525b253471aa125
David Steele [Thu, 6 Nov 2014 15:58:29 +0000 (15:58 +0000)]
Updated shader source to set precision explicitly
Change-Id: I686d1baf948d352f65e37f21018067a9c1190128
Signed-off-by: David Steele <david.steele@partner.samsung.com>
Xiangyin Ma [Tue, 4 Nov 2014 16:47:30 +0000 (16:47 +0000)]
TextInput & TextView: Klocwork issues fix
[Problem] Klocwork issues
Ideally text-input-decorator-impl.cpp should have the issues ignored as not a problem.
If that is not possible then remove them as of this patch and they will have to be replaced later.
[Cause] 1. unreachable code
2. data members are not initialized in constructor
3. constant condition in conditional expression
4. unused assignment
[Solution]
Change-Id: I49d7bab8600d05299694ce4240ae440334cb65f5
Kimmo Hoikka [Thu, 6 Nov 2014 11:36:24 +0000 (03:36 -0800)]
Merge " fix Klocwork warning of unintialized data members, unneeded assignment & unreachable code" into tizen
Kimmo Hoikka [Thu, 6 Nov 2014 09:38:53 +0000 (01:38 -0800)]
Merge "Remove handle::operator=(NULL) as it is duplicating handle.Reset() functionality and thus redundant" into tizen
Adeel Kazmi [Thu, 6 Nov 2014 08:57:49 +0000 (00:57 -0800)]
Merge "Alignment: To use default copy constructor in the constraints" into tizen
Adeel Kazmi [Thu, 6 Nov 2014 08:21:23 +0000 (08:21 +0000)]
[dali_1.0.16] Merge branch 'tizen'
Change-Id: Icf4a5284130bc9c09908d4c4695e42a544358f8b
Adeel Kazmi [Thu, 6 Nov 2014 08:19:37 +0000 (08:19 +0000)]
DALi Version 1.0.16
Change-Id: I350fcad909a80e737a3e2cd540a91c808523aa38
Kimmo Hoikka [Wed, 5 Nov 2014 18:37:19 +0000 (18:37 +0000)]
Remove handle::operator=(NULL) as it is duplicating handle.Reset() functionality and thus redundant
Change-Id: Ia644b8245d5b999325738c1d6a790a75d11a26b2
David Steele [Wed, 24 Sep 2014 18:17:59 +0000 (19:17 +0100)]
Allowed Bubble emitter to recover from context loss
[Problem] Bubble emitter's background render task is deleted on completion.
Context loss removes frame buffer image, and there is no mechanism to regenerate it.
[Cause] New requirement
[Solution] Add listener to Stage::ContextRegainedSignal() to re-run the
render task and regenerate the background image.
Change-Id: I08b54b286b04d22b923785b0634497f13380045f
Signed-off-by: David Steele <david.steele@partner.samsung.com>
Adeel Kazmi [Wed, 5 Nov 2014 11:32:56 +0000 (11:32 +0000)]
Use Reset() instead of setting to NULL
Will be eventually removing the assignment operator to NULL.
Change-Id: Ib007a660dcf15e3872794a0b8c808f621f30aceb
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
Xiangyin Ma [Tue, 4 Nov 2014 18:28:08 +0000 (18:28 +0000)]
fix Klocwork warning of unintialized data members, unneeded assignment & unreachable code
[Problem] Klocwork issues
[Cause] 1. data members are not initialized in constructor
2. values of variables is never used after initialization
3. unreachable code
[Solution]
Change-Id: Iee48bfedb3e5c2da14dfdfbb957dca62d83d84ec
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:13:34 +0000 (10:13 +0000)]
[dali_1.0.15] Merge branch 'tizen'
Change-Id: Ifeb6b0642f8a367e62396cbf9dd171f2f8eb92f7
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 11:09:01 +0000 (12:09 +0100)]
[dali_1.0.14] Merge branch 'tizen'
Change-Id: Ia6d26ced5e918291ae73a4499440b5c1ed0107f8
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:16:38 +0000 (14:16 +0100)]
[dali_1.0.13] Merge branch 'tizen'
Change-Id: I48c92c54ff0e27263726f93f5e6664b98d74ce47
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:15:00 +0000 (11:15 +0100)]
[dali_1.0.12] Merge branch 'tizen'
Change-Id: I960227afa2ef3ad4c230ef34830e480b267583c9
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 [Fri, 3 Oct 2014 06:02:18 +0000 (07:02 +0100)]
[dali_1.0.11] Merge branch 'tizen'
Change-Id: Ic0755bdcdfe5797697eece62d30aaa5f170d05c3
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>
Lee Morgan [Thu, 25 Sep 2014 15:02:26 +0000 (16:02 +0100)]
[dali_1.0.10] Merge branch 'tizen'
Signed-off-by: Lee Morgan <Lee.morgan@partner.samsung.com>
Change-Id: I955f6ebf6bb45334f197536029d2dd8471c02369
Signed-off-by: Lee Morgan <Lee.morgan@partner.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