platform/upstream/efl.git
11 years agosmall change - dont let update rect list for image object become a
Carsten Haitzler [Sun, 16 Dec 2012 02:01:11 +0000 (02:01 +0000)]
small change - dont let update rect list for image object become a
runaway endless list if evas doenst come around and render (pick it
up) any time soon - limit to 512 update rects.

SVN revision: 81039

11 years agowarn-- .. but this is suspicios as we goto the end where is_v and
Carsten Haitzler [Sun, 16 Dec 2012 01:49:36 +0000 (01:49 +0000)]
warn-- .. but this is suspicios as we goto the end where is_v and
was_v are used... and never do set them.

SVN revision: 81038

11 years agoevas - reverted changelog that was not inteded.
ChunEon Park [Sat, 15 Dec 2012 17:51:39 +0000 (17:51 +0000)]
evas - reverted changelog that was not inteded.

SVN revision: 81026

11 years agoefl: should fix some issue related to scale.
Cedric BAIL [Sat, 15 Dec 2012 14:16:08 +0000 (14:16 +0000)]
efl: should fix some issue related to scale.

SVN revision: 81020

11 years agoevas/gl - fix the line incorrect position in arm.
ChunEon Park [Sat, 15 Dec 2012 09:40:47 +0000 (09:40 +0000)]
evas/gl - fix the line incorrect position in arm.

line position is slightly different between gl drivers.

I have no idea why it is. So added to work differently based on the manufacturers.

This work may be based on the renderer. If you can test it with much drivers then please test and fix.

Also changed the ENV name from EVAS_GL_LINE_NO_OFFSET_HACK  to EVAS_GL_LINE_OFFSET_HACK_DISABLE.

SVN revision: 81016

11 years agoefl: Make sure that ecore_audio tests are run if audio is enabled
Daniel Willmann [Sat, 15 Dec 2012 00:13:51 +0000 (00:13 +0000)]
efl: Make sure that ecore_audio tests are run if audio is enabled

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 81005

11 years agoecore_audio: Add tests case
Daniel Willmann [Fri, 14 Dec 2012 23:38:40 +0000 (23:38 +0000)]
ecore_audio: Add tests case

The sounds used are in the public domain and were taken from
freesound.org

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 81004

11 years agoecore_audio: Add an example for libsndfile output: ogg encoder
Daniel Willmann [Fri, 14 Dec 2012 23:38:35 +0000 (23:38 +0000)]
ecore_audio: Add an example for libsndfile output: ogg encoder

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 81003

11 years agoecore_audio: Example for user generated sounds
Daniel Willmann [Fri, 14 Dec 2012 23:38:31 +0000 (23:38 +0000)]
ecore_audio: Example for user generated sounds

Uses the custom function support, which can probably be improved

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 81002

11 years agoecore_audio: Add an example - a simple CLI music player
Daniel Willmann [Fri, 14 Dec 2012 23:38:28 +0000 (23:38 +0000)]
ecore_audio: Add an example - a simple CLI music player

Give it sound files (ogg, wav, not mp3) as parameter or

"tone:freq=<f>,duration=<dur_in_s>" to play a lovely sine wave

* '<' and '>' seek forward and backward
* '+' and '-' change the volume
* Space toggles pause
* Shows information for the song (remaining, %)
* (Un)loop a song with 'l'
* 'n' - Next song
* 'm' - Next song simultaneous to current
* Volume can be set from 0 - 150%

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 81001

11 years agoefl: Add build system support for ecore_audio
Daniel Willmann [Fri, 14 Dec 2012 23:38:25 +0000 (23:38 +0000)]
efl: Add build system support for ecore_audio

Disabled by default, enable with --enable-audio
ALSA support is disabled as it is not there yet. Pulseaudio should work
though.

Support for .ogg and .wav is there as well (.mp3 is not)

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 81000

11 years agoecore_audio: Add rudimentary ALSA support
Daniel Willmann [Fri, 14 Dec 2012 23:38:21 +0000 (23:38 +0000)]
ecore_audio: Add rudimentary ALSA support

By rudimentary I mean I barely got it to work. For my particular test
case. It will not work for you and needs lots of love until it can be
used.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80999

11 years agoecore_audio: Add support for adding a custom callback
Daniel Willmann [Fri, 14 Dec 2012 23:38:18 +0000 (23:38 +0000)]
ecore_audio: Add support for adding a custom callback

