platform/upstream/efl.git
11 years agoefl: allow enabling wayland_egl
Gustavo Sverzut Barbieri [Mon, 10 Dec 2012 22:38:09 +0000 (22:38 +0000)]
efl: allow enabling wayland_egl

Seems the code is broken but people need this option to enable it and fix.

SVN revision: 80625

11 years agoephysics: handle evas object visibitily on default update
Bruno Dilly [Mon, 10 Dec 2012 21:58:06 +0000 (21:58 +0000)]
ephysics: handle evas object visibitily on default update

SVN revision: 80624

11 years agoefl/ecore_getopt: add ECORE_GETOPT_ACTION_BREAK.
Gustavo Sverzut Barbieri [Mon, 10 Dec 2012 18:43:36 +0000 (18:43 +0000)]
efl/ecore_getopt: add ECORE_GETOPT_ACTION_BREAK.

Thanks to PrinceAMD (Deon Thomas) for bugging me to implement this,
then test and add a fix, now we can implement something similar to
"xterm -e" in terminology.

ECORE_GETOPT_ACTION_BREAK will allow generic options to behave the
same as GNU's --, breaking out of argument parsing logic.

SVN revision: 80619

11 years agoedje: short description for physics block
Bruno Dilly [Mon, 10 Dec 2012 17:46:55 +0000 (17:46 +0000)]
edje: short description for physics block

SVN revision: 80617

11 years agoedje: enable / disable movements per axis
Bruno Dilly [Mon, 10 Dec 2012 17:46:44 +0000 (17:46 +0000)]
edje: enable / disable movements per axis

With the movement_freedom block it's possible to allow
rotation on axis x and y (not default), for example.

Backface cull support is added in this commit too.

SVN revision: 80616

11 years agoEPHysics: introduce a generic resize_cb for soft body faces
Leandro Dorileo [Mon, 10 Dec 2012 17:15:27 +0000 (17:15 +0000)]
EPHysics: introduce a generic resize_cb for soft body faces

Introduce a generic resize_cb for soft body faces and fix the
"not pre-resized evas object issue" for multi faces implementation as well.

--This line, and those below, will be ignored--

SVN revision: 80615

11 years agoEPhysics: fix issues with resizing cloth
Leandro Dorileo [Mon, 10 Dec 2012 17:15:18 +0000 (17:15 +0000)]
EPhysics: fix issues with resizing cloth

--This line, and those below, will be ignored--

SVN revision: 80614

11 years agoEPHysics: change the location of _ephysics_body_geometry_set
Leandro Dorileo [Mon, 10 Dec 2012 17:15:11 +0000 (17:15 +0000)]
EPHysics: change the location of _ephysics_body_geometry_set

--This line, and those below, will be ignored--

SVN revision: 80613

11 years agoEPhysics: fix issues identified by edje support
Leandro Dorileo [Mon, 10 Dec 2012 17:15:05 +0000 (17:15 +0000)]
EPhysics: fix issues identified by edje support

Add slices as member of obj smart parent - when it's the case -
so we can restack it when the received evas object is member of a
smart object.

Resize the evas object on ephysics_body_evas_object_set to w=1,
h=1 when its initial/original size is 0, this prevents errors on
evas_object_image_source_set().

Reset the soft body transform on resize - put it back to its
prior position - the one before scaling.

On body_move do not consider the moving of anchored rigid body
enough, move the soft body vertices as well.

--This line, and those below, will be ignored--

SVN revision: 80612

11 years agoedje: support body's rotation
Bruno Dilly [Mon, 10 Dec 2012 15:37:08 +0000 (15:37 +0000)]
edje: support body's rotation

It's going as an action / script instead of an attribute
because it wouldn't fit well as a description.
Rotation can be modified by many circustancies, keeping
as state wouldn't make sense.

SVN revision: 80610

11 years agoedje: add soft body stuff
Bruno Dilly [Mon, 10 Dec 2012 14:19:03 +0000 (14:19 +0000)]
edje: add soft body stuff

SVN revision: 80609

11 years agoedje: add flag to set parts to be lighted
Bruno Dilly [Mon, 10 Dec 2012 12:51:53 +0000 (12:51 +0000)]
edje: add flag to set parts to be lighted

Won't be visible until world's light is implemented

SVN revision: 80605

