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
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
Carsten Haitzler [Thu, 13 Dec 2012 00:56:07 +0000 (00:56 +0000)]
update pos
SVN revision: 80789
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
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
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
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
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
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
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
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
ChunEon Park [Wed, 12 Dec 2012 12:39:32 +0000 (12:39 +0000)]
evas/gl - actually, this is correct.
SVN revision: 80758
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
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
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
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
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
Bruno Dilly [Tue, 11 Dec 2012 21:30:38 +0000 (21:30 +0000)]
edje: update physics to handle ephysics API breakage
SVN revision: 80725
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
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
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
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
Leandro Dorileo [Tue, 11 Dec 2012 21:11:00 +0000 (21:11 +0000)]
EPhysics: add ephysics_body_sphere_add() API
SVN revision: 80717
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
Bruno Dilly [Tue, 11 Dec 2012 20:48:31 +0000 (20:48 +0000)]
ephysics: scan-build cleanup
SVN revision: 80714
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
José Roberto de Souza [Tue, 11 Dec 2012 19:50:58 +0000 (19:50 +0000)]
edbus: Signal property changed after a successful property-set in complex server example
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80698
José Roberto de Souza [Tue, 11 Dec 2012 19:50:53 +0000 (19:50 +0000)]
edbus: Fix signature check in edbus_message_iter_fixed_array_get()
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80697
José Roberto de Souza [Tue, 11 Dec 2012 19:50:49 +0000 (19:50 +0000)]
edbus: Add Variant to Property set function
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80696
José Roberto de Souza [Tue, 11 Dec 2012 19:50:45 +0000 (19:50 +0000)]
edbus: Add proxy to Proxy_Event_Property_Changed
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80695
José Roberto de Souza [Tue, 11 Dec 2012 19:50:40 +0000 (19:50 +0000)]
edbus: Remove signal_handler_del over a already freed signal
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80694
José Roberto de Souza [Tue, 11 Dec 2012 19:50:29 +0000 (19:50 +0000)]
edbus: Add Disconnected event in connection
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80693
José Roberto de Souza [Tue, 11 Dec 2012 19:50:25 +0000 (19:50 +0000)]
edbus: Remove unnecessary connection events
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80692
José Roberto de Souza [Tue, 11 Dec 2012 19:50:20 +0000 (19:50 +0000)]
edbus: Add edbus_private_connection_get()
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80691
José Roberto de Souza [Tue, 11 Dec 2012 19:50:16 +0000 (19:50 +0000)]
edbus: Refactor examples
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80690
José Roberto de Souza [Tue, 11 Dec 2012 19:50:11 +0000 (19:50 +0000)]
edbus: Support '(' and '{' in edbus_message_iter_get_and_next()
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80689
José Roberto de Souza [Tue, 11 Dec 2012 19:50:06 +0000 (19:50 +0000)]
edbus: Allow to monitor unique id in edbus_name_owner_changed_callback_add
This allows to monitor when a client exits. Clients in general don't
register a name in the bus and in some cases it's even not allowed to do
(for example an agent talking to bluetoothd, that runs in system bus).
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80687
José Roberto de Souza [Tue, 11 Dec 2012 19:50:01 +0000 (19:50 +0000)]
edbus: Fix bug found in refactored banshee example
Refactor edbus_signal_handler_add() so internal signal handlers don't
set the connection free callback. This fixes the bug in which
EDBus_Connection was freeing the signal handler of EDBus_Conenction_Name
==22814== Invalid read of size 4
==22814== at 0x40564B0: edbus_signal_handler_del (edbus_signal_handler.c:278)
==22814== by 0x4040E65: _edbus_connection_name_unref (edbus_core.c:507)
==22814== by 0x404106B: edbus_connection_name_owner_monitor (edbus_core.c:520)
==22814== by 0x4055F63: _edbus_signal_handler_clean (edbus_signal_handler.c:217)
==22814== by 0x40564F8: edbus_signal_handler_del (edbus_signal_handler.c:279)
==22814== by 0x4043088: _edbus_connection_unref (edbus_core.c:1045)
==22814== by 0x404352F: edbus_connection_unref (edbus_core.c:1105)
==22814== by 0x80498AA: main (banshee.c:233)
==22814== Address 0x44bea48 is 0 bytes inside a block of size 72 free'd
==22814== at 0x402C06C: free (in /usr/lib/valgrind/vgpreload_memcheck-x86-linux.so)
==22814== by 0x4056118: _edbus_signal_handler_del (edbus_signal_handler.c:249)
==22814== by 0x4056401: edbus_signal_handler_unref (edbus_signal_handler.c:272)
==22814== by 0x4056503: edbus_signal_handler_del (edbus_signal_handler.c:280)
==22814== by 0x4043088: _edbus_connection_unref (edbus_core.c:1045)
==22814== by 0x404352F: edbus_connection_unref (edbus_core.c:1105)
==22814== by 0x80498AA: main (banshee.c:233)
==22814==
CRI<22814>: src/lib/edbus_signal_handler.c:278 edbus_signal_handler_del() *** Eina Magic Check Failed !!!
Input handle has already been freed!
*** NAUGHTY PROGRAMMER!!!
*** SPANK SPANK SPANK!!!
*** Now go fix your code. Tut tut tut!
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80686
José Roberto de Souza [Tue, 11 Dec 2012 19:49:57 +0000 (19:49 +0000)]
edbus: Refactor banshee example
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80685
José Roberto de Souza [Tue, 11 Dec 2012 19:49:46 +0000 (19:49 +0000)]
edbus: Refactor edbus_connection_name
Simplifications on "monitor" of NameOwnerChanged
Life cycle tied with refcount, objs, and name_owner_changed list.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80684
José Roberto de Souza [Tue, 11 Dec 2012 19:49:42 +0000 (19:49 +0000)]
edbus: Handle 'unref signal handler inside of own callback' with ref and unref
This way is much simpler and doesn't generate many events when main loop
is quit inside of a signal handler callback.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80683
José Roberto de Souza [Tue, 11 Dec 2012 19:49:37 +0000 (19:49 +0000)]
edbus: Use edbus_connection_name_get() instead of try find and alloc
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80682
José Roberto de Souza [Tue, 11 Dec 2012 19:49:33 +0000 (19:49 +0000)]
edbus: Add EINA_ARG_NONNULL and EINA_WARN_UNUSED_RESULT to API
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80681
José Roberto de Souza [Tue, 11 Dec 2012 19:49:27 +0000 (19:49 +0000)]
edbus: Implement edbus_object_managed_objects_get()
Also removed edbus_object_interfaces_added_callback_add/del() because we already
have object events for that.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 80680
Bruno Dilly [Tue, 11 Dec 2012 18:52:46 +0000 (18:52 +0000)]
edje: add headers explaining all the physics examples.
SVN revision: 80679
Bruno Dilly [Tue, 11 Dec 2012 18:52:35 +0000 (18:52 +0000)]
edje: handle z-axis body attributes
SVN revision: 80678
Bruno Dilly [Tue, 11 Dec 2012 17:38:20 +0000 (17:38 +0000)]
edje: random code cleanup
Some stuff spotted by scan-build
SVN revision: 80676
Bruno Dilly [Tue, 11 Dec 2012 17:10:33 +0000 (17:10 +0000)]
edje: add group.physics block
For now, implements wold's gravity, rate, depth and z.
More can be added later on demand.
SVN revision: 80675
Stefan Schmidt [Tue, 11 Dec 2012 16:48:49 +0000 (16:48 +0000)]
eeze/sensor: Improve unit test coverage for eeze_sensor.
Mostly error cases and error paths stuff.
SVN revision: 80673
Stefan Schmidt [Tue, 11 Dec 2012 16:48:46 +0000 (16:48 +0000)]
eeze:/sensor: These are motions event types we can't read from.
SVN revision: 80672
Stefan Schmidt [Tue, 11 Dec 2012 16:48:43 +0000 (16:48 +0000)]
eeze/sensor: Break out from the read if the sensor object is NULL
Better handle this error case. Spotted by some unit tests updates.
SVN revision: 80671
Stefan Schmidt [Tue, 11 Dec 2012 16:48:39 +0000 (16:48 +0000)]
eeze: Make sure we use the modules from the current build for make check.
Befoe this we always used the installed modules from the system. That is often
fine but there are cases we would need the local. un-installed, modules. The
coverage check is a example. The system modules normally don't had the options
for coverage enabled and thus would not produce anything for the modules.
Default still stays as it was. You would need to set an env var to use the
local modules.
SVN revision: 80670
Bruno Dilly [Tue, 11 Dec 2012 15:55:13 +0000 (15:55 +0000)]
edje: line on log cb shadows line declared on header
SVN revision: 80669
Bruno Dilly [Tue, 11 Dec 2012 15:55:07 +0000 (15:55 +0000)]
edje: add subsections for description.physics blocks
improve edc reference index
SVN revision: 80668
Bruno Dilly [Tue, 11 Dec 2012 14:09:03 +0000 (14:09 +0000)]
edje: support faces for 3d effects
SVN revision: 80658
Cedric BAIL [Tue, 11 Dec 2012 11:52:53 +0000 (11:52 +0000)]
eet: fix memory leak with OpenSSL.
Reported by Leandro Santiago <leandrosansilva@gmail.com>.
SVN revision: 80648
Cedric BAIL [Tue, 11 Dec 2012 10:50:51 +0000 (10:50 +0000)]
edje: use more eo_do.
SVN revision: 80643
Cedric BAIL [Tue, 11 Dec 2012 10:49:53 +0000 (10:49 +0000)]
edje: we do need Eo, so all Efl from trunk is necessary.
SVN revision: 80642
Rui Seabra [Mon, 10 Dec 2012 23:05:16 +0000 (23:05 +0000)]
Since it's now AC_OUTPUT'ed, ecore_x_version.h does not need to be generated by sed.
SVN revision: 80626
Gustavo Sverzut Barbieri [Mon, 10 Dec 2012 22:38:09 +0000 (22:38 +0000)]
efl: allow enabling wayland_egl
Seems the code is broken but people need this option to enable it and fix.
SVN revision: 80625
Bruno Dilly [Mon, 10 Dec 2012 21:58:06 +0000 (21:58 +0000)]
ephysics: handle evas object visibitily on default update
SVN revision: 80624
Gustavo Sverzut Barbieri [Mon, 10 Dec 2012 18:43:36 +0000 (18:43 +0000)]
efl/ecore_getopt: add ECORE_GETOPT_ACTION_BREAK.
Thanks to PrinceAMD (Deon Thomas) for bugging me to implement this,
then test and add a fix, now we can implement something similar to
"xterm -e" in terminology.
ECORE_GETOPT_ACTION_BREAK will allow generic options to behave the
same as GNU's --, breaking out of argument parsing logic.
SVN revision: 80619
Bruno Dilly [Mon, 10 Dec 2012 17:46:55 +0000 (17:46 +0000)]
edje: short description for physics block
SVN revision: 80617
Bruno Dilly [Mon, 10 Dec 2012 17:46:44 +0000 (17:46 +0000)]
edje: enable / disable movements per axis
With the movement_freedom block it's possible to allow
rotation on axis x and y (not default), for example.
Backface cull support is added in this commit too.
SVN revision: 80616
Leandro Dorileo [Mon, 10 Dec 2012 17:15:27 +0000 (17:15 +0000)]
EPHysics: introduce a generic resize_cb for soft body faces
Introduce a generic resize_cb for soft body faces and fix the
"not pre-resized evas object issue" for multi faces implementation as well.
--This line, and those below, will be ignored--
SVN revision: 80615
Leandro Dorileo [Mon, 10 Dec 2012 17:15:18 +0000 (17:15 +0000)]
EPhysics: fix issues with resizing cloth
--This line, and those below, will be ignored--
SVN revision: 80614
Leandro Dorileo [Mon, 10 Dec 2012 17:15:11 +0000 (17:15 +0000)]
EPHysics: change the location of _ephysics_body_geometry_set
--This line, and those below, will be ignored--
SVN revision: 80613
Leandro Dorileo [Mon, 10 Dec 2012 17:15:05 +0000 (17:15 +0000)]
EPhysics: fix issues identified by edje support
Add slices as member of obj smart parent - when it's the case -
so we can restack it when the received evas object is member of a
smart object.
Resize the evas object on ephysics_body_evas_object_set to w=1,
h=1 when its initial/original size is 0, this prevents errors on
evas_object_image_source_set().
Reset the soft body transform on resize - put it back to its
prior position - the one before scaling.
On body_move do not consider the moving of anchored rigid body
enough, move the soft body vertices as well.
--This line, and those below, will be ignored--
SVN revision: 80612
Bruno Dilly [Mon, 10 Dec 2012 15:37:08 +0000 (15:37 +0000)]
edje: support body's rotation
It's going as an action / script instead of an attribute
because it wouldn't fit well as a description.
Rotation can be modified by many circustancies, keeping
as state wouldn't make sense.
SVN revision: 80610
Bruno Dilly [Mon, 10 Dec 2012 14:19:03 +0000 (14:19 +0000)]
edje: add soft body stuff
SVN revision: 80609
Bruno Dilly [Mon, 10 Dec 2012 12:51:53 +0000 (12:51 +0000)]
edje: add flag to set parts to be lighted
Won't be visible until world's light is implemented
SVN revision: 80605
Bruno Dilly [Mon, 10 Dec 2012 12:24:15 +0000 (12:24 +0000)]
edje: fix typo and avoid misleading ifdefs on edje_calc
SVN revision: 80604
Bruno Dilly [Mon, 10 Dec 2012 11:48:30 +0000 (11:48 +0000)]
edje: update edc.vim with physics words
SVN revision: 80602
Bruno Dilly [Mon, 10 Dec 2012 11:47:22 +0000 (11:47 +0000)]
edje: make it possible to set body's material
And density as well.
SVN revision: 80600
Bruno Dilly [Mon, 10 Dec 2012 11:31:27 +0000 (11:31 +0000)]
edje: unb0rk physics support after more eo stuff gets in
It was taking too long to cedric b0rk it =)
SVN revision: 80597
Carsten Haitzler [Mon, 10 Dec 2012 07:58:41 +0000 (07:58 +0000)]
xi2.2 is off by default UNLESS you --enable it... separated from xi2
which si very common and older - alwayson by default. 2.2 is an
extension of 2.0 which adds new library functions, defines etc.
SVN revision: 80575
Bluezery [Mon, 10 Dec 2012 06:37:00 +0000 (06:37 +0000)]
From: Bluezery <ohpowel@gmail.com>
Subject: [E-devel] [Patch][edje] Prevent duplicated inherition of
"after"
When inherting group, "after" of "program" section is also inherited.
But duplicated name of "after" can be also inherited.
I think that multiple "after" can be used but duplicated should be
not. because this seems to be useless.
Is there case that duplicated after usage is used?
Duplicated "target" is prevented. I just copy those codes.
SVN revision: 80565
Carsten Haitzler [Mon, 10 Dec 2012 06:27:38 +0000 (06:27 +0000)]
whitespace--
SVN revision: 80564
Daniel Juyung Seo [Mon, 10 Dec 2012 05:53:30 +0000 (05:53 +0000)]
edje edje_pick.c: Removed unused variable.
SVN revision: 80563
Carsten Haitzler [Mon, 10 Dec 2012 03:28:05 +0000 (03:28 +0000)]
poolers typo--
SVN revision: 80560
Igor Murzov [Mon, 10 Dec 2012 03:19:38 +0000 (03:19 +0000)]
From: Igor Murzov <e-mail@date.by>
Subject: [E-devel] [PATCH][Ecore] Fixes for invalid memory read issues
discovered by cppcheck
One more patch to fix issues discovered by cppcheck.
SVN revision: 80559
Jihoon Kim [Mon, 10 Dec 2012 02:48:01 +0000 (02:48 +0000)]
scim-immodule: remove unnecessary code
SVN revision: 80557
Rui Seabra [Sun, 9 Dec 2012 14:25:04 +0000 (14:25 +0000)]
Move the modules to the proper lib package.
SVN revision: 80550
Jihoon Kim [Sun, 9 Dec 2012 12:36:35 +0000 (12:36 +0000)]
scim-immodule: fix wrong parameter name
SVN revision: 80549
Jihoon Kim [Sun, 9 Dec 2012 12:34:10 +0000 (12:34 +0000)]
scim-immodule: use ecore_x_display_get instead of XOpenDisplay
SVN revision: 80548
Rui Seabra [Sun, 9 Dec 2012 10:56:20 +0000 (10:56 +0000)]
Remove explicit ecore dependencies from the rpm specs of edje, e, eeze, empower and ephoto, as well as the extra modules template.
SVN revision: 80547