Commit Graph

19662 Commits

Author SHA1 Message Date
Vincent Torri 16b4384529 merge: i should have compiled first...
SVN revision: 79063
2012-11-09 20:15:50 +00:00
Vincent Torri 758d52861e merge: clean gcno files
SVN revision: 79062
2012-11-09 19:44:17 +00:00
Tom Hacohen 0bf81a35f0 Efl eo: "Fixed" eo tests.
It doesn't affect proto/eobj so no need to do it there too.
There are things we only test if NDEBUG is not passed to Eo. Eo itself was
compiled with NDEBUG but the tests were not notified about it so those tests
failed.
Many thanks to Vincent and Stefan for bugging me about it non-stop, without
you guys, I may never have gotten to it.

SVN revision: 79059
2012-11-09 19:23:21 +00:00
Leandro Dorileo 31069a97ce EPhysics: sandbox reduce time resolution
Reduce simulation time resolution to avoid soft body penetration.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 79058
2012-11-09 18:58:57 +00:00
Leandro Dorileo d0f93b0aaa EPhysics: do not wait to disassociate a boundary
If a user has asked for a boundary deletion do not wait until body_del
callback to clean it up to avoid returning a body marked for deletion
case the user decided to add it again.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 79057
2012-11-09 18:58:51 +00:00
Leandro Dorileo be9c5adb45 EPhysics: fix soft body geometry set
Issue found on ephysics_sandbox. The scale was been applied considering
the rigid body behaviour. This patch applies a reverse scale then scale
again.


Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 79056
2012-11-09 18:58:43 +00:00
Leandro Dorileo 8fa96610bb EPhysics: get rid of soft_data
Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 79055
2012-11-09 18:58:38 +00:00
Bruno Dilly 620a0a1ac7 ephysics: toggle theme
SVN revision: 79054
2012-11-09 18:58:32 +00:00
Bruno Dilly b25a7d2816 ephysics: small fixes on grab test
Remove unneeded field of drag structure and vars, rename vars,
add checks, fix indenting.



SVN revision: 79053
2012-11-09 18:58:23 +00:00
Bruno Dilly 6b66a1854a ephysics: todo--
SVN revision: 79052
2012-11-09 18:58:18 +00:00
Bruno Dilly 554a41089e ephysics: add toggle on tests with light
So users can see impacts caused by using light.



SVN revision: 79051
2012-11-09 18:58:12 +00:00
Bruno Dilly ac4f92f547 ephysics: add coins test requested by Raster
Just giving his 2 cents.

credits:
 joke: acidx
 images: marina



SVN revision: 79050
2012-11-09 18:57:58 +00:00
Bruno Dilly 53b29208ee ephysics: implement update of cylinder faces
SVN revision: 79049
2012-11-09 18:57:51 +00:00
Bruno Dilly 77f193677b ephysics: fix evas object rotation based on body
Inverts y component.



SVN revision: 79048
2012-11-09 18:53:38 +00:00
Bruno Dilly 06bf7b0761 ephysics: add dices test
SVN revision: 79047
2012-11-09 18:53:26 +00:00
Bruno Dilly 8a70256010 ephysics: use macros on cubes and balls theme
SVN revision: 79046
2012-11-09 18:53:17 +00:00
Bruno Dilly d2ed5cbb47 ephysics: implement update of box faces objects
SVN revision: 79045
2012-11-09 18:53:11 +00:00
Bruno Dilly 02d3fdb54b ephysics: use integer on body struct to store shape
Instead of comparing strings to return of bullet collision shapes



SVN revision: 79044
2012-11-09 18:53:04 +00:00
Bruno Dilly 3d9cf4bd2b ephysics: fix outdates docs regarding light
SVN revision: 79043
2012-11-09 18:52:55 +00:00
Bruno Dilly 530c8b4310 ephysics: use a common API to add faces for all types
of body




SVN revision: 79042
2012-11-09 18:52:49 +00:00
Bruno Dilly 61d7e5e30e ephysics: support multiple evas objects associated to
body




SVN revision: 79041
2012-11-09 18:52:42 +00:00
Bruno Dilly 7af37b3980 ephysics: don't mess with body's depth when setting
evas object




SVN revision: 79040
2012-11-09 18:52:35 +00:00
Bruno Dilly de06c6bc18 ephysics: fix body geometry initialization
Getting geometry from a recently created body was retuning zeros.



SVN revision: 79039
2012-11-09 18:52:28 +00:00
Bruno Dilly 560c3e6fa8 ephysics: improve body struct readability a bit
Actually ephysics body deserves a redesign, since it differs
a lot between types. It wasn't previewed.



SVN revision: 79038
2012-11-09 18:52:22 +00:00
Bruno Dilly 5d465e1c04 ephysics: check for side value on anchors full add
function




SVN revision: 79037
2012-11-09 18:52:16 +00:00
José Roberto de Souza 5169b73515 edbus: Add invalidate to EDBus_Property
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 79036
2012-11-09 18:35:20 +00:00
José Roberto de Souza ffc6f5cf9f edbus: Implement DBus.Properties for services
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 79035
2012-11-09 18:35:14 +00:00
Christopher Michael ec5d3e18f8 Remove unused variable about source visibility.
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>

