Commit Graph

19840 Commits

Author SHA1 Message Date
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
Stefan Schmidt ad8bcedc11 efreet: Add header to files to pass distcheck
SVN revision: 78940
2012-11-06 13:36:09 +00:00
Mike McCormack 5faaa68c99 ecore: Add thread safety support to ecore pipe
Fixes hang in edje_codegen with thread safe ecore enabled.
ecore_shutdown takes lock, then calls _ecore_pipe_read, which
makes callbacks without unlocking ecore.

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

SVN revision: 78937
2012-11-06 10:49:05 +00:00
Vincent Torri 3b16fb0fe3 merge: windows: i will support only gcc >= 4.7.2, where -mms-bitfields is eanbled by default
SVN revision: 78936
2012-11-06 06:57:51 +00:00
Vincent Torri e47bd2a9a5 merge: evas
* remove magic debug output in evas part
 * always use version for pc file, it's actually safe
 * fix compilation of gl-sdl
 * avoid circular dependency of libevas on itself


SVN revision: 78935
2012-11-05 23:48:30 +00:00
Sebastian Dransfeld e1f16731ef ecore: remove non-sys/inotify.h codepaths
sys/inotify.h was added to glibc 2.4 in 2006.

Patch by: Adrian Bunk

SVN revision: 78933
2012-11-05 21:59:39 +00:00
Carsten Haitzler fd2993a86f efl: pass distcheck.
SVN revision: 78924
2012-11-05 14:42:44 +00:00
Rafael Antognolli db1ef2dad7 evas: Fix wayland-egl build on merged efl tree.
SVN revision: 78920
2012-11-05 11:08:37 +00:00
Vincent Torri 8091219f10 merge: evas fixes
* gl engines were checking for eet module, which does not
   exist when we install first the efl package.
 * fix pkgconfig values for static linking
 * add Evas output to configure


SVN revision: 78918
2012-11-05 09:25:44 +00:00
Vincent Torri 741703b11d merge: some more. I'll simplify all that later
SVN revision: 78901
2012-11-04 14:34:42 +00:00
Vincent Torri 184dce8d7b merge: fix compilation outside the treee and maybe also some DSO problems
SVN revision: 78900
2012-11-04 13:40:18 +00:00
Vincent Torri c15e9c6575 merge: and now Evas
I've tested make -j 3 install and it works nicely

I've tested expedite with software and opengl xlib,
and it works. Not tested other engines, so please
report any problems (engines or other) on the ML.

TODO: examples and tests, I'll add them later

ISSUE: Eina_Unicode size check. It indirectly depends on
       eina_config.h, which is created at the end of the
       configure script. So its size is always 0. I don't
       know how that size is used, so I can't do a lot,
       for now.


SVN revision: 78895
2012-11-04 11:51:42 +00:00
Sebastian Dransfeld a5ac6a987c efreet: better english
SVN revision: 78889
2012-11-03 21:44:11 +00:00
Sebastian Dransfeld 06fd5c1fbb efreet: ChangeLog and NEWS
SVN revision: 78888
2012-11-03 21:44:07 +00:00
Sebastian Dransfeld faefc75e95 edbus: Fix typo
SVN revision: 78887
2012-11-03 21:43:40 +00:00
Rafael Antognolli e7775c042e emotion/generic: Mark file as not ready during partial shutdown.
This should fix ticket #1586.

SVN revision: 78886
2012-11-03 16:04:09 +00:00
ChunEon Park 6cbd91c893 evas - I forgot vincent's work... Next time!
SVN revision: 78884
2012-11-03 13:29:49 +00:00
ChunEon Park 6151a422e0 evas - .... I forgot vincent's work. next time.
SVN revision: 78883
2012-11-03 13:29:13 +00:00
ChunEon Park 3b74ce2dbd evas - clean the unused code.
SVN revision: 78882
2012-11-03 13:25:13 +00:00
ChunEon Park 34fee5ae82 evas/object - no need to update events when source is invisible
SVN revision: 78881
2012-11-03 13:20:01 +00:00
Sebastian Dransfeld 2bdc89808c efreet: check desktop-directories
SVN revision: 78875
2012-11-02 20:12:47 +00:00
Sebastian Dransfeld 6e85b4bfcc efreet: track efreetd clients
SVN revision: 78874
2012-11-02 20:12:41 +00:00
Sebastian Dransfeld d96f7e9f98 edbus2: quiet warning (again)
Say what you want, but this creates quite a lot of warnings, and
warnings when including another header into a project is no good. I want
to just see my own warnings.

So as long as there is only two NULLs, please let them be there.

SVN revision: 78873
2012-11-02 20:12:27 +00:00