11 years agoedje: fix typo and avoid misleading ifdefs on edje_calc
Bruno Dilly [Mon, 10 Dec 2012 12:24:15 +0000 (12:24 +0000)]
edje: fix typo and avoid misleading ifdefs on edje_calc

SVN revision: 80604

11 years agoedje: update edc.vim with physics words
Bruno Dilly [Mon, 10 Dec 2012 11:48:30 +0000 (11:48 +0000)]
edje: update edc.vim with physics words

SVN revision: 80602

11 years agoedje: make it possible to set body's material
Bruno Dilly [Mon, 10 Dec 2012 11:47:22 +0000 (11:47 +0000)]
edje: make it possible to set body's material

And density as well.

SVN revision: 80600

11 years agoedje: unb0rk physics support after more eo stuff gets in
Bruno Dilly [Mon, 10 Dec 2012 11:31:27 +0000 (11:31 +0000)]
edje: unb0rk physics support after more eo stuff gets in

It was taking too long to cedric b0rk it  =)

SVN revision: 80597

11 years agoxi2.2 is off by default UNLESS you --enable it... separated from xi2
Carsten Haitzler [Mon, 10 Dec 2012 07:58:41 +0000 (07:58 +0000)]
xi2.2 is off by default UNLESS you --enable it... separated from xi2
which si very common and older - alwayson by default. 2.2 is an
extension of 2.0 which adds new library functions, defines etc.

SVN revision: 80575