SVN revision: 79033
2012-11-09 17:54:09 +00:00
Christopher Michael ae12f5efa9 Fix shadowed variable warnings.
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>

SVN revision: 79032
2012-11-09 17:54:00 +00:00
Stefan Schmidt b9de9d2395 efl: Use wildcards in .gitignore
Instead of listing every single .dirstamp path we could just use a wildcard.
Do the same for the .gcnocoverage files.

SVN revision: 79028
2012-11-09 15:32:31 +00:00
Carsten Haitzler 0462ae7dda this is a new segv... get it with e17's language selector in wizard! :(
SVN revision: 79027
2012-11-09 15:02:39 +00:00
Rafael Antognolli 9a673b2d4c evas/wayland_egl: Check re->win before calling glMakeCurrent.
This pointer could be NULL if the window was hidden before calling
glMakeCurrent, which would make the program crash. In fact, at least
elm_win hides the window before actually deleting it (thus calling this
function).

SVN revision: 79017
2012-11-09 11:13:26 +00:00
Daniel Juyung Seo 156671674b edje edje_codegen.c: Fixed 'may be used uninitialized' warnings.
SVN revision: 79008
2012-11-09 03:54:52 +00:00
Massimo Maiurana 4f7b378803 updating galician translations
SVN revision: 79001
2012-11-08 16:32:34 +00:00
Massimo Maiurana bb6f93ca5d updating spanish translations
SVN revision: 79000
2012-11-08 16:23:08 +00:00
Lucas De Marchi 230f8ad8f3 efl/evas: Fix using sse3 for all files
We need to pass -sse3 to compile only in the file that checks for SSE3.
Otherwise even for plain C compiler is free to use sse3 instructions. But they
won't work if the CPU doesn't support it and therefore will SIGILL.




SVN revision: 78973
2012-11-07 17:37:35 +00:00
Rafael Antognolli 508585c48b ecore/wayland: Consider the framespace offset for the pointer object.
We have to subtract the framespace offset from the current set pointer
object, otherwise it will have that offset added to it when
evas_object_move() is done on it. This happens because the pointer
object has no parent, and is not marked with the flag "is_frame".

SVN revision: 78972
2012-11-07 16:12:18 +00:00
Rafael Antognolli 76f067b9fb ecore/wayland: Implement the object_cursor_set method for wayland.
This allows to specify an Evas_Object (e.g. an edje object) as cursor
theme.

SVN revision: 78971
2012-11-07 16:12:14 +00:00
Rafael Antognolli 5ba83e3cdc ecore/wayland: Don't reset cursor theme on every mouse move.
The cursor theme just needs to be updated on mouse in/out events.
Otherwise, if it is explicitly hidden by something else, it will become
visible again after another mouse move event.

SVN revision: 78970
2012-11-07 16:11:20 +00:00
Rafael Antognolli 5f4b30568b evas/wayland: set engine flags, instead of loader flags.
This was probably a typo.

SVN revision: 78969
2012-11-07 16:00:34 +00:00
Rafael Antognolli 0d19a3b349 Evas: build gl_xlib and gl_xcb even when gles flavor is selected.
SVN revision: 78968
2012-11-07 13:31:31 +00:00
Daniel Juyung Seo 99ce2c390e edje edc.vim: Added minmul to edc vim keyword.
SVN revision: 78965
2012-11-07 08:49:42 +00:00
Daniel Juyung Seo eee0fed1a0 efl .gitignore: Updated git ignore.
SVN revision: 78962
2012-11-07 08:49:25 +00:00
Vincent Torri e5eb117bb5 Ethumb: fix library linking on Cygwin
Patch by Yaakov Selkowitz


SVN revision: 78959
2012-11-07 06:38:40 +00:00
Vincent Torri 58c54602a6 Ecore: fix library linking on Cygwin + small cleanup
Patch by Yaakov Selkowitz (myself for the small cleanup)


SVN revision: 78956
2012-11-07 05:50:18 +00:00
Vincent Torri c9cece3c2a Evas: cygwin port
Patch by Yaakov Selkowitz


SVN revision: 78955
2012-11-07 05:41:08 +00:00
Vincent Torri af05d9234a Eina: set module arch for cygwin
Patch by Yaakov Selkowitz


SVN revision: 78954
2012-11-07 00:52:49 +00:00
Vincent Torri db5c257d1a Eina: Compilation on cygwin
Patch by Yaakov Selkowitz, thanks :)


SVN revision: 78953
2012-11-07 00:48:10 +00:00
Vincent Torri c163de7b32 merge: fix compilation on Windows
SVN revision: 78952
2012-11-06 23:07:05 +00:00
Sebastian Dransfeld 51db47a9d3 efl: ignore++
SVN revision: 78949
2012-11-06 21:31:14 +00:00