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
Adeel Kazmi [Wed, 13 Aug 2014 10:18:29 +0000 (03:18 -0700)]
Merge "Implemented the Handle assignment operators properly" into tizen
Adeel Kazmi [Tue, 12 Aug 2014 10:29:52 +0000 (03:29 -0700)]
Merge "Removed invalid handle assignments from Builder/TextInput" into tizen
Paul Wisbey [Mon, 11 Aug 2014 17:41:40 +0000 (18:41 +0100)]
Implemented the Handle assignment operators properly
[Problem] Some unsafe handle assignments are allowed by the compiler e.g.
Actor notAnImageActor = Actor::New();
ImageActor notSafeToUse = notAnImageActor;
[Cause] using BaseHandle::operator= is unsafe
[Solution] Implemented the Handle assignment operators properly
Change-Id: If4cd798d2cb394ac4dbac96b1c17598a2aae8ee6
Paul Wisbey [Fri, 8 Aug 2014 12:09:52 +0000 (13:09 +0100)]
Removed invalid handle assignments from Builder/TextInput
[problem] Unsafe handle assignments.
[solution] Removed the code assigning a shader to actor handle etc.
Change-Id: I70c85135693751840e429fdffa17d6a90a2b27d2
Richard Huang [Mon, 11 Aug 2014 11:05:41 +0000 (12:05 +0100)]
Update programming guide after removing deprecated APIs from Adaptor
Change-Id: I99b6e36e7af12204a7307c5d1f6075e0ff2733d6
Adeel Kazmi [Fri, 8 Aug 2014 14:46:15 +0000 (15:46 +0100)]
Remove Deprecated APIs
Change-Id: Ie94adf60535ad27715d462b88ae9870e481865d8
Adeel Kazmi [Thu, 7 Aug 2014 12:18:45 +0000 (13:18 +0100)]
Synchronised automated tests utils with dali-core & updated README
Change-Id: Ic33a1f14ae88706a1c7da37c41eec04565427e2b
Agnelo Vaz [Wed, 6 Aug 2014 18:13:21 +0000 (19:13 +0100)]
DALi Version 1.0.3
Change-Id: I5082d243fdae753e8a4ee97aa5aade13a1e4ca60
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Andrew Cox [Wed, 30 Jul 2014 16:59:32 +0000 (17:59 +0100)]
Added the resize on image load behaviour to the programming guide
[problem]
Feature is not described in guide.
[solution]
Write an overview, a usage example, and a pointer to the new demo
example for the guide.
Change-Id: I75a6fe0efd2c4d54c86ee13508ebb295e1cba672
Signed-off-by: Andrew Cox <andrew.cox@partner.samsung.com>
Francisco Santos [Tue, 29 Jul 2014 16:43:31 +0000 (17:43 +0100)]
Remove dependency on DLOG.
Change-Id: I9e4aae623e72ce722da8bbbe4ba1479d2c0f59ed
Adeel Kazmi [Fri, 1 Aug 2014 15:16:02 +0000 (16:16 +0100)]
DALi Version 1.0.2
Change-Id: If78d1a818118618872a58d716f9549c431958742
Adeel Kazmi [Fri, 1 Aug 2014 11:37:38 +0000 (12:37 +0100)]
Changed build directory to tizen
Change-Id: I8984f027f032c26c623f8bb9b6e22c84151ceae5
Adeel Kazmi [Thu, 31 Jul 2014 09:58:06 +0000 (10:58 +0100)]
Add some constants that show the version of the library
Change-Id: I8ae5db2b0d4a6946c74deaf80edefd8a76e60ec9
Adeel Kazmi [Fri, 25 Jul 2014 16:01:23 +0000 (09:01 -0700)]
Merge "Toolkit - Fixes TC build issues and compile warnings." into tizen
Kingsley Stephens [Fri, 25 Jul 2014 13:58:12 +0000 (14:58 +0100)]
Remove CAPI from Toolkit
Change-Id: Ie49afb8896c1c14e225ef77ad395f95a28f53201
Victor Cebollada [Fri, 25 Jul 2014 12:37:10 +0000 (13:37 +0100)]
Toolkit - Fixes TC build issues and compile warnings.
Change-Id: If614e5935e1ba1513df945eb080b155e8ab7afa1
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Paul Wisbey [Thu, 24 Jul 2014 17:41:08 +0000 (10:41 -0700)]
Merge "TextView - Uses new TextActor's constructor." into tizen
Adeel Kazmi [Thu, 24 Jul 2014 13:59:54 +0000 (14:59 +0100)]
DALi Version 1.0.1
Change-Id: I3741a5b5078c0065ec5505ec02ecb61fe5a7e385
Kimmo Hoikka [Thu, 24 Jul 2014 13:03:23 +0000 (06:03 -0700)]
Merge "TableView - scripting support" into tizen
Victor Cebollada [Thu, 24 Jul 2014 12:47:14 +0000 (13:47 +0100)]
TextView - Uses new TextActor's constructor.
Change-Id: I6845cfd194df9214e016d99dedc8ff097ee1d3d8
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Paul Wisbey [Wed, 23 Jul 2014 13:21:16 +0000 (14:21 +0100)]
Removed unnecessary dependency on feedback plugin
Note - feedback plugin does not exist for wearable profile
Change-Id: I7e8eb04d4211f6bb99480f30578c34769c07d577
Signed-off-by: Paul Wisbey <p.wisbey@samsung.com>
Adeel Kazmi [Mon, 21 Jul 2014 17:38:32 +0000 (18:38 +0100)]
Added README with build commands
Change-Id: Ibfcca170db386b1e013d5b13e8c0470e956c431b
Xiangyin Ma [Thu, 10 Jul 2014 16:57:10 +0000 (17:57 +0100)]
TableView - scripting support
example:
"stage":
[
{
"name":"simple-table",
"type":"TableView",
"background-color": [0.5,0.5,0,1],
"parent-origin": "CENTER",
"size":[400,500,1],
"rows": 4,
"columns":4,
"cell-padding": [10, 5],
"layout-animation-duration": 0.5,
"layout-rows":
{
"0": { "policy": "fixed", "value": 40 },
"1": { "policy": "relative", "value": 0.33 },
"2": { "policy": "fixed", "value": 120 }
},
"layout-columns":
{
"1": { "policy": "fixed", "value": 150 },
"2": { "policy": "relative", "value": 0.35 },
"3": { "policy": "relative", "value": 0.15 }
},
"actors":
[
{
"name":"magazine-0",
"type":"ImageActor",
"image":
{
"filename": "{DALI_IMAGE_DIR}magazine_0.jpg"
},
"custom-properties":
{
"cell-indices": [0,0],
"row-span":4,
"column-spam":1
}
},
{
"name":"magazine-1",
"type":"ImageActor",
"image":
{
"filename": "{DALI_IMAGE_DIR}magazine_1.jpg"
},
"custom-properties":
{
"cell-indices":[1,1],
"row-span":3
}
},
{
"name":"magazine-2",
"type":"ImageActor",
"image":
{
"filename": "{DALI_IMAGE_DIR}magazine_2.jpg"
},
"custom-properties":
{
"cell-indices":[2,2]
}
},
{
"name":"magazine-3",
"type":"ImageActor",
"image":
{
"filename": "{DALI_IMAGE_DIR}magazine_3.jpg"
},
"custom-properties":
{
"cell-indices":[3,2],
"column-span": 2
}
}
]
}
]
Change-Id: Id07b8e6727caa6ba12c43610c630cfa54a955f80
Signed-off-by: Xiangyin Ma <x1.ma@samsung.com>
Adeel Kazmi [Fri, 18 Jul 2014 17:24:35 +0000 (18:24 +0100)]
(Build) Updated spec file to allow building for SMACK enabled targets
Use gbs build ... --define "%enable_dali_smack_rules 1"
Change-Id: I018f8f14b56f2bf3260d94234503e1c6ff7b6736
Agnelo Vaz [Wed, 16 Jul 2014 12:58:35 +0000 (13:58 +0100)]
(Docs) Adding Programming Guide to Toolkit
[problem] Programming Guide not available
[solution] Add to dali-toolkit so after performing a 'make' the docs/generated/html/index.html will contain the guide
Change-Id: Iad8299eb1e3faf321df0b983bf75538c41217f88
Signed-off-by: Agnelo Vaz <agnelo.vaz@samsung.com>
Adeel Kazmi [Wed, 16 Jul 2014 09:19:43 +0000 (10:19 +0100)]
(AutomatedTests) Fixed build break after adaptor changes
Change-Id: I3bc718290d57844243b1069daca419e0b371e0e4
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
Richard Huang [Fri, 4 Jul 2014 16:15:08 +0000 (17:15 +0100)]
Move the logic of constraint application from ItemView to the layout
Change-Id: I1e8b8e86a8f5a6610bac207176347e68413e36f9
Signed-off-by: Richard Huang <r.huang@samsung.com>
Yan Wang [Fri, 11 Jul 2014 06:53:18 +0000 (14:53 +0800)]
Remove unnecessary include
Change-Id: I4b135e3c9f15b98a4898a4f3601d2e0d98b53d67
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>
David Steele [Thu, 10 Jul 2014 13:38:04 +0000 (14:38 +0100)]
Enabled test cases to install to target
Test cases require an install script to install to target device.
Change-Id: I7d2aece647445bf7600f65f0c9d66509b272e3be
Signed-off-by: David Steele <david.steele@partner.samsung.com>
David Steele [Thu, 10 Jul 2014 14:39:13 +0000 (15:39 +0100)]
Updated automated test scripts for faster cycle time
Change-Id: I68b13ecdf724773f4d9a234e9902b1b34cef6136
Signed-off-by: David Steele <david.steele@partner.samsung.com>
David Steele [Thu, 10 Jul 2014 14:29:01 +0000 (15:29 +0100)]
Removed TET test cases from automated-tests
Change-Id: Ied615dc672cfab433e1e04ffeed84851b4a7980b
Signed-off-by: David Steele <david.steele@partner.samsung.com>
Yan Wang [Wed, 25 Jun 2014 07:31:10 +0000 (15:31 +0800)]
Add Wayland support.
Change-Id: Iee75d50030d5aaa2d8ab07aa2d7853bcbad1e9b5
Julien Heanley [Thu, 10 Jul 2014 09:04:45 +0000 (10:04 +0100)]
ScrollView test cases - Fixed broken test cases
[model] REDWOOD
[binary_type] PDA
[customer] OPEN
[issue#]
[problem]
[cause]
[solution]
[team] Graphics
[request] N/A
[horizontal_expansion] N/A
Change-Id: Ie511514aa657f8147597c5ef8a02ef5c41ce4981
Signed-off-by: Julien Heanley <j.heanley@partner.samsung.com>
Adeel Kazmi [Wed, 9 Jul 2014 17:05:31 +0000 (18:05 +0100)]
DALi Version 1.0.0
Change-Id: If816b1ddbe60b4e716e33cdbf47c81df87aa6c16
Adeel Kazmi [Wed, 9 Jul 2014 15:12:42 +0000 (08:12 -0700)]
Merge "(Build) Stopped toolkit-base compiling separately." into tizen
Adeel Kazmi [Wed, 9 Jul 2014 08:40:18 +0000 (09:40 +0100)]
(AutomatedTests) Remove virtual destructors from test stub handles
Change-Id: Ie7684ddd0749a2ccec696a796d464315ea9b6501
Signed-off-by: Adeel Kazmi <adeel.kazmi@samsung.com>