Very hackish implementation and probably not needed as libsndfile
virtual IO can be used instead, though it's a little more complicated

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80998

11 years agoecore_audio: Add support for simple tone output
Daniel Willmann [Fri, 14 Dec 2012 23:38:14 +0000 (23:38 +0000)]
ecore_audio: Add support for simple tone output

Just plays a sine wave of set frequency and duration

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80997

11 years agoecore_audio: Add support for libsndfile
Daniel Willmann [Fri, 14 Dec 2012 23:38:11 +0000 (23:38 +0000)]
ecore_audio: Add support for libsndfile

Allows reading from and writing to wav, ogg, etc. files. Support for
virtual IO as well to allow playing sounds from eet, which will be
needed in edje multisense.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80996

11 years agoecore_audio: Add support for PulseAudio
Daniel Willmann [Fri, 14 Dec 2012 23:38:08 +0000 (23:38 +0000)]
ecore_audio: Add support for PulseAudio

Only outputs are supported at the moment

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80995

11 years agoefl: Introducing ecore_audio - the audio API for efl
Daniel Willmann [Fri, 14 Dec 2012 23:38:01 +0000 (23:38 +0000)]
efl: Introducing ecore_audio - the audio API for efl

This is still very much a work in progress, so expect some issues. The
signalling is using ecore events for now - that will change to callbacks
you can register callbacks for events on specific Ecore_Audio_Objects.
EO wasn't there when Ecore_Audio started, but it will probably move to
that in the future.

Otherwise have fun, don't break it (too much) and please send bug
reports and feedback to me.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80994

11 years agoEPhysics: suppress conditional jump warnings on bullet
Leandro Dorileo [Fri, 14 Dec 2012 20:04:37 +0000 (20:04 +0000)]
EPhysics: suppress conditional jump warnings on bullet

SVN revision: 80987

11 years agoEPhysics: simplify the restacking data free routine
Leandro Dorileo [Fri, 14 Dec 2012 20:04:31 +0000 (20:04 +0000)]
EPhysics: simplify the restacking data free routine

SVN revision: 80986

11 years agoEPhysics: free body and constraint list on test
Leandro Dorileo [Fri, 14 Dec 2012 20:04:24 +0000 (20:04 +0000)]
EPhysics: free body and constraint list on test

SVN revision: 80985

11 years agoevas: fix a memory leak introduced on rev 78644
Leandro Dorileo [Fri, 14 Dec 2012 20:03:31 +0000 (20:03 +0000)]
evas: fix a memory leak introduced on rev 78644

_nodes_clear() is called on object removal and it's not supposed
alloc anything at that stage.

SVN revision: 80984

11 years agoeo: fix memory leak on _eo_class_mro_add
Leandro Dorileo [Fri, 14 Dec 2012 20:03:25 +0000 (20:03 +0000)]
eo: fix memory leak on _eo_class_mro_add

SVN revision: 80983

11 years agoReverting 80476 and 80479. This solution is flawed and causes some weird
Alex Wu [Fri, 14 Dec 2012 19:00:53 +0000 (19:00 +0000)]
Reverting 80476 and 80479. This solution is flawed and causes some weird
collateral damages that need further investigation. All programs running with
wayland engines are consuming 100% CPU.

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: 80981

11 years agoedbus: Improve doc of edbus_{private_,}connection_get
Lucas De Marchi [Fri, 14 Dec 2012 16:29:08 +0000 (16:29 +0000)]
edbus: Improve doc of edbus_{private_,}connection_get

SVN revision: 80968

11 years agoedbus: add edbus.spec to gitignore
Lucas De Marchi [Fri, 14 Dec 2012 16:29:01 +0000 (16:29 +0000)]
edbus: add edbus.spec to gitignore

SVN revision: 80967

11 years agoedbus: Remove useless defines
Lucas De Marchi [Fri, 14 Dec 2012 16:28:55 +0000 (16:28 +0000)]
edbus: Remove useless defines

These values are used only using they directly are more meaninful than
those defines.

SVN revision: 80966

11 years agoedbus: remove unneeded code
Lucas De Marchi [Fri, 14 Dec 2012 16:28:50 +0000 (16:28 +0000)]
edbus: remove unneeded code

