Anton Obzhirov [Wed, 5 Feb 2020 15:21:17 +0000 (15:21 +0000)]
Add handling double slash in Android assets path.
Also add extra cleanup code in Android framework.
Change-Id: I022ee6c4aac4b8b027b900c2740570ca6d97367d
Adeel Kazmi [Tue, 11 Feb 2020 08:30:17 +0000 (08:30 +0000)]
Merge "Fix SVACE issue" into devel/master
Wonsik Jung [Tue, 11 Feb 2020 04:45:11 +0000 (04:45 +0000)]
Merge "Fix window rotation sync issue for mulit window" into devel/master
Wonsik Jung [Tue, 11 Feb 2020 04:45:03 +0000 (04:45 +0000)]
Merge "Fix sync issue about window rotation" into devel/master
Adeel Kazmi [Mon, 10 Feb 2020 18:14:44 +0000 (18:14 +0000)]
Merge "Add to set Available Orientations" into devel/master
Wonsik Jung [Wed, 5 Feb 2020 04:42:45 +0000 (13:42 +0900)]
Fix window rotation sync issue for mulit window
Fix window rotation sync issue for multi window
Rotation_done_send() should be called after eglSwapbuffers.
For the sync, this patch has the connection of thread controller's lock.
Change-Id: Ice2575a6e86e2de80b816f6776afe9e3de7272ea
Wonsik Jung [Tue, 4 Feb 2020 08:54:18 +0000 (17:54 +0900)]
Fix sync issue about window rotation
Fix sync issue window rotation.
Window_rotation_done_send should be called before eglSwapBuffers.
Window_rotation_done_send is called in event thread and eglSwapBuffers is called in render thread.
Basically the logic is designed for that, but, sync issue occurs.
This patch is to fix sync issue.
Change-Id: I138c8ac1b6bc00224712674058e9f561be19a20f
Seoyeon Kim [Fri, 7 Feb 2020 07:19:51 +0000 (16:19 +0900)]
Fix SVACE issue
- Integer overflow may occur due to arithmetic operation.
: fileHeader.zsize is unsigned char[], and zDepth is unsigned int
Change-Id: I9fbd76a1e8f52933a50ae4b014ec361db3a6babf
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Adeel Kazmi [Thu, 6 Feb 2020 14:31:30 +0000 (14:31 +0000)]
Merge "DALi Version 1.4.57" into devel/master
Anton Obzhirov [Thu, 6 Feb 2020 14:30:30 +0000 (14:30 +0000)]
DALi Version 1.4.57
Change-Id: I20a36a11d84d2b922beeb1bfa03d748a296c4508
Adeel Kazmi [Thu, 6 Feb 2020 10:14:35 +0000 (10:14 +0000)]
Merge "Read Pinch/Rotation environment variables when adaptor begin" into devel/master
Seungho BAEK [Thu, 6 Feb 2020 04:57:16 +0000 (04:57 +0000)]
Merge "To prevent reset of default RenderTask's framebuffer." into devel/master
Jiyun Yang [Thu, 6 Feb 2020 02:17:48 +0000 (11:17 +0900)]
Read Pinch/Rotation environment variables when adaptor begin
Change-Id: I050dd49efce8f4597fe7d468002d23c7260935fa
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Adeel Kazmi [Wed, 5 Feb 2020 12:28:27 +0000 (12:28 +0000)]
Merge "Add environment variables for Pinch and Rotation gesture" into devel/master
Seungho, Baek [Wed, 5 Feb 2020 04:44:07 +0000 (13:44 +0900)]
To prevent reset of default RenderTask's framebuffer.
Change-Id: I834583a4088013d8f3634bfb6a85e792b6997fe6
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Joogab Yun [Wed, 29 Jan 2020 02:19:01 +0000 (11:19 +0900)]
change from system_settings_set_changed_cb to system_settings_add_changed_cb.
system_settings_set_changed_cb can only register one callback per process.
If other app registers the system_settings_set_changed_cb callback, DALi cannot use this callback.
Change-Id: Ia1af0daaf8fd95106bb50cc10e64e4d2d90e7ba7
adam.b [Fri, 31 Jan 2020 11:12:57 +0000 (11:12 +0000)]
DALi Version 1.4.56
Change-Id: I58b5d5dd6495e8cb043d91d4b32673fa6e596ecb
Wonsik Jung [Wed, 1 Jan 2020 17:36:00 +0000 (02:36 +0900)]
Add to set Available Orientations
Add to set Available Orientations.
This API is for adding several orientations one time.
Change-Id: Ie11ccd2d62d940fe14603e4241a257ed6fe9dff7
Richard Huang [Thu, 23 Jan 2020 14:18:25 +0000 (14:18 +0000)]
Fix the crash when it assumes the platform does not support multiple windows as GL hasn’t been set up yet
Change-Id: Iaaced2a7154079485f89ab1cff9750d3ed4f6ea6
Jiyun Yang [Thu, 30 Jan 2020 06:29:54 +0000 (15:29 +0900)]
Add environment variables for Pinch and Rotation gesture
DALI_PINCH_MINIMUM_TOUCH_EVENTS
DALI_PINCH_MINIMUM_TOUCH_EVENTS_AFTER_START
DALI_ROTATION_MINIMUM_TOUCH_EVENTS
DALI_ROTATION_MINIMUM_TOUCH_EVENTS_AFTER_START
They represent the minimum touch events count required for a gesture
Change-Id: Id6191971bfc5a534d9a30c470e9ba93ed701d59f
Adeel Kazmi [Wed, 29 Jan 2020 15:19:56 +0000 (15:19 +0000)]
Merge "Add USE_APPFW define" into devel/master
Adeel Kazmi [Wed, 29 Jan 2020 15:06:43 +0000 (15:06 +0000)]
Merge "Add DownloadRemoteFileIntoMemory function" into devel/master
huiyu.eun [Mon, 23 Dec 2019 01:13:32 +0000 (10:13 +0900)]
Add DownloadRemoteFileIntoMemory function
Change-Id: I9ba7ab59e2633e2c6a2584f5498c4cbf39a50938
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
huiyu.eun [Mon, 2 Dec 2019 09:36:24 +0000 (18:36 +0900)]
Add USE_APPFW define
Change-Id: I7162d16932ed3f6a91a6fbe3103f6649b897564e
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
György Straub [Mon, 27 Jan 2020 09:53:14 +0000 (09:53 +0000)]
Fix: Dali::Internal::StyleMonitor::LoadThemeFile() opens files as binary.
Attempting to read the style-sheet.jsons as text fails on Windows, due to the
garbage which the CRLF conversion - performed by the OS - appears to create
at the end of the file.
N.B. the binary specifier to fopen() has no effect on POSIX systems. (source:
https://en.cppreference.com/w/c/io/fopen )
Change-Id: Ibf96d9194ed7d1953b35248c5044136b5fb01497
Signed-off-by: György Straub <g.straub@partner.samsung.com>
Victor Cebollada [Fri, 24 Jan 2020 13:49:32 +0000 (13:49 +0000)]
DALi Version 1.4.55
Change-Id: Ic661099593f3730985c9bc350380cdb69c57d202
Adeel Kazmi [Fri, 24 Jan 2020 08:37:15 +0000 (08:37 +0000)]
Automated Tests Sync
Change-Id: I1c2c8fdb52123393ca09fe2d93ef8e38e85d2824
Adeel Kazmi [Thu, 23 Jan 2020 17:00:05 +0000 (17:00 +0000)]
Merge "Syncing common test files." into devel/master
Adeel Kazmi [Thu, 23 Jan 2020 16:52:28 +0000 (16:52 +0000)]
Merge "VCPKG - CMakeLists.txt updated to build for vcpkg." into devel/master
Victor Cebollada [Tue, 17 Dec 2019 08:37:21 +0000 (08:37 +0000)]
VCPKG - CMakeLists.txt updated to build for vcpkg.
* MS Windows dependencies added.
Change-Id: Ife2ffa29da91b24fe3e559b7484b24167095252e
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
György Straub [Thu, 16 Jan 2020 13:14:40 +0000 (13:14 +0000)]
Syncing common test files.
As required by change I0b4cc593ab5e40b17dc427956cd78950ab49e5ae on dali-core.
Change-Id: Ic934f6a938a8c1755858b4788a4c9714c4370603
Signed-off-by: György Straub <g.straub@partner.samsung.com>
Adeel Kazmi [Thu, 23 Jan 2020 14:30:32 +0000 (14:30 +0000)]
Merge "Add last clear color API in test gl abstraction." into devel/master
Adeel Kazmi [Wed, 22 Jan 2020 09:18:27 +0000 (09:18 +0000)]
Merge "Add more Preedit enumerations for custom styles" into devel/master
Adeel Kazmi [Tue, 21 Jan 2020 14:17:55 +0000 (14:17 +0000)]
Merge "MS Windows - Fix compile errors when debug is enabled." into devel/master
joogab yun [Tue, 21 Jan 2020 05:59:28 +0000 (05:59 +0000)]
Merge "SetSource() is called multiple times at the same time when playing multiple Videos. At the same time, mTbmSurface may not sync when PrepareTexture() is executed." into devel/master
Joogab Yun [Mon, 20 Jan 2020 08:04:51 +0000 (17:04 +0900)]
SetSource() is called multiple times at the same time when playing multiple Videos.
At the same time, mTbmSurface may not sync when PrepareTexture() is executed.
So I add a mutex lock, and valid check
Change-Id: I807a9bee58fa920879bbdfa1867325c43e9f7730
Adeel Kazmi [Mon, 20 Jan 2020 17:05:17 +0000 (17:05 +0000)]
Merge "Fix window cast crash issue" into devel/master
Victor Cebollada [Fri, 17 Jan 2020 08:51:24 +0000 (08:51 +0000)]
MS Windows - Fix compile errors when debug is enabled.
* Builds with VCPKG
Change-Id: I2f03382580e79be8067e14090a2887a39a67f622
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
Anton Obzhirov [Mon, 20 Jan 2020 10:43:45 +0000 (10:43 +0000)]
Add last clear color API in test gl abstraction.
Change-Id: Ic45b90290a80f096d1f96afe00c225a52897f9af
JIYUN YANG [Mon, 20 Jan 2020 08:28:30 +0000 (08:28 +0000)]
Merge "Add an environment variable for long press gesture" into devel/master
Seungho, Baek [Mon, 20 Jan 2020 07:34:04 +0000 (16:34 +0900)]
Fix window cast crash issue
Change-Id: I01eb0052ab6dc1b41617c38f051515cd80198293
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Adeel Kazmi [Fri, 17 Jan 2020 11:14:10 +0000 (11:14 +0000)]
Merge "DALi Version 1.4.54" into devel/master
György Straub [Fri, 17 Jan 2020 08:48:35 +0000 (08:48 +0000)]
DALi Version 1.4.54
Change-Id: I443375e44d9a786d5dd82e7940287541834472c3
joogab yun [Fri, 17 Jan 2020 01:20:05 +0000 (01:20 +0000)]
Merge "Add api for get the internal media player handle of the video player" into devel/master
Jiyun Yang [Fri, 20 Dec 2019 06:56:45 +0000 (15:56 +0900)]
Add an environment variable for long press gesture
DALI_LONG_PRESS_MINIMUM_HOLDING_TIME
The minimum holding time required to be recognized as a long press gesture
Change-Id: Idc9f62b4c2096564c37fb089c86815ec6433e3e6
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
György Straub [Thu, 16 Jan 2020 11:20:36 +0000 (11:20 +0000)]
Updated automated-tests' README.md with more specific instructions / caveats.
Change-Id: Ib54d2fc96f673755889f1dff3d69ddb8178290b0
Signed-off-by: György Straub <g.straub@partner.samsung.com>
Joogab Yun [Mon, 13 Jan 2020 08:18:17 +0000 (17:18 +0900)]
Add api for get the internal media player handle of the video player
Change-Id: Ib5fc46a650e189ca35f510d61f0f107835448374
Joogab Yun [Thu, 16 Jan 2020 05:53:37 +0000 (14:53 +0900)]
When set to italic, some text ends cut off.
Run the sample below and then look at 'I', 'J', 'N' text.
These letters in the upper right corner are cut off.
So I adjuct the widthOut value.
sample)
Dali::Property::Map fontStyleMapSet;
fontStyleMapSet.Insert( "slant", "italic" );
TextLabel textLabelN = TextLabel::New( "ABCDEFGHIJKLMN\nOPQRSTUVWXYZ" );
textLabelN.SetAnchorPoint( AnchorPoint::TOP_LEFT );
textLabelN.SetProperty(TextLabel::Property::POINT_SIZE, 18.f);
textLabelN.SetPosition(100.f, 400.f);
textLabelN.SetProperty(TextLabel::Property::MULTI_LINE, true);
textLabelN.SetProperty( TextLabel::Property::FONT_STYLE, fontStyleMapSet );
stage.Add( textLabelN );
Change-Id: I95429189350546169ea4de2fb6f58f2a480324cb
greynaga [Fri, 10 Jan 2020 11:50:12 +0000 (11:50 +0000)]
DALi Version 1.4.53
Change-Id: I44ada87a4f279a8fbfe305a883a89cdf4672fc3a
Adeel Kazmi [Thu, 9 Jan 2020 17:23:56 +0000 (17:23 +0000)]
Merge "Fix random crash in TCT when stderr is closed but we try to write to it" into devel/master
Richard Huang [Wed, 8 Jan 2020 10:34:09 +0000 (10:34 +0000)]
Fix random crash in TCT when stderr is closed but we try to write to it
Change-Id: I8e71d8c4fa342592aadf30482a2b4b11cbb13032
Adeel Kazmi [Tue, 7 Jan 2020 16:15:58 +0000 (16:15 +0000)]
GCC 9.2 Support
Change-Id: I3ae4c6c43967dc12691095135c21fc3a0ad4366f
Agnelo Vaz [Fri, 3 Jan 2020 12:01:16 +0000 (12:01 +0000)]
Fixing SVACE error - uninitialised member
Change-Id: I8845f19f02d11e62383edf852016f15dd2bcc5c9
Richard Huang [Fri, 3 Jan 2020 11:06:44 +0000 (11:06 +0000)]
DALi Version 1.4.52
Change-Id: Ie1eec8581fffa82201345d2572c98e6c7d6021fc
Seoyeon Kim [Mon, 16 Dec 2019 05:20:59 +0000 (14:20 +0900)]
Add more Preedit enumerations for custom styles
- Add more preedit styles for substring : CUSTOM_PLATFORM_STYLE_1 ~ 4
- The preedit type is NONE, SUB1 ~ SUB7.
But, DALi changed the name exactly, such as 'UNDERLINE' instead of 'SUB1' and
'REVERSE' instead of 'SUB2'.
CUSTOM_PLATFORM_STYLE_1 ~ 4 are just to draw the text in underline
with various background color.
- The index received from imf is a byte. So, it should be converted to character index.
Change-Id: Iea64e1bfc27ff291cee592c839013171df75d31c
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
sunghyun kim [Fri, 27 Dec 2019 04:03:57 +0000 (04:03 +0000)]
Merge "Apply multi Instance for widget" into devel/master
Wonsik Jung [Tue, 24 Dec 2019 06:47:10 +0000 (15:47 +0900)]
Add to get current window orientation.
Add the API to get current window orientation.
It is to return the logical orientation
Change-Id: I01c11158b5c826abe4d7c0a18a4063515eab14e4
Sunghyun kim [Fri, 23 Aug 2019 04:59:31 +0000 (13:59 +0900)]
Apply multi Instance for widget
Change-Id: I93dd2fd23a25d95cd9b806745225bd1c4350e75b
Seungho BAEK [Sun, 22 Dec 2019 23:13:49 +0000 (23:13 +0000)]
Merge "Use Depth attachment on the Capture" into devel/master
Adeel Kazmi [Fri, 20 Dec 2019 16:57:03 +0000 (16:57 +0000)]
Merge "(ATSPI) Add ATSPI for Say(), Pause(), Resume(), SetForcefully(), GetStatus()" into devel/master
Adeel Kazmi [Fri, 20 Dec 2019 15:59:22 +0000 (15:59 +0000)]
Merge "Fix AndroidFramework::Delete() so it doesn't crash anymore and small cleanup." into devel/master
Adeel Kazmi [Fri, 20 Dec 2019 10:47:51 +0000 (10:47 +0000)]
Merge "(RPM) Do not copy build library in profile RPM if building only one profile" into devel/master
Cheng-Shiun Tsai [Fri, 20 Dec 2019 10:32:55 +0000 (10:32 +0000)]
DALi Version 1.4.51
Change-Id: I033db37fea77b6d84e706493d11a7f21608d861d
Anton Obzhirov [Wed, 18 Dec 2019 15:31:56 +0000 (15:31 +0000)]
Fix AndroidFramework::Delete() so it doesn't crash anymore and small cleanup.
Change-Id: Ib996a66781062f425dd4dc1c9e0e5a32ee638e6c
Seungho, Baek [Wed, 20 Nov 2019 08:18:03 +0000 (17:18 +0900)]
Use Depth attachment on the Capture
Change-Id: Iadf4c709fa19ee8c6a47c258786a9601446f3fde
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
huiyu.eun [Thu, 5 Dec 2019 03:47:12 +0000 (12:47 +0900)]
Initialize mPaused
Change-Id: I212b401cbd71a659c4107bcaf2b3871055ba01e3
Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
dongsug.song [Fri, 1 Nov 2019 07:33:16 +0000 (16:33 +0900)]
(ATSPI) Add ATSPI for Say(), Pause(), Resume(), SetForcefully(), GetStatus()
- Make all of ATSPI as internal/devel API.
- Only few (Say, PauseResume, SetForcefully, GetStatus) would be c# binded by the requirement from developers.
- Other ATSPI APIs would be merged and provided as devel-api later.
- Current dali Accessibility is maintained.
- Moving all ATSPI files into tizen-wayland/atspi/ folder. (tizen-common doesn't cover all profiles)
Change-Id: Ia7156ca520031743bcf2e96f2255542f500eee89
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
Wonsik Jung [Thu, 19 Dec 2019 01:04:45 +0000 (01:04 +0000)]
Merge "Append log for window" into devel/master
Adeel Kazmi [Wed, 18 Dec 2019 12:07:56 +0000 (12:07 +0000)]
Merge "Update tizen document URL" into devel/master
Seoyeon Kim [Wed, 18 Dec 2019 10:13:43 +0000 (19:13 +0900)]
Update tizen document URL
- According to the address change of tizen documents,
the site URL in dali-adaptor-doc.h has been updated.
Change-Id: I21a1401c71092e67dbe95cfc1faaba2698f65b28
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Wonsik Jung [Thu, 12 Dec 2019 06:17:55 +0000 (15:17 +0900)]
Append log for window
To commercialize, some logs are appended in window module.
Change-Id: I7316082579c9ca0f1751b03a4ec0d412dbc6f46d
Adeel Kazmi [Wed, 18 Dec 2019 09:51:46 +0000 (09:51 +0000)]
Merge "Add NO_ORIENTATION_PREFERENCE type to unset the preferred orientation" into devel/master
Wonsik Jung [Sun, 8 Dec 2019 19:51:14 +0000 (04:51 +0900)]
Add NO_ORIENTATION_PREFERENCE type to unset the preferred orientation
For unseting the preferred orientation for window, NO_ORIENTATION_PREFERENCE type is added to WindowOrientation enum.
To unset the preferred orientation, SetPreferredOrienation() should be called with NO_ORIENTATION_PREFERENCE.
Change-Id: Ia2de67d6533cef59b58340fca51286239c1a297d
Adeel Kazmi [Mon, 16 Dec 2019 18:04:54 +0000 (18:04 +0000)]
(RPM) Do not copy build library in profile RPM if building only one profile
Change-Id: Ifec18e7bd1961e14df68b614b039a3d9b8033dae
Heeyong Song [Wed, 18 Dec 2019 00:46:52 +0000 (00:46 +0000)]
Merge "(Vector) GetMarkerInfo method" into devel/master
Seoyeon Kim [Fri, 22 Nov 2019 04:56:12 +0000 (13:56 +0900)]
Support to get KeyCode dynamically using xkbcommon API
Change-Id: I82ff180cc1f44f411620086053232ba335ec3804
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Heeyong Song [Thu, 12 Dec 2019 05:55:15 +0000 (14:55 +0900)]
(Vector) GetMarkerInfo method
Change-Id: Ic3b29173e7a19bd10e0f0b77ceba1801c0564478
Agnelo Vaz [Fri, 13 Dec 2019 10:57:18 +0000 (10:57 +0000)]
DALi Version 1.4.50
Change-Id: I8b1adbf5787424331afeb134cb3e0d342f055e4f
Paul Wisbey [Thu, 5 Dec 2019 16:10:53 +0000 (16:10 +0000)]
Merge "Fix Android timer implementation not to reset interval on Stop." into devel/master
Paul Wisbey [Thu, 5 Dec 2019 16:10:08 +0000 (16:10 +0000)]
Merge changes Ib6897367,I6221cc14 into devel/master
* changes:
Change gif loader to use FileReader for all cases.
Fix write out of bounds
Anton Obzhirov [Thu, 5 Dec 2019 11:53:25 +0000 (11:53 +0000)]
DALi Version 1.4.49
Change-Id: Iea5c20638c26fd2565219478229df2ea88a16e45
Anton Obzhirov [Wed, 4 Dec 2019 15:18:14 +0000 (15:18 +0000)]
Change gif loader to use FileReader for all cases.
Change-Id: Ib6897367643d589969b5fae15c91c879416e5e6d
greynaga [Tue, 19 Nov 2019 10:55:54 +0000 (10:55 +0000)]
Fix write out of bounds
The issue was the clipped coordinates were overwritten
by the gif image size.
Change-Id: I6221cc1417f945d2d0f02ed656aebe6d26afbceb
Anton Obzhirov [Mon, 2 Dec 2019 15:05:05 +0000 (15:05 +0000)]
Fix Android timer implementation not to reset interval on Stop.
Change-Id: I137a3e830442fa4df042b1926565c2589a6b44d8
Wonsik Jung [Mon, 2 Dec 2019 00:48:46 +0000 (00:48 +0000)]
Merge "Change window rotaton policy" into devel/master
adam.b [Fri, 29 Nov 2019 12:16:59 +0000 (12:16 +0000)]
DALi Version 1.4.48
Change-Id: Id14e964e6b48ae0b77c8a8c2fe0cdc90740fd228
Wonsik Jung [Tue, 19 Nov 2019 06:26:19 +0000 (15:26 +0900)]
Change window rotaton policy
Change window rotation policy
If screen width is longer than height, 0 degree will be LANDSCAPE.
Otherwise screen width is shorter than height, 0 degree will be PORTRAIT.
Change-Id: I0aeb9cff6e7e142df210e496fa50105526adeb14
Heeyong Song [Tue, 26 Nov 2019 07:04:22 +0000 (07:04 +0000)]
Merge "(Vector) Add Finalize method" into devel/master
Anton Obzhirov [Mon, 25 Nov 2019 16:09:22 +0000 (16:09 +0000)]
Fix Framework::GetResourcePath() for androidjni to return DALI_DATA_RO_DIR.
Change-Id: I6162171ecbec9806cb9d7618dbbd923d9e4de63a
Heeyong Song [Fri, 22 Nov 2019 03:21:15 +0000 (12:21 +0900)]
(Vector) Add Finalize method
Change-Id: I3abffd7d79704cb07bd91e0d6ceacd2c3cc9d6e4
Anton Obzhirov [Tue, 12 Nov 2019 18:18:52 +0000 (18:18 +0000)]
Add Android adaptor.
Change-Id: I8584cd74ba6f4159691389ad86500605a7818f6a
Victor Cebollada [Fri, 22 Nov 2019 07:14:16 +0000 (07:14 +0000)]
DALi Version 1.4.47
Change-Id: I1bb12a34327490ad1ce535dd3364f5d6ba086d0d
Adeel Kazmi [Mon, 18 Nov 2019 18:09:54 +0000 (18:09 +0000)]
(Spec File) When installing the main RPM, create a symlink to the profile so if it's already been installed
Change-Id: Ic9ca421cec63b5a62b6e4009efd93936db0a6628
Adeel Kazmi [Fri, 15 Nov 2019 22:34:25 +0000 (22:34 +0000)]
Updates to ensure compilation with Visual Studio
Change-Id: I4c84321639880b09b977b61eeffaca9e3f55b25c
Richard Huang [Fri, 15 Nov 2019 14:03:09 +0000 (14:03 +0000)]
DALi Version 1.4.46
Change-Id: I27f832e7498f0f48c50568f6e5a6dc61686efee9
Heeyong Song [Thu, 14 Nov 2019 05:37:16 +0000 (14:37 +0900)]
Fix svace & coverity issues
Change-Id: I2e03bef398add9124d6aea61a4a373736daa6c82
Wonsik Jung [Thu, 17 Oct 2019 07:50:35 +0000 (16:50 +0900)]
Add Window Effect Start/End signal
If WM turns on Window Effect function,
Window Effect Start/End signals are commited by WM.
These signals are commited when window is shown, hidden and etc.
This patch supports Effect Start/End signal for window's show and hide.
Change-Id: If173f23c633751097e6647b8a845853e195a3372
György Straub [Fri, 8 Nov 2019 09:44:28 +0000 (09:44 +0000)]
DALi Version 1.4.45
Change-Id: Ifb0433b7165e40a0b9ca61c47be7d88d8b8d8fbb
Jiyun Yang [Mon, 28 Oct 2019 02:20:46 +0000 (11:20 +0900)]
Backup the InputMethodContext operations
Backup the InputMethodContext operations such as "SetInputPanelLanguage", "AutoEnableInputPanel" and etc.
Previously, we had two problems
1. InputMethodContext ignores the options set before the actor is on a Window.
2. InputMethodContext resets its options after the actor changes its Window.
By storing operations when they are called and reapplying them after the actor is connected to Window,
the InputMethodContext can keep the options regardless of Window.
Change-Id: I5a607619a06de88d1c5202aa2d82f5fafc455c70
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Adeel Kazmi [Fri, 1 Nov 2019 15:48:10 +0000 (15:48 +0000)]
Merge "Add a GCC compiler version check in the CMakeList.txt file." into devel/master