Adeel Kazmi [Fri, 17 Feb 2017 11:47:25 +0000 (03:47 -0800)]
Merge "Update doxygen comments" into devel/master
Adeel Kazmi [Fri, 10 Feb 2017 17:16:28 +0000 (09:16 -0800)]
Merge "Fix build error when using --enable-debug option" into devel/master
Adeel Kazmi [Fri, 10 Feb 2017 10:11:11 +0000 (10:11 +0000)]
(Automated Tests) Synchronize common code with core
Change-Id: Ie6852c8a8d6a7edd7902549718fd515bc25c535f
Adeel Kazmi [Fri, 10 Feb 2017 09:29:59 +0000 (01:29 -0800)]
Merge "Fixed Svace Issue" into devel/master
Victor Cebollada [Fri, 10 Feb 2017 07:57:08 +0000 (07:57 +0000)]
DALi Version 1.2.26
Change-Id: Icd9f91436d2503f525e3b56bd801ab3f15d1b8cf
minho.sun [Fri, 10 Feb 2017 06:42:29 +0000 (15:42 +0900)]
Fix build error when using --enable-debug option
Fix build error when using --enable-debug option.
Some Logs make build error because they use old apis.
Change old api to new one or remove.
Change-Id: Ie3cbd212b21cd7cf54e4a61fb6f9beae602fc798
Signed-off-by: minho.sun <minho.sun@samsung.com>
Seoyeon Kim [Thu, 9 Feb 2017 06:59:42 +0000 (15:59 +0900)]
Fixed Svace Issue
- Initialized one of class member
Change-Id: Ibd97f8680686358e1184389eae7c80cb69937a8d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Thu, 9 Feb 2017 11:04:32 +0000 (03:04 -0800)]
Merge "Fix SVACE issue" into devel/master
Heeyong Song [Thu, 9 Feb 2017 08:22:56 +0000 (17:22 +0900)]
Fix SVACE issue
1. memory leak - Delete the elements of mResourceRequests
2. Uninitialized class members
Change-Id: I72ffa76a6ced393fb92d1bc32a18007f12f71710
Paul Wisbey [Wed, 8 Feb 2017 19:03:45 +0000 (19:03 +0000)]
Fixed issue with Indicator when plugging/unplugging charger
RequestUpdate()
Update thread wakes up in UpdateRenderReady()
* update & render *
* Indicator is updated *
RequestUpdateOnce()
IsUpdateRenderThreadPaused() returns false
ProcessSleepRequest()
Update thread sleeps in UpdateRenderReady()
In other words we're sleeping too soon, before the Indicator has been rendered.
This is more likely to occur on mobile, since we get spammed with damage events.
Change-Id: I587c80a6545c0f5623c02dd5443b8e2ea2319be4
Seoyeon Kim [Wed, 8 Feb 2017 03:33:43 +0000 (12:33 +0900)]
Update doxygen comments
- For document public release, Native API reference is checked by Lionbridge.
Change-Id: I8a601c16f08f87072e18e809e64d2790e767e31d
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Paul Wisbey [Fri, 3 Feb 2017 16:12:30 +0000 (08:12 -0800)]
Merge "Javanese and Sundanese scripts added." into devel/master
Umar [Fri, 3 Feb 2017 15:37:36 +0000 (15:37 +0000)]
DALi Version 1.2.25
Change-Id: Ib44c432a179f53c012b2c9b55e4e5cb7feeeacba
Victor Cebollada [Fri, 3 Feb 2017 14:05:55 +0000 (14:05 +0000)]
Javanese and Sundanese scripts added.
Change-Id: Ib70b0776ec3e8e1c6805f2985b9d49c80c9f75dd
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
suhyung Eom [Wed, 1 Feb 2017 04:55:21 +0000 (13:55 +0900)]
Fixed not to count copied image in a clipboard
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I9fdc51cff435bcb6b82ccdb80ee10ff484c4392e
Kimmo Hoikka [Mon, 30 Jan 2017 18:51:15 +0000 (10:51 -0800)]
Merge "Removed unused method GetTexture form test-actor-utils.h" into devel/master
Nick Holland [Fri, 27 Jan 2017 15:14:20 +0000 (15:14 +0000)]
DALi Version 1.2.24
Change-Id: I4d44085e3cafea388e25fa6270e27a4fcbc428c0
Ferran Sole [Thu, 26 Jan 2017 16:52:28 +0000 (16:52 +0000)]
Removed unused method GetTexture form test-actor-utils.h
Change-Id: I124b1f72ce6b9b790445c28d4e9cc06b185e82dc
Adeel Kazmi [Fri, 20 Jan 2017 18:08:31 +0000 (18:08 +0000)]
(GCC 6.2) Ensure GetTimeMilliseconds is defined only once in automated-tests
Previously this was defined in an anonymous namespace in a header file but not used in
all files that this header file was included in. This caused a compilation error when
compiling with GCC 6.2.
Change-Id: I99d6c75c094c305478b93c6dad7fc03d47f6281d
Richard Huang [Fri, 20 Jan 2017 13:35:16 +0000 (13:35 +0000)]
DALi Version 1.2.23
Change-Id: Ia719acc0d058fa252b91f832c6a76b8d6b0d262c
David Steele [Mon, 16 Jan 2017 18:10:45 +0000 (10:10 -0800)]
Merge changes I8f46f597,I74e17e92 into devel/master
* changes:
Functions that return value types should not return them as const.
Destructors cannot throw exceptions.
David Steele [Mon, 16 Jan 2017 18:10:20 +0000 (10:10 -0800)]
Merge "Address of member variables can never be null." into devel/master
Seoyeon Kim [Mon, 16 Jan 2017 10:22:03 +0000 (19:22 +0900)]
Update doxygen tag
- Changed : @returns -> @return
Change-Id: I44bdfdd47264b1c94a70f377272d5292d2a1e9d4
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Francisco Santos [Fri, 13 Jan 2017 17:21:45 +0000 (17:21 +0000)]
Functions that return value types should not return them as const.
It is ignored by the compiler and produces warnings.
Change-Id: I8f46f597718f72c15a4ca17f98751adf00057c20
Francisco Santos [Fri, 13 Jan 2017 15:21:38 +0000 (15:21 +0000)]
Destructors cannot throw exceptions.
Change-Id: I74e17e92c84f20c5df89d9b1ff7c2c5fa8defcfc
Francisco Santos [Fri, 13 Jan 2017 15:20:37 +0000 (15:20 +0000)]
Address of member variables can never be null.
Change-Id: I0644b623454450ad762030f1048c65502efbb7da
David Steele [Fri, 13 Jan 2017 14:36:59 +0000 (06:36 -0800)]
Merge "DALi Version 1.2.22" into devel/master
David Steele [Fri, 13 Jan 2017 14:35:27 +0000 (14:35 +0000)]
DALi Version 1.2.22
Change-Id: Ia3d892c45d42a373a8d979e0363be7423400dddc
taeyoon [Fri, 13 Jan 2017 07:54:14 +0000 (23:54 -0800)]
Merge "Modify native render surface for sync. with replace surface" into devel/master
Adeel Kazmi [Thu, 12 Jan 2017 15:46:56 +0000 (15:46 +0000)]
Remove some meaningless log output & convert other log warnings to log info
Change-Id: Ifeb876e6f9ac9e25d455db58e8464ddf8ac5d95b
Adeel Kazmi [Wed, 11 Jan 2017 09:24:48 +0000 (01:24 -0800)]
Merge "Fixed crash issue by buffer overflow" into devel/master
suhyung Eom [Wed, 4 Jan 2017 07:39:54 +0000 (16:39 +0900)]
Fixed crash issue by buffer overflow
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I8ebf38668218cd9052c43da91657e6d24ad738ee
Adeel Kazmi [Fri, 6 Jan 2017 17:13:32 +0000 (17:13 +0000)]
Ensure Application Resource Path gets set if we're using older version of Tizen
Use the mechanism we do for the UBUNTU profile.
Change-Id: I4508e483f7378c0faec8e5d8765c0a53ed070131
Agnelo Vaz [Fri, 6 Jan 2017 14:00:55 +0000 (14:00 +0000)]
DALi Version 1.2.21
Change-Id: I0f4cecb43e98f4c5616d37e59d00cc523726b3c6
Xiangyin Ma [Tue, 3 Jan 2017 17:16:00 +0000 (17:16 +0000)]
Remove the false log error when loading static gif
Change-Id: Iba6f3c523f300b756b293171edc67ffd0d976a3b
Adeel Kazmi [Fri, 30 Dec 2016 10:45:16 +0000 (10:45 +0000)]
DALi Version 1.2.20
Change-Id: Iaf5e42a22b463c358a42ca49fbb28e2b64c9977d
Seoyeon Kim [Mon, 5 Dec 2016 01:11:53 +0000 (10:11 +0900)]
Change the gesture signal of screen reader
- In the platform, AT-client gesture signal did not use anymore.
Changed the code to the signal of Window manager
- Remove the old signal related to AT-client, such as 'a11y' path.
- eldbus_init and shutdown move to Tizen framework
Change-Id: I0e960eea985eaf3701d8d3a93f4c3506533760e8
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
taeyoon [Thu, 17 Nov 2016 11:46:03 +0000 (20:46 +0900)]
Modify native render surface for sync. with replace surface
Fix black scene after replace surface in NativeRenderSurface
Change-Id: Ie3e575c7d7cc1bfc88694ac104bd16e7383ea944
taeyoon [Tue, 20 Dec 2016 01:29:28 +0000 (17:29 -0800)]
Merge "Initialize a member about tbm surface format" into devel/master
taeyoon [Tue, 20 Dec 2016 01:28:52 +0000 (17:28 -0800)]
Merge "Modify iconify part for wayland" into devel/master
taeyoon [Mon, 19 Dec 2016 09:08:18 +0000 (18:08 +0900)]
Initialize a member about tbm surface format
Change-Id: Ic7c9878794e3a003eb663c64a659012339b0c9d4
Victor Cebollada [Fri, 16 Dec 2016 11:13:17 +0000 (11:13 +0000)]
Ecore Event Handler struct initializations.
* Wayland and x11 implementations need some initializations.
Change-Id: I73368dda8b37205322c128877e5b3d7c60fc8a96
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Adeel Kazmi [Fri, 16 Dec 2016 13:57:45 +0000 (05:57 -0800)]
Merge "GIF loading" into devel/master
Adeel Kazmi [Fri, 16 Dec 2016 13:34:03 +0000 (05:34 -0800)]
Merge "DALi Version 1.2.19" into devel/master
Francisco Santos [Fri, 16 Dec 2016 13:19:41 +0000 (13:19 +0000)]
DALi Version 1.2.19
Change-Id: I96f5871419611abb82531d9fde401309b2ecfb6a
taeyoon [Fri, 16 Dec 2016 07:13:49 +0000 (23:13 -0800)]
Merge "Fix blending issue of native image source" into devel/master
taeyoon [Fri, 16 Dec 2016 07:13:05 +0000 (23:13 -0800)]
Merge "Modify window for rotation event and missed parts." into devel/master
taeyoon [Tue, 20 Sep 2016 11:26:10 +0000 (20:26 +0900)]
Modify iconify part for wayland
Change-Id: I8be44d011133e26466ea58a50e99165d1e345b68
Xiangyin Ma [Wed, 19 Oct 2016 16:53:34 +0000 (17:53 +0100)]
GIF loading
Change-Id: I6c733213ec3f743911073e7aae759c53e379ec1b
Adeel Kazmi [Fri, 9 Dec 2016 14:42:39 +0000 (06:42 -0800)]
Merge "DALi Version 1.2.18" into devel/master
Ferran Sole [Fri, 9 Dec 2016 14:34:33 +0000 (14:34 +0000)]
DALi Version 1.2.18
Change-Id: I8b087614482f13e140c9fb658809ed913a962a72
Seoyeon Kim [Fri, 9 Dec 2016 06:43:31 +0000 (22:43 -0800)]
Merge "Implement wayland specific Accessibility" into devel/master
Seoyeon Kim [Fri, 2 Dec 2016 06:40:15 +0000 (15:40 +0900)]
Fix the wrong spelling
- To prevent the native API reference warning log, fix 'application' spelling and parameter
Change-Id: Id4d246db7dbae7632729cca2945ccdabcd94e2c7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Mon, 5 Dec 2016 11:29:48 +0000 (03:29 -0800)]
Merge "Fix and add missed doxygen" into devel/master
Seoyeon Kim [Mon, 31 Oct 2016 10:04:33 +0000 (19:04 +0900)]
Implement wayland specific Accessibility
Change-Id: I45c11d4a70e844b8a9aab413446598d5b255ddc5
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
taeyoon [Tue, 22 Nov 2016 14:23:04 +0000 (23:23 +0900)]
Fix blending issue of native image source
Change-Id: I321e444ef338a00272a6174ce81672472b3eb755
taeyoon [Mon, 21 Nov 2016 06:58:37 +0000 (15:58 +0900)]
Modify window for rotation event and missed parts.
Add rotation event for wayland
Add internal api for Window::Raise, Lower, Activate
Change-Id: Ie407a623274dd9482c09d677b45b43e1d75ed882
adam.b [Fri, 2 Dec 2016 14:07:25 +0000 (14:07 +0000)]
DALi Version 1.2.17
Change-Id: I88ccaab8f6173cd59d756fde3c95f70fcd92d9c6
Adeel Kazmi [Thu, 1 Dec 2016 14:19:33 +0000 (14:19 +0000)]
Changes after ShaderEffect removal
Change-Id: Id46be222b1866f814056058c0f66e1e155c9882f
Francisco Santos [Fri, 25 Nov 2016 12:03:01 +0000 (12:03 +0000)]
Correctly scope std functions.
Change-Id: I20b0c8cc3ec6263c8f2f65aafed72e29d40cb75c
Adeel Kazmi [Tue, 29 Nov 2016 15:25:46 +0000 (07:25 -0800)]
Merge "Modern compilers consider auto_ptr deprecated, use unique_ptr instead." into devel/master
suhyung Eom [Mon, 28 Nov 2016 02:39:46 +0000 (18:39 -0800)]
Merge "Modify to use remote-surface for WatchApplication" into devel/master
Francisco Santos [Fri, 25 Nov 2016 12:02:00 +0000 (12:02 +0000)]
Modern compilers consider auto_ptr deprecated, use unique_ptr instead.
Change-Id: Ib6a936fb17286e0439d7400003c31d3ab2ad3619
Francisco Santos [Fri, 25 Nov 2016 12:01:34 +0000 (12:01 +0000)]
Add missing include.
Change-Id: I2dc6b30d14f5827a5c1c3303e604922cd55fbf23
Victor Cebollada [Fri, 25 Nov 2016 07:06:00 +0000 (07:06 +0000)]
DALi Version 1.2.16
Change-Id: I1a94dff09223b775d84f28ad77730601d60ecd16
suhyung Eom [Tue, 22 Nov 2016 10:34:02 +0000 (19:34 +0900)]
Modify to use remote-surface for WatchApplication
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: Icc0c42938f3bf94312550e1ffafff06b7d8a4b55
Kimmo Hoikka [Thu, 24 Nov 2016 15:34:19 +0000 (15:34 +0000)]
Fix compilation error with older versions of freetype where width and rows are int rather than unsigned int
Change-Id: Ie543aada36b6e7c693e3f7d0a9aa413eff614b37
dongsug song [Wed, 23 Nov 2016 12:11:13 +0000 (04:11 -0800)]
Merge "Update command-line string & comment for view mode" into devel/master
Paul Wisbey [Tue, 22 Nov 2016 16:03:31 +0000 (08:03 -0800)]
Merge "FontClient - Add a method to get the raw data of a glyph." into devel/master
Kimmo Hoikka [Mon, 21 Nov 2016 13:01:54 +0000 (13:01 +0000)]
Fix image operation test cases that randomly crash when running in parallel
Change-Id: I45fef084a92481bb0bb35f9010b2e3542b5f77a1
Seoyeon Kim [Tue, 22 Nov 2016 04:55:26 +0000 (13:55 +0900)]
Fix and add missed doxygen
Change-Id: I044b9f90dc07b3ec560f35e5cfbd98fdc9b2526a
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Kimmo Hoikka [Fri, 18 Nov 2016 16:32:34 +0000 (16:32 +0000)]
Object-less image loading abstraction
Change-Id: I3301e28cddfeb42c52af0c94357375ece97b852e
Victor Cebollada [Thu, 20 Oct 2016 14:34:12 +0000 (15:34 +0100)]
FontClient - Add a method to get the raw data of a glyph.
Change-Id: Ibf3778ef235152e5a60735940413cee0ae021742
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
suhyung Eom [Mon, 21 Nov 2016 04:06:22 +0000 (13:06 +0900)]
Implemented Window::SetClass() functionality in window-impl-ecore-wl.cpp
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I83f4fd248cb22bac03f82a70465afbdf15e6e25d
Umar [Fri, 18 Nov 2016 10:58:14 +0000 (10:58 +0000)]
DALi Version 1.2.15
Change-Id: I16e000a8a808ffb675e7b398f74c83678a7c85b9
Yoonsang Lee [Wed, 16 Nov 2016 23:57:05 +0000 (08:57 +0900)]
Update command-line string & comment for view mode
to make clearer code
- STEREO_HORZ -> STEREO_HORIZONTAL
- STEREO_VERT -> STEREO_VERTICAL
Change-Id: I8bbdb30030308d0d893256941b4dcf1f991816ae
Adeel Kazmi [Wed, 16 Nov 2016 14:27:13 +0000 (14:27 +0000)]
Fixed SVACE error in ASTC Loader
Change-Id: Ie1f6100288676a62b63c7106637c29f419e2a55f
Adeel Kazmi [Wed, 16 Nov 2016 12:07:43 +0000 (12:07 +0000)]
More SVACE fixes
Change-Id: I2cdf2f21fcf555973305acc43f255a71f7c97d09
Adeel Kazmi [Tue, 15 Nov 2016 15:35:00 +0000 (15:35 +0000)]
Fix various SVACE errors
Change-Id: Iae0e1b6b7707e1060060de112f7831119bb86641
Adeel Kazmi [Fri, 11 Nov 2016 17:01:07 +0000 (17:01 +0000)]
(Automated Tests) Sync with dali-core
Change-Id: Iee8d59de43e559f939313191fac8f5eaff23b426
Adeel Kazmi [Fri, 11 Nov 2016 18:40:12 +0000 (18:40 +0000)]
DALi Version 1.2.14
Change-Id: I86fccfc93beaccac1cf5de59addfbac7093155a0
suhyung Eom [Thu, 10 Nov 2016 08:28:23 +0000 (17:28 +0900)]
Add DALI_IMPORT_API for reference
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I3f4e6f7567d16ba0c93391576c5fea3dac840572
suhyung Eom [Wed, 9 Nov 2016 09:18:23 +0000 (18:18 +0900)]
Add imf-manager-impl.h to dali-integration-api
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I825df3a42d6187057f85e5f7014abaf74d2c9683
David Steele [Tue, 25 Oct 2016 17:52:08 +0000 (18:52 +0100)]
Escaped property value strings in scene dump
Text properties such as fontStyle, shadow and underline now output JSON in their
STRING properties. This breaks anything also trying to write the property
value, such as the scene dumper for Stagehand.
Have escaped all quotes, escapes and control chars in the Property::STRING output
just for this scene dump.
Change-Id: I651e707db0728faf6d3bda2a58d8086283340e1c
Signed-off-by: David Steele <david.steele@samsung.com>
suhyung Eom [Mon, 7 Nov 2016 06:42:37 +0000 (15:42 +0900)]
Fixed to register inconify callback normally
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I2064723d69ac0ee3e45676b6e26f8b375a8ca381
Tom Robinson [Fri, 4 Nov 2016 13:14:00 +0000 (13:14 +0000)]
DALi Version 1.2.13
Change-Id: I6ec8c56d73ebca157466a4662a0fd3913cc7dc60
suhyung Eom [Thu, 3 Nov 2016 09:02:58 +0000 (18:02 +0900)]
Modified to update indicator on receive Ecore-IPC event
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: Ia8588c3aac1a36a1cb1f08abbbe59d40c25a9667
Xiangyin Ma [Fri, 28 Oct 2016 12:18:13 +0000 (13:18 +0100)]
DALi Version 1.2.12
Change-Id: I4eeced628ba33bff502cc5547ed7fba68d74779c
Paul Wisbey [Tue, 25 Oct 2016 14:52:49 +0000 (07:52 -0700)]
Merge "Fixed lock up issue when EvasPlugin is resized" into devel/master
taeyoon [Mon, 24 Oct 2016 05:01:15 +0000 (14:01 +0900)]
Fixed lock up issue when EvasPlugin is resized
Change-Id: I23eeb8f834dd1e39f66c77d9379d9e734d690483
Paul Wisbey [Tue, 25 Oct 2016 09:31:40 +0000 (10:31 +0100)]
Changed README to README.md
Change-Id: I8c929912f3913c41b42bb3c8f058027a2064404c
Nick Holland [Fri, 21 Oct 2016 14:08:35 +0000 (15:08 +0100)]
DALi Version 1.2.11
Change-Id: I8f5d717062c099180b1d2031d241409d26448c37
Richard Huang [Fri, 14 Oct 2016 13:16:51 +0000 (14:16 +0100)]
DALi Version 1.2.10
Change-Id: I445ada648848e769bba9b39d71e53a6d5d1932d3
dongsug song [Thu, 13 Oct 2016 04:15:47 +0000 (21:15 -0700)]
Merge "This patch is for refining dali application to support tizen c# application." into devel/master
Adeel Kazmi [Mon, 10 Oct 2016 10:56:26 +0000 (03:56 -0700)]
Merge "Add missed doxygen documentation" into devel/master
xb.teng [Fri, 30 Sep 2016 10:03:42 +0000 (18:03 +0800)]
This patch is for refining dali application to support tizen c# application.
Change-Id: I648d5590c4c22537795a50499f86b0b268265b08
Signed-off-by: xb.teng <xb.teng@samsung.com>
Adeel Kazmi [Fri, 7 Oct 2016 15:38:36 +0000 (08:38 -0700)]
Merge "DALi Version 1.2.9" into devel/master
Ferran Sole [Fri, 7 Oct 2016 15:32:57 +0000 (16:32 +0100)]
DALi Version 1.2.9
Change-Id: Ic97a6ecd72426aa210b5cb762bf16beac06595cf
taeyoon [Tue, 4 Oct 2016 07:28:56 +0000 (16:28 +0900)]
Set EGL_PLATFORM env. for native render surface
Change-Id: I48c2c6c4decb8906e203a5bf5c85c9dfeb00521e
suhyung Eom [Fri, 9 Sep 2016 01:54:22 +0000 (10:54 +0900)]
Enable to set the margin of indicator
Signed-off-by: suhyung Eom <suhyung.eom@samsung.com>
Change-Id: I6a82e7289b364401e9a5e4b957448278d1d636d3