platform/upstream/efl.git
9 years agoedcref: fix the base_scale property docs
davemds [Thu, 7 Aug 2014 13:38:35 +0000 (15:38 +0200)]
edcref: fix the base_scale property docs

base_scale is a property, so document it propertly
Also added missing @since

9 years agoautotools: install .pc files to the correct directory on FreeBSD
Daniel Kolesa [Thu, 7 Aug 2014 21:41:22 +0000 (22:41 +0100)]
autotools: install .pc files to the correct directory on FreeBSD

9 years agoedje_edit: fixing return value of edje_edit_program_name_set
Andrii Kroitor [Thu, 7 Aug 2014 14:48:22 +0000 (23:48 +0900)]
edje_edit: fixing return value of edje_edit_program_name_set

Summary: If name of program is setted to its current value EINA_TRUE should be returned

Reviewers: cedric, seoz, raster, Hermet

Reviewed By: Hermet

Subscribers: cedric, reutskiy.v.v

Differential Revision: https://phab.enlightenment.org/D1290

9 years agoecore_x_vsync: hack to workaround bug in vboxvideo
Gustavo Sverzut Barbieri [Thu, 7 Aug 2014 14:29:52 +0000 (11:29 -0300)]
ecore_x_vsync: hack to workaround bug in vboxvideo

there is a kernel oops when using vboxvideo 4.3.14 and one calls
drmWaitVBlank(), then do not init drm when using such driver.

    https://www.virtualbox.org/ticket/13265

9 years agoEolian/Generator: fix generation of class functions.
Daniel Zaoui [Thu, 7 Aug 2014 12:49:03 +0000 (15:49 +0300)]
Eolian/Generator: fix generation of class functions.

The generation for legacy was missing. The patch removes too the EINA_UNUSED
flag for static functions data.

9 years agoedcref: review all the @since usage
davemds [Thu, 7 Aug 2014 12:41:25 +0000 (14:41 +0200)]
edcref: review all the @since usage

* put them inside the @property block they belongs
* do not show micro version (1.7 instead of 1.7.0)

9 years agoedcref: keep properties name aligned with their parameters.
davemds [Thu, 7 Aug 2014 11:45:14 +0000 (13:45 +0200)]
edcref: keep properties name aligned with their parameters.

Also make them bold

9 years agodoc style: better @since html render
davemds [Thu, 7 Aug 2014 11:20:19 +0000 (13:20 +0200)]
doc style: better @since html render

Now @since have a left colored border, like @deprecaded, @note, etc

Also keep the number on the same line:
instead of:
since
        1.10
it now render as:
since 1.10

9 years agoedcref: quick access list: fix a link and make it more compact
davemds [Thu, 7 Aug 2014 10:47:53 +0000 (12:47 +0200)]
edcref: quick access list: fix a link and make it more compact

9 years agoevas gl - glx - sety current to NULL on free of window or context
Carsten Haitzler (Rasterman) [Thu, 7 Aug 2014 10:34:13 +0000 (19:34 +0900)]
evas gl - glx - sety current to NULL on free of window or context

hunting a mem leak i found we dont nuke the current context when
freeing it or the window bound to the current context. fix this.

9 years agoedcref: unbreak formatting of the page
davemds [Thu, 7 Aug 2014 10:27:56 +0000 (12:27 +0200)]
edcref: unbreak formatting of the page

Every @block need a @context, or the table will broken up and formatting will be bad.

Also be a bit less redundant

9 years agoeina_tile: Add missing since version tags for union, substract, etc
Stefan Schmidt [Thu, 7 Aug 2014 10:16:57 +0000 (12:16 +0200)]
eina_tile: Add missing since version tags for union, substract, etc

Merged directly after 1.10 release so mark it as since 1.11

9 years agoecore_x: Add missing since to various new ecore_x_screensaver* functions
Stefan Schmidt [Thu, 7 Aug 2014 09:41:06 +0000 (11:41 +0200)]
ecore_x: Add missing since to various new ecore_x_screensaver* functions

9 years agoecore_evas: Add missing since for new ecore_evas_cursor_unset()
Stefan Schmidt [Thu, 7 Aug 2014 09:34:41 +0000 (11:34 +0200)]
ecore_evas: Add missing since for new ecore_evas_cursor_unset()

Added this cycle. Also with a typo and some trailing whitespaces while
looking at it.

9 years agoecore: Add missing since version for new ecore_loop_time_set()
Stefan Schmidt [Thu, 7 Aug 2014 09:25:03 +0000 (11:25 +0200)]
ecore: Add missing since version for new ecore_loop_time_set()

Introuduced during this cycle. Note it down in doxy.

9 years agoeina-cxx: Added test for inheriting constructors in the C++11 compiler
Felipe Magno de Almeida [Thu, 7 Aug 2014 09:31:08 +0000 (11:31 +0200)]
eina-cxx: Added test for inheriting constructors in the C++11 compiler

