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 [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
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
Victor Cebollada [Fri, 1 Nov 2019 11:14:53 +0000 (11:14 +0000)]
Add a GCC compiler version check in the CMakeList.txt file.
Change-Id: Ie613ac152353dfc56809e814f2fbf30634fca0dc
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
greynaga [Fri, 1 Nov 2019 11:24:36 +0000 (11:24 +0000)]
DALi Version 1.4.44
Change-Id: I7ce37bac1b556bfdaeab944ba52e6ddada57647a
Jiyun Yang [Mon, 14 Oct 2019 06:21:43 +0000 (15:21 +0900)]
Modify DALI_KEY_H to DALI_KEYCODE_H
keyword 'DALI_KEY_H' is aleady used in VD key-extension.
Change-Id: Ia037d9a6a7dbe243302b52419e9757c5339d9179
Adeel Kazmi [Fri, 25 Oct 2019 13:38:57 +0000 (14:38 +0100)]
Remove unused DALI_COMPILATION define
Change-Id: Ib970a75f658031e0ea2a5fc96b155dc1bef8c167
Adeel Kazmi [Fri, 25 Oct 2019 15:07:32 +0000 (15:07 +0000)]
Merge "Move integration-api folder from adaptors to adaptor-framework" into devel/master
Adeel Kazmi [Fri, 25 Oct 2019 13:47:22 +0000 (14:47 +0100)]
Update READMEs to state usage of cmake
Change-Id: I1bb11eb52297e7b9b6a07df6a5f1b29d6d2c1db0
Adeel Kazmi [Fri, 25 Oct 2019 12:10:31 +0000 (13:10 +0100)]
Move integration-api folder from adaptors to adaptor-framework
- Created a symbolic link from adaptors to adaptor-framework so it still
compiles on target for legacy systems
Change-Id: Ieee931cbead2417ffc33eeba07dd09a9824d1fac
Adeel Kazmi [Fri, 25 Oct 2019 11:21:04 +0000 (11:21 +0000)]
Merge "Remove DALI_ADAPTOR_COMPILATION define" into devel/master
Agnelo Vaz [Fri, 25 Oct 2019 09:29:46 +0000 (10:29 +0100)]
DALi Version 1.4.43
Change-Id: I201bf11916aa72ef6b625e7adbc807e6f8a8c5a1
Adeel Kazmi [Thu, 24 Oct 2019 18:42:50 +0000 (19:42 +0100)]
Remove DALI_ADAPTOR_COMPILATION define
Change-Id: I0894036153333197fbc58022954abbed283d53c9
Adeel Kazmi [Thu, 24 Oct 2019 16:54:02 +0000 (16:54 +0000)]
Merge "(Build) Ensure CXX11 libraries are marked as provided when building the RPM" into devel/master
Adeel Kazmi [Thu, 24 Oct 2019 16:20:20 +0000 (17:20 +0100)]
(Build) Ensure CXX11 libraries are marked as provided when building the RPM
Change-Id: I687c687deb95e642381ffc8e993d74867baeb6c4
Richard Huang [Fri, 18 Oct 2019 13:41:51 +0000 (14:41 +0100)]
Fix the incorrect offset of text outline
Change-Id: I9fb55dabf3ff8e5519ba05d4c8e0206015b326fd
Adeel Kazmi [Thu, 24 Oct 2019 08:57:50 +0000 (08:57 +0000)]
Merge "Add Preedit style - Highlight and Reverse" into devel/master
Seoyeon Kim [Wed, 11 Sep 2019 07:56:34 +0000 (16:56 +0900)]
Add Preedit style - Highlight and Reverse
Change-Id: I57de1afe6d91e15ce617243abe2f6fe54cc838f2
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Heeyong Song [Tue, 22 Oct 2019 05:14:46 +0000 (14:14 +0900)]
Add visibility changed signal to Window
Change-Id: If4d885b656f8261fdc0ac5ab91cebf2570dd635b
Adeel Kazmi [Tue, 22 Oct 2019 14:46:15 +0000 (15:46 +0100)]
Removed desktop build warning & Ecore IMF version print out
Change-Id: Ic53ab3608dbda466c925456fc183d3929f310f91
Adeel Kazmi [Tue, 22 Oct 2019 12:55:30 +0000 (12:55 +0000)]
Merge "Add keycode for Ecore_IMF_Event_Key value" into devel/master
Seoyeon Kim [Mon, 14 Oct 2019 02:07:51 +0000 (11:07 +0900)]
Add keycode for Ecore_IMF_Event_Key value
- Since ecore_imf 1.22 version, 'keycode' variable is included
in Ecore_IMF_Event_Key_Down / Up.
- To allow an Ecore Input Context to handle an event, send 'keyCode' of KeyEvent
- Removed ECORE_IMF_13 tag, instead use ECORE_VERSION_MAJOR / MINOR tags
Change-Id: I306339efc75b1de4e9d78d975b9ee33ff7483be7
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
adam.b [Fri, 18 Oct 2019 11:28:41 +0000 (12:28 +0100)]
Filled missing log values at the end of cmake run
- Filled missing log values at the end of cmake run
- Additional cleanup
Change-Id: I85bf40dc4d9bad0de3faadedc5b16ad306aeae70
Cheng-Shiun Tsai [Fri, 18 Oct 2019 10:13:09 +0000 (11:13 +0100)]
DALi Version 1.4.42
Change-Id: I89da07d54dd9823fa7164520f1d72a5046a1b3ff
Adeel Kazmi [Thu, 17 Oct 2019 09:07:15 +0000 (10:07 +0100)]
Simplified spec file & ensure we don't clean if building 1 profile
Change-Id: I8499c909cc41a0a4df043fcf0cee726a9155719c
adam.b [Mon, 14 Oct 2019 14:07:56 +0000 (15:07 +0100)]
CMake support
Added CMake support to the Adaptor
Change-Id: I9c8875d7046d9f7853932b24758149a012f8cdda
Heeyong Song [Fri, 11 Oct 2019 08:19:38 +0000 (17:19 +0900)]
(Vector) Add GetLayerInfo method
Change-Id: I870fa93b48de93788538bab5aa8a17356571255e
Wonsik Jung [Mon, 14 Oct 2019 00:42:57 +0000 (00:42 +0000)]
Merge "Fix unParent and rotation bug" into devel/master
Wonsik Jung [Thu, 10 Oct 2019 02:52:51 +0000 (11:52 +0900)]
Fix unParent and rotation bug
1. unParent bug
When SetParnt and unParent are called, internal Window value is not reset.
To fix, the internal window value type is changed the pointer.
2. rotation bug
On rotation callback function, commit resize signal with invalid width.
On SetEglWindowRotation(), wl_egl_window_tizen_set_rotation is called with invalid degree.
Change-Id: I7aa141c5cd1f7e3bd70a3385d02ef81035b4dc78
Adeel Kazmi [Thu, 10 Oct 2019 17:06:20 +0000 (18:06 +0100)]
(Automated Tests) Updates after addition of rotation gesture
Change-Id: Ifa93cd1884cb71d11f2d4f3eed846f969c39b9a0
Anton Obzhirov [Thu, 10 Oct 2019 14:57:23 +0000 (15:57 +0100)]
DALi Version 1.4.41
Change-Id: I4b08b49e5a5e9aadc72c810091d171cae3d829b8
Seungho BAEK [Mon, 7 Oct 2019 01:06:03 +0000 (01:06 +0000)]
Merge "Change using flag timeToSleepUntil to mForceClear to show swapbuffer logs." into devel/master
Adeel Kazmi [Fri, 4 Oct 2019 12:40:17 +0000 (13:40 +0100)]
DALi Version 1.4.40
Change-Id: Ia84cb99d1e2e32c17bfbbcb48cb29ed5b86221af
Jiyun Yang [Tue, 1 Oct 2019 06:33:48 +0000 (15:33 +0900)]
Fix broken link
Change-Id: I9a6d8ab5b83315d8189e2c9dfcc897f267f535c5
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Seungho, Baek [Mon, 30 Sep 2019 05:03:50 +0000 (14:03 +0900)]
Change using flag timeToSleepUntil to mForceClear to show swapbuffer logs.
- timeToSleepUntil is set to 0 not only resume case but also the thread is initialized.
Change-Id: Id4db2e97c8cfbc1bbd06a12b2e552f5f538527a8
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
minho.sun [Thu, 11 Jan 2018 06:28:23 +0000 (15:28 +0900)]
Update libunibreak to fix word wrap mode issue.
Update libunibreak to fix word wrap mode issue.
Change-Id: I669168209fa4c588b07991273b7f36a3b92faca7
adam.b [Fri, 27 Sep 2019 09:15:48 +0000 (10:15 +0100)]
DALi Version 1.4.39
Change-Id: Ideae19d49dcea5d6726a610428acd249170c2995
Wonsik Jung [Tue, 24 Sep 2019 06:56:07 +0000 (06:56 +0000)]
Merge "Avoid to call ecore wayland API in render thread" into devel/master
Seoyeon Kim [Tue, 24 Sep 2019 01:42:36 +0000 (01:42 +0000)]
Merge "Add to set IME position" into devel/master
Wonsik Jung [Mon, 23 Sep 2019 00:39:31 +0000 (09:39 +0900)]
Avoid to call ecore wayland API in render thread
Avoid to call ecore wayland API in render thread.
Because of thread safe.
Change-Id: I2800dc97f366a9b4a4bb07037baae95b3a937be4
Victor Cebollada [Fri, 20 Sep 2019 06:24:14 +0000 (07:24 +0100)]
DALi Version 1.4.38
Change-Id: I41b6c7c5c3e6dea55640c4a373aa7a16bdcc5d2f
Seungho BAEK [Thu, 19 Sep 2019 22:54:08 +0000 (22:54 +0000)]
Merge "Log patch to show the first five swapbuffers call after resume" into devel/master
Seungho, Baek [Tue, 6 Aug 2019 08:11:06 +0000 (17:11 +0900)]
Log patch to show the first five swapbuffers call after resume
- Showes logs twice, before and after swapbuffers call
Change-Id: Ib793119e4fa40bc0ee0f1dc92e7341226d3ffde3
Signed-off-by: Seungho, Baek <sbsh.baek@samsung.com>
Adeel Kazmi [Wed, 18 Sep 2019 10:01:11 +0000 (10:01 +0000)]
Merge "Upload resource only without rendering while aplication is paused" into devel/master
Richard Huang [Wed, 11 Sep 2019 09:29:15 +0000 (10:29 +0100)]
Upload resource only without rendering while aplication is paused
Change-Id: I280234b98415593f1b591cf7ea53641e69cd8f20
Adeel Kazmi [Fri, 13 Sep 2019 16:04:43 +0000 (16:04 +0000)]
Merge "Fix "runtime error: shift exponent 32 is too large for 32-bit type 'int'" error" into devel/master
Adeel Kazmi [Fri, 13 Sep 2019 13:39:10 +0000 (13:39 +0000)]
Merge "DALi Version 1.4.37" into devel/master
Richard Huang [Fri, 13 Sep 2019 12:19:24 +0000 (13:19 +0100)]
DALi Version 1.4.37
Change-Id: Ia9c6063595442f186e20fcde3620bb7df0876b92
Anton Obzhirov [Thu, 12 Sep 2019 09:29:31 +0000 (10:29 +0100)]
Fix another systemCachePath check
Change-Id: Ia8460cab2c9dbee0f9601b3deabe28ec1cf12250