11 years agoFrom: Bluezery <ohpowel@gmail.com>
Bluezery [Mon, 10 Dec 2012 06:37:00 +0000 (06:37 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][edje] Prevent duplicated inherition of
"after"

When inherting group, "after" of "program" section is also inherited.
But duplicated name of "after" can be also inherited.
I think that multiple "after" can be used but duplicated should be
not.  because this seems to be useless.
Is there case that duplicated after usage is used?
Duplicated "target" is prevented.  I just copy those codes.

SVN revision: 80565

11 years agowhitespace--
Carsten Haitzler [Mon, 10 Dec 2012 06:27:38 +0000 (06:27 +0000)]
whitespace--

SVN revision: 80564

11 years agoedje edje_pick.c: Removed unused variable.
Daniel Juyung Seo [Mon, 10 Dec 2012 05:53:30 +0000 (05:53 +0000)]
edje edje_pick.c: Removed unused variable.

SVN revision: 80563

11 years agopoolers typo--
Carsten Haitzler [Mon, 10 Dec 2012 03:28:05 +0000 (03:28 +0000)]
poolers typo--

SVN revision: 80560

11 years agoFrom: Igor Murzov <e-mail@date.by>
Igor Murzov [Mon, 10 Dec 2012 03:19:38 +0000 (03:19 +0000)]
From: Igor Murzov <e-mail@date.by>
Subject: [E-devel] [PATCH][Ecore] Fixes for invalid memory read issues
discovered by cppcheck

One more patch to fix issues discovered by cppcheck.

SVN revision: 80559

11 years agoscim-immodule: remove unnecessary code
Jihoon Kim [Mon, 10 Dec 2012 02:48:01 +0000 (02:48 +0000)]
scim-immodule: remove unnecessary code

SVN revision: 80557

11 years agoMove the modules to the proper lib package.
Rui Seabra [Sun, 9 Dec 2012 14:25:04 +0000 (14:25 +0000)]
Move the modules to the proper lib package.

SVN revision: 80550

11 years agoscim-immodule: fix wrong parameter name
Jihoon Kim [Sun, 9 Dec 2012 12:36:35 +0000 (12:36 +0000)]
scim-immodule: fix wrong parameter name

SVN revision: 80549

11 years agoscim-immodule: use ecore_x_display_get instead of XOpenDisplay
Jihoon Kim [Sun, 9 Dec 2012 12:34:10 +0000 (12:34 +0000)]
scim-immodule: use ecore_x_display_get instead of XOpenDisplay

SVN revision: 80548

11 years agoRemove explicit ecore dependencies from the rpm specs of edje, e, eeze, empower and...
Rui Seabra [Sun, 9 Dec 2012 10:56:20 +0000 (10:56 +0000)]
Remove explicit ecore dependencies from the rpm specs of edje, e, eeze, empower and ephoto, as well as the extra modules template.

SVN revision: 80547

11 years agoRemoved explicit eio dependency from edje's and ephoto's rpm specs as it's in EFL...
Rui Seabra [Sun, 9 Dec 2012 10:46:34 +0000 (10:46 +0000)]
Removed explicit eio dependency from edje's and ephoto's rpm specs as it's in EFL now.

SVN revision: 80546

11 years agoAdded ecore files to the rpm spec.
Rui Seabra [Sun, 9 Dec 2012 10:44:16 +0000 (10:44 +0000)]
Added ecore files to the rpm spec.

SVN revision: 80545

11 years agoMissing output declaration for ecore_x_version.h
Rui Seabra [Sun, 9 Dec 2012 10:42:39 +0000 (10:42 +0000)]
Missing output declaration for ecore_x_version.h

SVN revision: 80544

11 years agoecore_x: right name for variable
Sebastian Dransfeld [Sat, 8 Dec 2012 20:45:09 +0000 (20:45 +0000)]
ecore_x: right name for variable

SVN revision: 80534

11 years agoupdating various translations
Massimo Maiurana [Sat, 8 Dec 2012 18:35:53 +0000 (18:35 +0000)]
updating various translations

SVN revision: 80532

11 years agoefl/m4 evas_dither.m4: Oops I didn't mean it and I've never added them. Explicit...
Daniel Juyung Seo [Sat, 8 Dec 2012 18:21:34 +0000 (18:21 +0000)]
efl/m4 evas_dither.m4: Oops I didn't mean it and I've never added them. Explicit bug on git or svn.

SVN revision: 80531

11 years agoelm elc_naviframe.c: Use EINA_LIST_FREE instead of EINA_LIST_FOREACH + eina_list_free.
Daniel Juyung Seo [Sat, 8 Dec 2012 18:17:12 +0000 (18:17 +0000)]
elm elc_naviframe.c: Use EINA_LIST_FREE instead of EINA_LIST_FOREACH + eina_list_free.

SVN revision: 80529

11 years agoefl: simplify platform specific checks
Gustavo Sverzut Barbieri [Sat, 8 Dec 2012 16:12:08 +0000 (16:12 +0000)]
efl: simplify platform specific checks

SVN revision: 80527

11 years agoefl/ecore_x: split xinput2 from gestures.
Gustavo Sverzut Barbieri [Sat, 8 Dec 2012 15:35:44 +0000 (15:35 +0000)]
efl/ecore_x: split xinput2 from gestures.

seems xinput2 is just to get the events, thus much more common, while
gestures is getting them from server (not as common).

SVN revision: 80525

11 years agoefl/ecore_x: add version and backend to header file.
Gustavo Sverzut Barbieri [Sat, 8 Dec 2012 15:26:27 +0000 (15:26 +0000)]
efl/ecore_x: add version and backend to header file.

instead of -DHAVE_ECORE_X_XCB in the pc, which is a super-hack, add a
proper compile-time generated ecore_x_version.h that is included by
Ecore_X.h

This file contains HAVE_ECORE_X_XLIB or HAVE_ECORE_X_XCB defined and
will also define ECORE_X_VERSION_MAJOR and ECORE_X_VERSION_MINOR as
per other EFL (Ecore), also defining the runtime version in
Ecore_X_Version.

SVN revision: 80524

11 years agolets not add all sorts of null object access fun!
Carsten Haitzler [Sat, 8 Dec 2012 15:19:00 +0000 (15:19 +0000)]
lets not add all sorts of null object access fun!

SVN revision: 80523

11 years agoefl: do not compile cocoa stuff as it's broken.
Gustavo Sverzut Barbieri [Sat, 8 Dec 2012 14:43:19 +0000 (14:43 +0000)]
efl: do not compile cocoa stuff as it's broken.

I'm waiting feedback from the ML whenever someone will fix or we'll
remove that.

SVN revision: 80522

11 years agolets have fcntl.h in eh?
Carsten Haitzler [Sat, 8 Dec 2012 14:07:24 +0000 (14:07 +0000)]
lets have fcntl.h in eh?

SVN revision: 80521

11 years agoedje: use eo more.
Cedric BAIL [Sat, 8 Dec 2012 09:21:10 +0000 (09:21 +0000)]
edje: use eo more.

SVN revision: 80519

11 years agoscim_immodule: implement slot_beep
Jihoon Kim [Sat, 8 Dec 2012 07:07:57 +0000 (07:07 +0000)]
scim_immodule: implement slot_beep

SVN revision: 80513

11 years agolets not break everything that depends on efl shall we when messing
Carsten Haitzler [Sat, 8 Dec 2012 03:42:13 +0000 (03:42 +0000)]
lets not break everything that depends on efl shall we when messing
around with its build? :(

SVN revision: 80507

11 years agoefl: more minor simplifications and cleanups.
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 23:37:01 +0000 (23:37 +0000)]
efl: more minor simplifications and cleanups.

it's impressive, the more you clean, the more you find stuff that
could be simpler or just not exist.

SVN revision: 80506

11 years agoefl: almost final ecore/evas/ecore-evas options integration.
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 23:16:43 +0000 (23:16 +0000)]
efl: almost final ecore/evas/ecore-evas options integration.