This adds the inheriting constructor feature test to the m4 macros to
avoid compilation of the C++11 binding in constructors without this
features, where they would unavoidably fail compilation. This
eliminates GCC 4.7.x since inheriting constructors were available only
from GCC 4.8 and forward.

9 years agoevas gl - did not free all atlas formats - fix
Carsten Haitzler (Rasterman) [Thu, 7 Aug 2014 09:25:20 +0000 (18:25 +0900)]
evas gl - did not free all atlas formats - fix

we have expanded atlas formats long since - so use #define to free
correct amount instead of 6

9 years agoevas gl - fixz minor leak on exit of rectangles
Carsten Haitzler (Rasterman) [Thu, 7 Aug 2014 09:13:07 +0000 (18:13 +0900)]
evas gl - fixz minor leak on exit of rectangles

these were static rect cutouts, so they stayed around on exit and thus
we "lost" them. this nukes them on context free and each new frame.
fixes the "leak"

9 years agoedcref: small typo in doc
davemds [Thu, 7 Aug 2014 09:01:23 +0000 (11:01 +0200)]
edcref: small typo in doc

9 years agoevas: Fix not to clean and re-render if position of object enabled map is changed
Jaehyun Cho [Thu, 7 Aug 2014 06:32:39 +0000 (15:32 +0900)]
evas: Fix not to clean and re-render if position of object enabled map is changed

Summary: Fix not to clean and re-render if the position of an object enabled map is changed.

Reviewers: raster, cedric, Hermet

Reviewed By: Hermet

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1220

9 years agoecore vsync - add getenv env var to disable vsync attempt
Carsten Haitzler (Rasterman) [Thu, 7 Aug 2014 05:27:07 +0000 (14:27 +0900)]
ecore vsync - add getenv env var to disable vsync attempt

this is a quick try to allow testing and fixing of the vbox vsync
kernel panic with ability to turn it off so debugging can be done

9 years agoevas-wayland-egl: Implement eng_gl_context functions
Chris Michael [Wed, 6 Aug 2014 19:03:01 +0000 (15:03 -0400)]
evas-wayland-egl: Implement eng_gl_context functions

The eng_gl_context functions are used for Evas 3D, so let's support
those in the wayland_egl engine.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoMerge branch 'devs/devilhorns/wayland_egl'
Chris Michael [Wed, 6 Aug 2014 18:29:36 +0000 (14:29 -0400)]
Merge branch 'devs/devilhorns/wayland_egl'

Fix wayland_egl engine to work again (see Phab Ticket T1478).

Previous (french) changes had broken the wayland_egl engine. This
rewrites the wayland_egl engine to function again, this time using
gl_generic and glsym_evas_gl calls.

9 years agoevas-wayland-egl: Fix wayland egl engine to work again
Chris Michael [Wed, 6 Aug 2014 18:24:29 +0000 (14:24 -0400)]
evas-wayland-egl: Fix wayland egl engine to work again

Previous (french) changes to evas_gl code broke the wayland egl engine. This
batch of changes fixes that by rewriting to engine to work with new
evas_gl functions.

Fixes Phab ticket T1478

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoevas-wayland-egl: Add support for EGL_BUFFER_AGE_EXT and add external
Chris Michael [Wed, 6 Aug 2014 18:19:55 +0000 (14:19 -0400)]
evas-wayland-egl: Add support for EGL_BUFFER_AGE_EXT and add external
function pointers for glsym_evas_gl functions

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoevas-wayland-egl: Add support for SWAP_MODE_QUADRUPLE and use
Chris Michael [Wed, 6 Aug 2014 18:19:15 +0000 (14:19 -0400)]
evas-wayland-egl: Add support for SWAP_MODE_QUADRUPLE and use
Eina_Bool for boolean values

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoevas-wayland-egl: Rename Evas_GL_Wl_Window to Outbuf
Chris Michael [Mon, 4 Aug 2014 20:01:45 +0000 (16:01 -0400)]
evas-wayland-egl: Rename Evas_GL_Wl_Window to Outbuf

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoevas-wayland-egl: Fix includes for using GL Generic
Chris Michael [Mon, 4 Aug 2014 19:42:17 +0000 (15:42 -0400)]
evas-wayland-egl: Fix includes for using GL Generic

Recent changes to evas engines require using evas_gl_generic now, so
let's sort out the headers and include the gl_generic one we need

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agoecore_evas_buffer: fix dereference null return value
Gwanglim Lee [Wed, 6 Aug 2014 11:27:09 +0000 (07:27 -0400)]
ecore_evas_buffer: fix dereference null return value

Summary: This fixes coverity CID 1210810

@fix

Test Plan: N/A

