platform/upstream/efl.git
11 years agoupdating esperanto translations
Massimo Maiurana [Wed, 5 Dec 2012 09:46:19 +0000 (09:46 +0000)]
updating esperanto translations

SVN revision: 80224

11 years agoFrom: Sung-Jin Park <sj76.park@samsung.com>
Sung-Jin Park [Wed, 5 Dec 2012 06:57:30 +0000 (06:57 +0000)]
From: Sung-Jin Park <sj76.park@samsung.com>
Subject: Re: Re: Re: [E-devel] Fwd: Review request : [Ecore XI2] Add
codes for selecting/retrieving XI2 touch events

Dear developers,
I added codes for selecting XI2 touch events(cf. XI_TouchBegin,
XI_TouchUpdate and XI_TouchEnd)
and codes for retrieving touched finger(s) index from corresponding
events.

SVN revision: 80218

11 years agoFrom: Gwanglim Lee <gl77.lee@samsung.com>
Gwanglim Lee [Wed, 5 Dec 2012 06:48:46 +0000 (06:48 +0000)]
From: Gwanglim Lee <gl77.lee@samsung.com>
Subject: Re: Re: Re: [E-devel] [RFC] Virtual desktop window profile

I've attached 4th patch. May the 4th be with you.

ecore patch has been merged with efl and all files are based on r80123.

Thanks & Regards,
Gwanglim

------- Original Message -------
Sender : Daniel Juyung Seo<seojuyung2@gmail.com>
Date : 2012-12-04 01:55 (GMT+09:00)
Title : Re: Re: [E-devel] [RFC] Virtual desktop window profile

It looks ok to me.
Sorry but can you re-generate the patch according to the recent ecore
merge to efl single tree?

Daniel Juyung Seo (SeoZ)

On Thu, Nov 29, 2012 at 12:29 AM, Gwanglim Lee <gl77.lee@samsung.com>
wrote:

Dear Raster and Daniel Juyung Seo,

I've attached 3rd patches and test_config according to your reviews.
These are based on r79782.

[elementary & ecore]
1. "profile,set" -> "profile,changed" - done
2. spaces after EINA_LIST_FOREACH - done
3. variable type - keep
4. author - done
5. removing deprecated marking in patch - done
6. add elm_win_available_profiles_get to test_config for the debugging
purpose - done