SVN revision: 80965

11 years agoedbus: if you goto end, you don't use else
Lucas De Marchi [Fri, 14 Dec 2012 16:28:46 +0000 (16:28 +0000)]
edbus: if you goto end, you don't use else

SVN revision: 80964

11 years agoedbus: Add missing EINA_WARN_UNUSED_RESULT to service API
Lucas De Marchi [Fri, 14 Dec 2012 16:28:41 +0000 (16:28 +0000)]
edbus: Add missing EINA_WARN_UNUSED_RESULT to service API

SVN revision: 80963

11 years agoedbus: Add blank lines to separate function docs
Lucas De Marchi [Fri, 14 Dec 2012 16:28:36 +0000 (16:28 +0000)]
edbus: Add blank lines to separate function docs

find . -name '*.h' -exec \
     sed -i '/^\s*$/b; N; /\n\/\*\*/{P;x;p;x;D}' {} \;

This ensures to add a blank line above a doxygen comment if and only if
there wasn't one.

SVN revision: 80962

11 years agoedbus: Give proper doc to edbus_service_property_changed()
Lucas De Marchi [Fri, 14 Dec 2012 16:28:27 +0000 (16:28 +0000)]
edbus: Give proper doc to edbus_service_property_changed()

SVN revision: 80961

11 years agoethumb: Unref edbus object and proxy
José Roberto de Souza [Fri, 14 Dec 2012 14:31:46 +0000 (14:31 +0000)]
ethumb: Unref edbus object and proxy

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

SVN revision: 80954

11 years agoethumb: Remove unused strings
José Roberto de Souza [Fri, 14 Dec 2012 14:31:37 +0000 (14:31 +0000)]
ethumb: Remove unused strings

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

SVN revision: 80953

11 years agoefreet: Unregister when client connection die
José Roberto de Souza [Fri, 14 Dec 2012 14:27:19 +0000 (14:27 +0000)]
efreet: Unregister when client connection die

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

SVN revision: 80950

11 years agoefreet: Unref edbus object and proxy
José Roberto de Souza [Fri, 14 Dec 2012 14:27:14 +0000 (14:27 +0000)]
efreet: Unref edbus object and proxy

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

SVN revision: 80949

11 years agoefreet: Use connection events to monitor Disconnected signal
José Roberto de Souza [Fri, 14 Dec 2012 14:27:05 +0000 (14:27 +0000)]
efreet: Use connection events to monitor Disconnected signal

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

SVN revision: 80948

11 years agoRevert "efl/embryo: Keep room for the terminating '\0' we may add to the path."
Stefan Schmidt [Fri, 14 Dec 2012 14:25:26 +0000 (14:25 +0000)]
Revert "efl/embryo: Keep room for the terminating '\0' we may add to the path."

After consulting with cedric and Sachiel I have to agree that there is no issue.

SVN revision: 80946

11 years agoefl/embryo: Keep room for the terminating '\0' we may add to the path.
Stefan Schmidt [Fri, 14 Dec 2012 13:35:48 +0000 (13:35 +0000)]
efl/embryo: Keep room for the terminating '\0' we may add to the path.

If we go with PATH_MAX we could go out of bounds of this array. Not
going to happen that often really but better safe then sorry.

SVN revision: 80940

11 years agofix some NULL derefs in tb part recalc, also a typo which probably broke sizing
Mike Blumenkrantz [Fri, 14 Dec 2012 11:41:27 +0000 (11:41 +0000)]
fix some NULL derefs in tb part recalc, also a typo which probably broke sizing

SVN revision: 80935

11 years agostart some work on allowing ecore_extn to double-buffer. doesn't do
Carsten Haitzler [Fri, 14 Dec 2012 11:19:09 +0000 (11:19 +0000)]
start some work on allowing ecore_extn to double-buffer. doesn't do
anything atm about it.. just sets up infra for 2 buffers to exist and
be locked. :)

SVN revision: 80931

11 years agoefl: don't skip redraw when needed.
Cedric BAIL [Fri, 14 Dec 2012 09:07:38 +0000 (09:07 +0000)]
efl: don't skip redraw when needed.

SVN revision: 80921

11 years agoeina: fix Eina_Barrier when pthread doesn't provide one.
Cedric BAIL [Fri, 14 Dec 2012 02:18:02 +0000 (02:18 +0000)]
eina: fix Eina_Barrier when pthread doesn't provide one.