Reviewers: raster, cedric, stefan_schmidt, devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1273

9 years agoedje: fix coverity defects
Gwanglim Lee [Wed, 6 Aug 2014 09:55:32 +0000 (10:55 +0100)]
edje: fix coverity defects

Summary:
CID 1214113: logically dead code
CID 1230295: dereference null return value
CID 1230296: use after free
@fix

Test Plan: N/A

Reviewers: raster, cedric, jpeg, q66

Reviewed By: q66

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1275

9 years agotextblock: Update visual_pos before calling _size_native_calc_line_finalize.
Youngbok Shin [Wed, 6 Aug 2014 09:40:02 +0000 (10:40 +0100)]
textblock: Update visual_pos before calling _size_native_calc_line_finalize.

Summary:
In items loop of _size_native_calc_line_finalize,
last_it should be replaced with new item according to position.
But, visual_pos is not prepared and it is always zero in the function.
So, we need to update visual_pos.
And when textblock only has LTR text,
we can replace last_it according to item list sequence.
@fix

Test Plan:
It includes test cases using the following test case.
 1. "i<b>。</b>"
 2. "。<b>i</b>"

Reviewers: seoz, woohyun, sohyun, tasn

Subscribers: raster, herdsman, cedric

Differential Revision: https://phab.enlightenment.org/D859

9 years agoevas: fix evas events order and count.
Cedric BAIL [Wed, 6 Aug 2014 08:34:31 +0000 (10:34 +0200)]
evas: fix evas events order and count.

Before this patch, if you were hooking to any event above
EVAS_OBJECT_EVENT_IMAGE_PRELOADED you will end up receiving another
event instead and be fooled into receiving the right one.

In the mean time I did discover that our table is missing one item, the
equivalent to EVAS_CALLBACK_DEVICE_CHANGED. I don't know how to properly
fix that one for now, so put NULL instead to at least avoid a random
memory access.

9 years agobuild_eolian_cxx_test: Set dependencies correctly and remove BUILT_SOURCES
Stefan Schmidt [Tue, 5 Aug 2014 15:39:49 +0000 (17:39 +0200)]
build_eolian_cxx_test: Set dependencies correctly and remove BUILT_SOURCES

This took quite a while to figure out. The two object names for the cxx callback
test and callback.c have been to close. callback.c needs the eolian headers and
the CXX test needs the eolian_cxx headers.

Split it up and set the deps correctly. If you always run check with something
like -j 9 you might have never noticed as it was very likely that the headers
have been generated due to the wrong dep before.

9 years agobuild/drm: Fix broken build from scratch and add missing library dependency for evas_...
Gwanglim Lee [Tue, 5 Aug 2014 13:20:11 +0000 (15:20 +0200)]
build/drm: Fix broken build from scratch and add missing library dependency for evas_drm engine

Summary:
This patch fixes following two problems:

1. libevas.so library has a dependency with ecore_drm if '--enable-drm' configure
option is given. This problem is due to 'EFL_INTERNAL_DEPEND_PKG([EVAS], [ecore-drm])'
in m4/evas_check_engine.m4 file. A dependency with ecore_drm should be moved to evas
drm engine not libevas.so. And also this macro makes an error while installation of evas.
 $ make uninstall; ./configure --enable-drm; make && make install

2. missing ecore_drm dependency for evas drm engine.
USE_ECORE_DRM_LIBS macro should be used for building evas drm engine with ecore_drm
library. ECORE_DRM_LIBS macro doesn't have 'libecore_drm.la'. It is used for building
ecore_drm library.
@fix

Fixes T1473

Test Plan:
1. Remove EFL libraries in installation path: $ make uninstall
2. Configure with --enable-drm: $ ./autogen.sh --enable-drm
3. $ make && make install
4. Check module.so of evas drm engine whether it has a library dependency with ecore_drm
  $ readelf -a $EFL_GIT/src/modules/evas/engines/drm/.libs/module.so | grep NEEDED
  $ readelf -a $INSTALL_PATH/lib/evas/modules/engines/drm/v-1.11/module.so | grep NEEDED

Reviewers: stefan_schmidt, devilhorns, raster

Subscribers: cedric, torori

Differential Revision: https://phab.enlightenment.org/D1271

9 years agoevas/textblock: fix to keep original format when a markup tag is matched to a style...
Youngbok Shin [Tue, 5 Aug 2014 09:26:05 +0000 (10:26 +0100)]
evas/textblock: fix to keep original format when a markup tag is matched to a style tag.

Summary:
We can define a style tag as opener, closer and own closer.
If there is a markup tag that is matched to style tag,
it is reprocessed to format node inside of textblock.
But, when the format node will be converted to markup text,
'/' character can be appended to text at closer and own closer style tag.
Even if original markup tag does not has '/' character,
it will be appended according to format node information.

