Wonsik Jung [Tue, 31 Oct 2023 01:39:21 +0000 (01:39 +0000)]
Merge "Modify function description in window." into devel/master
David Steele [Mon, 30 Oct 2023 15:22:28 +0000 (15:22 +0000)]
Merge "Remove goto keyword at gif-loading.cpp + Print error log" into devel/master
Wonsik Jung [Fri, 1 Sep 2023 00:23:48 +0000 (09:23 +0900)]
Modify function description in window.
<Summary>
Windows modules are not handled by one developer, but by multiple developers in various fields. As a result, coding rules and function descriptions are poorly written compared to other modules.
This patch is a supplement to these parts.
<What>
The function description of the header file of the window-impl and window render surface, which are common modules of the window, has been checked and modified.
the format is as follows.
1. Internal function
{
@brief
@param[in]
@return
}
2. override function
{
@copydoc
}
1 internal function is described, and the contents description of function description, @param[in] input parameter, description of return value.
Number 2 describes the overridden function, and the main description is defined in the header file of the inherited class.
<Why>
As the DALi of the Rendering Engine is changed from the Public Interface to the internal module, the description creation or management in the header file is becoming poor.
This is to correct this, increase readability, and strengthen communication.
<Plan>
Currently, we have only performed for window common modules, but we plan to communicate with the person in charge so that they can be applied to other modules in Dali in the future.
Change-Id: Ifa04220d176dde50cdc6132826019a99f1021491
Seungho BAEK [Mon, 30 Oct 2023 07:08:18 +0000 (07:08 +0000)]
Merge "Print gl relative functions runtime as nanosecond + Allow to print always" into devel/master
Eunki Hong [Sat, 21 Oct 2023 16:10:00 +0000 (01:10 +0900)]
Remove goto keyword at gif-loading.cpp + Print error log
Let we print logs when gif loading failed. (Since we already
have useful macro, let we just use it.)
And also, remove some 'goto' keyword, so c++ developer
don't feel dizzy
Change-Id: I9af1fb251a3736043ea734574282055f3d977f92
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
David Steele [Fri, 27 Oct 2023 09:35:28 +0000 (10:35 +0100)]
DALi Version 2.2.50
Change-Id: Ie2fe13a914e8ddf5257e83abb56cd8b0019d24f5
Eunki, Hong [Fri, 27 Oct 2023 02:32:10 +0000 (11:32 +0900)]
Print gl relative functions runtime as nanosecond + Allow to print always
Let we enable to print duratin check 'inclusive' the input environment.
(Previously, we can only detect over the 2 milliseconds.)
If we don't want to print duration log, let we set environment value as -1.
0 mean, we will print log if duration is greater or equal with 0 (==always!)
Change-Id: I4e5848ca7dfc9d61bb8853003c33b8617d59ec67
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Wonsik Jung [Mon, 16 Oct 2023 11:01:18 +0000 (20:01 +0900)]
Supports to set/get full screen sized window
To support set/get full screen sized window.
The full screen sized window means the window is resized with screen size.
In addition, this window is the z-order is the highest.
Change-Id: I5363a5ac727d2e35c650644cfe0831217ef38682
Eunki Hong [Sat, 21 Oct 2023 15:12:28 +0000 (00:12 +0900)]
Trigger event thread only if we need execute process
Sometimes, Canceled running task can wake up main thread.
This logic might crush some toolkit UTC.
And also it is useless.
We already have some logics to avoid too-much-cached cancel
tasks. So now we don't need to trigger event thread for
canceled tasks, and flush.
Change-Id: Ib4a62757260cc459941f8e153e37eab70f5f885a
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Fri, 20 Oct 2023 09:20:04 +0000 (09:20 +0000)]
Merge "Make AsyncTask destructor called out of mutex" into devel/master
Eunki Hong [Fri, 20 Oct 2023 09:19:19 +0000 (09:19 +0000)]
Merge "Ignore adaptor action when adpator is stop" into devel/master
Adeel Kazmi [Fri, 20 Oct 2023 06:07:44 +0000 (07:07 +0100)]
DALi Version 2.2.49
Change-Id: I528d49dae8465fa0560a63dc5bd8e2e740cc2aa7
Eunki, Hong [Fri, 13 Oct 2023 07:03:41 +0000 (16:03 +0900)]
Ignore adaptor action when adpator is stop
There was some issue that ProcessEvents() called
during app is terminating.
When adaptor is Stop(), the update/render thread is already join.
So we don't need to flush message queue.
Change-Id: I229754fa7135d0c5f3a53dbcfeeeb17b2bc436f1
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Thu, 19 Oct 2023 04:31:21 +0000 (13:31 +0900)]
Make AsyncTask destructor called out of mutex
Some unhappy case may happened when destructor of AsyncTask call
RemoveTask() API if it is canceled before.
It may occure some dead-lock issue. So we need to avoid this case.
Change-Id: I1d51d43a7683b189d91251dd2404d927bc948726
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 16 Oct 2023 02:36:45 +0000 (11:36 +0900)]
Print log when glCompile / glLinkProgram spend long time
Change-Id: Ib6079ec907f91d55d061b84a08ad6f9fb7c8b83f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 11 Oct 2023 08:57:35 +0000 (17:57 +0900)]
Print gl threshold logs as INFO level + Print more swap buffer
Change-Id: I018404c4525009b3b5f658b57289903aa04ec88f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Adam Bialogonski [Fri, 13 Oct 2023 10:06:39 +0000 (11:06 +0100)]
DALi Version 2.2.48
Change-Id: I3d0069714d21b8ba1c20545bf664cce370a6d920
Eunki, Hong [Wed, 11 Oct 2023 04:32:03 +0000 (13:32 +0900)]
(Vector) Make IsLoaded return false when SVG parse failed
Previously we try to load Rasterize when if SVG file exist, but parse failed.
(Since we check 'IsLoaded' only if picture resource generated or not)
Let we do not rasterize image when we fail to load invalid SVG file.
Change-Id: Ib48497b49ae70a4746ce208348c1b362c1270a34
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Taehyub Kim [Wed, 11 Oct 2023 06:50:22 +0000 (06:50 +0000)]
Merge "DragAndDrop : make window's callback function called by window id" into devel/master
Adeel Kazmi [Tue, 10 Oct 2023 15:03:25 +0000 (16:03 +0100)]
(gif-loading.cpp) Reduce CC of some functions
Change-Id: I9f3bb907fab9573114b3c1b68df6f1ab3a0ed528
David Steele [Tue, 10 Oct 2023 10:27:52 +0000 (10:27 +0000)]
Merge "Update test harness to use matching build system" into devel/master
David Steele [Fri, 6 Oct 2023 12:30:26 +0000 (12:30 +0000)]
Merge "DALi Version 2.2.47" into devel/master
David Steele [Fri, 6 Oct 2023 12:10:06 +0000 (13:10 +0100)]
DALi Version 2.2.47
Change-Id: I501d7bf0ff3e3a0b37fe257639d447786d5623ef
Taehyub Kim [Wed, 4 Oct 2023 11:23:10 +0000 (20:23 +0900)]
DragAndDrop : make window's callback function called by window id
Change-Id: Ie4256b16adeda3bfdf7db1d10d0241b4d2e237c5
David Steele [Wed, 4 Oct 2023 16:17:59 +0000 (17:17 +0100)]
Update test harness to use matching build system
Change-Id: Ie94f20da734798ddfa3356f2244a926797eb181c
Eunki Hong [Sun, 1 Oct 2023 08:53:54 +0000 (17:53 +0900)]
Flush cached program entry at pipeline
Since there was no timing to clean-up the program entry,
we need to flush it at Flush timing
Change-Id: Ic37c5ab8ccc55761aa3cb8e8b641f636de23dfc2
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Richard Huang [Fri, 29 Sep 2023 11:27:35 +0000 (12:27 +0100)]
DALi Version 2.2.46
Change-Id: I38b889883f6be1853fb3dfe21d25d5c8e87fbbe2
Eunki, Hong [Thu, 21 Sep 2023 04:30:21 +0000 (13:30 +0900)]
Fix minor coverity issue
Since there was several minor defect catch in /usr/include,
It cannot be resolved forever.
To remove this error message, just fix it so we can remove defect.
Change-Id: I4aa10540c947bcf41cd5942d60069ea103e53740
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Adeel Kazmi [Fri, 22 Sep 2023 14:12:05 +0000 (15:12 +0100)]
DALi Version 2.2.45
Change-Id: I5e4f38c55b33eda8726616c1152636199508e7a0
Eunki Hong [Thu, 21 Sep 2023 15:42:21 +0000 (15:42 +0000)]
Merge "Allow to call RequestProcessEventsOnIdle." into devel/master
Adeel Kazmi [Thu, 21 Sep 2023 15:36:59 +0000 (15:36 +0000)]
Merge "Added UIThreadLoader to GLIB framework" into devel/master
Eunki Hong [Wed, 20 Sep 2023 04:29:44 +0000 (04:29 +0000)]
Merge "Make NativeImageSource.GetWidth() GetHeight() as public" into devel/master
Eunki Hong [Wed, 20 Sep 2023 01:11:54 +0000 (01:11 +0000)]
Merge "Allow Windows platform also add idler with return" into devel/master
Eunki Hong [Tue, 19 Sep 2023 18:46:54 +0000 (03:46 +0900)]
Make NativeImageSource.GetWidth() GetHeight() as public
And also, make minor fix-up that unsigned int --> uint32_t
Change-Id: I3308d664ca7e0d1f0241083aa1b245440c8aa055
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Taehyub Kim [Tue, 19 Sep 2023 06:44:59 +0000 (15:44 +0900)]
Initialize copy&page, drag&drop values to prevent wayland send, receive event conflict
Change-Id: Idf8f915869dfc5488a04b81b00b5f4ff5a6d62a2
Eunki, Hong [Tue, 19 Sep 2023 01:51:57 +0000 (10:51 +0900)]
Allow to call RequestProcessEventsOnIdle.
Change-Id: I50cc99847675cf14bebed730e344f215dd77850c
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Mon, 18 Sep 2023 02:58:43 +0000 (11:58 +0900)]
Allow Windows platform also add idler with return
Since current callback-manager-win.cpp only allow to excute
non-return value callbackes, we cannot repeat Idle APIs for
Windows platforms logically.
Now, let we make it possible.
Change-Id: I2f6821813817e993cf73c128c091a2e423bd1a56
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki Hong [Mon, 18 Sep 2023 06:48:40 +0000 (06:48 +0000)]
Merge "Fix memory leak issue due to timing" into devel/master
Bowon Ryu [Mon, 18 Sep 2023 03:05:48 +0000 (12:05 +0900)]
Add isRepeat to ecore-wl2 KeyEvent
Change-Id: Ib4e5227c714eb52389eb80cf903083f7dafbb80c
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Eunki Hong [Fri, 15 Sep 2023 14:53:17 +0000 (23:53 +0900)]
Fix memory leak issue due to timing
Since thread timing issue, it is possible that DiscardResourceId
before CreateResourceId.
Since it is hard to resolve timing issue, let we just upload texture
after event message flushed.
Change-Id: Ic03fbc1709555427be6549e0f4a23aa84102fd53
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Bowon Ryu [Mon, 18 Sep 2023 01:40:58 +0000 (01:40 +0000)]
Merge "Fix character direction logic" into devel/master
David Steele [Fri, 15 Sep 2023 12:22:43 +0000 (12:22 +0000)]
Merge "DALi Version 2.2.44" into devel/master
Adam Bialogonski [Fri, 15 Sep 2023 11:24:30 +0000 (12:24 +0100)]
DALi Version 2.2.44
Change-Id: I48a873e396419e56601bd197fe38cba21c846723
Taehyub Kim [Thu, 14 Sep 2023 11:50:55 +0000 (20:50 +0900)]
DragAndDrop : Add Window AddListener
Change-Id: I32effa0f1ea0f36df0aaf33563b9d16f260f8216
Bowon Ryu [Thu, 14 Sep 2023 07:39:00 +0000 (16:39 +0900)]
Fix character direction logic
Replace fribidi_get_par_embedding_levels()
with fribidi_get_par_embedding_levels_ex().
This can include bracket information to find a better bidi embedding level.
And now we use this embedding level to determine the character direction.
Change-Id: I5ce0d4942f4d7b3fd412921bc15aa5d1882769fa
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Wonsik Jung [Thu, 14 Sep 2023 05:43:49 +0000 (05:43 +0000)]
Merge "Fix the failure to emit Accessibility::WindowEvent::CREATE event." into devel/master
Eunki Hong [Thu, 14 Sep 2023 05:17:56 +0000 (05:17 +0000)]
Merge "Trigger main thread if worker thread task completed" into devel/master
Wonsik Jung [Thu, 7 Sep 2023 11:20:56 +0000 (20:20 +0900)]
Fix the failure to emit Accessibility::WindowEvent::CREATE event.
Fixing the failure to emit Accessibility::WindowEvent::CREATE event.
This event can be sent the at-spi dbus should be enabled.
So, This event can be sent when accessibility is enabled.
Change-Id: I9ec22fee5d7db958c583971e6f0e48bda72f3252
joogab.yun [Wed, 13 Sep 2023 06:45:36 +0000 (15:45 +0900)]
Add GetLastHoverEvent
Change-Id: Ib8f1c974d388d04ba6bae21405dc423d815e3738
Eunki, Hong [Wed, 13 Sep 2023 04:30:16 +0000 (13:30 +0900)]
Trigger main thread if worker thread task completed
Since we destruct AsyncTask only on main thread,
it may collects too much AsyncTasks on complete tasks.
To avoid stacking the tasks, let we trigger the callback forcely
if the number of complete tasks is big enough.
Change-Id: I9a7a52404da56e24355f72a8a5532e8bf8b2d1b8
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Fri, 8 Sep 2023 08:54:28 +0000 (09:54 +0100)]
Added UIThreadLoader to GLIB framework
Using GLIB framework adaptor profile, when GLIB is the
ONLY framework, also need to implement UIThreadLoader.
Note, this should not be implemented when GLIB is being
used alongside other frameworks.
Change-Id: I0a677a4b4e15d7c95eada8a1fa75a207083aab47
Signed-off-by: David Steele <david.steele@samsung.com>
Eunki Hong [Mon, 11 Sep 2023 05:58:24 +0000 (05:58 +0000)]
Merge "Remove AsynTaskManager CacheImpl before all tasks removed" into devel/master
joogab yun [Mon, 11 Sep 2023 03:42:05 +0000 (03:42 +0000)]
Merge "Add ECORE_WL2_EVENT_POINTER_CONSTRAINTS event" into devel/master
Eunki, Hong [Fri, 8 Sep 2023 06:58:56 +0000 (15:58 +0900)]
Remove AsynTaskManager CacheImpl before all tasks removed
Change-Id: Ic695a369a1b01cd5458cd63d05974db57ca1a9eb
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Fri, 8 Sep 2023 09:53:29 +0000 (09:53 +0000)]
Merge "DALi Version 2.2.43" into devel/master
Richard Huang [Fri, 8 Sep 2023 09:46:10 +0000 (10:46 +0100)]
DALi Version 2.2.43
Change-Id: Id06281f182e2819a5328ef38bfe83b1acd692eb7
joogab.yun [Wed, 6 Sep 2023 10:31:12 +0000 (19:31 +0900)]
Add ECORE_WL2_EVENT_POINTER_CONSTRAINTS event
Change-Id: I1f3197dcab060053bc3a86be8be0b8730c178d5e
Eunki Hong [Fri, 8 Sep 2023 08:04:19 +0000 (08:04 +0000)]
Merge "Add some more trace marker for render + swap buffer" into devel/master
Bowon Ryu [Fri, 8 Sep 2023 02:25:33 +0000 (02:25 +0000)]
Merge "Add DataSelectedSignal for clipboard" into devel/master
Bowon Ryu [Fri, 1 Sep 2023 10:15:56 +0000 (19:15 +0900)]
Add DataSelectedSignal for clipboard
Add DataSelectedSignalType to catch the copy event.
Change-Id: Ieb6a3582e32133436bc21939edd05a073c045fa4
Signed-off-by: Bowon Ryu <bowon.ryu@samsung.com>
Eunki, Hong [Fri, 1 Sep 2023 04:39:08 +0000 (13:39 +0900)]
Add some more trace marker for render + swap buffer
Change-Id: I953118b70203327fc949952b555cde97dd2f098c
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Fri, 1 Sep 2023 13:59:37 +0000 (13:59 +0000)]
Merge "Test harness sync" into devel/master
David Steele [Fri, 1 Sep 2023 11:50:15 +0000 (12:50 +0100)]
DALi Version 2.2.42
Change-Id: Ibbe8421182a6a19c2b3d93a1f7114b83e472b40c
joogab.yun [Wed, 30 Aug 2023 08:46:41 +0000 (17:46 +0900)]
Call ecore_wl2_window_commit() in LockedPointerRegionSet and LockedPointerCursorPositionHintSet
Change-Id: I1f9a02452e87db5c4d022edfcdacdd6f3eb5b898
David Steele [Tue, 29 Aug 2023 17:21:08 +0000 (17:21 +0000)]
Merge "Fixed network client to trigger main thread" into devel/master
David Steele [Thu, 24 Aug 2023 16:15:32 +0000 (17:15 +0100)]
Fixed network client to trigger main thread
Main thread Trigger should be created on the event
thread, not in client threads.
Caused problems with the trigger implementation, as that stored
main loop context in thread local storage, so was always 0 / NULL,
and this caused the network client to crash or do nothing,
depending on the chosen main loop implementation.
Change-Id: I483cb1dc55b1ff4f6cf81434780bcd560f2f57a9
Signed-off-by: David Steele <david.steele@samsung.com>
Adeel Kazmi [Tue, 29 Aug 2023 15:16:09 +0000 (16:16 +0100)]
Call Resize from main thread so that DALi runs on Mac again
Change-Id: Ia339f0f73a7d298a2b2219ec1d49072d9f0f20f5
joogab yun [Tue, 29 Aug 2023 01:48:26 +0000 (01:48 +0000)]
Merge "Binding ecore_wl2_window_keyboard_grab and ecore_wl2_window_keyboard_ungrab api" into devel/master
Adeel Kazmi [Fri, 25 Aug 2023 13:13:44 +0000 (13:13 +0000)]
Merge "DALi Version 2.2.41" into devel/master
Adeel Kazmi [Fri, 25 Aug 2023 12:41:09 +0000 (13:41 +0100)]
DALi Version 2.2.41
Change-Id: Ic9bbb070cf6812308f2882265459e0be5466ea8a
David Steele [Fri, 18 Aug 2023 10:53:46 +0000 (11:53 +0100)]
Test harness sync
Change-Id: Ib164fc503b025250fd659785e1870b1f1f4a609d
joogab.yun [Fri, 25 Aug 2023 04:49:32 +0000 (13:49 +0900)]
Binding ecore_wl2_window_keyboard_grab and ecore_wl2_window_keyboard_ungrab api
Change-Id: I844fc244b91468549649e801ac49b3ddcbebbe87
joogab yun [Fri, 25 Aug 2023 01:26:22 +0000 (01:26 +0000)]
Merge "Add ecore_wl2_window_cursor_visible_set api Sets the visibility on/off of cursor" into devel/master
Wonsik Jung [Wed, 23 Aug 2023 05:19:36 +0000 (14:19 +0900)]
Fix the error of event handelr release issue.
When AddFrameRenderedCallback or AddFramePresentedCallback is used continuously,
the related event handler is not freed.
This patch is to fix that replacing reset().
Change-Id: Ia8f19791de9df9ce835871a6f22fec701da6b271
joogab.yun [Wed, 23 Aug 2023 07:32:19 +0000 (16:32 +0900)]
Add ecore_wl2_window_cursor_visible_set api
Sets the visibility on/off of cursor
Change-Id: I724d7785d757bcc5428375f0cbe9c96d1289ca72
Wonsik Jung [Mon, 21 Aug 2023 09:30:10 +0000 (09:30 +0000)]
Merge "Supports the key event repeat and delay for each way." into devel/master
joogab.yun [Mon, 21 Aug 2023 00:34:24 +0000 (09:34 +0900)]
prevent null keymap.
Change-Id: Id34e7e81b5f96352c9354438f21841ed122f862c
David Steele [Fri, 18 Aug 2023 12:35:28 +0000 (12:35 +0000)]
Merge "DALi Version 2.2.40" into devel/master
David Steele [Fri, 18 Aug 2023 12:30:14 +0000 (12:30 +0000)]
Merge "Flush update messages for application" into devel/master
Adam Bialogonski [Fri, 18 Aug 2023 12:22:58 +0000 (13:22 +0100)]
DALi Version 2.2.40
Change-Id: I4ad8fd64545a4b20cc70ea40103ba4d5a52d5022
David Steele [Fri, 18 Aug 2023 12:22:24 +0000 (12:22 +0000)]
Merge "Support *.pkm format file decode" into devel/master
David Steele [Fri, 18 Aug 2023 09:00:41 +0000 (09:00 +0000)]
Merge "Updated test harness README.md" into devel/master
Eunki, Hong [Wed, 16 Aug 2023 08:37:08 +0000 (17:37 +0900)]
Support *.pkm format file decode
Let we support .pkm format file decode, who use ETC1 and ETC2 pixel format.
Change-Id: Ib1d7c0b3653f31fd6a4bb1fd378b7fe0cdcbb3a2
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
David Steele [Thu, 17 Aug 2023 10:33:22 +0000 (11:33 +0100)]
Updated test harness README.md
Cleaned up the readme,
Removed out of date info
Added new command line options
Change-Id: I9dfa4ed3413809335052db8ca99303cd61263936
Signed-off-by: David Steele <david.steele@samsung.com>
David Steele [Thu, 17 Aug 2023 09:34:40 +0000 (09:34 +0000)]
Merge "Remove callback when idle not added" into devel/master
David Steele [Thu, 17 Aug 2023 09:12:03 +0000 (09:12 +0000)]
Merge "Ignore mipmap when texture format compressed" into devel/master
Eunki Hong [Thu, 17 Aug 2023 07:27:20 +0000 (07:27 +0000)]
Merge "Ensure task moved under mutex" into devel/master
Eunki, Hong [Thu, 17 Aug 2023 04:08:18 +0000 (13:08 +0900)]
Ignore mipmap when texture format compressed
Since some graphic driver doesn't support mipmap generation automatically,
We need to ignore that mipmap using with compressed format.
Change-Id: If39facde441ed63dc26462079575dea8b1df18a3
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 16 Aug 2023 06:55:35 +0000 (15:55 +0900)]
Remove callback when idle not added
Change-Id: I34b7539016714ad4c5ea821782645b95c1068f37
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 2 Aug 2023 09:15:35 +0000 (18:15 +0900)]
Flush update messages for application
Make a way to relayout & flush events messages by core API.
Since we cannot access adaptor directly,
let we ask to application to relayout calculation forcibly.
Change-Id: I0dba32b7b136ceefc07b99fc404cf330e5c2dff7
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
Eunki, Hong [Wed, 16 Aug 2023 02:53:46 +0000 (11:53 +0900)]
Ensure task moved under mutex
There was some logical hole between remove-from-queue and insert-to-queue.
Between remove and insert, the task can be exist without not exist any queue.
If someone request RemoveTask during this timing, task will not be removed.
Change-Id: Ia21927258d483a43b563129a7338c0a88df723f3
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
joogab yun [Wed, 16 Aug 2023 01:43:22 +0000 (01:43 +0000)]
Merge "Set mKeyMap before registering for ECORE_EVENT_KEY_DOWN, ECORE_EVENT_KEY_UP events." into devel/master
joogab.yun [Mon, 14 Aug 2023 02:35:14 +0000 (11:35 +0900)]
Set mKeyMap before registering for ECORE_EVENT_KEY_DOWN, ECORE_EVENT_KEY_UP events.
If the keyEvent happens before mKeyMap is set, it crashes because mKeyMap is null.
0 __GI_raise (sig=11) at /usr/src/debug/glibc-2.30-1.11.arm/signal/../sysdeps/unix/sysv/linux/raise.c:50
1 0xb3d8bb12 in invoke_previous_action (action=<optimized out>, code=11, siginfo=0xb4779c88, context=0xb4779d08, signalRestarts=255) at /usr/src/debug/coreclr-6.0.9-1.arm/src/coreclr/pal/src/exception/signal.cpp:415
2 sigsegv_handler (code=11, siginfo=0xb4779c88, context=<optimized out>) at /usr/src/debug/coreclr-6.0.9-1.arm/src/coreclr/pal/src/exception/signal.cpp:627
3 <signal handler called>
4 0xab9b7c04 in xkb_keymap_key_for_each (keymap=0x0, iter=0xa6d4ec55 <Dali::Internal::Adaptor::(anonymous namespace)::FindKeyCode(xkb_keymap*, xkb_keycode_t, void*)>, data=data@entry=0xbe0f56b0) at /usr/src/debug/libxkbcommon-1.5.0-0.arm/builddir/../src/keymap.c:531
5 0xa6d508a0 in Dali::Internal::Adaptor::WindowBaseEcoreWl2::GetKeyCode (this=0x21f37b0, keyName=..., keyCode=@0xbe0f5754: 0) at /usr/src/debug/dali2-adaptor-2.2.37-1.arm/dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp:1686
6 0xa6d11f60 in Dali::Internal::Adaptor::WindowBaseEcoreWl2::OnKeyDown(void*, int, void*) [clone .constprop.0] (this=0x21f37b0, event=0x2522e40, type=<optimized out>, data=<optimized out>) at /usr/src/debug/dali2-adaptor-2.2.37-1.arm/dali/internal/window-system/tizen-wayland/ecore-wl2/window-base-ecore-wl2.cpp:1402
Change-Id: I0aaf2791e5daa464e81acafbcb53532046381aee
joogab yun [Mon, 14 Aug 2023 04:16:29 +0000 (04:16 +0000)]
Merge "Add ecore api about RelativeMove 1. ecore_wl2_window_pointer_constraints_lock_pointer 2. ecore_wl2_window_pointer_constraints_unlock_pointer 3. ecore_wl2_window_locked_pointer_region_set 4. ecore_wl2_window_locked_pointer_cursor_position_hint_set 5. ECORE_EVENT_MOUSE_RELATIVE_MOVE" into devel/master
joogab.yun [Wed, 31 May 2023 05:21:47 +0000 (14:21 +0900)]
Add ecore api about RelativeMove
1. ecore_wl2_window_pointer_constraints_lock_pointer
2. ecore_wl2_window_pointer_constraints_unlock_pointer
3. ecore_wl2_window_locked_pointer_region_set
4. ecore_wl2_window_locked_pointer_cursor_position_hint_set
5. ECORE_EVENT_MOUSE_RELATIVE_MOVE
Change-Id: I612c7f358e0aeb093d5ec6b92771a150094a42d6
Richard Huang [Fri, 11 Aug 2023 09:55:59 +0000 (10:55 +0100)]
DALi Version 2.2.39
Change-Id: Ic7cbf595510ed6a1c384211a3dfcefc3bd67e1ff
David Steele [Thu, 10 Aug 2023 11:09:06 +0000 (11:09 +0000)]
Merge "Print trace message for other profiles" into devel/master
Eunki Hong [Wed, 9 Aug 2023 13:42:41 +0000 (22:42 +0900)]
Allow worker thread trace
Let we make ttrace can trace worker threads if we want.
And also, let we make AsyncTaskManager's thread can use trace.
Change-Id: I4a04a1d480f0cf96541f380d46513258d85deee0
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Wed, 9 Aug 2023 13:04:09 +0000 (22:04 +0900)]
Print trace message for other profiles
Let we print message logs also ubuntu and android
Change-Id: Id162f1b3cb2f04d48776c75ffe6118cf94264199
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Eunki Hong [Sat, 5 Aug 2023 07:44:54 +0000 (16:44 +0900)]
Print curl error logs fully if required
Let we print curl debug dump logs if we got some error
from curl side issue.
Since currently we only print error code and do nothing,
network team have hard to debug bug cases.
To help it, let we add environment to
print full debug dump logs.
Change-Id: Ie4f8e9cd102687a0835f202df5eb89a5d94ee652
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>