Seoyeon Kim [Wed, 18 Dec 2019 10:22:45 +0000 (19:22 +0900)]
Update tizen document URL
- According to the address change of tizen documents,
the site URL in dali-core-doc.h has been updated.
Change-Id: I0ed43fb7fb38738e9440f1d53b8b894593bda877
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
Agnelo Vaz [Fri, 13 Dec 2019 10:57:03 +0000 (10:57 +0000)]
DALi Version 1.4.50
Change-Id: I5d82aba4216236c07e96cb72514b5a65dfb44694
Anton Obzhirov [Thu, 5 Dec 2019 11:53:09 +0000 (11:53 +0000)]
DALi Version 1.4.49
Change-Id: Ic60ef10dd742fe5519950f8825dd395ce4c921a5
adam.b [Fri, 29 Nov 2019 12:16:44 +0000 (12:16 +0000)]
DALi Version 1.4.48
Change-Id: I4f0eb7573a792ce7f2d2172b2f18c21cd69b059d
Victor Cebollada [Fri, 22 Nov 2019 07:14:00 +0000 (07:14 +0000)]
DALi Version 1.4.47
Change-Id: Ie12cc975021e1829c2dc6d8e992c460d889dc4dd
Adeel Kazmi [Fri, 15 Nov 2019 16:01:47 +0000 (16:01 +0000)]
Merge "Clearing the dirty flags of scene's root nodes." into devel/master
Richard Huang [Fri, 15 Nov 2019 14:02:53 +0000 (14:02 +0000)]
DALi Version 1.4.46
Change-Id: I75ae4008eb2e702d6926a7b4dbb871bcdbc36524
adam.b [Fri, 25 Oct 2019 14:30:29 +0000 (15:30 +0100)]
Clearing the dirty flags of scene's root nodes.
Clearing the dirty flags of scene's root nodes.
Change-Id: Ie0e3be99d8cfd439da462a10b951cfde41cbbc18
György Straub [Fri, 8 Nov 2019 09:44:14 +0000 (09:44 +0000)]
DALi Version 1.4.45
Change-Id: I9a5e5286fcb99fe01b723695eb51dac0cef6ded4
Adeel Kazmi [Fri, 1 Nov 2019 15:48:15 +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:13:23 +0000 (11:13 +0000)]
Add a GCC compiler version check in the CMakeList.txt file.
Change-Id: Ia6b8abeb098f6294050ccc57e9f2e8b3b9c84ea4
Signed-off-by: Victor Cebollada <v.cebollada@samsung.com>
greynaga [Fri, 1 Nov 2019 11:24:22 +0000 (11:24 +0000)]
DALi Version 1.4.44
Change-Id: I57aa5153cfcf747c065cbcb63418147fcedac56b
Adeel Kazmi [Thu, 31 Oct 2019 10:13:25 +0000 (10:13 +0000)]
Merge "Removed -std=c++11 from dali-core.pc.in" into devel/master
Adeel Kazmi [Tue, 29 Oct 2019 16:54:33 +0000 (16:54 +0000)]
(Animation) Ensure we do not adjust the current value when stopping an AnimateBy animation
- The issue was that when issuing a stop, we set the current value but
we use that as the amount to adjust for an AnimateBy animation rather
than a target.
Change-Id: I49ab3a5d004dce5b18d747b9e7791df81d4aaddb
adam.b [Tue, 29 Oct 2019 15:46:17 +0000 (15:46 +0000)]
Removed -std=c++11 from dali-core.pc.in
Removed -std=c++11 from dali-core.pc.in, the flag makes C compiler fail.
Change-Id: Ie7666c8d57bf3eacee3c6cebeec267c4161cf956
Agnelo Vaz [Fri, 25 Oct 2019 09:29:32 +0000 (10:29 +0100)]
DALi Version 1.4.43
Change-Id: I27027ddd503b3c001d6d08fb00d72dd4b6f45e6a
Adeel Kazmi [Wed, 23 Oct 2019 09:41:59 +0000 (10:41 +0100)]
(Build) Ensure CXX11 libraries are marked as provided when building the RPM
Change-Id: I9e92bdf0c6818b04f924292672c2cd1d0a27f445
Cheng-Shiun Tsai [Fri, 18 Oct 2019 10:12:54 +0000 (11:12 +0100)]
DALi Version 1.4.42
Change-Id: I6c720d40e17843342c944287f7a80a7488efd036
Adeel Kazmi [Fri, 11 Oct 2019 15:49:27 +0000 (16:49 +0100)]
Ensure we install gesture-devel.h
Change-Id: If315d31de3d5146c061f3742fc7670874fc7e921
Adeel Kazmi [Fri, 4 Oct 2019 18:57:44 +0000 (19:57 +0100)]
Added support for Rotation Gestures
Change-Id: Ib824b72119425f7329e9514295e83ade767d5117
Adeel Kazmi [Thu, 10 Oct 2019 14:59:19 +0000 (14:59 +0000)]
Merge "DALi Version 1.4.41" into devel/master
Anton Obzhirov [Thu, 10 Oct 2019 14:57:08 +0000 (15:57 +0100)]
DALi Version 1.4.41
Change-Id: Ic105c60227052d621abd7437411789e1a90d0642
Jiyun Yang [Thu, 10 Oct 2019 08:29:41 +0000 (17:29 +0900)]
Fix the minimum pinch gesture distance
Previously, the minimum pinch distance is determined by dividing the screen height by 85,
which is proportional to the screen height.
The problem is that, on the big size screen (or law dpi) devices,
the user have to make a long distance between their fingers to make a pinch gesture,
it makes the user misunderstand that the pinch gesture is not workoring properly.
This patch fixes the problem by calculating minimum pinch distance using screen dpi.
Change-Id: Iaab2d37f43421d53f9aa14060bd55465df4f9343
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Adeel Kazmi [Fri, 4 Oct 2019 19:12:08 +0000 (20:12 +0100)]
(Gestures) Moved into separate folders
Change-Id: Ib7e0fd665c53312b6e0e39cd2d3eed6eeb15ae78
Adeel Kazmi [Fri, 4 Oct 2019 12:40:01 +0000 (13:40 +0100)]
DALi Version 1.4.40
Change-Id: I2ab3766a2fa80c3fb493c515b5f1d3bc53586b72
Adeel Kazmi [Mon, 30 Sep 2019 15:53:20 +0000 (16:53 +0100)]
Remove unused PLATFORM_TIZEN & DALI_COMPILATION defines from cmake
Change-Id: I996b1f4d2cd03ae1b82b20905fdaf482f48f84bc
adam.b [Thu, 26 Sep 2019 14:37:48 +0000 (15:37 +0100)]
Fixed relative CMakeLists.txt path
Fixed relative CMakeLists.txt path, using CMAKE_CURRENT_[SOURCE|BINARY]_DIR
Change-Id: I1e234e5806f5a604c263cdb2937c0bb49dcfbe7f
Adeel Kazmi [Fri, 27 Sep 2019 09:32:35 +0000 (09:32 +0000)]
Merge "DALi Version 1.4.39" into devel/master
adam.b [Fri, 27 Sep 2019 09:15:34 +0000 (10:15 +0100)]
DALi Version 1.4.39
Change-Id: Id2ee6dbd3cf31f97c1eb2582655727412beecd7d
Adeel Kazmi [Thu, 26 Sep 2019 14:32:41 +0000 (15:32 +0100)]
(Animation) Fix assert when animation is resumed using PlayAfter after all loops have finished
Change-Id: I7342b253e6c2508184b29dc02b4abcf482e1c168
Richard Huang [Fri, 20 Sep 2019 10:15:51 +0000 (11:15 +0100)]
Fix framebuffer rendering for native image source on Ubuntu
Change-Id: I1438b8af9b38efe6dc3c0e94979633b364ea3ba8
Victor Cebollada [Fri, 20 Sep 2019 06:23:58 +0000 (07:23 +0100)]
DALi Version 1.4.38
Change-Id: I56572c6db818949438e87db844e0c234d4a4c417
Adeel Kazmi [Wed, 18 Sep 2019 10:01:13 +0000 (10:01 +0000)]
Merge "Provide option to upload resource only without rendering" into devel/master
Richard Huang [Wed, 11 Sep 2019 09:10:13 +0000 (10:10 +0100)]
Provide option to upload resource only without rendering
Change-Id: If166043085496975f96355569bceb458d5292e08
Adeel Kazmi [Fri, 13 Sep 2019 17:19:52 +0000 (17:19 +0000)]
Merge "Removed explicit -g flag setting" into devel/master
Adeel Kazmi [Fri, 13 Sep 2019 13:38:55 +0000 (13:38 +0000)]
Merge "DALi Version 1.4.37" into devel/master
Richard Huang [Fri, 13 Sep 2019 12:19:04 +0000 (13:19 +0100)]
DALi Version 1.4.37
Change-Id: I8c3b430f50570c0f306e728eecd11378d35c3063
adam.b [Tue, 10 Sep 2019 13:31:34 +0000 (14:31 +0100)]
Removed explicit -g flag setting
Setting -g flag has been removed. This should be set by the CMAKE_BUILD_TYPE (Debug/Release).
Change-Id: I5dc0061a03f98132264cf65103c1ca11979bd2e0
adam.b [Mon, 9 Sep 2019 14:59:55 +0000 (15:59 +0100)]
Linking pthreads optional
Pthreads added to the linked libs only when exists.
Change-Id: Icfe78665bf00705f2d2ef53634095ea9e25d7789
Adeel Kazmi [Thu, 5 Sep 2019 14:30:37 +0000 (14:30 +0000)]
Merge "DALi Version 1.4.36" into devel/master
Anton Obzhirov [Thu, 5 Sep 2019 14:26:54 +0000 (15:26 +0100)]
DALi Version 1.4.36
Change-Id: Ib7f7613f1cbe3c3914bb72d1974ffaaf2c5551cc
JIYUN YANG [Thu, 5 Sep 2019 12:10:16 +0000 (12:10 +0000)]
Merge "Fix Svace+Coverity issue" into devel/master
Jiyun Yang [Thu, 5 Sep 2019 05:04:21 +0000 (14:04 +0900)]
Fix Svace+Coverity issue
Change-Id: Idd07e1f8052ac4f60022f421460eda49f3096167
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>
Adeel Kazmi [Wed, 4 Sep 2019 16:41:54 +0000 (17:41 +0100)]
(CameraActor) Use scene's size as the canvas size when a ZERO size is used in SetPerspectiveProjection
Change-Id: I9546b190e84f65bed91907acb1a71923abe2f567
Radoslaw Cybulski [Wed, 30 May 2018 13:53:11 +0000 (15:53 +0200)]
[ATSPI] Add CalculateScreenExtents function
Adds (real, pixel based) screen position, calculated in render function.
Change-Id: Ia34490c59643d0ef3b7f64ae05da51547921f615
Adeel Kazmi [Mon, 2 Sep 2019 15:28:51 +0000 (15:28 +0000)]
Merge "[ATSPI] Adds support for enumeration in Property::Value" into devel/master
Radoslaw Cybulski [Fri, 20 Apr 2018 11:14:57 +0000 (13:14 +0200)]
[ATSPI] Adds support for enumeration in Property::Value
Property::Value can now be initialized with enumeration value. It will
be converted into int. Similarly user can retrieve int value as
enumeration. Note, that no attempt is made to check, if enumeration
types for setting and retrieving match - user can set with one
enumeration type and retrieve with another.
Change-Id: I4656acd23f6f69d35f0b28c7e9082d2ef968d6b6
Adeel Kazmi [Mon, 2 Sep 2019 11:22:27 +0000 (12:22 +0100)]
(Build) Fix Target 64 Bit builds
Change-Id: I08e6d43183c871ddb60af45e76507a191d26d219
György Straub [Fri, 30 Aug 2019 07:59:41 +0000 (08:59 +0100)]
DALi Version 1.4.35
Change-Id: If7f5208f08c4e109458078854b98c6db1e32323d
Adeel Kazmi [Thu, 29 Aug 2019 18:08:49 +0000 (19:08 +0100)]
(Build) Only use lcov if it's available
Change-Id: Icbcbee5ffcafcc51f4c040eb78cfa5e925fd6ced
Adeel Kazmi [Tue, 27 Aug 2019 13:43:08 +0000 (14:43 +0100)]
Updated some documentation following cmake change
Change-Id: Ie192bcbfd8337748483bfaba66a8b1b869aa5b7d
Adeel Kazmi [Tue, 27 Aug 2019 13:22:30 +0000 (13:22 +0000)]
Merge "Use CMake by default" into devel/master
greynaga [Fri, 23 Aug 2019 10:01:49 +0000 (11:01 +0100)]
DALi Version 1.4.34
Change-Id: Ic450e39c3d9a32ab12da1fd59dcd372d3ec5c961
Adeel Kazmi [Wed, 21 Aug 2019 14:57:40 +0000 (15:57 +0100)]
Use CMake by default
Change-Id: I946555f2ef20f2456f95c207abce25c4857af3dc
adam.b [Tue, 13 Aug 2019 15:59:59 +0000 (16:59 +0100)]
Added script that updates list of source files for CMake build
Added update-file-lists.sh script that uses file.list files as a source to generate file-list.cmake files. Script should be run in order to update CMake build system when source/header files are added/removed.
Change-Id: I40d0d5b30ab42937e48361caacca25b3dec5c864
Agnelo Vaz [Fri, 16 Aug 2019 12:56:09 +0000 (13:56 +0100)]
Documentation update for SCREEN_POSITION
Change-Id: I671eb0fe48c672e99af6ac520b2c4072cfa026db
Adeel Kazmi [Fri, 16 Aug 2019 09:53:28 +0000 (09:53 +0000)]
Merge "DALi Version 1.4.33" into devel/master
Cheng-Shiun Tsai [Fri, 16 Aug 2019 09:40:20 +0000 (10:40 +0100)]
DALi Version 1.4.33
Change-Id: I7b6912ffed423bb621f056d44a2c67107f003053
junqing.ma [Sat, 10 Aug 2019 08:38:31 +0000 (16:38 +0800)]
fix texture converting crash
Change-Id: I6bcfeea9ae67e73ca488ea654ddb02bacc0daa45
Heeyong Song [Mon, 12 Aug 2019 04:25:01 +0000 (04:25 +0000)]
Merge "Add KeyEventGeneratedSignal for Get KeyEvent normally" into devel/master
Adeel Kazmi [Fri, 9 Aug 2019 14:25:21 +0000 (14:25 +0000)]
Merge "(Animation) Update object's event-side properties if we stop/pause/clear an animation" into devel/master
Agnelo Vaz [Fri, 9 Aug 2019 10:30:34 +0000 (11:30 +0100)]
DALi Version 1.4.32
Change-Id: I1f01af586a16d47d5e59e7906309df16316923e8
Adeel Kazmi [Thu, 8 Aug 2019 12:12:17 +0000 (13:12 +0100)]
(Animation) Update object's event-side properties if we stop/pause/clear an animation
Change-Id: Ia1a966db81d7f18eed9d0b7ea4e3a8ff1644b753
Adeel Kazmi [Fri, 2 Aug 2019 10:26:09 +0000 (11:26 +0100)]
DALi Version 1.4.31
Change-Id: I7b4693759b42ff43682d3c907755ca117df3c288
Sunghyun kim [Thu, 13 Jun 2019 10:10:45 +0000 (19:10 +0900)]
Add KeyEventGeneratedSignal for Get KeyEvent normally
Window can get KeyEvent even if control already use it.
Change-Id: I41631b5b3aef393e3e0134419b38acea20aed84a
Adeel Kazmi [Tue, 30 Jul 2019 15:43:25 +0000 (16:43 +0100)]
If a RenderTask's exclusive actor is destoryed, then ensure the RenderTaskList of exclusives is appropriately updated
Change-Id: I59d797854242e2f2f204087b52c90c53946dfa9a
Paul Wisbey [Fri, 26 Jul 2019 14:26:41 +0000 (15:26 +0100)]
Fixed viewport issue when changing window size
Note - this is necessary when using toolkit controls
that create render-tasks: blur views, page-turn-view etc.
Change-Id: Ia4d5f54b722d154a59620c38d6f7eae9fbf460eb
adam.b [Fri, 26 Jul 2019 10:47:07 +0000 (11:47 +0100)]
DALi Version 1.4.30
Change-Id: I58b01bc256c75012a4cee42e5dea3e8cf79dae44
Adeel Kazmi [Tue, 23 Jul 2019 15:34:03 +0000 (16:34 +0100)]
Pass surface into scene constructor
Change-Id: I8676ca5d99df13f4e47f23a8443075343cd0e049
Adeel Kazmi [Wed, 24 Jul 2019 14:48:01 +0000 (14:48 +0000)]
Merge "Skip rendering frame buffer if the render surface becomes invalid" into devel/master
Richard Huang [Fri, 19 Jul 2019 14:54:10 +0000 (15:54 +0100)]
Skip rendering frame buffer if the render surface becomes invalid
Change-Id: I4eeb9f9b9c3be342343e21ef3565351f940e5f04
Adeel Kazmi [Mon, 22 Jul 2019 11:01:34 +0000 (12:01 +0100)]
Remove Core::SurfaceResized() method as we can call the required Scene method directly
Change-Id: Ibb992eeea3d09c4d1945e5354e9bb8ce8cff9200
Victor Cebollada [Fri, 19 Jul 2019 08:51:20 +0000 (09:51 +0100)]
DALi Version 1.4.29
Change-Id: If81a0ce6a87dcdb6593ee471f0e8030444f43672
Richard Huang [Tue, 9 Jul 2019 15:11:04 +0000 (16:11 +0100)]
Reset the cache in all the contexts while destroying buffers and textures
Change-Id: I545fb631ad35e057acd61be34a17dda7434537ff
Richard Huang [Thu, 11 Jul 2019 13:50:53 +0000 (14:50 +0100)]
FBO/Texture access synchronization for multiple contexts
Change-Id: I62e2671eb14537d4267485ebaefa237b4743737f
Adeel Kazmi [Mon, 15 Jul 2019 19:53:18 +0000 (20:53 +0100)]
(Automated Tests) Sync with Toolkit changes
Change-Id: Id56fcc904b12146450c7a44f3e302fdc3db90d93
Richard Huang [Fri, 12 Jul 2019 10:17:15 +0000 (11:17 +0100)]
DALi Version 1.4.28
Change-Id: I0c42e7c8010fdb360e3fef5b6ee040745985a1eb
Richard Huang [Mon, 8 Jul 2019 13:09:28 +0000 (14:09 +0100)]
Synchronize the window removal between main thread and render thread
Change-Id: I342dc80ac3c3842b3c7f87423d1cda8cf6d9338d
Heeyong Song [Tue, 9 Jul 2019 01:58:08 +0000 (01:58 +0000)]
Merge "Trigger relayout in SetSizeScalePolicy" into devel/master
Adeel Kazmi [Fri, 28 Jun 2019 17:31:59 +0000 (18:31 +0100)]
Process each RenderTask render-instruction separately
Change-Id: I099321d85caf404cf8e9da35e0e7e3c573b3a22d
Heeyong Song [Mon, 8 Jul 2019 08:58:30 +0000 (17:58 +0900)]
Trigger relayout in SetSizeScalePolicy
Change-Id: I9a2cae801d118f7e1f168a93e51a0157cca81b26
Adeel Kazmi [Fri, 5 Jul 2019 16:47:36 +0000 (16:47 +0000)]
Merge "Ability to retrieve all the property values of a handle" into devel/master
Adeel Kazmi [Fri, 5 Jul 2019 15:42:14 +0000 (15:42 +0000)]
Merge "Add ability to set all properties on a handle" into devel/master
Adeel Kazmi [Fri, 5 Jul 2019 10:48:07 +0000 (11:48 +0100)]
Ability to retrieve all the property values of a handle
Change-Id: I74987e9a0b4619fcbcce52e2888083bd2caafdb4
Adeel Kazmi [Wed, 3 Jul 2019 16:47:47 +0000 (17:47 +0100)]
Add ability to set all properties on a handle
Change-Id: I931d33e97cd5bd1133288d34f72741198e3f2dc8
Adeel Kazmi [Fri, 5 Jul 2019 09:46:48 +0000 (09:46 +0000)]
Merge "Added ThreadPool" into devel/master
György Straub [Fri, 5 Jul 2019 07:55:35 +0000 (08:55 +0100)]
DALi Version 1.4.27
Change-Id: I7be6f6894a254de026ea081e120a69400c15d4ff
adam.b [Wed, 3 Jul 2019 15:05:49 +0000 (16:05 +0100)]
Added ThreadPool
ThreadPool and relevant test cases have been added to the devel-api.
Change-Id: I45814c947c7d9206cac22f5b5e856eea0a0d1751
Adeel Kazmi [Tue, 2 Jul 2019 10:58:48 +0000 (10:58 +0000)]
Merge "Add GetLogicalKey API in DevelKeyEvent" into devel/master
Adeel Kazmi [Mon, 1 Jul 2019 16:27:11 +0000 (16:27 +0000)]
Merge "Ensure root layers and scenes aligned together properly rather than using indices to match" into devel/master
Richard Huang [Fri, 28 Jun 2019 10:39:52 +0000 (11:39 +0100)]
Ensure root layers and scenes aligned together properly rather than using indices to match
Change-Id: I640fe67c26f00c3f82208be8716e99bd04612060
Adeel Kazmi [Mon, 1 Jul 2019 14:42:38 +0000 (14:42 +0000)]
Merge "Make the core code a bit more generic to be able to compile without glibc." into devel/master
Anton Obzhirov [Wed, 20 Mar 2019 19:34:44 +0000 (19:34 +0000)]
Make the core code a bit more generic to be able to compile without glibc.
Change-Id: I876018729f2e7c19bbd21defe55c6a18508a06d9
greynaga [Fri, 28 Jun 2019 10:42:18 +0000 (11:42 +0100)]
DALi Version 1.4.26
Change-Id: I6f4bbd283f8cf24623a35dd71fe1503b53b0a1cc
Adeel Kazmi [Thu, 27 Jun 2019 15:04:10 +0000 (15:04 +0000)]
Merge "Ensure we render once more when any node property or the node hierarchy changes" into devel/master
Adeel Kazmi [Thu, 27 Jun 2019 13:19:25 +0000 (13:19 +0000)]
Merge "Fix the crash when adding new scene during core event processing" into devel/master
Adeel Kazmi [Wed, 26 Jun 2019 17:44:56 +0000 (18:44 +0100)]
Ensure we render once more when any node property or the node hierarchy changes
Change-Id: Id018dc94578084553aeabddfe1c7c3e2ff24365e
Richard Huang [Fri, 21 Jun 2019 13:14:16 +0000 (14:14 +0100)]
Fix the crash when adding new scene during core event processing
Change-Id: I6ed13af6305a3615f0c874a2112cb132d894d56d
Adeel Kazmi [Mon, 24 Jun 2019 11:11:28 +0000 (12:11 +0100)]
Remove unused gesture-manager.h
Change-Id: Id9ec439638fb93a994ded33b1e93f394edb24d6b
Jiyun Yang [Fri, 7 Jun 2019 06:56:38 +0000 (15:56 +0900)]
Fix FrameBuffer sync issue, etc.
(1) Fix FrameBuffer sync issue
Render::FrameBuffer has mSurface but the Surface can be modified by main thread.
API such as Render::FrameBuffer::GetWidth() returned mSurface's property to the update+render thread.
This broke FrameBuffer sync between threads.
To fix this, make Render::FrameBuffer no longer use mSurface's width, height and backgroundColor directly.
Instead, it stores those values and update it through messages in the update manager.
(2) Fix Window resize issue
Since multi-window introduced, the update+render thread has not received
the resizing informtion of each window, so it couldn't pass resizing flag properly
to the surface when rendering (PreRender/PostRender).
Since Window::SetSize() can be called anytime even in the middle of updating and rendering,
the update+render thread can not use resizing information in the Surface directly.
-> The core should passes a surface resizement information to the update+render thread by messaging.
After (1), the core gets a method that passes Surface resizement info to the udpate+render thread
and it solves problems.
(3) Move the backgroundColor to Scene from RenderSurface
Change-Id: I385a45a46de681c3c0656cdb4a59a9f8f464d975
Signed-off-by: Jiyun Yang <ji.yang@samsung.com>