It makes some issue when compare input text with output text.
@fix

Test Plan: This commit includes test case.

Reviewers: woohyun, raster, sohyun, tasn

Subscribers: herdsman, cedric

Differential Revision: https://phab.enlightenment.org/D1037

9 years agoevas/map: correct the interpolation in the span calculation.
ChunEon Park [Tue, 5 Aug 2014 07:35:41 +0000 (16:35 +0900)]
evas/map: correct the interpolation in the span calculation.

As far as i tested, this quality will be better in map transformation,
especially in case of the object rotation on z-axis.

9 years agoecore-x - use last modifier mask found, not first to match xserver logic
Carsten Haitzler (Rasterman) [Tue, 5 Aug 2014 02:23:28 +0000 (11:23 +0900)]
ecore-x - use last modifier mask found, not first to match xserver logic

this makes altgr not conflict as per
https://phab.enlightenment.org/T1273 by using the last, not first
occurance of the key in the mask modifier bits

9 years agorelease: Update NEWS and bump version for 1.11.0-beta1 release v1.11.0+beta1 v1.11.0-beta1
Stefan Schmidt [Mon, 4 Aug 2014 17:24:35 +0000 (19:24 +0200)]
release: Update NEWS and bump version for 1.11.0-beta1 release

9 years agoevas tests: remove TODO comment already done
Wonguk [Mon, 4 Aug 2014 15:15:54 +0000 (17:15 +0200)]
evas tests: remove TODO comment already done

9 years agobuild: Remove files from EXTRA_DIST that got removed.
Stefan Schmidt [Mon, 4 Aug 2014 13:28:05 +0000 (15:28 +0200)]
build: Remove files from EXTRA_DIST that got removed.

3bf0425af06a5f4baac2f940e020a8c95fc498e4 removed these files from the
repo but not from EXTRA_DIST.

9 years agoRevert "Eolian CXX: Get rid of built sources for the callbacks test sources."
Stefan Schmidt [Mon, 4 Aug 2014 13:16:44 +0000 (15:16 +0200)]
Revert "Eolian CXX: Get rid of built sources for the callbacks test sources."

This reverts commit 638e72fda4bd312247c133038b26d8105315176f.

After this change the files did not end up in the tarball and failing make distcheck

../../src/tests/eolian_cxx/callback.c:11:25: fatal error: callback.eo.h: No such file or directory

9 years agoEdje vim: Migrate vim files to the editors repo.
Tom Hacohen [Mon, 4 Aug 2014 12:53:54 +0000 (13:53 +0100)]
Edje vim: Migrate vim files to the editors repo.

9 years agoecore-drm: implement function to disable ecore drm inputs on vt
MinJeong Kim [Mon, 4 Aug 2014 12:47:10 +0000 (08:47 -0400)]
ecore-drm: implement function to disable ecore drm inputs on vt
switching

Summary:
When vt is released by SIGUSR1, drm_inputs have to be disabled.
For that this revision includes,
    1. Unrefer udev monitor
    2. Remove fd handler for udev monitor
    3. Release dbus device

Reviewers: stefan_schmidt, devilhorns, gwanglim

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1268

9 years agoEolian CXX: Get rid of built sources for the callbacks test sources.
Tom Hacohen [Mon, 4 Aug 2014 12:29:20 +0000 (13:29 +0100)]
Eolian CXX: Get rid of built sources for the callbacks test sources.

This is not needed now that dependencies are well in place.

9 years agoEvas textblock: Correct word start/end moving at new line or line begins with spaces
Thiep Ha [Mon, 4 Aug 2014 10:01:51 +0000 (11:01 +0100)]
Evas textblock: Correct word start/end moving at new line or line begins with spaces

Summary:
Word start/end works incorrectly when it goes to new line or line begins with spaces.
Ex: In elementary_test/Entry, place cursor at the end of line, press ctrl + right arrow keys: cursor moves to begin of next line. In this case, cursor should move to end of 1st word in next line.
Ex2: In elementary_test/Entry, add some spaces to begin of 2nd line ("   uses markup"), place cursor at the first word ("uses"), press ctrl + left arrow keys twice, cursor moves to begin of 2nd line. In this case, cursor should move to begin of last word in 1st line.

This patch provides a fix by considerring next/previous text node to move cursor to correct place.

@fix

Reviewers: woohyun, raster, tasn

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1140

9 years agoeolian: fread fix
Daniel Kolesa [Mon, 4 Aug 2014 09:56:15 +0000 (10:56 +0100)]
eolian: fread fix

Instead of 1 element of size N, we should read N elements of size 1 in
order to sensibly compare the result with the result of calling ftell.

9 years agoecore_x: don't go below 0.
Cedric BAIL [Mon, 4 Aug 2014 09:55:05 +0000 (11:55 +0200)]
ecore_x: don't go below 0.

