User Details
- User Since
- Apr 25 2013, 4:31 AM (403 w, 2 d)
- Availability
- Available
Feb 27 2018
Dec 15 2017
Dec 13 2017
Dec 11 2017
Dec 1 2017
Nov 30 2017
Nov 22 2017
Nov 19 2017
Nov 17 2017
The full list of part types:
- RECTANGLE;
- TEXT;
- IMAGE;
- PROXY;
- SWALLOW;
- TEXTBLOCK;
- GROUP;
- BOX;
- TABLE;
- SPACER;
- EXTERNAL; - no support
- MESH_NODE; - no support
- LIGHT; - no support
- CAMERA; - no support
- SNAPSHOT; - no support
- VECTOR;
Nov 15 2017
Nov 13 2017
ecore_ipc is built and work for windows, using crosscompile. it's work in my case.
My fault in creating of this task. For user Ecore libraries in CMakeLists.text file we should to use find_package with command COMPONENTS for found any Ecore library. For example find_package(Ecore COMPONENTS Ipc REQUIRED).
Oct 26 2017
I have built the efl (111caabf107bc032bf7432c152fd492a5295c6b0) and eflete (efad8510bd0164f5e69c9865ecbd40533f603148) and I have another issue:
Oh, You did not talk about Windows. I will recheck it.
Oct 25 2017
Also we need special group for display. For each part need to add spesial program for emit signal by click by it. For noshown parts should generated tile image and part with border for it.
Example
images { image: "bg_spacer.png" COMP; image: "border_1.png" COMP; image: "bg_swallow.png" COMP; image: "KOT.jpg" COMP; }
For render in separate process we can use the Elementary socket - plug mechanism.
This mechanism provide a socket (server) instance which render the whole Elemantry window to buffer and share for any connected plug (client). We can set the count of connected clients. From client side we have a elm_plug object, which is a image. Actually we can use any evas_image API for plug object. So this object can be resized, it means zoom effect, and smooth effect can be turn off. Socket send to clients next events "image,resized" "image,deleted".
Oct 23 2017
Oct 20 2017
Oct 18 2017
Oct 11 2017
Oct 10 2017
@vtorri, I can not reproduce it.