Sebastian Dransfeld [Fri, 2 Nov 2012 02:49:10 +0000 (02:49 +0000)]
efreet: only run one builder instance
SVN revision: 78814
Sebastian Dransfeld [Fri, 2 Nov 2012 01:47:06 +0000 (01:47 +0000)]
efreet: reply on ping whether cache exists
And trigger event
SVN revision: 78813
Sebastian Dransfeld [Fri, 2 Nov 2012 01:47:00 +0000 (01:47 +0000)]
efreet: iface registration before name request
SVN revision: 78812
Sebastian Dransfeld [Fri, 2 Nov 2012 01:46:56 +0000 (01:46 +0000)]
edbus: register interface before name
Else will clients activating a service fail, as the dbus expects to know
available interfaces on name request.
SVN revision: 78811
Sebastian Dransfeld [Fri, 2 Nov 2012 01:46:50 +0000 (01:46 +0000)]
edbus: typo
SVN revision: 78810
Sebastian Dransfeld [Fri, 2 Nov 2012 01:46:44 +0000 (01:46 +0000)]
efreet: Use dbus daemon
SVN revision: 78809
Sebastian Dransfeld [Fri, 2 Nov 2012 01:46:31 +0000 (01:46 +0000)]
efreetd: init ecore_file
SVN revision: 78808
Vincent Torri [Thu, 1 Nov 2012 16:58:56 +0000 (16:58 +0000)]
merge: move lz4 to src/static_libs/lz4 (same will hold for evas' linebreak), ignore++--
SVN revision: 78807
Vincent Torri [Thu, 1 Nov 2012 16:45:53 +0000 (16:45 +0000)]
merge: fix PACKAGE_DATA_DIR value
The package is named 'efl', but we have to use the name of the library,
so $(pkgdatadir) or $(PACKAGE) should not be used
SVN revision: 78805
José Roberto de Souza [Thu, 1 Nov 2012 16:41:35 +0000 (16:41 +0000)]
efreet: Build fix, edbus_service_interface_register() signature has changed
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78804
Lucas De Marchi [Thu, 1 Nov 2012 16:41:17 +0000 (16:41 +0000)]
edbus: exec configure in the end to preserve return code
SVN revision: 78803
José Roberto de Souza [Thu, 1 Nov 2012 16:41:11 +0000 (16:41 +0000)]
edbus: Add Properties to edbus service API
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78802
José Roberto de Souza [Thu, 1 Nov 2012 16:41:04 +0000 (16:41 +0000)]
edbus: Use separate struct for description of Service Interface
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78801
Lucas De Marchi [Thu, 1 Nov 2012 16:35:29 +0000 (16:35 +0000)]
efl: Fix parallel make
When creating the rules to build, we can't declare the lib dependencies in
LDADD/LIBADD using $(top_builddir)/libbla.la because automake doesn't know this
is related to the libbla_la rule.
Please check if evil works, too. Since I don't run evil code, it's untested.
SVN revision: 78800
Vincent Torri [Thu, 1 Nov 2012 12:56:52 +0000 (12:56 +0000)]
merge: don't use recursive subdirs. Compilation should be faster.
Please check.
note1: Only lib and bin for now, but should be extended to other stuff
note2: distcheck does not work because eo_suite is failing.
SVN revision: 78758
Vincent Torri [Thu, 1 Nov 2012 12:52:33 +0000 (12:52 +0000)]
merge: fix installation of emnryo's default.inc file
SVN revision: 78757
Vincent Torri [Thu, 1 Nov 2012 12:36:20 +0000 (12:36 +0000)]
eina: formatting
SVN revision: 78756
Vincent Torri [Thu, 1 Nov 2012 12:34:48 +0000 (12:34 +0000)]
merge: update maintainer-clean rule
SVN revision: 78755
ChunEon Park [Thu, 1 Nov 2012 06:18:10 +0000 (06:18 +0000)]
edje/text - update text classes correctly if they are changed.
SVN revision: 78741
ChunEon Park [Thu, 1 Nov 2012 06:09:30 +0000 (06:09 +0000)]
edje/util - clean the white spaces & trailings
SVN revision: 78740
Jihoon Kim [Wed, 31 Oct 2012 23:42:47 +0000 (23:42 +0000)]
ecore_imf_example: let immodule know the change of cursor infomation when backspace is pressed
SVN revision: 78735
Jihoon Kim [Wed, 31 Oct 2012 23:41:09 +0000 (23:41 +0000)]
ecore_imf_example: check NULL parameter in retrieve_surrouding_cb
SVN revision: 78734
Bruno Dilly [Wed, 31 Oct 2012 21:03:36 +0000 (21:03 +0000)]
ephysics: cosmetic fix
SVN revision: 78732
Bruno Dilly [Wed, 31 Oct 2012 21:03:23 +0000 (21:03 +0000)]
ephysics: clean up flag test
SVN revision: 78731
Bruno Dilly [Wed, 31 Oct 2012 21:03:17 +0000 (21:03 +0000)]
ephysics: fix triangles index get
It will works only with cloths for now.
SVN revision: 78730
Bruno Dilly [Wed, 31 Oct 2012 21:03:09 +0000 (21:03 +0000)]
ephysics: fix cols / rows account
It was creating meshes with cols - 1, rows - 1.
SVN revision: 78729
Bruno Dilly [Wed, 31 Oct 2012 21:03:02 +0000 (21:03 +0000)]
ephysics: fix slices size
with 1,1 events conversion won't works fine
SVN revision: 78728
Bruno Dilly [Wed, 31 Oct 2012 21:02:55 +0000 (21:02 +0000)]
ephysics: update slices at each tick
No reason to call it only when evas object moves.
Makes soft bodies animations smoother.
SVN revision: 78727
Bruno Dilly [Wed, 31 Oct 2012 21:02:50 +0000 (21:02 +0000)]
ephysics: use evas_object_image_source API
Remove workaround on soft body slicing
SVN revision: 78726
Bruno Dilly [Wed, 31 Oct 2012 21:02:43 +0000 (21:02 +0000)]
ephysics: avoid many unecessary allocs / free on
collision detection
Only allocates data when it has a callback registered.
SVN revision: 78725
ChunEon Park [Wed, 31 Oct 2012 12:57:21 +0000 (12:57 +0000)]
evas/gl - share the evas gl engine for windows properly.
Now elementary_test glview will be happy.
SVN revision: 78707
Carsten Haitzler [Wed, 31 Oct 2012 11:06:17 +0000 (11:06 +0000)]
fix: use max compression not default compression for edje_cc.
SVN revision: 78699
Cedric BAIL [Wed, 31 Oct 2012 05:58:50 +0000 (05:58 +0000)]
efl: backport r78689.
SVN revision: 78690
Bruno Dilly [Tue, 30 Oct 2012 18:32:03 +0000 (18:32 +0000)]
ephysics: add scroller bar on test custom theme
So people using standard profile can use it without mouse wheel.
SVN revision: 78683
Leandro Dorileo [Tue, 30 Oct 2012 18:31:58 +0000 (18:31 +0000)]
EPhysics: the z axis is inverted
The z axis is inverted so the greater the lower it is, the smaller
the above it is.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78682
Leandro Dorileo [Tue, 30 Oct 2012 18:31:52 +0000 (18:31 +0000)]
EPhysics: restacking per layer
This patch fixes issues with restacking bodies in different evas
layers.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78681
Leandro Dorileo [Tue, 30 Oct 2012 18:31:45 +0000 (18:31 +0000)]
EPhysics: disable evas map on
ephysics_body_evas_object_set/unset
When unsetting or chaging the body's associated evas object we must
disable the evas map so the user can handle it afterwards.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78680
Leandro Dorileo [Tue, 30 Oct 2012 18:31:38 +0000 (18:31 +0000)]
EPhysics: soft body rotation set
Fix implementation for ephysics_body_rotation_set for soft bodies.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78679
Bruno Dilly [Tue, 30 Oct 2012 18:31:32 +0000 (18:31 +0000)]
ephysics: break up light functions
Long list of same typed parameters is very error prone.
Not the scene will have a initial light configuration, that can
be enabled and modified.
SVN revision: 78678
Leandro Dorileo [Tue, 30 Oct 2012 18:31:21 +0000 (18:31 +0000)]
EPhysics: test delete body, fix bodies list mess.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>
SVN revision: 78677
Sung Park [Tue, 30 Oct 2012 14:43:28 +0000 (14:43 +0000)]
Had put the Evas GL bug fix news in the wrong place in the
earlier commit. Fixed.
SVN revision: 78668
Sung Park [Tue, 30 Oct 2012 14:37:54 +0000 (14:37 +0000)]
EvasGL: fix clip bug while computing coordinates for Evas GL
direct rendering optimization.
SVN revision: 78666
Tom Hacohen [Tue, 30 Oct 2012 11:54:05 +0000 (11:54 +0000)]
Evas textblock: tests should now work a bit better.
SVN revision: 78645
Tom Hacohen [Tue, 30 Oct 2012 11:53:58 +0000 (11:53 +0000)]
Evas textblock: Fixed more tb init issues.
SVN revision: 78644
Mike Blumenkrantz [Tue, 30 Oct 2012 10:44:07 +0000 (10:44 +0000)]
remove unnecessary stat calls in recursive_rm, patch by Maxime Villard
this patch didn't come with any changelog/news updates, so I'm assuming it's trivial enough to not need them or any backporting. someone else can take care of that if this is not the case.
SVN revision: 78642
ChunEon Park [Tue, 30 Oct 2012 05:02:15 +0000 (05:02 +0000)]
evas/events - and remove unused func
SVN revision: 78635
ChunEon Park [Tue, 30 Oct 2012 05:01:20 +0000 (05:01 +0000)]
evas/events - fixed simple mistake
SVN revision: 78634
ChunEon Park [Tue, 30 Oct 2012 04:15:34 +0000 (04:15 +0000)]
evas/examples - added test cases for proxy visibility/events
SVN revision: 78633
Tom Hacohen [Mon, 29 Oct 2012 23:01:11 +0000 (23:01 +0000)]
Evas textblock: This time really fix the init.
SVN revision: 78629
Tom Hacohen [Mon, 29 Oct 2012 22:51:27 +0000 (22:51 +0000)]
Evas textblock: Fixed an issue with textblock init in some cases.
SVN revision: 78628
José Roberto de Souza [Mon, 29 Oct 2012 22:02:46 +0000 (22:02 +0000)]
edbus: Make on_name_owner_changed() return upon error getting args
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78626
José Roberto de Souza [Mon, 29 Oct 2012 22:02:41 +0000 (22:02 +0000)]
edbus: Remove unnecessary define
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78625
José Roberto de Souza [Mon, 29 Oct 2012 22:02:36 +0000 (22:02 +0000)]
edbus: Add missed eina_magic names
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78624
José Roberto de Souza [Mon, 29 Oct 2012 22:02:32 +0000 (22:02 +0000)]
edbus: Fix wrong pointer passed to edbus_message_iter_arguments_get
We were expected to pass an int pointer, but instead we were passing a
char, which leads to a crash in complex_type_server.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78623
Lucas De Marchi [Mon, 29 Oct 2012 22:02:25 +0000 (22:02 +0000)]
edbus: Use a "make examples" rule to make examples
Instead of having to enable the examples during configure time, separate
the examples in a special target, "make examples". It's currently a bit
different from the libraries in the common efl tree since we are not
using recursive makefiles.
SVN revision: 78622
Igor Murzov [Mon, 29 Oct 2012 21:53:39 +0000 (21:53 +0000)]
Fix typos: s/Ejde/Edje/g
Patch by: Igor Murzov <e-mail@date.by>
SVN revision: 78621
Igor Murzov [Mon, 29 Oct 2012 21:50:03 +0000 (21:50 +0000)]
Fix typos: s/pooler/poller/g
Patch by: Igor Murzov <e-mail@date.by>
SVN revision: 78620
Rafael Antognolli [Mon, 29 Oct 2012 17:45:44 +0000 (17:45 +0000)]
evas/image: Remove strange image_put from image_is_inside.
This was a change introduced by a merge of code from tizen, with no
explanation about why it was introduced. Removing it, since it is
causing events with precise_is_inside set to segfault. See ticket #1673.
SVN revision: 78617
Daniel Zaoui [Mon, 29 Oct 2012 09:37:43 +0000 (09:37 +0000)]
Removed check on return parameter NULLity. Calling this function means that the parameter returned is wanted.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78607
Daniel Zaoui [Mon, 29 Oct 2012 07:34:19 +0000 (07:34 +0000)]
Forgot since 1.8 to the new descriptions. Commit before Vincent kills me.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78600
Daniel Zaoui [Mon, 29 Oct 2012 07:26:16 +0000 (07:26 +0000)]
Added descriptions to Eo defines
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78599
ChunEon Park [Mon, 29 Oct 2012 01:33:58 +0000 (01:33 +0000)]
evas/cserve2 - removed warnings
SVN revision: 78597
ChunEon Park [Sun, 28 Oct 2012 14:51:42 +0000 (14:51 +0000)]
evas/event - clean the code and do stop when evas event is frozen.
SVN revision: 78591
ChunEon Park [Sun, 28 Oct 2012 14:48:43 +0000 (14:48 +0000)]
evas/events - do mouse_in/out for proxy source
SVN revision: 78590
Tom Hacohen [Sun, 28 Oct 2012 13:29:01 +0000 (13:29 +0000)]
Edje entry: Fix update of cursor with IMF and user_insert.
Was missing, now cursor updates like it should.
SVN revision: 78587
Cedric BAIL [Sun, 28 Oct 2012 13:02:14 +0000 (13:02 +0000)]
eina: fix typo.
SVN revision: 78586
Cedric BAIL [Sun, 28 Oct 2012 12:10:36 +0000 (12:10 +0000)]
eina: try to fix my own mess.
SVN revision: 78585
Christopher Michael [Sun, 28 Oct 2012 10:21:22 +0000 (10:21 +0000)]
Edje: Fix warning: comparison between signed and unsigned integer
expressions
Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 78580
Daniel Zaoui [Sun, 28 Oct 2012 08:46:27 +0000 (08:46 +0000)]
Fix on the class name of ecore idle exiter.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78577
Daniel Zaoui [Sun, 28 Oct 2012 08:46:23 +0000 (08:46 +0000)]
Added descriptions for new Eo defines
Added authors
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 78576
Christopher Michael [Sun, 28 Oct 2012 08:26:26 +0000 (08:26 +0000)]
Evas: If we are building wayland_egl and not gl_xlib, then we need to
add a package check for gl_eet or else the gl_common code will not
build.
Signed-off-by: Christopher Michael <devilhorns@revolution.(none)>
SVN revision: 78573
Christopher Michael [Sun, 28 Oct 2012 07:54:49 +0000 (07:54 +0000)]
Evas: Add missing UNUSED for function parameter, and remove an UNUSED
for a parameter that was actually used.
Signed-off-by: Christopher Michael <devilhorns@revolution.(none)>
SVN revision: 78572
Christopher Michael [Sun, 28 Oct 2012 07:54:46 +0000 (07:54 +0000)]
Evas: Fix uninitialized variable warnings.
Signed-off-by: Christopher Michael <devilhorns@revolution.(none)>
SVN revision: 78571
Christopher Michael [Sun, 28 Oct 2012 07:54:42 +0000 (07:54 +0000)]
Evas: Add missing UNUSED for params.
Signed-off-by: Christopher Michael <devilhorns@revolution.(none)>
SVN revision: 78570
Christopher Michael [Sun, 28 Oct 2012 07:54:39 +0000 (07:54 +0000)]
Evas: Add missing parens.
Signed-off-by: Christopher Michael <devilhorns@revolution.(none)>
SVN revision: 78569
Christopher Michael [Sun, 28 Oct 2012 07:54:35 +0000 (07:54 +0000)]
Evas: Remove unused variable.
Signed-off-by: Christopher Michael <devilhorns@revolution.(none)>
SVN revision: 78568
Rafael Antognolli [Fri, 26 Oct 2012 18:54:52 +0000 (18:54 +0000)]
evas/wayland_egl: Don't check and link against gl AND glesv2.
Only one of them is necessary, based on the gl_flavor_gles flag. Also
remove some extra checks and added link flags, since they are already
done by pkg-config.
SVN revision: 78555
Rafael Antognolli [Fri, 26 Oct 2012 18:54:45 +0000 (18:54 +0000)]
evas/wayland_egl: Change some ifdefs to make it compile withot GLES.
This will not make the engine work, but its build won't fail.
SVN revision: 78554
José Roberto de Souza [Fri, 26 Oct 2012 18:20:19 +0000 (18:20 +0000)]
edbus: Add some EINA_SAFETY to public API
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78553
José Roberto de Souza [Fri, 26 Oct 2012 18:20:14 +0000 (18:20 +0000)]
edbus: Revert 'Add initializers to stop warnings' r78292
http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg46587.html
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78552
José Roberto de Souza [Fri, 26 Oct 2012 18:20:09 +0000 (18:20 +0000)]
edbus: Add doc of edbus_message to/from eina_value
Move edbus_to/from_eina_value.h to single file
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78551
José Roberto de Souza [Fri, 26 Oct 2012 18:20:02 +0000 (18:20 +0000)]
edbus: Add edbus_message to/from eina_value examples
Also move properties changed example to this file.
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78550
José Roberto de Souza [Fri, 26 Oct 2012 18:19:57 +0000 (18:19 +0000)]
edbus: Break while if a error happen in message_arguments_set
Patch by: José Roberto de Souza <zehortigoza@profusion.mobi>
SVN revision: 78549
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