It seems that when things go wrong it does happen that we start with i == 0. It
will then have been walking into info[-1] 'happily'. Changing the test, to first
decrement and then compare should stop that issue.

This should @fix T1467.

9 years agoethumbd_slave: fix coverity defect
Daniel Kolesa [Mon, 4 Aug 2014 09:44:35 +0000 (10:44 +0100)]
ethumbd_slave: fix coverity defect

Fixes CID 1193232 (string not null terminated)

9 years agodoxygen: sanitize Eo Tutorial
Jean Guyomarc'h [Mon, 4 Aug 2014 09:34:51 +0000 (11:34 +0200)]
doxygen: sanitize Eo Tutorial

Summary: The Eo tutorial had a tough readability. It is better now: stars are not messing around with the code, plus code does not collide anymore with a bullet in a bullet list.

Reviewers: cedric, JackDanielZ, tasn

Reviewed By: tasn

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1230

9 years agoedje_cc_handlers: fix coverity defects
Daniel Kolesa [Mon, 4 Aug 2014 09:26:06 +0000 (10:26 +0100)]
edje_cc_handlers: fix coverity defects

Fixes CID 1193224, 1193225, 1193226, 1193227, 1193230 (resource leak)

9 years agoeolian/generator: coverity fix
Daniel Kolesa [Mon, 4 Aug 2014 08:58:32 +0000 (09:58 +0100)]
eolian/generator: coverity fix

Fixes CID 1229130 (ignoring number of bytes read)

9 years agoEina: Change from "" to <> for header inclusion
bluezery [Sat, 2 Aug 2014 19:09:57 +0000 (21:09 +0200)]
Eina: Change from "" to <> for header inclusion

Summary:
All eina_xxx.h are expored headers.
Using system path to search eina headers seems to be better.

Reviewers: raster, stefan_schmidt, stefan, cedric

Subscribers: stefan_schmidt, cedric

Differential Revision: https://phab.enlightenment.org/D1079

9 years agofix warning about unused var
Carsten Haitzler (Rasterman) [Sat, 2 Aug 2014 13:54:23 +0000 (22:54 +0900)]
fix warning about unused var

9 years agoecore-evas - fix continual wakeups with unchanged canvases
Carsten Haitzler (Rasterman) [Sat, 2 Aug 2014 04:16:27 +0000 (13:16 +0900)]
ecore-evas - fix continual wakeups with unchanged canvases

this fixes a nasty bug where ecore-evas forces mainloop spins all the
time due to trying to align rendraws to animator boundaries. this
requires an extra evas feature to work that i just put in.

@fix

9 years agoadd evas changed get in order to help fix ecore-evas bug
Carsten Haitzler (Rasterman) [Sat, 2 Aug 2014 04:15:59 +0000 (13:15 +0900)]
add evas changed get in order to help fix ecore-evas bug

this does add an api, but it is to fix another bug in ecore-evas

9 years agoecore-x vsync tool. fix multi-client handling so ticking continues
Carsten Haitzler (Rasterman) [Sat, 2 Aug 2014 04:15:14 +0000 (13:15 +0900)]
ecore-x vsync tool. fix multi-client handling so ticking continues

a mistaking in using the wrong tick var caused ticking to stop when a
client that is ticking exits while another ticks. this fixes it.

9 years agoclean vsync code - use do+while not goto.
Carsten Haitzler (Rasterman) [Sat, 2 Aug 2014 03:54:34 +0000 (12:54 +0900)]
clean vsync code - use do+while not goto.

9 years agoecore-x-vsync - rearragnge to move vsync event input to thread
Carsten Haitzler (Rasterman) [Sat, 2 Aug 2014 03:03:35 +0000 (12:03 +0900)]
ecore-x-vsync - rearragnge to move vsync event input to thread

this uses a thread to collect vsync input events and filter them
before forwarding them to the mainloop (as a double timestamp). this
means wakeups only happen for the actual vsync and thus animator and
not for other screens we are filtering out anyway. this should fix the
continual animator wakeups that happen if you have a dri/drm based
driver and > 1 screen.

9 years agobuild: Bring coverage back to a working state
Stefan Schmidt [Fri, 1 Aug 2014 21:59:48 +0000 (23:59 +0200)]
build: Bring coverage back to a working state

With commit 6030b9de79a3403d42a01432b67e0fa7a3948149 the internal name EFL
name was changed to EFLALL but the needed CFLAGS and LDFLAGS for coverage
have not been adjusted. Thus it was simply no longer producing the gcda
files needed by lcov.

All back now and it shows an amazing jump in our coverage to:
Overall coverage rate:
  lines......: 31.6% (45827 of 144975 lines)
  functions..: 41.1% (5620 of 13684 functions)