Many changes in this commit, but overall it should work. If not let me
know.

 * ECORE_CHECK_X_EXTENSION() will now fail if Xlib extension is not found.

 * remove usage of ECORE_EVAS_CHECK_MODULE(), using the simplified
   ECORE_EVAS_MODULE()

 * EVAS_CHECK_ENGINE() will not declare an option anymore.

 * fixed --with-x11 and --with-opengl regarding defaults.

 * fixed typo in EVAS_STATIC_BUILD_SOFTWARE_X11 -> XLIB conditional

 * simplified Xi2 and Xgestures support under --enable-gesture. Let me
   know if these should be checked separately.

 * remove every other X extension option, they are all forced by
   now. If no major showstopper appears with this we may remove all
   the #ifdef in the code!

If there is something broken, let me know.

Next on the list for the weekend is to finish the option checks for
SDL, Wayland-EGL, Cocoa and similar.

SVN revision: 80505

11 years agoefl/evas: fix m4 typos that prevented xcb from getting proper libs/cflags
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 22:51:40 +0000 (22:51 +0000)]
efl/evas: fix m4 typos that prevented xcb from getting proper libs/cflags

SVN revision: 80504

11 years agoefl/evas: make egl stuff compile with xcb
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 22:50:47 +0000 (22:50 +0000)]
efl/evas: make egl stuff compile with xcb

SVN revision: 80503

11 years agoefl: generate keysym table for xcb
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 22:50:06 +0000 (22:50 +0000)]
efl: generate keysym table for xcb

SVN revision: 80502

11 years agoedje: implement more description physics attributes
Bruno Dilly [Fri, 7 Dec 2012 21:19:31 +0000 (21:19 +0000)]
edje: implement more description physics attributes

 * Damping
 * Sleeping Threshold

SVN revision: 80501

11 years agoefl: share more of x11/xlib/xcb in ecore, ecore-evas and evas.
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 20:23:45 +0000 (20:23 +0000)]
efl: share more of x11/xlib/xcb in ecore, ecore-evas and evas.

SVN revision: 80499

11 years agoefl: always be strict on dependency checking.
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 20:08:28 +0000 (20:08 +0000)]
efl: always be strict on dependency checking.

SVN revision: 80498

11 years agoefl: fix typos in help strings
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 19:35:33 +0000 (19:35 +0000)]
efl: fix typos in help strings

SVN revision: 80495

11 years agoefl: remove ecore_x_backend to use with_x11
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 19:31:02 +0000 (19:31 +0000)]
efl: remove ecore_x_backend to use with_x11

SVN revision: 80494

11 years agoefl: simplify wayland cases (still need doing egl)
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 19:26:13 +0000 (19:26 +0000)]
efl: simplify wayland cases (still need doing egl)

SVN revision: 80493

11 years agoefl: fix sdl check and simplify jpeg saver check for windows
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 19:16:03 +0000 (19:16 +0000)]
efl: fix sdl check and simplify jpeg saver check for windows

SVN revision: 80492

11 years agoefl: check for sdl if it's required.
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 19:11:22 +0000 (19:11 +0000)]
efl: check for sdl if it's required.

SVN revision: 80489

11 years agoefl: simplifications for fb and sdl
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 19:07:42 +0000 (19:07 +0000)]
efl: simplifications for fb and sdl

SVN revision: 80488

11 years agoedje: support to get_state_val of map and perspective
Bruno Dilly [Fri, 7 Dec 2012 18:44:24 +0000 (18:44 +0000)]
edje: support to get_state_val of map and perspective
 stuff