7. check whether a given profile is present in an available profiles.
otherwise window profile will be one of the item
    in available profiles. - newly added thing to the elm_win
    8. merge with EO - done. :(

    Any comments would be appreciated.

SVN revision: 80214

11 years agoSome KlocWork fixes.
Daniel Zaoui [Wed, 5 Dec 2012 06:25:49 +0000 (06:25 +0000)]
Some KlocWork fixes.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 80211

11 years agoefl: Fix build of Ecore_Evas_Extn.
Cedric BAIL [Wed, 5 Dec 2012 02:52:03 +0000 (02:52 +0000)]
efl: Fix build of Ecore_Evas_Extn.

Patch by Robert David <robert.david.public@gmail.com>

SVN revision: 80206

11 years agoedje: forgotten NEWS.
Cedric BAIL [Wed, 5 Dec 2012 02:21:17 +0000 (02:21 +0000)]
edje: forgotten NEWS.

SVN revision: 80203

11 years agoedje: make it compile on Solaris 11.
Cedric BAIL [Wed, 5 Dec 2012 02:07:51 +0000 (02:07 +0000)]
edje: make it compile on Solaris 11.

Patch by Robert David <robert.david.public@gmail.com>.

SVN revision: 80201

11 years agoNew embryo function: get_program_id
Eduardo Lima (Etrunko) [Tue, 4 Dec 2012 20:21:59 +0000 (20:21 +0000)]
New embryo function: get_program_id

It is now you can run programs with names generated dinamically. Say that you
have 10 programs indexed somehow. You can now call them using the following snippet:

script {
   new program_id[15], i;
   for (i = 0; i < 10; i++) {
      snprintf(program_id, 15, "my_program_%d", i+1);
      run_program(get_program_id(program_id));
   }
}

Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
SVN revision: 80199

11 years agoand update eio.pc.in too (+ minor stuff)
Vincent Torri [Tue, 4 Dec 2012 18:01:02 +0000 (18:01 +0000)]
and update eio.pc.in too (+ minor stuff)

SVN revision: 80184

11 years agomerge: eio + fix compilation on windows + minor fixes + po files
Vincent Torri [Tue, 4 Dec 2012 17:40:58 +0000 (17:40 +0000)]
merge: eio + fix compilation on windows + minor fixes + po files

don't move eio to IN-EFL right now

SVN revision: 80180

11 years agoevas/cserve2: Re-enable speculative load
Paulo Alcantara [Tue, 4 Dec 2012 15:40:00 +0000 (15:40 +0000)]
evas/cserve2: Re-enable speculative load

I've tested it and I can confirm that it's working fine with the new
scalecache support on Cserve2. So, let's use it again.

Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>

SVN revision: 80177

11 years agoevas/image: Fix uninitialised data passed to Cserve2
Paulo Alcantara [Tue, 4 Dec 2012 15:39:51 +0000 (15:39 +0000)]
evas/image: Fix uninitialised data passed to Cserve2

If information like size, scale down, dpi or region is set to any object,
or even if reload of that object is required, evas_object_image_load() is
called and Evas needs to pass scaling information through load_opts as
evas_object_image_file_set() does to Cserve2 as well.

Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>

SVN revision: 80176

11 years agoRemove unnecessary comment.
Christopher Michael [Tue, 4 Dec 2012 12:50:58 +0000 (12:50 +0000)]
Remove unnecessary comment.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 80148

11 years agoNo wayland on windows, evil not needed.
Christopher Michael [Tue, 4 Dec 2012 10:47:35 +0000 (10:47 +0000)]
No wayland on windows, evil not needed.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 80142

11 years agoPatch from Jérémy Zurcher <jeremy@asynk.ch> to fix ecore_evas_wayland
Christopher Michael [Tue, 4 Dec 2012 09:52:24 +0000 (09:52 +0000)]
Patch from Jérémy Zurcher <jeremy@asynk.ch> to fix ecore_evas_wayland
compilation checks.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 80140

11 years agoupdate po files
Vincent Torri [Tue, 4 Dec 2012 09:33:23 +0000 (09:33 +0000)]
update po files

SVN revision: 80139

11 years agoefl .gitignore: updated .gitignore.
Daniel Juyung Seo [Tue, 4 Dec 2012 08:36:14 +0000 (08:36 +0000)]
efl .gitignore: updated .gitignore.

SVN revision: 80132

11 years agoEcore: fix subdirs (aka : to test, do not compile while being in the subdir, but...
Vincent Torri [Tue, 4 Dec 2012 07:23:43 +0000 (07:23 +0000)]
Ecore: fix subdirs (aka : to test, do not compile while being in the subdir, but at the top level dir...)

SVN revision: 80129

11 years agoevas: let fix all unref in the same way.
Cedric BAIL [Tue, 4 Dec 2012 01:54:22 +0000 (01:54 +0000)]
evas: let fix all unref in the same way.

SVN revision: 80120

11 years agoemotion/generic/vlc: Only send frame size when it's not zero.
Rafael Antognolli [Tue, 4 Dec 2012 00:45:47 +0000 (00:45 +0000)]
emotion/generic/vlc: Only send frame size when it's not zero.

SVN revision: 80117

11 years agoadd changelog/news about new dependency.
Gustavo Sverzut Barbieri [Mon, 3 Dec 2012 21:29:52 +0000 (21:29 +0000)]
add changelog/news about new dependency.

SVN revision: 80109

11 years agoEPhysics: soft button improvements
Leandro Dorileo [Mon, 3 Dec 2012 21:29:42 +0000 (21:29 +0000)]
EPhysics: soft button improvements

Use a bigger image to soft button tests, add light on/off button,
use of anchor hardness API.

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

SVN revision: 80108

11 years agoEPhysics: anchor hardness api and small fixes
Leandro Dorileo [Mon, 3 Dec 2012 21:29:30 +0000 (21:29 +0000)]
EPhysics: anchor hardness api and small fixes

This patch introduces a separeted API for handling with anchor hardness,
and fixes small problems with pose and soft body impulses.

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

SVN revision: 80107

11 years agoEPhysics: fix y orientation issues
Leandro Dorileo [Mon, 3 Dec 2012 21:29:21 +0000 (21:29 +0000)]
EPhysics: fix y orientation issues

Fix a small issue on y orientation on triangles_inside_get and soft body
impulse.

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

SVN revision: 80106

11 years agoEPhysics: force body update on light/perspective changes
Leandro Dorileo [Mon, 3 Dec 2012 21:29:03 +0000 (21:29 +0000)]
EPhysics: force body update on light/perspective changes

If light configuration has been changed or perspective changed or simply
enabled/disabled force inactive bodies to update.

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

SVN revision: 80105

11 years agoEPhysics: fix soft body rotation_set
Leandro Dorileo [Mon, 3 Dec 2012 21:28:52 +0000 (21:28 +0000)]
EPhysics: fix soft body rotation_set

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

SVN revision: 80104

11 years agoethumb: Port to edbus v2
José Roberto de Souza [Mon, 3 Dec 2012 21:27:40 +0000 (21:27 +0000)]
ethumb: Port to edbus v2

Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>

SVN revision: 80103

11 years agoedje: support basic body attributes - friction and
Bruno Dilly [Mon, 3 Dec 2012 19:47:52 +0000 (19:47 +0000)]
edje: support basic body attributes - friction and
 restitution

SVN revision: 80099

11 years agoephysics: fix debug msgs at some functions
Bruno Dilly [Mon, 3 Dec 2012 19:47:18 +0000 (19:47 +0000)]
ephysics: fix debug msgs at some functions

Broken in r77467

SVN revision: 80098

11 years agoEcore: add examples
Vincent Torri [Mon, 3 Dec 2012 19:36:16 +0000 (19:36 +0000)]
Ecore: add examples

SVN revision: 80097

11 years agoEcore: merge unit tests, ignore++
Vincent Torri [Mon, 3 Dec 2012 18:29:51 +0000 (18:29 +0000)]
Ecore: merge unit tests, ignore++

SVN revision: 80090

11 years agoEvas: fix static gl engines compilation, and maybe others too
Vincent Torri [Mon, 3 Dec 2012 16:54:10 +0000 (16:54 +0000)]
Evas: fix static gl engines compilation, and maybe others too

SVN revision: 80085

11 years agoedje: initial support to physics block inside
Bruno Dilly [Mon, 3 Dec 2012 16:36:32 +0000 (16:36 +0000)]
edje: initial support to physics block inside
 description

Only mass is set by now.

SVN revision: 80082

11 years agoecore: don't include Makefile_Ecore_Evas.am twice
Vincent Torri [Mon, 3 Dec 2012 16:11:26 +0000 (16:11 +0000)]
ecore: don't include Makefile_Ecore_Evas.am twice

SVN revision: 80079

11 years agolets ensure that efreet never returns a null lang - it falls bak to
Carsten Haitzler [Mon, 3 Dec 2012 14:49:54 +0000 (14:49 +0000)]
lets ensure that efreet never returns a null lang - it falls bak to
lang being "C" :)

SVN revision: 80074

11 years agoeeze: Also give the eeze_sensor_test example a bit more comments.
Stefan Schmidt [Mon, 3 Dec 2012 14:45:19 +0000 (14:45 +0000)]
eeze: Also give the eeze_sensor_test example a bit more comments.

SVN revision: 80073

11 years agoeeze/doc: Notes about init and shutdown of the sensor subsystem.
Stefan Schmidt [Mon, 3 Dec 2012 14:45:14 +0000 (14:45 +0000)]
eeze/doc: Notes about init and shutdown of the sensor subsystem.

Make both functions and EAPI as well. Not needed if the general eeze_init
is called though. Note that in the docs.

SVN revision: 80072

11 years agoeeze/docs: Make sure we do not do a explicit link to ecore here.
Stefan Schmidt [Mon, 3 Dec 2012 14:45:10 +0000 (14:45 +0000)]
eeze/docs: Make sure we do not do a explicit link to ecore here.

SVN revision: 80071

11 years agoeeze: Give the eeze_sensor doxygen an overhaul.
Stefan Schmidt [Mon, 3 Dec 2012 14:44:33 +0000 (14:44 +0000)]
eeze: Give the eeze_sensor doxygen an overhaul.

Wrap at 80 chars, fix some typos and add more descriptions.

SVN revision: 80070

11 years agolets not break the world by missing size checks!
Carsten Haitzler [Mon, 3 Dec 2012 14:14:05 +0000 (14:14 +0000)]
lets not break the world by missing size checks!

SVN revision: 80068

11 years agoFix build of IMF modules
Iván Briano [Mon, 3 Dec 2012 13:33:03 +0000 (13:33 +0000)]
Fix build of IMF modules

SVN revision: 80066

11 years agoedbus: Implement edbus_object_event_callback_add()
José Roberto de Souza [Mon, 3 Dec 2012 12:09:53 +0000 (12:09 +0000)]
edbus: Implement edbus_object_event_callback_add()

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 80058

11 years agoedbus: remove static from var
Lucas De Marchi [Mon, 3 Dec 2012 12:09:43 +0000 (12:09 +0000)]
edbus: remove static from var

This is not needed. Let it on stack.

SVN revision: 80057

11 years agoecore: don't crash if the animator is already destroyed.
Cedric BAIL [Mon, 3 Dec 2012 10:22:19 +0000 (10:22 +0000)]
ecore: don't crash if the animator is already destroyed.

SVN revision: 80038

11 years agoefl: enable back Ecore_Evas build after merge.
Cedric BAIL [Mon, 3 Dec 2012 10:21:16 +0000 (10:21 +0000)]
efl: enable back Ecore_Evas build after merge.

SVN revision: 80037

11 years agoupdate po files
Vincent Torri [Mon, 3 Dec 2012 09:16:50 +0000 (09:16 +0000)]
update po files

SVN revision: 80031

11 years agoecore: fix distcheck
Vincent Torri [Mon, 3 Dec 2012 09:16:33 +0000 (09:16 +0000)]
ecore: fix distcheck

SVN revision: 80030

11 years agoremove comment
Vincent Torri [Mon, 3 Dec 2012 08:36:42 +0000 (08:36 +0000)]
remove comment

SVN revision: 80025

11 years agoecore: remove useless ECORE_HAVE_EET, remove old XCB code and remove BUILD_ECORE_CON...
Vincent Torri [Mon, 3 Dec 2012 08:35:53 +0000 (08:35 +0000)]
ecore: remove useless ECORE_HAVE_EET, remove old XCB code and remove BUILD_ECORE_CON checks as ecore_con is always compiled anyway

SVN revision: 80024

11 years agoecore_sdl: remove 1 empty line
Vincent Torri [Mon, 3 Dec 2012 08:18:50 +0000 (08:18 +0000)]
ecore_sdl: remove 1 empty line

SVN revision: 80023

11 years agoecore: missing files...
Vincent Torri [Mon, 3 Dec 2012 08:16:27 +0000 (08:16 +0000)]
ecore: missing files...

SVN revision: 80022

11 years agoecore: whitespaces--
Vincent Torri [Mon, 3 Dec 2012 07:37:17 +0000 (07:37 +0000)]
ecore: whitespaces--

SVN revision: 80017

11 years agoecore: backport #79614
Vincent Torri [Mon, 3 Dec 2012 07:30:33 +0000 (07:30 +0000)]
ecore: backport #79614

SVN revision: 80016

11 years agoecore: backport #79650
Vincent Torri [Mon, 3 Dec 2012 07:26:47 +0000 (07:26 +0000)]
ecore: backport #79650

SVN revision: 80015

11 years agoecore: backport #79760
Vincent Torri [Mon, 3 Dec 2012 07:16:12 +0000 (07:16 +0000)]
ecore: backport #79760

SVN revision: 80014

11 years agoecore: backport #79766 and #79769
Vincent Torri [Mon, 3 Dec 2012 07:14:13 +0000 (07:14 +0000)]
ecore: backport #79766 and #79769

SVN revision: 80013

11 years agoecore: backport #79818
Vincent Torri [Mon, 3 Dec 2012 07:01:02 +0000 (07:01 +0000)]
ecore: backport #79818

SVN revision: 80010

11 years agoecore: backport #79985
Vincent Torri [Mon, 3 Dec 2012 06:59:35 +0000 (06:59 +0000)]
ecore: backport #79985

SVN revision: 80009

11 years agoecore: in case of double free, bad things happen.
Cedric BAIL [Mon, 3 Dec 2012 05:28:11 +0000 (05:28 +0000)]
ecore: in case of double free, bad things happen.

SVN revision: 80005

11 years agoecore: is now IN-EFL.
Cedric BAIL [Mon, 3 Dec 2012 04:02:58 +0000 (04:02 +0000)]
ecore: is now IN-EFL.

SVN revision: 80004

11 years agoefl: fix some typo due to recent merge of ecore.
Cedric BAIL [Mon, 3 Dec 2012 03:55:20 +0000 (03:55 +0000)]
efl: fix some typo due to recent merge of ecore.

SVN revision: 80003

11 years agomerge: missing some informations changes about ecore
Vincent Torri [Sun, 2 Dec 2012 22:41:16 +0000 (22:41 +0000)]
merge: missing some informations changes about ecore

SVN revision: 79996

11 years agomerge: add escape ecore, fix several bugs
Vincent Torri [Sun, 2 Dec 2012 22:35:45 +0000 (22:35 +0000)]
merge: add escape ecore, fix several bugs

SVN revision: 79995

11 years agoemotion: update gitignore
Bruno Dilly [Sun, 2 Dec 2012 22:22:00 +0000 (22:22 +0000)]
emotion: update gitignore

SVN revision: 79992

11 years agoemotion: fix build warning without eeze
Bruno Dilly [Sun, 2 Dec 2012 22:21:47 +0000 (22:21 +0000)]
emotion: fix build warning without eeze

SVN revision: 79991

11 years agomerge: remove direct3d (there are some remaining files, they will be deleted with...
Vincent Torri [Sun, 2 Dec 2012 21:07:10 +0000 (21:07 +0000)]
merge: remove direct3d (there are some remaining files, they will be deleted with ecore merge)

SVN revision: 79989

11 years agoefl: Fix warning
Mike McCormack [Sun, 2 Dec 2012 20:33:55 +0000 (20:33 +0000)]
efl: Fix warning

lib/evas/cache/evas_cache_image.c:573:4: warning: missing braces around initializer [-Wmissing-braces]

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 79987

11 years agoupdating greek translations
Massimo Maiurana [Sun, 2 Dec 2012 18:09:32 +0000 (18:09 +0000)]
updating greek translations

SVN revision: 79985

11 years agoedje edc.vim: Added SPACER to contant.
Daniel Juyung Seo [Sun, 2 Dec 2012 15:04:37 +0000 (15:04 +0000)]
edje edc.vim: Added SPACER to contant.

SVN revision: 79984

11 years agoEet: update lz4 code. Fix especially compilation bug on OpenBSD
Vincent Torri [Sun, 2 Dec 2012 08:15:06 +0000 (08:15 +0000)]
Eet: update lz4 code. Fix especially compilation bug on OpenBSD
see lz4 homepage for a full description of the fixes

SVN revision: 79975

11 years agoefl: Remove unused variables
Mike McCormack [Sat, 1 Dec 2012 01:12:35 +0000 (01:12 +0000)]
efl: Remove unused variables

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 79957

11 years agobugfix: evas_object_box should reset size_hint_min to zero when no child exists.
Gustavo Sverzut Barbieri [Fri, 30 Nov 2012 20:59:30 +0000 (20:59 +0000)]
bugfix: evas_object_box should reset size_hint_min to zero when no child exists.

there are some early-return code that were leaving the size_hint as it
was before, then if you removed every child it should go to 0x0 but
couldn't.

PLEASE BACKPORT THIS TO 1.7 BRANCH FOR ME :-(

SVN revision: 79948

11 years agoedje: update gitignore
Bruno Dilly [Fri, 30 Nov 2012 17:16:35 +0000 (17:16 +0000)]
edje: update gitignore

SVN revision: 79918

11 years agoEdje: Organize sub-blocks order on EPC ref doc
Jonas M. Gastal [Fri, 30 Nov 2012 13:49:00 +0000 (13:49 +0000)]
Edje: Organize sub-blocks order on EPC ref doc

Author:    Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 79907

11 years agoEdje: Improve EDC reference doc index
Jonas M. Gastal [Fri, 30 Nov 2012 13:48:56 +0000 (13:48 +0000)]
Edje: Improve EDC reference doc index

Author:    Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 79906

11 years agoefl: Next fix for eet test suite. This time buildir != srcdir.
Stefan Schmidt [Fri, 30 Nov 2012 11:51:11 +0000 (11:51 +0000)]
efl: Next fix for eet test suite. This time buildir != srcdir.

This fixes the cert dir detection for normal as well as buildbot builds
for me.

SVN revision: 79885

11 years agoevas: revert patch from Zbigniew Kosinski due to Tom's good argument.
Cedric BAIL [Fri, 30 Nov 2012 07:58:31 +0000 (07:58 +0000)]
evas: revert patch from Zbigniew Kosinski due to Tom's good argument.

SVN revision: 79872

11 years agoevas/map: Refactor common code for map drawing
Paulo Alcantara [Thu, 29 Nov 2012 20:55:16 +0000 (20:55 +0000)]
evas/map: Refactor common code for map drawing

This patch refactors common code for map draws - so that it can be used
by other engines and *threaded* X11.

Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>

SVN revision: 79855

11 years agoevas/line: Refactor common code for line drawing
Paulo Alcantara [Thu, 29 Nov 2012 20:48:24 +0000 (20:48 +0000)]
evas/line: Refactor common code for line drawing

This patch refactors common code for line draws - so that it can be used
by other engines and *threaded* X11.

Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>

SVN revision: 79854

11 years agoevas/font: Refactor common code for font drawing
Paulo Alcantara [Thu, 29 Nov 2012 20:47:12 +0000 (20:47 +0000)]
evas/font: Refactor common code for font drawing

This patch refactors common code for font draws - so that it can be used
by other engines and *threaded* X11.

Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>

SVN revision: 79853

11 years agoEPhysics: density field in material struct, int -> double
Leandro Dorileo [Thu, 29 Nov 2012 18:55:10 +0000 (18:55 +0000)]
EPhysics: density field in material struct, int -> double

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

SVN revision: 79851

11 years agoEPhysics: constraint removal
Leandro Dorileo [Thu, 29 Nov 2012 18:54:36 +0000 (18:54 +0000)]
EPhysics: constraint removal

Delete the constraints a body belongs to on body removal and avoid
bullet to segfault.

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

SVN revision: 79850

11 years agoEPhysics: add hinge test
Leandro Dorileo [Thu, 29 Nov 2012 18:53:56 +0000 (18:53 +0000)]
EPhysics: add hinge test

Add a test to simulate a hinge constraint using the generic constraint
API's.

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

SVN revision: 79849

11 years agoEPhysics: generic constraint
Leandro Dorileo [Thu, 29 Nov 2012 18:51:51 +0000 (18:51 +0000)]
EPhysics: generic constraint

This patch changes how constraints are created and configured, now we
use a bullet generic implementation which let us operate on the 6
degrees of freedom(linear and angular ones).

We have used 6dof for slider constraint but now we assume 2 types of
constraints, single body - simply ephysics_constraint_add(body) - and a linked
one - ephysics_constraint_linked_add(body1, body2) used to constrain 2 bodies
linked together.

Having said that we introduce the following changes:

+ migrate p2p constraint to 6Dof

We want to have a constraint api generic enouth to allow many different
constraint behaviour, 6Dof was picked to do that, so p2p needs a migration.

+ move ephysics_constraint_slider_* functions

Since the whole constraint infra-sctructure is being migrated to 6Dof the
linear and angular limit functions - previously used only by slider constraint -
now looks more generic enough to be used by constraint in general.

+ add constraint anchor API

Instead of telling the anchoring positioning in the constraint creating we have
set it's default value to the the middle os the body and if the user wants to change
it call ephysics_constraint_anchor_set and reset it.

The ephysics_constraint_anchor_set() considers the canvas coordinate instead of using
the body orientation. So now one can tell a constraints anchor is set to 100, 10, 0
in the canvas coordinate system and not (body_center.x - 20, body_center.y - 5, body_center.z - 1).

+ constraint migrate the bt_constraint

Since we're working only with 6Dof constraints it is reasonable to change the constraints
bt_constraint field to btGeneric6DofConstraint.

+ add 3 axes to constraints

Now constraints API knows about x, y and z axes - linear and angular limiting, anchor
setting and the constraint creation functions are fully supported.

+ constraint calls are renamed

The constraint calls were renamed so ephysics_constraint_p2p_add() now is known as
ephysics_constraint_linked_add() and ephysics_constraint_slider_add() became
ephysics_constraint_add() where the first one is meant for constrain 2 bodies and
the second one for single body constraints.

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

SVN revision: 79848

11 years agoexamples:codegen: Removing the usage of externals
Flavio Vinicius Alvares Ceolin [Thu, 29 Nov 2012 15:52:50 +0000 (15:52 +0000)]
examples:codegen: Removing the usage of externals

Avoiding a circular dependency edje -> elementary -> edje.
It was breaking the build system when option --enable-build-examples was given.

SVN revision: 79839

11 years agoefl: Fix eet test suite.
Stefan Schmidt [Thu, 29 Nov 2012 15:30:11 +0000 (15:30 +0000)]
efl: Fix eet test suite.

Cedric suggested that we migth not be able to open the cert files. And he
was right. The CERT_DIR define checked for an absolute path in TESTS_SRC_DIR
but that get set to .. in Makefile_Eet.am as it sits in src/. Now the define
evaluated to src/tests/eet/.. where no cert files could be found.

I could not see a good reason for the suffix here so I just removed it.
Vincent, if there was a reason I was not able to see please fix it in a
different way. It was the least invasisve fix I could see.

SVN revision: 79838

11 years agoFrom: Alex Wu <zhiwen.wu@linux.intel.com>
Alex Wu [Thu, 29 Nov 2012 07:46:14 +0000 (07:46 +0000)]
From: Alex Wu <zhiwen.wu@linux.intel.com>

Every touch down event should be converted into mouse in +
mouse button. So we should let every mouse in event go in the
_ecore_evas_wl_common_cb_mouse_in(), instead of preventing it by
"if (!ee->in)". Besides that, the coordinates carried by mouse in
event should be set to Evas_Public_Data::pointer by calling
_ecore_evas_mouse_move_process().

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 79818

11 years agoEcore: more __UNUSED__ fixes
Vincent Torri [Thu, 29 Nov 2012 06:43:44 +0000 (06:43 +0000)]
Ecore: more __UNUSED__ fixes

SVN revision: 79812

11 years agoEcore_SDL: make it compile on Windows
Vincent Torri [Thu, 29 Nov 2012 06:34:36 +0000 (06:34 +0000)]
Ecore_SDL: make it compile on Windows

SVN revision: 79810

11 years agoefl: cleanup changelog.
Cedric BAIL [Thu, 29 Nov 2012 05:39:35 +0000 (05:39 +0000)]
efl: cleanup changelog.

SVN revision: 79807

11 years agoevas: only destroy font instance when we don't reference font anymore.
Cedric BAIL [Thu, 29 Nov 2012 05:36:56 +0000 (05:36 +0000)]
evas: only destroy font instance when we don't reference font anymore.

SVN revision: 79806

11 years agoefl: silent warning in evas_pipe.
Cedric BAIL [Thu, 29 Nov 2012 05:35:53 +0000 (05:35 +0000)]
efl: silent warning in evas_pipe.

SVN revision: 79805

11 years agoibusimmodule: fix coding style
Jihoon Kim [Thu, 29 Nov 2012 02:28:08 +0000 (02:28 +0000)]
ibusimmodule: fix coding style

SVN revision: 79797

11 years agoevas/image: Refactor common code for image drawing
Paulo Alcantara [Wed, 28 Nov 2012 22:49:19 +0000 (22:49 +0000)]
evas/image: Refactor common code for image drawing

This patch refactors common code for image draws - so that it can be used
by other engines and *threaded* X11.

Signed-off-by: Paulo Alcantara <pcacjr@profusion.mobi>
Patch by: Paulo Alcantara <pcacjr@profusion.mobi>

SVN revision: 79795

11 years agoedje: add very basic physics example
Bruno Dilly [Wed, 28 Nov 2012 22:39:00 +0000 (22:39 +0000)]
edje: add very basic physics example

Just two bodies falling (a circle and a box) and colliding
to the floor.

bug: when edje is resized objects will be moved back to original
position.

SVN revision: 79794

11 years agoedje: support adding physics worlds and bodies
Bruno Dilly [Wed, 28 Nov 2012 22:38:47 +0000 (22:38 +0000)]
edje: support adding physics worlds and bodies

Just an initial support, it's not possible to configure worlds
or bodies. Just adding it. Only possible customization is the
type of body.

It defines what's the collision shape and type (rigid / soft).
It can't be changed over time, so it's not on part's description.

It's expected that many cases won't be covered yet.

If you have ephysics installed and don't want it, just use
--disable-ephysics. It shouldn't affect anything for cases
where ephysics is not installed.

SVN revision: 79793

11 years agoephysics: don't try to set bad body geometry when adding
Bruno Dilly [Wed, 28 Nov 2012 21:47:58 +0000 (21:47 +0000)]
ephysics: don't try to set bad body geometry when adding
 boundaries

If render geometry is not set yet, it will try to set a bad geometry
for the boundary boxes.
In this case, let these bodies with default size and only resize them
when render geometry is set.

SVN revision: 79791

11 years agoephysics: add improve dbg msgs
Bruno Dilly [Wed, 28 Nov 2012 21:47:47 +0000 (21:47 +0000)]
ephysics: add improve dbg msgs

To help me debuging it while I'm working on Edje.

SVN revision: 79790

11 years agoephysics: don't allow a body to be scaled to 0 in any
Bruno Dilly [Wed, 28 Nov 2012 21:47:30 +0000 (21:47 +0000)]
ephysics: don't allow a body to be scaled to 0 in any
 axis

In this case it will be considered inactive and things
won't work as expected.

SVN revision: 79789

11 years agoEcore: fix some variable names
Vincent Torri [Wed, 28 Nov 2012 19:30:46 +0000 (19:30 +0000)]
Ecore: fix some variable names

SVN revision: 79787