9 years agobuild/drm: Fix missing ecore-drm for evas_drm engine
MinJeong Kim [Fri, 1 Aug 2014 12:25:52 +0000 (14:25 +0200)]
build/drm: Fix missing ecore-drm for evas_drm engine

Summary:
With removing of pkgconfig checking on EVAS_CHECK_ENGINE for drm,
evas_drm engine need to setup libs including internal ecore-drm.
But, the evas_drm engine have missed ecore-drm libs because it have been
done after finishing setup library of evas.

This revision moves setup dependendency for ecore-drm into proper place.

Test Plan:
1. Build EFL with --enable-drm
2. ELM_ENGINE=drm E_WL_FORCE=wayland_shm enlightement_start

Reviewers: gwanglim, devilhorns, stefan_schmidt

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1249

9 years agofix wakeups to not happen for now until i fix vsync
Carsten Haitzler (Rasterman) [Fri, 1 Aug 2014 09:59:18 +0000 (18:59 +0900)]
fix wakeups to not happen for now until i fix vsync

9 years agorelease: Update NEWS and bump version for 1.11.0-alpha1 release v1.11.0+alpha1 v1.11.0-alpha1
Stefan Schmidt [Fri, 1 Aug 2014 08:21:15 +0000 (10:21 +0200)]
release: Update NEWS and bump version for 1.11.0-alpha1 release

9 years agoecore-x vsync nvidia glx tool - handle clients disabling first then enabling
Carsten Haitzler (Rasterman) [Fri, 1 Aug 2014 00:33:16 +0000 (09:33 +0900)]
ecore-x vsync nvidia glx tool - handle clients disabling first then enabling

9 years agoecore animator - this fixes suspended animators still waking up
Carsten Haitzler (Rasterman) [Fri, 1 Aug 2014 00:31:18 +0000 (09:31 +0900)]
ecore animator - this fixes suspended animators still waking up

@fix

this fixes a long standing issue where a suspended animator still is
waking up as originally suspended animators were expected to hang out
for a small time. as e's comp uses a suspended animator, this is a
problem as it causes continual wakupes every single frame (60hz or so)
with this suspended animator. this fixes that and accounts for
suspended animators with tick begin/end

9 years agoecore_x - vsync nvidia/glx service fix so it connects 1st not 2nd time
Carsten Haitzler (Rasterman) [Thu, 31 Jul 2014 23:47:06 +0000 (08:47 +0900)]
ecore_x - vsync nvidia/glx service fix so it connects 1st not 2nd time

9 years agoecore_x_vsync - protect against silly clients asking for vsync lots
Carsten Haitzler (Rasterman) [Thu, 31 Jul 2014 14:16:40 +0000 (23:16 +0900)]
ecore_x_vsync - protect against silly clients asking for vsync lots

this allows a client to ask multiple times and have to release the
same number of times for vsync events to stop. covers possible misuse

9 years agoautotools: fix distcheck by removing Makevars in proper stage
Daniel Kolesa [Thu, 31 Jul 2014 13:26:52 +0000 (14:26 +0100)]
autotools: fix distcheck by removing Makevars in proper stage

9 years agoautotools: po/Makevars is generated by configure, not Makefile.
Cedric BAIL [Thu, 31 Jul 2014 01:38:42 +0000 (03:38 +0200)]
autotools: po/Makevars is generated by configure, not Makefile.

If you did do a make clean, then you couldn't do a make afterward. Reason
was that po/Makevars is generated by configure and not Makefile. So it can
only be cleaned with make distclean and not make clean.

9 years agotests/eolian_cxx: Package callback.eo file into tarball in all cases.
Stefan Schmidt [Thu, 31 Jul 2014 09:21:20 +0000 (11:21 +0200)]
tests/eolian_cxx: Package callback.eo file into tarball in all cases.

When running make distcheck with release mode enabled the callback.eo
file did not find its way into the tarball and failed the build.

9 years agoecore_evas_extn: fix wrong plug image display after connect
Thiep Ha [Thu, 31 Jul 2014 03:28:42 +0000 (05:28 +0200)]
ecore_evas_extn: fix wrong plug image display after connect

Summary:
Plug image is displayed incorrect after connect to socket.

Test case: Run ecore_evas_extn_socket_example -> run ecore_evas_extn_plug_example -> click Change bg to change bg color.
Run 2nd ecore_evas_extn_plug_example. The plug area image of 2nd plug is incorrect display (different with 1st plug image).
Reason: When a plug connects to socket, socket sends incorrect buffer information.
Fix: Change buffer information.

@fix

Reviewers: Hermet, huchi

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1232

9 years agoautotools: Fix eolian_cxx tests.
Savio Sena [Thu, 31 Jul 2014 02:04:48 +0000 (23:04 -0300)]
autotools: Fix eolian_cxx tests.