Don't know why, it was supporting only set_state_val these parameters.
Also, fix a LIGNT->LIGHT typo

SVN revision: 80485

11 years agoedje: make it possible to change body attributes via
Bruno Dilly [Fri, 7 Dec 2012 18:44:17 +0000 (18:44 +0000)]
edje: make it possible to change body attributes via
 script

Support physics attributes on set_state_val and get_state_val
So custom_states can be created

SVN revision: 80484

11 years agoefl: pixman should be off by default.
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 18:26:26 +0000 (18:26 +0000)]
efl: pixman should be off by default.

SVN revision: 80483

11 years agoefl: baby steps to get sharing of options between evas and ecore-evas.
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 18:24:49 +0000 (18:24 +0000)]
efl: baby steps to get sharing of options between evas and ecore-evas.

SVN revision: 80482

11 years agoecore-wayland: Fix monitoring ECORE_FD_WRITE defaultly on
Alex Wu [Fri, 7 Dec 2012 17:38:21 +0000 (17:38 +0000)]
ecore-wayland: Fix monitoring ECORE_FD_WRITE defaultly on
 wayland                display fd lead to 100% cpu usage

In ecore_wl_init(), adding wayland display fd with ECORE_FD_WRITE
flag make CPU usage 100%. The proper way to monitor the ECORE_FD_WRITE
is when the wl_display_flush() return value < 0 and errno == EAGAIN.
And if wl_display_flush() return, we remove ECORE_FD_WRITE flag from
the display fd.

Patch by: Alex Wu <zhiwen.wu@linux.intel.com>

SVN revision: 80476

11 years agoefl: begin (still partial!) to make an uniform choice of engines ecore/evas
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 17:18:17 +0000 (17:18 +0000)]
efl: begin (still partial!) to make an uniform choice of engines ecore/evas

still lots to do, but some improvements:

 - ecore_evas does not inherit pkg-config from modules since modules are SO

 - renamed internal ecore evas define from SOFTWARE_BUFFER to BUFFER,
   to make consistent.

SVN revision: 80473

11 years agoedje: warn if loading a edj with physics
Bruno Dilly [Fri, 7 Dec 2012 16:42:42 +0000 (16:42 +0000)]
edje: warn if loading a edj with physics

If a edj using physics is loaded for edje compiled with
physics disabled, it should warn the user.

SVN revision: 80472

11 years agoedje: constify Edje_Font on edje_pick
Bruno Dilly [Fri, 7 Dec 2012 16:42:32 +0000 (16:42 +0000)]
edje: constify Edje_Font on edje_pick

warning--

SVN revision: 80471

11 years agoefl: introduce --with-x11, --with-opengl and --enable-wayland
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 15:14:33 +0000 (15:14 +0000)]
efl: introduce --with-x11, --with-opengl and --enable-wayland

 * --with-x11 takes one of:
   * xlib: use standard Xlib (used if not windows or ps3)
   * xcb: use new xcb library
   * none: do not build x11 (used if windows or ps3)

 * --with-opengl takes one of:
   * full: complete OpenGL support (used if not windows or ps3, ???)
   * es: reduced version (OpenGL-ES)
   * none: do not build OpenGL (used if windows or ps3, ???)

 * --enable-wayland: disabled by default

These are not used as they should yet, will take more work in the
engines to make it happen.

SVN revision: 80467

11 years agoefl: remove --enable-simple-x11 for now.
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 14:42:20 +0000 (14:42 +0000)]
efl: remove --enable-simple-x11 for now.

may come back to it if openembedded or related complains.

SVN revision: 80466

11 years agoefl: software generic is always static.
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 14:23:32 +0000 (14:23 +0000)]
efl: software generic is always static.

remove the option and logic, but still leave the framework in there if
some day a rare case of engine that does not rely on software generic
shows.

SVN revision: 80464

11 years agoefl: valgrind is also in evas
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 14:17:09 +0000 (14:17 +0000)]
efl: valgrind is also in evas

SVN revision: 80463

11 years agoefl: simplify valgrind handling
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 14:10:55 +0000 (14:10 +0000)]
efl: simplify valgrind handling

SVN revision: 80460

11 years agoefl: simplify platform extra libs.
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 14:04:54 +0000 (14:04 +0000)]
efl: simplify platform extra libs.