Patch by Ulisses Furquim <ulisses@profusion.mobi>

SVN revision: 80907

11 years agoephysics: move src/bin to examples
Bruno Dilly [Thu, 13 Dec 2012 21:25:20 +0000 (21:25 +0000)]
ephysics: move src/bin to examples

And update doxyfile
It's a more reasonable name for this directory,
since now it won't build a dir, just a few files
used to exemplify ephysics usage on docs.

SVN revision: 80897

11 years agoephysics: get back example header
Bruno Dilly [Thu, 13 Dec 2012 21:17:20 +0000 (21:17 +0000)]
ephysics: get back example header

Used on ephysics docs
Now make doc should works fine

SVN revision: 80896

11 years agoephysics_tests: copy forgotten stuff and svnignore
Bruno Dilly [Thu, 13 Dec 2012 21:13:47 +0000 (21:13 +0000)]
ephysics_tests: copy forgotten stuff and svnignore

SVN revision: 80895

11 years agoephysics: cleanup after tests split
Bruno Dilly [Thu, 13 Dec 2012 21:07:06 +0000 (21:07 +0000)]
ephysics: cleanup after tests split

SVN revision: 80894

11 years agoCreate trunk/ephysics_tests
Bruno Dilly [Thu, 13 Dec 2012 21:03:41 +0000 (21:03 +0000)]
Create trunk/ephysics_tests

And mv / cp test stuff from ephysics to ephysics_tests

SVN revision: 80893

11 years agoephysics: prepare to split tests
Bruno Dilly [Thu, 13 Dec 2012 20:42:24 +0000 (20:42 +0000)]
ephysics: prepare to split tests

SVN revision: 80891

11 years agoupdating various translations
Massimo Maiurana [Thu, 13 Dec 2012 18:43:05 +0000 (18:43 +0000)]
updating various translations

SVN revision: 80888

11 years agoedje: update NEWS and Changelog
Bruno Dilly [Thu, 13 Dec 2012 15:55:12 +0000 (15:55 +0000)]
edje: update NEWS and Changelog

regarding physics and edje_player

SVN revision: 80883

11 years agoeeze/sensor: Fix leaks when getting allocated data from obj_get
Stefan Schmidt [Thu, 13 Dec 2012 15:54:29 +0000 (15:54 +0000)]
eeze/sensor: Fix leaks when getting allocated data from obj_get

SVN revision: 80882

11 years agoefl: fix cflags for the case that x_includes in not empty
Bruno Dilly [Thu, 13 Dec 2012 15:23:49 +0000 (15:23 +0000)]
efl: fix cflags for the case that x_includes in not empty

By Tomáš Čech <sleep_walker@suse.cz>

SVN revision: 80880

11 years agoevas/bidi: Make sure we access the correct memory here.
Stefan Schmidt [Thu, 13 Dec 2012 14:17:33 +0000 (14:17 +0000)]
evas/bidi: Make sure we access the correct memory here.

Without that it would crash as we just freed it and assigned the realloc
code to tmp_ret.

SVN revision: 80863

11 years agoeeze/sensor: Add more documentation and comment the code.
Stefan Schmidt [Thu, 13 Dec 2012 14:17:14 +0000 (14:17 +0000)]
eeze/sensor: Add more documentation and comment the code.

SVN revision: 80861

11 years agoedje: Return plain text in retrive surrounding text callback of entry
Jihoon Kim [Thu, 13 Dec 2012 11:35:41 +0000 (11:35 +0000)]
edje: Return plain text in retrive surrounding text callback of entry

SVN revision: 80825

11 years agoevas: fix case when we were in the middle of a charactere.
Cedric BAIL [Thu, 13 Dec 2012 10:36:00 +0000 (10:36 +0000)]
evas: fix case when we were in the middle of a charactere.

SVN revision: 80811

11 years agoefl: fix an uninitialized data path in OpenGL engine.
Cedric BAIL [Thu, 13 Dec 2012 10:26:02 +0000 (10:26 +0000)]
efl: fix an uninitialized data path in OpenGL engine.

SVN revision: 80808

11 years agoefl: fix potential segv in Evas software engine native_set code.
Cedric BAIL [Thu, 13 Dec 2012 09:46:32 +0000 (09:46 +0000)]
efl: fix potential segv in Evas software engine native_set code.