Added callback.eo.c and callback.eo.h as dependencies to
eolian_cxx_test_callback.c and also added all generated files to CLEANFILES.

9 years agofix build dep problem with ecore-x
Carsten Haitzler (Rasterman) [Thu, 31 Jul 2014 01:47:05 +0000 (10:47 +0900)]
fix build dep problem with ecore-x

9 years agoRevert "tests/eolian_cxx: Add another generated file to BUILT_SOURCES"
Carsten Haitzler (Rasterman) [Wed, 30 Jul 2014 12:33:25 +0000 (21:33 +0900)]
Revert "tests/eolian_cxx: Add another generated file to BUILT_SOURCES"

This reverts commit 577a6bfbba0a1cf19f394c66addf27b0332500d6.

This brings efl back to building - it entirely stopped building for me
with this change so even if this tried to fix something... it made
just regular building of efl at all cease to work here which i'd say
is bad (if this just fixes a dist problem - at least dist is broken,
but regular build is not - we are in better shape).

9 years agoevas - gl-x11 - extensions - be more specific about video_sync extn
Carsten Haitzler (Rasterman) [Wed, 30 Jul 2014 07:16:45 +0000 (16:16 +0900)]
evas - gl-x11 - extensions - be more specific about video_sync extn

this should avoid false-positive detection for this extension - other
extensions share string content

9 years agoeolian: fix: remove unused function
Daniel Kolesa [Wed, 30 Jul 2014 12:33:52 +0000 (13:33 +0100)]
eolian: fix: remove unused function

9 years agotests/eolian_cxx: Add another generated file to BUILT_SOURCES
Stefan Schmidt [Wed, 30 Jul 2014 08:53:15 +0000 (10:53 +0200)]
tests/eolian_cxx: Add another generated file to BUILT_SOURCES

If not put into BUILT_SOURCES it will not be added to CLEANFILES
and thus staying around as uncleaned file which make distcheck
complain about it.

9 years agobuild: Clean Makevar now that we generate one on our own
Stefan Schmidt [Wed, 30 Jul 2014 07:19:53 +0000 (09:19 +0200)]
build: Clean Makevar now that we generate one on our own

Since we generate our own Makevar for the po subdir we also need to clean
it up. If not distcheck complains about uncleaned files.

9 years agoecore_evas_extn: do not double close fd in case of memory starvation.
Cedric BAIL [Wed, 30 Jul 2014 01:47:31 +0000 (03:47 +0200)]
ecore_evas_extn: do not double close fd in case of memory starvation.

In case eina_stringshare_add was failing it could lead to a double close
on lockfd. This was reported by coverity: CID1039885

@fix

9 years agoautotools: shutup stupid warning.
Cedric BAIL [Wed, 30 Jul 2014 01:41:46 +0000 (03:41 +0200)]
autotools: shutup stupid warning.

9 years agoEldbus C++: Don't generate C++ bindings when C++ is disabled.
Tom Hacohen [Wed, 30 Jul 2014 01:21:18 +0000 (02:21 +0100)]
Eldbus C++: Don't generate C++ bindings when C++ is disabled.

9 years agofix vsync display env var handling to be right
Carsten Haitzler (Rasterman) [Tue, 29 Jul 2014 23:38:21 +0000 (08:38 +0900)]
fix vsync display env var handling to be right

9 years agoevas-wayland-shm: Free allocated rectangle after sending damages
Chris Michael [Tue, 29 Jul 2014 21:02:04 +0000 (17:02 -0400)]
evas-wayland-shm: Free allocated rectangle after sending damages

We allocate a new eina_rectangle here, but we never free it after
sending damages to the surface.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
9 years agobuild: Make sure xgettext_wrapper.sh gets packaged into the tarball
Stefan Schmidt [Tue, 29 Jul 2014 19:09:16 +0000 (21:09 +0200)]
build: Make sure xgettext_wrapper.sh gets packaged into the tarball

We need this in the tarball when not running from git. Also fixes
make distcheck.

9 years agoevas/engine_gl_generic: Make sure we epend on the needed header for compiling.
Stefan Schmidt [Tue, 29 Jul 2014 15:05:30 +0000 (17:05 +0200)]
evas/engine_gl_generic: Make sure we epend on the needed header for compiling.

Fixup for a3a15b1986392bcc48affbab5c502013a83bfddd which removed the header
from installation. We need to have it in SOURCES now during distcheck.

9 years agoRevert "configure.ac: generate Makevars in the correct directory even with out-of...
Stefan Schmidt [Tue, 29 Jul 2014 14:30:37 +0000 (16:30 +0200)]
Revert "configure.ac: generate Makevars in the correct directory even with out-of-tree build"

This reverts commit dd37d2bc07f839cd3c74b02e713ffc6534af71b2.