SVN revision: 80459

11 years agoefl: simplified platform handling.
Gustavo Sverzut Barbieri [Fri, 7 Dec 2012 13:51:46 +0000 (13:51 +0000)]
efl: simplified platform handling.

platform_pc defines requirements for every platform, each can be
addressed individually by platform_pc_evil, platform_pc_escape or
platform_pc_exotic.

SVN revision: 80454

11 years agoefreet: trigger build event if no daemon
Sebastian Dransfeld [Fri, 7 Dec 2012 13:25:14 +0000 (13:25 +0000)]
efreet: trigger build event if no daemon

Since e waits for this event, trigger it if no daemon so e works without
it.

SVN revision: 80447

11 years agoefl: fix internal usage of pkg-config
Sebastian Dransfeld [Fri, 7 Dec 2012 13:14:35 +0000 (13:14 +0000)]
efl: fix internal usage of pkg-config

Still was some checks in ecore to find efl stuff with pkg-config. Use
directly values from evas checks.

SVN revision: 80446

11 years agoefl: don't leak fd on exec.
Cedric BAIL [Fri, 7 Dec 2012 11:01:41 +0000 (11:01 +0000)]
efl: don't leak fd on exec.

SVN revision: 80434

11 years agoFixed polygon rendering bug in GL backend when there are cutouts.
Sung Park [Fri, 7 Dec 2012 10:02:26 +0000 (10:02 +0000)]
Fixed polygon rendering bug in GL backend when there are cutouts.
It was clipping everything to (0,0,0,0) so it was all clipped out.

SVN revision: 80427

11 years agoefl: don't forget the makedist rule.
Cedric BAIL [Fri, 7 Dec 2012 09:04:48 +0000 (09:04 +0000)]
efl: don't forget the makedist rule.

SVN revision: 80420

11 years agoAdded EVAS_GL_LINE_NO_OFFSET_HACK evn var control to handle
Sung Park [Fri, 7 Dec 2012 08:28:42 +0000 (08:28 +0000)]
Added EVAS_GL_LINE_NO_OFFSET_HACK evn var control to handle
line coordinate fiddling in gl line drawing code.  This fiddling
caused issues on some GPU drivers on ARM target.

SVN revision: 80417

11 years agoefl: fix build with debug profile.
Cedric BAIL [Fri, 7 Dec 2012 02:32:11 +0000 (02:32 +0000)]
efl: fix build with debug profile.

SVN revision: 80406

11 years agoedje: unbork amalgamation.
Cedric BAIL [Fri, 7 Dec 2012 02:04:44 +0000 (02:04 +0000)]
edje: unbork amalgamation.

SVN revision: 80405

11 years agoharfbuzz is too rare to make it a --disable - so no.
Carsten Haitzler [Thu, 6 Dec 2012 23:36:40 +0000 (23:36 +0000)]
harfbuzz is too rare to make it a --disable - so no.

SVN revision: 80403

11 years agoefl: m4 is a macro-expansion language, use that.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 23:19:35 +0000 (23:19 +0000)]
efl: m4 is a macro-expansion language, use that.

instead of replicating common patterns all around, let's use the
common patterns as m4 macros.

EFL_DEPEND_PKG() will use pkg-config and add the dependency.

EFL_OPTIONAL_DEPEND_PKG() will use the former, but also defines
have_XYZ and does the if statement for you.

SVN revision: 80402

11 years agooops, missing file.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 22:22:38 +0000 (22:22 +0000)]
oops, missing file.

SVN revision: 80401

11 years agoedje: modify some embryo forces func names for
Bruno Dilly [Thu, 6 Dec 2012 22:11:10 +0000 (22:11 +0000)]
edje: modify some embryo forces func names for
 consistency

Since embryo functions names are verb_subject, not subject_verb.
So forces_clear -> clear_forces ...

SVN revision: 80398

11 years agoedje: support velocity family actions and scripts
Bruno Dilly [Thu, 6 Dec 2012 22:10:59 +0000 (22:10 +0000)]
edje: support velocity family actions and scripts

SVN revision: 80397

11 years agoefl: add EFL_PKG_CHECK_STRICT() and use it.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 22:09:47 +0000 (22:09 +0000)]
efl: add EFL_PKG_CHECK_STRICT() and use it.

PKG_CHECK_EXISTS() does not abort upon failure, our rule. So add this
and avoid replicating code like crazy.

