Daniel Kolesa [Wed, 20 May 2015 16:07:09 +0000 (17:07 +0100)]
eolian: remove unused variable
Daniel Kolesa [Wed, 20 May 2015 16:03:14 +0000 (17:03 +0100)]
eolian: distinguish between get/set for property keys/values retrieval
Tom Hacohen [Wed, 20 May 2015 15:48:20 +0000 (16:48 +0100)]
Eo: Better handle object cleanup on failure.
While unrefing twice works, it's cleaner to unref the ref we
have and delete normally. It will handle parnet detachments in
a nicer way, and is just more correct.
Daniel Kolesa [Wed, 20 May 2015 15:39:00 +0000 (16:39 +0100)]
eolian: use eolian_property_values_get correctly
Tom Hacohen [Wed, 20 May 2015 14:32:12 +0000 (15:32 +0100)]
Ecore file test: Fix access to uninitialized memory.
Tom Hacohen [Wed, 20 May 2015 13:56:45 +0000 (14:56 +0100)]
Eo: Remove eo_error_set() and clean up finalizer()
This is another cleanup in perparation for the Eo stable release.
This is no longer needed thanks to the proper error reporting with
eo_constructor()'s new return value.
The finalizer change cleans it up a bit so it catches more cases/issues.
This also means that the finalizer cleans up the object in all cases,
and not only some.
@feature.
Tom Hacohen [Wed, 20 May 2015 14:34:37 +0000 (15:34 +0100)]
Ecore con url: Fix wrong object destruction.
Because we defer the deletion of this object until we get all the
responses from the network, we must manually free it. A better solution
would possibly be to just free the requests upon object deletion instead
of deferring the deletion.
@fix
Tom Hacohen [Wed, 20 May 2015 13:26:02 +0000 (14:26 +0100)]
Ecore con url: correctly destruct the object.
Tom Hacohen [Wed, 20 May 2015 13:02:56 +0000 (14:02 +0100)]
Eo base: Correct comment regarding the finalizer.
Daniel Kolesa [Wed, 20 May 2015 14:41:07 +0000 (15:41 +0100)]
eolian: keep track of all currently parsing files
Daniel Kolesa [Wed, 20 May 2015 14:15:53 +0000 (15:15 +0100)]
eolian: unify inherits and dependencies for parsing purposes
Daniel Kolesa [Wed, 20 May 2015 13:45:32 +0000 (14:45 +0100)]
eolian: test for possible duplicates in deps list
Tom Hacohen [Tue, 19 May 2015 10:41:27 +0000 (11:41 +0100)]
Eo: Add a return value to eo_constructor().
From now on, constructors should return a value, usually the object
being worked on, or NULL (if the constructor failed). This can also
be used for implementing singletons, by just always returning the same
object from the constructor.
This is one of the final steps towards stabilizing Eo.
@feature
Tom Hacohen [Tue, 19 May 2015 09:30:11 +0000 (10:30 +0100)]
Ecore audio: Remove redundant constructor/destructor.
There's no need to have a constructor/destructor that just
do the super call.
Jihoon Kim [Wed, 20 May 2015 09:47:58 +0000 (18:47 +0900)]
ecore_imf/wayland: support feature to change layout of virtual keyboard
Daniel Zaoui [Wed, 20 May 2015 07:34:58 +0000 (10:34 +0300)]
Eolian/Generator: support eot files
Daniel Kolesa [Tue, 19 May 2015 16:46:11 +0000 (17:46 +0100)]
eolian: use data_type consistently in the C generator
This change makes it use full class name everywhere (instead of just class name).
@fix
Daniel Kolesa [Tue, 19 May 2015 14:44:33 +0000 (15:44 +0100)]
eolian: cleaner cyclic import checks
Daniel Kolesa [Tue, 19 May 2015 14:38:31 +0000 (15:38 +0100)]
eolian: tests for import
Daniel Kolesa [Tue, 19 May 2015 14:26:53 +0000 (15:26 +0100)]
eolian: add a functional "import" statement
Daniel Kolesa [Tue, 19 May 2015 13:25:45 +0000 (14:25 +0100)]
eolian: initial lex/parse for import statement
Vivek Ellur [Tue, 19 May 2015 12:13:17 +0000 (14:13 +0200)]
eina: add tests cases for eina_rectangle and eina_str functions
Summary:
Added test cases for eina_rectangle_union and eina_streq functions
Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>
Reviewers: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2541
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
perepelits.m [Tue, 19 May 2015 10:39:05 +0000 (12:39 +0200)]
edje: switch Evas_3D color to use Edje_Color.
Summary: Changes float on uchar as we do in other place for color component
Reviewers: raster, Hermet, cedric
Reviewed By: cedric
Subscribers: cedric, artem.popov
Differential Revision: https://phab.enlightenment.org/D2528
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Oleksandr Shcherbina [Tue, 19 May 2015 10:38:27 +0000 (12:38 +0200)]
evas: fix compatibility with GLES. Alpha test
Summary:
Add alpha test in shader code instead of function glAlphaFunc that doesn't supported
in GLES2.0
Add gag and TODO in shader function that generate shadow. Without it all scene is
shadowed, because shadow effect doesn't work yet.
Reviewers: cedric, Hermet
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2529
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
kumar navneet [Tue, 19 May 2015 10:37:13 +0000 (12:37 +0200)]
edje: add cubic bezier transition example.
Summary:
Example was missing for cubic bezier transition, hence added the same.
Signed-Off By: Shilpa Singh <shilpa.singh@samsung.com>
Test Plan: bezier-transition-example.edc added
Reviewers: shilpasingh, cedric
Subscribers: poornima.srinivasan, cedric
Differential Revision: https://phab.enlightenment.org/D2533
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Youngbok Shin [Tue, 19 May 2015 10:36:46 +0000 (12:36 +0200)]
eina: print error message when eina_module_load() fails.
Summary:
When dlopen() fails, eina_module_load() print error information using dlerror().
But, it is printed with WRN. If EINA_LOG_LEVEL is lower than WRN,
application developer is hard to see which has a problem.
Reviewers: woohyun, Hermet, raster, cedric
Reviewed By: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2536
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Jihoon Kim [Tue, 19 May 2015 10:19:54 +0000 (19:19 +0900)]
ecore_imf/wayland: hide input panel explicitly in focus-out handler
Mike Blumenkrantz [Mon, 18 May 2015 19:26:50 +0000 (15:26 -0400)]
ecore-x: add function to init ecore-x from external Display* object
when using glx it's necessary to share a Display* object, and this object
may be created externally
no tests provided since they would not be run, would require direct linkage to xlib,
and is literally a 2 LoC change from regular ecore_x_init()
@feature
Chris Michael [Mon, 18 May 2015 17:43:30 +0000 (13:43 -0400)]
eina-bt: Fix Coverity CID1297405 (dereference before null check)
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Daniel Kolesa [Mon, 18 May 2015 15:37:42 +0000 (16:37 +0100)]
eolian: fix eolian_type_enum_field_c_name_get for namespaced enums
Daniel Kolesa [Mon, 18 May 2015 15:25:59 +0000 (16:25 +0100)]
eolian: Eina_Bool -> bool
Daniel Kolesa [Mon, 18 May 2015 15:13:08 +0000 (16:13 +0100)]
eolian: new syntax for params/values/keys
Instead of "@in type name;" we now use "@in name: type;". This change
is done because of consistency with the rest of Eolian; pretty much
every other part of Eolian syntax uses the latter form.
This is a big breaking change in the .eo format, so please update your
.eo files accordingly and compile Elementary together with the EFL.
@feature
Chris Michael [Mon, 18 May 2015 14:15:09 +0000 (10:15 -0400)]
ecore-drm: Only try to set the crtc mode if an output is connected
Summary: If an output is disconnected, then we should not be trying to
set the mode of it's CRTC as that is going to fail anyway.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Mon, 18 May 2015 14:13:07 +0000 (10:13 -0400)]
edje: Remove unused variables
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Amitesh Singh [Mon, 18 May 2015 11:10:21 +0000 (20:10 +0900)]
evas: New Evas Callback added when viewport is resized.
Summary: @feature
Reviewers: seoz, Hermet, cedric, raster
Subscribers: seoz, cedric, sachin.dev
Differential Revision: https://phab.enlightenment.org/D2526
Srivardhan Hebbar [Mon, 18 May 2015 09:36:13 +0000 (11:36 +0200)]
ecore_con: changed Ecore_Con_Url to Efl_Network_Url.
Summary: This is just the beginning. I tried for one class to check.
Tell me if this is fine, I'll change in other classes also. The goal
is to simplify and make our API clearer to understand to new comers.
Reviewers: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2468
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Deborshi Saha [Mon, 18 May 2015 09:14:19 +0000 (11:14 +0200)]
embryo: fix inverse trigonometry functions typos.
Summary:
Issue: when asin,acos,atan functions were called from edc, wrong values were returned
Solution: fixed asin,acos,atan functions in embryo script.
Test Plan: embryo script functions asin,acos,atan to be called from edc and return value to be verified.
Reviewers: Hermet, prince.dubey, shilpasingh, raster, cedric
Reviewed By: shilpasingh, cedric
Subscribers: rajeshps, govi, cedric
Differential Revision: https://phab.enlightenment.org/D2512
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
kumar navneet [Mon, 18 May 2015 09:01:24 +0000 (11:01 +0200)]
edje: add set_state_anim API to embryo script.
Summary:
Issue: Current embryo script do not provide any mechanism to set transition type in animation
Solution: A new API set_state_anim is added.
Signed-Off by: Kumar Navneet <k.navneet@samsung.com>
Signed-Off by: Shilpa Singh <shilpa.singh@samsung.com>
Test Plan: A test edc (embryo_set_state_anim.edc) is added to edje examples to test set_state_anim API.
Reviewers: shilpasingh, raster, cedric
Reviewed By: cedric
Subscribers: poornima.srinivasan, cedric
Differential Revision: https://phab.enlightenment.org/D2470
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
vivek [Mon, 18 May 2015 08:52:54 +0000 (10:52 +0200)]
eina: add test case for eina_file_copy function.
Summary:
Added test case for eina_file_copy function to check copying of two files
Signed-off-by: vivek <vivek.ellur@samsung.com>
Reviewers: cedric
Reviewed By: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2449
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Vincent Torri [Fri, 15 May 2015 07:03:48 +0000 (09:03 +0200)]
eina: use less stack on Windows for eina_environment_home_get, and no snprintf()
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Carsten Haitzler (Rasterman) [Mon, 18 May 2015 08:13:38 +0000 (17:13 +0900)]
evas font draw - fix up some whitespace/indenting/formatting
Carsten Haitzler (Rasterman) [Mon, 18 May 2015 08:00:05 +0000 (17:00 +0900)]
edje edc examples - remobe trailing \ from edc list
this may be a build issue - i don't see it though.
kumar navneet [Mon, 18 May 2015 06:22:00 +0000 (15:22 +0900)]
set_tween_state_anim API added.
Summary:
Issue: Current embryo script do not provide any mechanism to set transition type in animation, by default supports only linear
e.g: set_tween_state API
Solution: To not break backward compatibility, a new API set_tween_state_anim is added in which we can even specify type of transition required.
Signed-Off by: Kumar Navneet <k.navneet@samsung.com>
Signed-Off by: Shilpa Singh <shilpa.singh@samsung.com>
Test Plan: A test edc (embryo_tween_anim.edc) is added to edje examples to test set_tween_state_anim API.
Reviewers: raster, cedric, shilpasingh, Hermet
Reviewed By: shilpasingh
Subscribers: poornima.srinivasan, SubodhKumar, rajeshps, cedric, govi
Differential Revision: https://phab.enlightenment.org/D2344
ChunEon Park [Fri, 15 May 2015 15:31:52 +0000 (00:31 +0900)]
evas canvas: fix insane mouse move events on proxy source.
There is no need compare - transformed mouse pos and origin pos.
This compare just block the mouse move event trigger on source.
@fix
Daniel Kolesa [Fri, 15 May 2015 14:16:48 +0000 (15:16 +0100)]
eolian: use the new decl storage to retrieve REGULAR base types
Daniel Kolesa [Fri, 15 May 2015 14:10:58 +0000 (15:10 +0100)]
eolian: much better and stricter redefinition checking
We can now check redefinitions between different types of declarations,
such as redefinition of struct as variable etc.
@feature
Carsten Haitzler (Rasterman) [Fri, 15 May 2015 10:07:42 +0000 (19:07 +0900)]
eina_cpu - up max number of threads to 32
this should be better for todays systems - max number of cores we can
query for now is 32.
@feature
Carsten Haitzler (Rasterman) [Fri, 15 May 2015 10:05:33 +0000 (19:05 +0900)]
eina - cpu count - fic cpu count to count # of cores correctly
@fix
this fixes the cpu count to count the numebr of available cores
correctly. before if core 0 happened to be off, we'd get 0 cpu cores
available due to the break
VinÃcius dos Santos Oliveira [Thu, 14 May 2015 12:58:18 +0000 (09:58 -0300)]
ecore: add documentation for ecore_timer_dump
Shinwoo Kim [Fri, 15 May 2015 07:46:21 +0000 (16:46 +0900)]
[ecore_evas_extn] add function to block mouse event.
Summary: add ecore_evas_extn_socket_events_block_set/get
Test Plan: add mouse event callback, and check whether it could get event or not
Reviewers: raster, woohyun, jaehwan, Sergeant_Whitespace
Reviewed By: Sergeant_Whitespace
Subscribers: Sergeant_Whitespace, seoz, cedric
Differential Revision: https://phab.enlightenment.org/D2268
Subodh Kumar [Fri, 15 May 2015 05:18:08 +0000 (14:18 +0900)]
edje entry: Improves anchors handling
Summary:
When edje entry is not inside the canvas view port, anchors update is aborted to improve the scrolling performance
in case of large number of anchors.
@feature
Test Plan:
1. Should have many entries inside scroller.
2. Each entry should contain large number of anchors.
3. Scroll it, scrolling is not smooth.
Reviewers: seoz, cedric, thiepha, woohyun, tasn, raster, shilpasingh, herdsman, JackDanielZ
Reviewed By: shilpasingh
Subscribers: poornima.srinivasan, rajeshps, cedric, govi
Differential Revision: https://phab.enlightenment.org/D2108
Carsten Haitzler (Rasterman) [Fri, 15 May 2015 02:32:04 +0000 (11:32 +0900)]
eina - add comment on evlog api stability etc.
Cedric BAIL [Thu, 14 May 2015 18:14:56 +0000 (20:14 +0200)]
eina: handle fallback to HOMEDIR/HOMEPATH on WIN32.
Vivek Ellur [Thu, 14 May 2015 17:37:06 +0000 (19:37 +0200)]
eina: fix eina_inarray_search to do linear search
Summary:
Currently eina_inarray_search was using binary search to search elements
which would not work on unsorted array so modified it to work as linear search.
There is already a function eina_inarray_search_sorted to work on sorted array.
Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>
Reviewers: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2501
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Vivek Ellur [Thu, 14 May 2015 17:36:25 +0000 (19:36 +0200)]
eina: add test cases for various eina_inarray functions
Summary:
Added test cases for eina_inarray_search, eina_inarray_search_sorted,
eina_inarray_foreach_remove and other functions
Signed-off-by: Vivek Ellur <vivek.ellur@samsung.com>
Reviewers: cedric
Reviewed By: cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2504
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Cedric BAIL [Thu, 14 May 2015 17:00:04 +0000 (19:00 +0200)]
edje: fix back edje_watch.
@fix
Thanks Thanatermesis for reporting the issue.
Cedric BAIL [Thu, 14 May 2015 16:41:29 +0000 (18:41 +0200)]
ecore_x: use portable environment lookup.
Cedric BAIL [Thu, 14 May 2015 16:41:17 +0000 (18:41 +0200)]
ecore_file: use portable environment lookup.
Cedric BAIL [Thu, 14 May 2015 16:40:47 +0000 (18:40 +0200)]
ecore_con: use portable environment lookup.
Cedric BAIL [Thu, 14 May 2015 16:40:28 +0000 (18:40 +0200)]
ethumb: use portable environment lookup.
Cedric BAIL [Thu, 14 May 2015 16:40:13 +0000 (18:40 +0200)]
efreet: use portable environment lookup.
Cedric BAIL [Thu, 14 May 2015 16:39:48 +0000 (18:39 +0200)]
evas: use portable environment lookup.
Cedric BAIL [Thu, 14 May 2015 16:38:59 +0000 (18:38 +0200)]
eina: use portable environment lookup.
Cedric BAIL [Thu, 14 May 2015 16:38:36 +0000 (18:38 +0200)]
eina: fixup.
Cedric BAIL [Thu, 14 May 2015 16:19:57 +0000 (18:19 +0200)]
ecore_con: it doesn't make sense to get port on local protocol.
Vincent Torri [Thu, 14 May 2015 05:40:33 +0000 (07:40 +0200)]
eina: add crosss platforme API to retrieve tmp and home directories from environment.
@feature
No tests added as it is highly dependent on the system and it would make little sens.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Vincent Torri [Thu, 14 May 2015 07:19:53 +0000 (09:19 +0200)]
eina: fix warning on Windows.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Vincent Torri [Thu, 14 May 2015 07:15:41 +0000 (09:15 +0200)]
ecore_con: add missing declarations on Windows.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Vincent Torri [Thu, 14 May 2015 07:14:59 +0000 (09:14 +0200)]
ecore_avahi: fix definition of EAPI on Windows.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Vincent Torri [Thu, 14 May 2015 06:41:11 +0000 (08:41 +0200)]
eina, efl: add copyright notice.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Vincent Torri [Thu, 14 May 2015 06:33:46 +0000 (08:33 +0200)]
autotools: cleanup Makefile_Eina.am.
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Cedric BAIL [Thu, 14 May 2015 09:55:30 +0000 (11:55 +0200)]
efreet: lower error message to warning.
katpavalli [Wed, 13 May 2015 16:08:04 +0000 (18:08 +0200)]
edje: support translation on static strings in edc.
Summary:
Internationalisation of the static text specified as part of the edc is implemented.
Problem: Static text when specified in the edc, remains unchanged when the system language is changed.
Solution: Language support is provided even for the static strings in the edc.
Test Plan:
Test code to test this implementation is done as part of efl/src/examples/edje/edje-text.c and efl/src/examples/edje/text.edc
Compile the code with the below command
edje_cc -md <dir path>/efl/src/examples/edje/ text.edc && gcc -o edje-text edje-text.c `pkg-config --libs --cflags ecore-evas edje evas ecore`
./edje-text
1) change the language of the system using the command
export LANGUAGE=hi
./edje.text
Not the text Loading gets displayed in hindi language
2) change the language of the system using the command
export LANGUAGE=ta
./edje.text
Not the text Loading gets displayed in tamil language
3) change the language of the system using the command
export LANGUAGE=en
./edje.text
Not the text Loading gets displayed in english language
As the number of .mo files in the /edje folder can be increased, those many languages can be supported
Reviewers: cedric, shilpasingh
Reviewed By: shilpasingh
Subscribers: cedric, rajeshps, govi, poornima.srinivasan
Differential Revision: https://phab.enlightenment.org/D2336
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Cedric BAIL [Wed, 13 May 2015 15:14:09 +0000 (17:14 +0200)]
edje: use efreet for cache directory get.
Chris Michael [Thu, 14 May 2015 15:49:51 +0000 (11:49 -0400)]
evas-drm: Mark framebuffer as dirty before sending
Summary: We should be marking the framebuffer dirty regions Before we
send the pageflip to the kernel so that the kernel can properly
optimize drawing dirty regions before scheduling a pageflip.
NB: Slightly optimizes evas drm rendering a bit more. Thanks to Daniel
Stone for the help :)
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Daniel Kolesa [Thu, 14 May 2015 15:33:09 +0000 (16:33 +0100)]
eolian: use fprintf(stderr) rather than eina_log for compile errors
Chris Michael [Thu, 14 May 2015 13:17:02 +0000 (09:17 -0400)]
ecore-drm: Ignore output enabled flag when setting output mode
Summary: We really do not need to check the enable flag here because
if we are setting a valid mode, then we will be enabled anyway
NB: This makes it actually possible to Enable/Disable outputs in the
RandR config dialog of E-Wl ;)
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Thu, 14 May 2015 12:36:57 +0000 (08:36 -0400)]
ecore-drm: Fix segfault if sending output event and output has no current mode
Summary: This fixes a segfault which could happen if we enable an
output before setting the output current mode. Now we test for an
output having a current_mode, and if not we use the crtc size when
sending the output event.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
MinJeong Kim [Thu, 14 May 2015 11:54:16 +0000 (07:54 -0400)]
ecore_evas_wayland: prevent duplicated shutdown of ecore_wl
Summary:
When the ecore_evas of wayland_egl/shm is freed with ecore_evas_free(),
ecore_wl_shutdown() is called by _ecore_evas_wl_common_free().
so ecore_wl_shutdown() after ecore_evas_free() has to be skipped.
@fix
Reviewers: devilhorns, raster, zmike, gwanglim
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2503
Doyoun Kang [Thu, 14 May 2015 11:54:32 +0000 (20:54 +0900)]
ecore-evas: Added support for getting window auxiliary hint ID and value
Summary:
There are no APIs for getting window auxiliary hint ID and value which was set by a user.
Below API can get the ID of the window auxiliary hint.
- ecore_evas_aux_hint_id_get
Below API can get the value of the window auxiliary hint id.
- ecore_evas_aux_hint_val_get
Test Plan: N/A
Reviewers: seoz, bryceharrington, ManMower, devilhorns, cedric, raster, Hermet
Reviewed By: Hermet
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2493
ChunEon Park [Thu, 14 May 2015 11:40:17 +0000 (20:40 +0900)]
Revert "ecore-evas: Added support for setting/getting window auxiliary hints"
This reverts commit
365e390a370d6464ec6b606123272e44fd018158.
Eeeek. Sorry I didn't mean this submitting.
ChunEon Park [Thu, 14 May 2015 10:50:50 +0000 (19:50 +0900)]
evas canvas: add exceptional handling in invalid input case.
@fix
Doyoun Kang [Tue, 12 May 2015 08:58:09 +0000 (17:58 +0900)]
ecore-evas: Added support for setting/getting window auxiliary hints
Summary:
There are no APIs for getting window auxiliary hint value which was set by a user.
Below APIs can get the window auxiliary hint value.
- ecore_evas_aux_hint_val_get
- ecore_evas_aux_hint_string_val_get
And below API can set the window auxiliary hint value by using string not id.
- ecore_evas_aux_hint_string_val_set
Test Plan: N/A
Reviewers: raster, cedric, seoz, Hermet
Reviewed By: Hermet
Subscribers: c, cedric
Differential Revision: https://phab.enlightenment.org/D2493
Daniel Kolesa [Thu, 14 May 2015 10:30:20 +0000 (11:30 +0100)]
efl_model_base: fix enum/struct syntax in comment
Daniel Kolesa [Thu, 14 May 2015 10:27:00 +0000 (11:27 +0100)]
eolian: force specification of inner type for all complex types
Carsten Haitzler (Rasterman) [Thu, 14 May 2015 08:35:22 +0000 (17:35 +0900)]
efl - add more evlog points
@feature
Chris Michael [Wed, 13 May 2015 18:57:39 +0000 (14:57 -0400)]
ecore-drm: Remove debug output
Summary: This should not have been included in the previous push as it
was just debug noise which was added during testing
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 13 May 2015 18:41:12 +0000 (14:41 -0400)]
ecore-drm: Add API function to set a new mode on an output
Summary: This adds a new API function (ecore_drm_output_mode_set) that
we can use from within RandR code to set the resolution of an output
(or disable an output if NULL is passed in).
@feature
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 13 May 2015 18:39:57 +0000 (14:39 -0400)]
ecore-drm: Fix issue with output_current_resolution_get function
Summary: This fixes ecore_drm_output_current_resolution_get function
to properly operate if an output does not have a current mode assigned.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 13 May 2015 18:37:35 +0000 (14:37 -0400)]
ecore-drm: Only send output events when we enable/disable an output
Summary: This reduces the number of output events that wl_drm module
will receive from ecore-drm. We now only send those events when an
output gets enabled/disabled where previously we were also sending
them during output creation.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 13 May 2015 18:33:08 +0000 (14:33 -0400)]
ecore-drm: Greatly improve drm rendering speed
Summary: This greatly improves rendering speed in evas drm engine.
Previously we would always call drmModeSetCrtc regardless if it was
needed or not. These changes greatly improve rendering speed in drm as
we now only call drmModeSetCrtc if it is needed.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Chris Michael [Wed, 13 May 2015 14:19:32 +0000 (10:19 -0400)]
ecore-drm: Fix purpose of ecore_drm_output_enable/disable functions
Summary: These API functions should be used for enable/disable of a
given output. They were previously being misused to stop/start
rendering on an output when we VT switch away so now we add an
internal function we can call to disable/enable rendering.
@fix
Signed-off-by: Chris Michael <cp.michael@samsung.com>
Daniel Kolesa [Wed, 13 May 2015 17:10:02 +0000 (18:10 +0100)]
eolian: precompute all enum field values (faster runtime, constness)
Daniel Kolesa [Wed, 13 May 2015 16:56:18 +0000 (17:56 +0100)]
eolian: allow forced retrieval of enum field values
Daniel Kolesa [Wed, 13 May 2015 16:22:25 +0000 (17:22 +0100)]
eolian: use the actual enum type in tests
Tom Hacohen [Wed, 13 May 2015 16:18:18 +0000 (17:18 +0100)]
Eeze tests: Remove an unreliable test.
I hope this will be enough to make the suite less broken.
This fails often on jenkins and cedric's box. This should
either be made reliable, or removed, but the current state
is definitely not good if we would like to increase the trust
in Jenkins.
Daniel Kolesa [Wed, 13 May 2015 16:15:20 +0000 (17:15 +0100)]
eolian: fix evaluation of "undefined" enum fields
kumar navneet [Wed, 13 May 2015 14:18:47 +0000 (16:18 +0200)]
edje: fix parsing issue in edje_cc with bezier program transition.
Summary:
Issue: "CURRENT" param not considered while parsing cubic bezier transition in edje cc
Soln: parse 5,6 parameter if Curr is set else parse 4,5 parameter
Reviewers: cedric, shilpasingh
Reviewed By: shilpasingh
Subscribers: poornima.srinivasan, rajeshps, cedric, govi
Differential Revision: https://phab.enlightenment.org/D2488
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Oleksandr Shcherbina [Wed, 13 May 2015 14:12:59 +0000 (16:12 +0200)]
evas: correct normal map shader.
Summary:
Due to using Evas_GL_Image for generation texture unit for Evas_3D_Texture it is
need adjusting texture coordinates in shader
It has been missed here
https://git.enlightenment.org/core/efl.git/commit/?id=
d88ccf06a5f6ebcfc68dcc21e55a241f64ff9aa9
Reviewers: Hermet, cedric
Subscribers: cedric
Differential Revision: https://phab.enlightenment.org/D2474
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Yury Usishchev [Wed, 13 May 2015 13:33:15 +0000 (15:33 +0200)]
evas: add support for BUILD_NEON_INTRINSICS to evas_convert_rgb_32.c
Summary: This fixes build for aarch64 when TILE_ROTATE is disabled and BUILD_NEON is enabled(it is enabled by default for aarch64 since https://phab.enlightenment.org/D2309).
Reviewers: cedric, raster
Subscribers: cedric
Projects: #efl
Differential Revision: https://phab.enlightenment.org/D2498
Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>