This breaks make distcheck. Looking at this commit I really wonder if it does
anything good. It seems to work for po_makefile_in. It also breaks for
distcheck which is using out of tree builds in the _build folder.

If someone can explain me why something like this is needed for makevars I
want to hear it. getting a fix in that does not break distcheck would be fine
I guess.

9 years agoecore-x-vsync - oops - fixed, but debug paths left in - remove..
Carsten Haitzler (Rasterman) [Tue, 29 Jul 2014 14:22:06 +0000 (23:22 +0900)]
ecore-x-vsync - oops - fixed, but debug paths left in - remove..

9 years agoecore-x-vsync - found issue when vt switchign with nvidia - workaround
Carsten Haitzler (Rasterman) [Tue, 29 Jul 2014 14:19:52 +0000 (23:19 +0900)]
ecore-x-vsync - found issue when vt switchign with nvidia - workaround

9 years agofix parallel build for ecore_x_vsync tool
Carsten Haitzler (Rasterman) [Tue, 29 Jul 2014 12:34:39 +0000 (21:34 +0900)]
fix parallel build for ecore_x_vsync tool

9 years agoecore_x - vsync fix drm support to work again
Carsten Haitzler (Rasterman) [Tue, 29 Jul 2014 11:00:53 +0000 (20:00 +0900)]
ecore_x - vsync  fix drm support to work again

due to mesa changes to hide dri2 symbols, i have had to work on a fix
that makes this work again by going right to drm. now it works and
animators shoudl be vsynced on drm drivers if possible (only 1 card -
use card 0). already existing nvidia solution that uses a lot more
memory is there. others - no support. timers only

9 years agoEvas GL Generic: Don't install an internal header. upstream/1.10.0+1149+ga3a15b1
Tom Hacohen [Tue, 29 Jul 2014 09:06:21 +0000 (10:06 +0100)]
Evas GL Generic: Don't install an internal header.

I'm not 100% sure this header is internal, but it depends on internal
headers, so it should either be internal or massively re-worked.
Anyhow, it has no business being installed until the includes are
fixed.

9 years agoeolian: remove irrelevant comments
Daniel Kolesa [Tue, 29 Jul 2014 09:05:06 +0000 (10:05 +0100)]
eolian: remove irrelevant comments

This functionality was already done previously.

9 years ago[Evas\evas-3d\example] Add example of 3d-shooter
perepelits.m [Tue, 29 Jul 2014 07:37:25 +0000 (16:37 +0900)]
[Evas\evas-3d\example] Add example of 3d-shooter

Reviewers: cedric, raster, Hermet

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D1215

9 years agoecore: fix example build fail (ecore_compose_get_example)
Wonguk Jeong [Tue, 29 Jul 2014 00:11:17 +0000 (02:11 +0200)]
ecore: fix example build fail (ecore_compose_get_example)

9 years agoecore x vsync animator support - add a glx based vsync ticker
Carsten Haitzler (Rasterman) [Sun, 27 Jul 2014 05:22:27 +0000 (14:22 +0900)]
ecore x vsync animator support - add a glx based vsync ticker

this adds a slave process that is useful on nvidia drivers as there
isn't another way to get vsync evenys (that i know about). i need to
make another slave process to that includes a dri2 protocol
implementation since mesa has now hidden its dri2 symbols.

9 years agoadd simple ecore_con_url test suite
Mike Blumenkrantz [Mon, 28 Jul 2014 13:47:48 +0000 (09:47 -0400)]
add simple ecore_con_url test suite

9 years agocall ecore_init() for ecore_con_url_init()
Mike Blumenkrantz [Mon, 28 Jul 2014 13:45:52 +0000 (09:45 -0400)]
call ecore_init() for ecore_con_url_init()

ecore functions are used by this api, so ecore must be initialized

9 years agoremove unnecessary header include from ecore-con test
Mike Blumenkrantz [Mon, 28 Jul 2014 13:14:54 +0000 (09:14 -0400)]
remove unnecessary header include from ecore-con test

9 years agoeolian: fix: remove leftover keywords
Daniel Kolesa [Mon, 28 Jul 2014 10:57:37 +0000 (11:57 +0100)]
eolian: fix: remove leftover keywords

9 years agoeolian: preliminary eo file support for builtin true/false/null
Daniel Kolesa [Mon, 28 Jul 2014 09:16:15 +0000 (10:16 +0100)]
eolian: preliminary eo file support for builtin true/false/null

Real API will use the new expression system, but that won't get into 1.11.

9 years agoecore_imf: documentation about ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY enums
Jihoon Kim [Mon, 28 Jul 2014 07:01:07 +0000 (16:01 +0900)]
ecore_imf: documentation about ECORE_IMF_INPUT_PANEL_LAYOUT_NUMBERONLY enums