SVN revision: 80396

11 years agoefl: remove strict checking option, always by default.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 21:41:28 +0000 (21:41 +0000)]
efl: remove strict checking option, always by default.

SVN revision: 80395

11 years agoefl: simplified system features strings (inotify, ipv6, atfile...)
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 21:26:16 +0000 (21:26 +0000)]
efl: simplified system features strings (inotify, ipv6, atfile...)

Instead of distributing system/platform features all around, many are
shared among modules, summarize these things into one single line
using +/- notation.

SVN revision: 80394

11 years agoefl: share HAVE_ATFILE_SOURCE between eina_file, ecore_file...
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 21:15:30 +0000 (21:15 +0000)]
efl: share HAVE_ATFILE_SOURCE between eina_file, ecore_file...

SVN revision: 80391

11 years agoefl: simplify cserve2 checks.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 20:43:18 +0000 (20:43 +0000)]
efl: simplify cserve2 checks.

the headers were already checked, just use the values.

SVN revision: 80390

11 years agoecore_evas: Removing warning about unused function
Flavio Vinicius Alvares Ceolin [Thu, 6 Dec 2012 20:39:20 +0000 (20:39 +0000)]
ecore_evas: Removing warning about unused function

Now the engines are modules, the checking for the engine is not done
in the compile time anymore, so we're removing these checks.

SVN revision: 80389

11 years agoedje: refactor usage of ephysics functions
Bruno Dilly [Thu, 6 Dec 2012 20:29:50 +0000 (20:29 +0000)]
edje: refactor usage of ephysics functions

Most of the actions will be applied to a body using 3 components
(x, y, z). Refactor code around it to avoid duplication, since
basically what changes is the ephysics function to be called.

Also, it will make next actions implementations less error prone.

SVN revision: 80388

11 years agoedje: cleanup actions swith on edje_cc_handler
Bruno Dilly [Thu, 6 Dec 2012 20:29:44 +0000 (20:29 +0000)]
edje: cleanup actions swith on edje_cc_handler

SVN revision: 80387

11 years agoefl/ecore_file: no more have_poll
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 20:06:43 +0000 (20:06 +0000)]
efl/ecore_file: no more have_poll

SVN revision: 80386

11 years agoefl/ecore: epoll.h is always detected.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 20:06:05 +0000 (20:06 +0000)]
efl/ecore: epoll.h is always detected.

SVN revision: 80385

11 years agoefl/ecore: remove check glib-always x g_main_loop as it does not make sense.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 19:48:34 +0000 (19:48 +0000)]
efl/ecore: remove check glib-always x g_main_loop as it does not make sense.

if we use g_main_loop we're always integrated with glib main loop, not
conflicting/exclusive.

SVN revision: 80384

11 years agoefl/evas: simplify dither mask handling.
Gustavo Sverzut Barbieri [Thu, 6 Dec 2012 19:44:11 +0000 (19:44 +0000)]
efl/evas: simplify dither mask handling.

 * a single option --with-evas-dither-mask=TYPE (big, small, line or none).

 * make a wise decision to fallback to small dither mask for
   conversions that do not support "no-dither" or "line". Before if
   you did not specify it would fallback to big (128x128).

SVN revision: 80383

11 years agoedje: clean header: remove random blank lines and indent
Bruno Dilly [Thu, 6 Dec 2012 19:37:07 +0000 (19:37 +0000)]
edje: clean header: remove random blank lines and indent

Remove blocks of blank lines and fix perspective part indenting

SVN revision: 80382

11 years agoedje: support forces using programs / script
Bruno Dilly [Thu, 6 Dec 2012 19:20:07 +0000 (19:20 +0000)]
edje: support forces using programs / script

Implement actions:
  * PHYSICS_FORCE
  * PHYSICS_TORQUE
  * PHYSICS_FORCES_CLEAR

and embryo script functions:
  * physics_force
  * physics_torque
  * physics_forces_clear
  * physics_forces_get
  * physics_torques_get

SVN revision: 80381

11 years agoedje: remove impulse member of edje program
Bruno Dilly [Thu, 6 Dec 2012 19:19:53 +0000 (19:19 +0000)]
edje: remove impulse member of edje program

Most of the programs related to physics will use 3 vector
components (double). Let's share them.

SVN revision: 80380