José Roberto de Souza [Fri, 26 Oct 2012 18:19:52 +0000 (18:19 +0000)]
edbus: Parse Eina_Value to edbus_message
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78548
José Roberto de Souza [Fri, 26 Oct 2012 18:19:46 +0000 (18:19 +0000)]
edbus: Add edbus_proxy_properties_changed_callback_add
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78547
José Roberto de Souza [Fri, 26 Oct 2012 18:19:42 +0000 (18:19 +0000)]
edbus: Add edbus_proxy_property_local_get and get_all
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78546
Lucas De Marchi [Fri, 26 Oct 2012 18:19:37 +0000 (18:19 +0000)]
edbus: Mark properties_signal to be removed
SVN revision: 78545
José Roberto de Souza [Fri, 26 Oct 2012 18:19:32 +0000 (18:19 +0000)]
edbus: Implementation of EDBUS_PROXY_EVENTS and edbus_proxy_properties_monitor
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78544
José Roberto de Souza [Fri, 26 Oct 2012 18:19:25 +0000 (18:19 +0000)]
edbus: Parse EDBus_Message to Eina_Value
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78543
Lucas De Marchi [Fri, 26 Oct 2012 16:46:06 +0000 (16:46 +0000)]
edbus: Fix remaining signature with EDBUS_ARGS({ NULL, NULL })
SVN revision: 78542
José Roberto de Souza [Fri, 26 Oct 2012 16:45:58 +0000 (16:45 +0000)]
edbus: Fix instrospect signature
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78541
Michael BOUCHAUD [Fri, 26 Oct 2012 13:17:20 +0000 (13:17 +0000)]
edje: oops ^^
SVN revision: 78532
ChunEon Park [Fri, 26 Oct 2012 12:44:52 +0000 (12:44 +0000)]
evas/event - fill the insufficient source events calls funcs.
pain in my ass!
Still source_mouse_in, source_mouse_out needs to be implemented.
SVN revision: 78531
ChunEon Park [Fri, 26 Oct 2012 12:36:08 +0000 (12:36 +0000)]
evas - eeeeek. my fault.
SVN revision: 78530
ChunEon Park [Fri, 26 Oct 2012 12:23:35 +0000 (12:23 +0000)]
evas/event - fixed memory leak in multi move
SVN revision: 78528
Vincent Torri [Fri, 26 Oct 2012 10:35:21 +0000 (10:35 +0000)]
evas: fix maintainer-clean rule
SVN revision: 78520
Michael BOUCHAUD [Fri, 26 Oct 2012 10:15:35 +0000 (10:15 +0000)]
edje: fix scale set on box and table
SVN revision: 78517
Vincent Torri [Fri, 26 Oct 2012 09:06:30 +0000 (09:06 +0000)]
merge: update Doxyfile
SVN revision: 78513
Vincent Torri [Fri, 26 Oct 2012 09:01:52 +0000 (09:01 +0000)]
merge: add embryo
please check and report problems (not cosmetic ones)
someone should update the efl.spec.in file, i don't know that stuff
SVN revision: 78512
Vincent Torri [Fri, 26 Oct 2012 06:57:11 +0000 (06:57 +0000)]
merge: add a holdall variable
SVN revision: 78503
Vincent Torri [Fri, 26 Oct 2012 06:44:50 +0000 (06:44 +0000)]
embryo: even more simplifications
SVN revision: 78502
ChunEon Park [Fri, 26 Oct 2012 05:52:42 +0000 (05:52 +0000)]
evas/events - refactoring for optimization events handling (lazy processing)
SVN revision: 78500
ChunEon Park [Fri, 26 Oct 2012 04:41:59 +0000 (04:41 +0000)]
evas/event - don't loop continuosly as possible when event is frozen
SVN revision: 78499
Cedric BAIL [Fri, 26 Oct 2012 04:29:58 +0000 (04:29 +0000)]
edje: let edje_cc warning get through edje_watch.
SVN revision: 78498
Vincent Torri [Thu, 25 Oct 2012 22:07:32 +0000 (22:07 +0000)]
Embryo: simplify autotools on Windows
SVN revision: 78496
Vincent Torri [Thu, 25 Oct 2012 22:01:28 +0000 (22:01 +0000)]
merge: -Wl,--enable-auto-import is useless with recent versions of gcc on Windows
SVN revision: 78495
Leandro Dorileo [Thu, 25 Oct 2012 21:55:48 +0000 (21:55 +0000)]
EPhysics: flag - cloth test, remove unneeded
boundaries
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78493
Bruno Dilly [Thu, 25 Oct 2012 21:55:35 +0000 (21:55 +0000)]
ephysics: fix test "rotating forever"
It should delete timers when evas object is deleted, not when
body is deleted.
SVN revision: 78492
Bruno Dilly [Thu, 25 Oct 2012 21:55:23 +0000 (21:55 +0000)]
ephysics: support disabling stacking based on Z axis
Since now we support movement on Z axis the evas objects
associated to bodies need to be re-stacked to be below / above
each other.
But if Z axis movement is disabled, no cloth is used, ...,
it can be safely disabled, since evas objects won't overlap.
And it will save performance.
SVN revision: 78491
Bruno Dilly [Thu, 25 Oct 2012 21:55:14 +0000 (21:55 +0000)]
ephysics: docs fixes (missing params / typos)
SVN revision: 78490
Bruno Dilly [Thu, 25 Oct 2012 21:55:03 +0000 (21:55 +0000)]
ephysics: stack respect body adding order for same z
When bodies have the same z coordinate, the added first will
be below the others.
SVN revision: 78489
Leandro Dorileo [Thu, 25 Oct 2012 21:54:55 +0000 (21:54 +0000)]
EPhysics: make anchors harder
This patch resets the anchors nodes mass proportional to the mesh
size so it becomes harder. For that we also handle the mass resetting
to leave anchors and dragging nodes in their current state.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78488
Leandro Dorileo [Thu, 25 Oct 2012 21:54:48 +0000 (21:54 +0000)]
EPhysics: cloth add receives the number of rows and
columns
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78487
Leandro Dorileo [Thu, 25 Oct 2012 21:54:37 +0000 (21:54 +0000)]
EPhysics: soft body position solver iterations
This patch introduces getters and setters API for setting the
soft body position solver iterations.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78486
Bruno Dilly [Thu, 25 Oct 2012 21:54:29 +0000 (21:54 +0000)]
ephysics: remove unneeded code from slices init
function
SVN revision: 78485
Bruno Dilly [Thu, 25 Oct 2012 21:54:22 +0000 (21:54 +0000)]
ephysics: fix segfault on restack
SVN revision: 78484
Bruno Dilly [Thu, 25 Oct 2012 21:54:14 +0000 (21:54 +0000)]
ephysics: fix soft body slicing
Also, fix evas_object_set on cases when it shouldn't use
evas object geometry.
SVN revision: 78483
Leandro Dorileo [Thu, 25 Oct 2012 21:54:06 +0000 (21:54 +0000)]
EPhysics: soft body geometry get fix
Since every shape has its own implementation for local scaling it`s
better to trust just our selves and hold it for further calculations.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78482
Leandro Dorileo [Thu, 25 Oct 2012 21:53:59 +0000 (21:53 +0000)]
EPhysics: ephysics_body_move cloth support
Implementation of body moving for cloth bodies.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78481
Leandro Dorileo [Thu, 25 Oct 2012 21:53:51 +0000 (21:53 +0000)]
EPhysics: implement central impulse apply for cloth
bodies
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78480
Leandro Dorileo [Thu, 25 Oct 2012 21:53:44 +0000 (21:53 +0000)]
EPhysics: no need to anchor props
Actually for cloth anchors its hardness must always be 0.8.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78479
Bruno Dilly [Thu, 25 Oct 2012 21:53:37 +0000 (21:53 +0000)]
ephysics: apply perspective and back face culling on
soft body
SVN revision: 78478
Bruno Dilly [Thu, 25 Oct 2012 21:53:30 +0000 (21:53 +0000)]
ephysics: invert clothes mesh
So objects won't be back-facing the camera.
SVN revision: 78477
Bruno Dilly [Thu, 25 Oct 2012 21:53:23 +0000 (21:53 +0000)]
ephysics: support light on soft bodies
SVN revision: 78476
Bruno Dilly [Thu, 25 Oct 2012 21:53:16 +0000 (21:53 +0000)]
ephysics: let all slice map stuff only on slice apply
Instead of some settings on slice init and others on apply.
It will be required to apply light and other things.
SVN revision: 78475
Leandro Dorileo [Thu, 25 Oct 2012 21:53:08 +0000 (21:53 +0000)]
EPhysics: do not call update deleted object
If a body has been marked for deletion do not updated it neither call
its BODY_UPDATE callbacks.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78474
Vincent Torri [Thu, 25 Oct 2012 21:25:59 +0000 (21:25 +0000)]
fix++
SVN revision: 78473
ChunEon Park [Thu, 25 Oct 2012 15:24:27 +0000 (15:24 +0000)]
evas/proxy - rename variables to be shorter.
SVN revision: 78460
ChunEon Park [Thu, 25 Oct 2012 15:12:54 +0000 (15:12 +0000)]
evas/events - separate source_events feed functions. need to care more.
SVN revision: 78458
ChunEon Park [Thu, 25 Oct 2012 15:05:06 +0000 (15:05 +0000)]
evas - updated NEWS and Changelog
SVN revision: 78457
Carsten Haitzler [Thu, 25 Oct 2012 11:31:20 +0000 (11:31 +0000)]
oops printf--
SVN revision: 78445
Carsten Haitzler [Thu, 25 Oct 2012 11:28:12 +0000 (11:28 +0000)]
fix minor case of the segv's in evas.
SVN revision: 78443
Daniel Zaoui [Thu, 25 Oct 2012 09:56:31 +0000 (09:56 +0000)]
Fix for elementary_codegen and edje_codegen
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78436
Daniel Zaoui [Thu, 25 Oct 2012 09:56:27 +0000 (09:56 +0000)]
Compilation fixes
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78435
Cedric BAIL [Thu, 25 Oct 2012 08:02:31 +0000 (08:02 +0000)]
evas: give a Warp 10 engine to XPM loader !
NOTE: If anyone know the moron who did think it was a
great idea to make XPM the Freedesktop recommanded
choice for icons, please give him a huge SPANK for me !
NOTE: There is in fact no reason why CServe2 and default
loader code are not shared. The number of different line
is small. I highly advise we make the effort to merge
them back soon.
SVN revision: 78424
ChunEon Park [Thu, 25 Oct 2012 05:28:12 +0000 (05:28 +0000)]
evas - added Evas_Coord_Size, Evas_Coord_Precision_Size types
SVN revision: 78417
Vincent Torri [Thu, 25 Oct 2012 05:21:58 +0000 (05:21 +0000)]
Eina: add affinity to win32 code.
It's not working yet:
* eina_thread.c:152:33: error: 'index' undeclared (first use in this function)
* eina_thread.c:295:4: warning: passing argument 3 of '_eina_thread_win32_create' from incompatible pointer type [enabled by default]
also:
* line 142, is it normal that we call eina_list_append() with tw being NULL ?
* is what I did in the close_thread label correct ?
SVN revision: 78416
ChunEon Park [Thu, 25 Oct 2012 04:03:06 +0000 (04:03 +0000)]
evas/event - optimize to not transform coordinates again in map enabled case.
SVN revision: 78415
Gustavo Sverzut Barbieri [Wed, 24 Oct 2012 21:51:59 +0000 (21:51 +0000)]
oops... thanks stefan and build bot.
I don't have eo here, so I can't test newer edje... not even compile :-P
SVN revision: 78413
Stefan Schmidt [Wed, 24 Oct 2012 19:50:29 +0000 (19:50 +0000)]
Doxyfile.in: Remove obsolte doxygen tags from all our Doxyfile.in files.
Doygen tells us:
warning: Tag `SHOW_DIRECTORIES' at line 507 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `HTML_ALIGN_MEMBERS' at line 879 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
warning: Tag `USE_INLINE_TREES' at line 1065 of file Doxyfile has become obsolete.
To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
So we are nice and remove them. A yay for the day where we have amerged tree and
not two dozens of Doxyfile.in files floating around.
SVN revision: 78409
Gustavo Sverzut Barbieri [Wed, 24 Oct 2012 19:04:01 +0000 (19:04 +0000)]
abort if cannot create /tmp file for cpp (epp).
one user complained that if /tmp wasn't writable (...?) it would keep
going but would abort with a message that his #define were not being
replaced, which is strange.
at the end the reason was it did not abort on mkstemp() failure.
SVN revision: 78408
Cedric BAIL [Wed, 24 Oct 2012 09:25:44 +0000 (09:25 +0000)]
evas: unbork build of non static also.
m4 macro would be of a great use to simplify this mess.
SVN revision: 78393
Cedric BAIL [Wed, 24 Oct 2012 08:46:25 +0000 (08:46 +0000)]
evas: fix borked static module support.
SVN revision: 78392
ChunEon Park [Wed, 24 Oct 2012 07:34:20 +0000 (07:34 +0000)]
evas - NEWS, Changelog
SVN revision: 78391
ChunEon Park [Wed, 24 Oct 2012 07:14:52 +0000 (07:14 +0000)]
evas/event - no more valid.
SVN revision: 78390
ChunEon Park [Wed, 24 Oct 2012 07:10:17 +0000 (07:10 +0000)]
evas/events - fix source event pass for map transformed.
SVN revision: 78389
ChunEon Park [Wed, 24 Oct 2012 06:17:28 +0000 (06:17 +0000)]
evas/events - add missing since
SVN revision: 78387
ChunEon Park [Wed, 24 Oct 2012 06:15:21 +0000 (06:15 +0000)]
evas/event - dont pass events when source_events is false
SVN revision: 78386
ChunEon Park [Wed, 24 Oct 2012 04:36:02 +0000 (04:36 +0000)]
evas/event - refactoring for less code
SVN revision: 78383
Cedric BAIL [Wed, 24 Oct 2012 02:59:56 +0000 (02:59 +0000)]
evas: fix gl_sdl b0rk.
SVN revision: 78381
ChunEon Park [Wed, 24 Oct 2012 01:36:29 +0000 (01:36 +0000)]
evas/image - [E-devel] [PATCH][Evas] improve the evas_object_image_source_visible_set docs
Hi,
Attached goes a patch improving the evas_object_image_source_visible_set
documentation.
Regards,
Signed-Off-By: Leandro Dorileo<dorileo@profusion.mobi>
SVN revision: 78379
Tom Hacohen [Tue, 23 Oct 2012 10:01:50 +0000 (10:01 +0000)]
Eo: Fixed compilation warning.
SVN revision: 78366
Tom Hacohen [Tue, 23 Oct 2012 09:56:39 +0000 (09:56 +0000)]
Efl eo: Fixed compilation warnings.
SVN revision: 78365
Carsten Haitzler [Tue, 23 Oct 2012 08:55:22 +0000 (08:55 +0000)]
fix possible size set segv in gl engine.
SVN revision: 78363
ChunEon Park [Tue, 23 Oct 2012 08:44:11 +0000 (08:44 +0000)]
evas/proxy - added 2 more apis. not enough yet. will fix them soon.
evas_object_image_source_events_set/get
SVN revision: 78361
Tom Hacohen [Tue, 23 Oct 2012 07:25:29 +0000 (07:25 +0000)]
Evas textgrid: Fixed compilation warning.
SVN revision: 78360
Vincent Torri [Tue, 23 Oct 2012 06:30:48 +0000 (06:30 +0000)]
cosmetic
SVN revision: 78359
Daniel Zaoui [Tue, 23 Oct 2012 06:26:40 +0000 (06:26 +0000)]
Add @since 1.8 to all the defines added for Eo in Evas.h + fixes after
make doc.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78358
Christopher Michael [Tue, 23 Oct 2012 06:16:13 +0000 (06:16 +0000)]
Edje: Fix uninitialized variable warning.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78357
Christopher Michael [Tue, 23 Oct 2012 06:16:08 +0000 (06:16 +0000)]
Edje: Makes no sense to call evas_object_evas_get Again when we
previously called it a few lines above.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78356
Vincent Torri [Tue, 23 Oct 2012 06:12:37 +0000 (06:12 +0000)]
merge: move stuff
SVN revision: 78355
Vincent Torri [Tue, 23 Oct 2012 05:56:57 +0000 (05:56 +0000)]
merge: add version for Evil requirements
SVN revision: 78351
Vincent Torri [Tue, 23 Oct 2012 05:43:57 +0000 (05:43 +0000)]
merge: pass directly to the preprocessor the Windows macro instead of using autotools
SVN revision: 78350
Vincent Torri [Tue, 23 Oct 2012 05:23:25 +0000 (05:23 +0000)]
merge: use package version instead of 1.7.99
SVN revision: 78349
Vincent Torri [Mon, 22 Oct 2012 21:31:10 +0000 (21:31 +0000)]
merge: useless (and wrong anyway) test, add reminder, and remove comment
SVN revision: 78346
Vincent Torri [Mon, 22 Oct 2012 21:16:49 +0000 (21:16 +0000)]
merge: better output
SVN revision: 78345
Vincent Torri [Mon, 22 Oct 2012 21:05:28 +0000 (21:05 +0000)]
and that one too
SVN revision: 78344
Vincent Torri [Mon, 22 Oct 2012 21:03:29 +0000 (21:03 +0000)]
merge: remove useless define
SVN revision: 78343
Vincent Torri [Mon, 22 Oct 2012 20:54:19 +0000 (20:54 +0000)]
merge: more cosmetic changes
SVN revision: 78342
Vincent Torri [Mon, 22 Oct 2012 20:19:48 +0000 (20:19 +0000)]
merge: more quoted macros
SVN revision: 78341
Vincent Torri [Mon, 22 Oct 2012 20:07:04 +0000 (20:07 +0000)]
merge: minor cleanup
SVN revision: 78340
Rafael Antognolli [Mon, 22 Oct 2012 20:02:35 +0000 (20:02 +0000)]
evas/build: Fix examples building enable/disable.
It should be disable if the dependencies were NOT found.
SVN revision: 78339
Gustavo Sverzut Barbieri [Mon, 22 Oct 2012 19:56:05 +0000 (19:56 +0000)]
efl: use EINA_CONFIG() instead of manual if-define-endif-AC_SUBST
bad cedric, did not look around in the file :-)
SVN revision: 78338
ChunEon Park [Mon, 22 Oct 2012 10:30:52 +0000 (10:30 +0000)]
evas - ahhh . fixed typo again.
SVN revision: 78329
ChunEon Park [Mon, 22 Oct 2012 10:28:52 +0000 (10:28 +0000)]
evas - fixed typo
SVN revision: 78328
ChunEon Park [Mon, 22 Oct 2012 10:27:08 +0000 (10:27 +0000)]
evas/proxy - fill the eo op description
SVN revision: 78327
Daniel Zaoui [Mon, 22 Oct 2012 09:36:23 +0000 (09:36 +0000)]
Fix for amalgamation.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78325
ChunEon Park [Mon, 22 Oct 2012 08:59:32 +0000 (08:59 +0000)]
evas/render - update where source object visiblity is changed
SVN revision: 78324
Daniel Zaoui [Mon, 22 Oct 2012 08:57:08 +0000 (08:57 +0000)]
Fix for Clouseau. Seems that some bugs remain on Evas.
Sorry for the inconvenience.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78323
Daniel Zaoui [Mon, 22 Oct 2012 08:57:02 +0000 (08:57 +0000)]
Add Doxygen descriptions for the evas objects and evas canvas new
defines.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78322
WooHyun Jung [Mon, 22 Oct 2012 08:28:55 +0000 (08:28 +0000)]
evas : Additional explanation for style tag in evas textblock.
SVN revision: 78319
ChunEon Park [Mon, 22 Oct 2012 06:48:21 +0000 (06:48 +0000)]
evas/event - sorry. nevermind. it's ok.
SVN revision: 78317
ChunEon Park [Mon, 22 Oct 2012 06:45:15 +0000 (06:45 +0000)]
evas/event - my commit caused some problem. revert temporarly.
SVN revision: 78316