SVN revision: 80805

11 years agoevas: preserve ellipsis.
Cedric BAIL [Thu, 13 Dec 2012 06:50:08 +0000 (06:50 +0000)]
evas: preserve ellipsis.

SVN revision: 80797

11 years agomove escape and eio to IN-EFL.
Carsten Haitzler [Thu, 13 Dec 2012 05:32:12 +0000 (05:32 +0000)]
move escape and eio to IN-EFL.

SVN revision: 80794

11 years agoedje: don't expose private variable in our public API.
Cedric BAIL [Thu, 13 Dec 2012 05:30:54 +0000 (05:30 +0000)]
edje: don't expose private variable in our public API.

SVN revision: 80793

11 years agoevas: make Evas_Object_Text ellipsis handle faster by not recalculating what was...
Cedric BAIL [Thu, 13 Dec 2012 05:12:14 +0000 (05:12 +0000)]
evas: make Evas_Object_Text ellipsis handle faster by not recalculating what was already calculated.

SVN revision: 80790

11 years agoupdate pos
Carsten Haitzler [Thu, 13 Dec 2012 00:56:07 +0000 (00:56 +0000)]
update pos

SVN revision: 80789

11 years agoecore-evas moduels broke listing of modules... names all changed!
Carsten Haitzler [Thu, 13 Dec 2012 00:55:53 +0000 (00:55 +0000)]
ecore-evas moduels broke listing of modules... names all changed!
fix... the long ugly way! :(

SVN revision: 80788

11 years agoAdd eo's datadir to efl and make edje's build depend on ephysics (so one gets the...
Rui Seabra [Thu, 13 Dec 2012 00:08:41 +0000 (00:08 +0000)]
Add eo's datadir to efl and make edje's build depend on ephysics (so one gets the eventual goodies).

SVN revision: 80786

11 years agoefl: Fix possible memory corruption in ecore xrandr EDID functions
Daniel Willmann [Wed, 12 Dec 2012 17:23:09 +0000 (17:23 +0000)]
efl: Fix possible memory corruption in ecore xrandr EDID functions

Report from Klocwork. I checked that the actual max size of the name is
13 bytes. Now we allocate one more to hold the terminating NULL byte and
not write into unallocated memory.

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80773

11 years agoefl: Fix building examples when coverage is enabled
Daniel Willmann [Wed, 12 Dec 2012 16:21:32 +0000 (16:21 +0000)]
efl: Fix building examples when coverage is enabled

When we compile with coverage CFLAGS we also need to link with
-lcov

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80770

11 years agoeet: Fix possible buffer overflow in functions relying on EET_T_LAST.
Daniel Willmann [Wed, 12 Dec 2012 14:49:49 +0000 (14:49 +0000)]
eet: Fix possible buffer overflow in functions relying on EET_T_LAST.

Issue reported by Klocwork. Backport, ChangeLog, NEWS included

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80767

11 years agoedje: use Evas to compute Ellipsis.
Cedric BAIL [Wed, 12 Dec 2012 14:07:28 +0000 (14:07 +0000)]
edje: use Evas to compute Ellipsis.

Patch with help from Tom Hacohen.

SVN revision: 80764

11 years agoevas: add ellipsis support in evas.
Cedric BAIL [Wed, 12 Dec 2012 14:05:29 +0000 (14:05 +0000)]
evas: add ellipsis support in evas.

Patch done with help from Tom Hacohen.

SVN revision: 80763

11 years agoeo_step gdb script installation to help debugging of applications by
Daniel Zaoui [Wed, 12 Dec 2012 13:16:49 +0000 (13:16 +0000)]
eo_step gdb script installation to help debugging of applications by
stepping over Eo.
To do it:
- Write in ~/.gdbinit "source prefix/share/eo/eo_step.py" (prefix is usually/opt/e17)
- in gdb, when arriving to eo_function (eo_do, eo_do_super), execute
eo_step. This script will step into the code until it reaches a function
that doesn't belong to libeo.

Because of a bug in gdb that will be fixed in 7.6, if after having used the
script once, you rerun your application and reexecute the script, a
segmentation fault can occur. Sorry for the inconvenience.

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

11 years agoevas/gl - actually, this is correct.
ChunEon Park [Wed, 12 Dec 2012 12:39:32 +0000 (12:39 +0000)]
evas/gl - actually, this is correct.

SVN revision: 80758

11 years agoephysics: Don't build tests by default -> Avoid circular dependency hell
Daniel Willmann [Wed, 12 Dec 2012 10:16:55 +0000 (10:16 +0000)]
ephysics: Don't build tests by default -> Avoid circular dependency hell

ephysics tests need edje which needs ephysics.
The issue was rename of ephysics_soft_body_circle_add ->
ephysics_body_cylinder_add

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 80749

11 years agoefl: check that the object is not deleted or NULL before accessing it.
Cedric BAIL [Wed, 12 Dec 2012 09:45:49 +0000 (09:45 +0000)]
efl: check that the object is not deleted or NULL before accessing it.

SVN revision: 80744

11 years agoeeze/tests: Disable tests that will fail with -fvisibility=hidden
Stefan Schmidt [Wed, 12 Dec 2012 09:40:17 +0000 (09:40 +0000)]
eeze/tests: Disable tests that will fail with -fvisibility=hidden

On the one hand this also should have test coverage. On the other hand we
don't want to expose this as an public API. Disable for now so we don't
fail with -fvisibility=hidden.

SVN revision: 80743

11 years agoevas - fix the gl line inccorect position problem.
ChunEon Park [Wed, 12 Dec 2012 08:03:46 +0000 (08:03 +0000)]
evas - fix the gl line inccorect position problem.

I tested gl line drawing on a few devices and found the x line start position was 1.

On the other hand, our evas draws the line on start position 0.

So it needs to shift by 1 pixel if evas is working on gl backcned.

SVN revision: 80734

11 years agoephysics examples.dox: Apply ephysics api changes (r80716).
Daniel Juyung Seo [Tue, 11 Dec 2012 23:19:43 +0000 (23:19 +0000)]
ephysics examples.dox: Apply ephysics api changes (r80716).

SVN revision: 80727

11 years agoedje: update physics to handle ephysics API breakage
Bruno Dilly [Tue, 11 Dec 2012 21:30:38 +0000 (21:30 +0000)]
edje: update physics to handle ephysics API breakage

SVN revision: 80725

11 years agoEPhysics: test_soft_ellipsoid.c becomes test_soft_sphere.c
Leandro Dorileo [Tue, 11 Dec 2012 21:11:25 +0000 (21:11 +0000)]
EPhysics: test_soft_ellipsoid.c becomes test_soft_sphere.c

Following the renaming wave test_soft_ellipsoid.c is renamed to its
sphere counter part.

SVN revision: 80721

11 years agoEPhysics: soft_circle and soft_ellipsoid renaming
Leandro Dorileo [Tue, 11 Dec 2012 21:11:19 +0000 (21:11 +0000)]
EPhysics: soft_circle and soft_ellipsoid renaming

For sake of consistency moving soft_circle to soft_cylinder and
soft_ellipsoid becomes soft_sphere. Their face identification were
moved as well. The faces identifications were also unified.

SVN revision: 80720

11 years agoEPhysics: fix issues with force application
Leandro Dorileo [Tue, 11 Dec 2012 21:11:12 +0000 (21:11 +0000)]
EPhysics: fix issues with force application

This patch fixes the forces apply, the current implementation will
never apply it. We're also applying rate twice, get rid of rate on
forces_apply function.

SVN revision: 80719

11 years agoEPhysics: fix issues with rotation
Leandro Dorileo [Tue, 11 Dec 2012 21:11:07 +0000 (21:11 +0000)]
EPhysics: fix issues with rotation

We must convert degrees to radians wherever operating with angles.

SVN revision: 80718

11 years agoEPhysics: add ephysics_body_sphere_add() API
Leandro Dorileo [Tue, 11 Dec 2012 21:11:00 +0000 (21:11 +0000)]
EPhysics: add ephysics_body_sphere_add() API

SVN revision: 80717

11 years agoEPhysics: ephysics_body_circle_add() becomes ephysics_body_cylinder_add()
Leandro Dorileo [Tue, 11 Dec 2012 21:10:53 +0000 (21:10 +0000)]
EPhysics: ephysics_body_circle_add() becomes ephysics_body_cylinder_add()

SVN revision: 80716

11 years agoephysics: scan-build cleanup
Bruno Dilly [Tue, 11 Dec 2012 20:48:31 +0000 (20:48 +0000)]
ephysics: scan-build cleanup

SVN revision: 80714

11 years agoephysics: warn if try to use functions not implemented
Bruno Dilly [Tue, 11 Dec 2012 20:48:24 +0000 (20:48 +0000)]
ephysics: warn if try to use functions not implemented
 by clothes

SVN revision: 80713

11 years agoedbus: Dont create proxy of FDO.Instropectable
José Roberto de Souza [Tue, 11 Dec 2012 19:52:24 +0000 (19:52 +0000)]
edbus: Dont create proxy of FDO.Instropectable

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

SVN revision: 80712

11 years agoedbus: Dont create proxy of FDO.Peer
José Roberto de Souza [Tue, 11 Dec 2012 19:52:20 +0000 (19:52 +0000)]
edbus: Dont create proxy of FDO.Peer

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

SVN revision: 80711

11 years agoedbus: Fix typo in object manager
José Roberto de Souza [Tue, 11 Dec 2012 19:52:15 +0000 (19:52 +0000)]
edbus: Fix typo in object manager

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

SVN revision: 80710

11 years agoedbus: Dont create proxy of Object Manager on edbus_object_managed_objects_get()
José Roberto de Souza [Tue, 11 Dec 2012 19:52:11 +0000 (19:52 +0000)]
edbus: Dont create proxy of Object Manager on edbus_object_managed_objects_get()

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

SVN revision: 80709

11 years agoedbus: Only one ref of Properties interface in each object
José Roberto de Souza [Tue, 11 Dec 2012 19:52:06 +0000 (19:52 +0000)]
edbus: Only one ref of Properties interface in each object

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

SVN revision: 80708

11 years agoedbus: Better naming for FDO proxy in connection
Lucas De Marchi [Tue, 11 Dec 2012 19:52:02 +0000 (19:52 +0000)]
edbus: Better naming for FDO proxy in connection

Patch by: Lucas De Marchi <lucas.de.marchi@gmail.com>

SVN revision: 80707

11 years agoedbus: Keep only one reference of object and proxy of dbus daemon interface per conne...
José Roberto de Souza [Tue, 11 Dec 2012 19:51:38 +0000 (19:51 +0000)]
edbus: Keep only one reference of object and proxy of dbus daemon interface per connection

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

SVN revision: 80706

11 years agoedbus: simplify returning new ref of obj/proxy
Lucas De Marchi [Tue, 11 Dec 2012 19:51:34 +0000 (19:51 +0000)]
edbus: simplify returning new ref of obj/proxy

Patch by: Lucas De Marchi <lucas.de.marchi@gmail.com>

SVN revision: 80705

11 years agoedbus: Add ref to object and proxy in edbus_object/proxy_get
José Roberto de Souza [Tue, 11 Dec 2012 19:51:29 +0000 (19:51 +0000)]
edbus: Add ref to object and proxy in edbus_object/proxy_get

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

SVN revision: 80704

11 years agoedbus: Fix typo on doc of edbus_message_arguments_get
José Roberto de Souza [Tue, 11 Dec 2012 19:51:25 +0000 (19:51 +0000)]
edbus: Fix typo on doc of edbus_message_arguments_get

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

SVN revision: 80703

11 years agoedbus: Add object method call
José Roberto de Souza [Tue, 11 Dec 2012 19:51:20 +0000 (19:51 +0000)]
edbus: Add object method call

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

SVN revision: 80702

11 years agoedbus: Add missing break in edbus_message_from_eina_value
José Roberto de Souza [Tue, 11 Dec 2012 19:51:16 +0000 (19:51 +0000)]
edbus: Add missing break in edbus_message_from_eina_value

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

SVN revision: 80701

11 years agoedbus: Add example for reading str array inside a variant using eina_value
José Roberto de Souza [Tue, 11 Dec 2012 19:51:12 +0000 (19:51 +0000)]
edbus: Add example for reading str array inside a variant using eina_value

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

SVN revision: 80700

11 years agoedbus: Change some function parameters to const
José Roberto de Souza [Tue, 11 Dec 2012 19:51:02 +0000 (19:51 +0000)]
edbus: Change some function parameters to const

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

SVN revision: 80699