platform/upstream/efl.git
11 years agoEina: Fix build on Solaris 10
Vincent Torri [Sat, 10 Nov 2012 08:35:11 +0000 (08:35 +0000)]
Eina: Fix build on Solaris 10

Patch by Robert David

SVN revision: 79085

11 years agoeven if we have an older libdbus - let's #define the strings that are
Carsten Haitzler [Sat, 10 Nov 2012 04:26:48 +0000 (04:26 +0000)]
even if we have an older libdbus - let's #define the strings that are
missing - at r4untime we wont get them, but hey - we'll compile at
least and when dbus is upgrade... we'll get them and work right. :)

SVN revision: 79080

11 years agocheck return values of eo_data_get more... :)
Carsten Haitzler [Sat, 10 Nov 2012 03:44:04 +0000 (03:44 +0000)]
check return values of eo_data_get more...  :)

SVN revision: 79078

11 years agowhy does the code have void ptr arithmetic in it... this should never
Carsten Haitzler [Sat, 10 Nov 2012 01:42:32 +0000 (01:42 +0000)]
why does the code have void ptr arithmetic in it... this should never
have happened...

SVN revision: 79073

11 years agounused variable
Vincent Torri [Fri, 9 Nov 2012 21:35:03 +0000 (21:35 +0000)]
unused variable

SVN revision: 79067

11 years agoforgot that one
Vincent Torri [Fri, 9 Nov 2012 21:22:36 +0000 (21:22 +0000)]
forgot that one

SVN revision: 79065

11 years agoEvas: fix memset bug and no need to check returned value of alloca
Vincent Torri [Fri, 9 Nov 2012 21:22:04 +0000 (21:22 +0000)]
Evas: fix memset bug and no need to check returned value of alloca

SVN revision: 79064

11 years agomerge: i should have compiled first...
Vincent Torri [Fri, 9 Nov 2012 20:15:50 +0000 (20:15 +0000)]
merge: i should have compiled first...

SVN revision: 79063

11 years agomerge: clean gcno files
Vincent Torri [Fri, 9 Nov 2012 19:44:17 +0000 (19:44 +0000)]
merge: clean gcno files

SVN revision: 79062

11 years agoEfl eo: "Fixed" eo tests.
Tom Hacohen [Fri, 9 Nov 2012 19:23:21 +0000 (19:23 +0000)]
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

11 years agoEPhysics: sandbox reduce time resolution
Leandro Dorileo [Fri, 9 Nov 2012 18:58:57 +0000 (18:58 +0000)]
EPhysics: sandbox reduce time resolution

Reduce simulation time resolution to avoid soft body penetration.

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

SVN revision: 79058

11 years agoEPhysics: do not wait to disassociate a boundary
Leandro Dorileo [Fri, 9 Nov 2012 18:58:51 +0000 (18:58 +0000)]
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

11 years agoEPhysics: fix soft body geometry set
Leandro Dorileo [Fri, 9 Nov 2012 18:58:43 +0000 (18:58 +0000)]
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

11 years agoEPhysics: get rid of soft_data
Leandro Dorileo [Fri, 9 Nov 2012 18:58:38 +0000 (18:58 +0000)]
EPhysics: get rid of soft_data

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

SVN revision: 79055

11 years agoephysics: toggle theme
Bruno Dilly [Fri, 9 Nov 2012 18:58:32 +0000 (18:58 +0000)]
ephysics: toggle theme

SVN revision: 79054

11 years agoephysics: small fixes on grab test
Bruno Dilly [Fri, 9 Nov 2012 18:58:23 +0000 (18:58 +0000)]
ephysics: small fixes on grab test

Remove unneeded field of drag structure and vars, rename vars,
add checks, fix indenting.

SVN revision: 79053

11 years agoephysics: todo--
Bruno Dilly [Fri, 9 Nov 2012 18:58:18 +0000 (18:58 +0000)]
ephysics: todo--

SVN revision: 79052

11 years agoephysics: add toggle on tests with light
Bruno Dilly [Fri, 9 Nov 2012 18:58:12 +0000 (18:58 +0000)]
ephysics: add toggle on tests with light

So users can see impacts caused by using light.

SVN revision: 79051

11 years agoephysics: add coins test requested by Raster
Bruno Dilly [Fri, 9 Nov 2012 18:57:58 +0000 (18:57 +0000)]
ephysics: add coins test requested by Raster

Just giving his 2 cents.

credits:
 joke: acidx
 images: marina

SVN revision: 79050

11 years agoephysics: implement update of cylinder faces
Bruno Dilly [Fri, 9 Nov 2012 18:57:51 +0000 (18:57 +0000)]
ephysics: implement update of cylinder faces

SVN revision: 79049

11 years agoephysics: fix evas object rotation based on body
Bruno Dilly [Fri, 9 Nov 2012 18:53:38 +0000 (18:53 +0000)]
ephysics: fix evas object rotation based on body

Inverts y component.

SVN revision: 79048

11 years agoephysics: add dices test
Bruno Dilly [Fri, 9 Nov 2012 18:53:26 +0000 (18:53 +0000)]
ephysics: add dices test

SVN revision: 79047

11 years agoephysics: use macros on cubes and balls theme
Bruno Dilly [Fri, 9 Nov 2012 18:53:17 +0000 (18:53 +0000)]
ephysics: use macros on cubes and balls theme

SVN revision: 79046

11 years agoephysics: implement update of box faces objects
Bruno Dilly [Fri, 9 Nov 2012 18:53:11 +0000 (18:53 +0000)]
ephysics: implement update of box faces objects

SVN revision: 79045

11 years agoephysics: use integer on body struct to store shape
Bruno Dilly [Fri, 9 Nov 2012 18:53:04 +0000 (18:53 +0000)]
ephysics: use integer on body struct to store shape

Instead of comparing strings to return of bullet collision shapes

SVN revision: 79044

11 years agoephysics: fix outdates docs regarding light
Bruno Dilly [Fri, 9 Nov 2012 18:52:55 +0000 (18:52 +0000)]
ephysics: fix outdates docs regarding light

SVN revision: 79043

11 years agoephysics: use a common API to add faces for all types
Bruno Dilly [Fri, 9 Nov 2012 18:52:49 +0000 (18:52 +0000)]
ephysics: use a common API to add faces for all types
 of body

SVN revision: 79042

11 years agoephysics: support multiple evas objects associated to
Bruno Dilly [Fri, 9 Nov 2012 18:52:42 +0000 (18:52 +0000)]
ephysics: support multiple evas objects associated to
 body

SVN revision: 79041

11 years agoephysics: don't mess with body's depth when setting
Bruno Dilly [Fri, 9 Nov 2012 18:52:35 +0000 (18:52 +0000)]
ephysics: don't mess with body's depth when setting
 evas object

SVN revision: 79040

11 years agoephysics: fix body geometry initialization
Bruno Dilly [Fri, 9 Nov 2012 18:52:28 +0000 (18:52 +0000)]
ephysics: fix body geometry initialization

Getting geometry from a recently created body was retuning zeros.

SVN revision: 79039

11 years agoephysics: improve body struct readability a bit
Bruno Dilly [Fri, 9 Nov 2012 18:52:22 +0000 (18:52 +0000)]
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

11 years agoephysics: check for side value on anchors full add
Bruno Dilly [Fri, 9 Nov 2012 18:52:16 +0000 (18:52 +0000)]
ephysics: check for side value on anchors full add
 function

SVN revision: 79037

11 years agoedbus: Add invalidate to EDBus_Property
José Roberto de Souza [Fri, 9 Nov 2012 18:35:20 +0000 (18:35 +0000)]
edbus: Add invalidate to EDBus_Property

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79036

11 years agoedbus: Implement DBus.Properties for services
José Roberto de Souza [Fri, 9 Nov 2012 18:35:14 +0000 (18:35 +0000)]
edbus: Implement DBus.Properties for services

Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>

SVN revision: 79035

11 years agoRemove unused variable about source visibility.
Christopher Michael [Fri, 9 Nov 2012 17:54:09 +0000 (17:54 +0000)]
Remove unused variable about source visibility.

Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 79033

11 years agoFix shadowed variable warnings.
Christopher Michael [Fri, 9 Nov 2012 17:54:00 +0000 (17:54 +0000)]
Fix shadowed variable warnings.

Signed-off-by: Christopher Michael <cpmichael1@comcast.net>
SVN revision: 79032

11 years agoefl: Use wildcards in .gitignore
Stefan Schmidt [Fri, 9 Nov 2012 15:32:31 +0000 (15:32 +0000)]
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

11 years agothis is a new segv... get it with e17's language selector in wizard! :(
Carsten Haitzler [Fri, 9 Nov 2012 15:02:39 +0000 (15:02 +0000)]
this is a new segv... get it with e17's language selector in wizard! :(

SVN revision: 79027

11 years agoevas/wayland_egl: Check re->win before calling glMakeCurrent.
Rafael Antognolli [Fri, 9 Nov 2012 11:13:26 +0000 (11:13 +0000)]
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

11 years agoedje edje_codegen.c: Fixed 'may be used uninitialized' warnings.
Daniel Juyung Seo [Fri, 9 Nov 2012 03:54:52 +0000 (03:54 +0000)]
edje edje_codegen.c: Fixed 'may be used uninitialized' warnings.

SVN revision: 79008

11 years agoupdating galician translations
Massimo Maiurana [Thu, 8 Nov 2012 16:32:34 +0000 (16:32 +0000)]
updating galician translations

SVN revision: 79001

11 years agoupdating spanish translations
Massimo Maiurana [Thu, 8 Nov 2012 16:23:08 +0000 (16:23 +0000)]
updating spanish translations

SVN revision: 79000

11 years agoefl/evas: Fix using sse3 for all files
Lucas De Marchi [Wed, 7 Nov 2012 17:37:35 +0000 (17:37 +0000)]
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

11 years agoecore/wayland: Consider the framespace offset for the pointer object.
Rafael Antognolli [Wed, 7 Nov 2012 16:12:18 +0000 (16:12 +0000)]
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

11 years agoecore/wayland: Implement the object_cursor_set method for wayland.
Rafael Antognolli [Wed, 7 Nov 2012 16:12:14 +0000 (16:12 +0000)]
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

11 years agoecore/wayland: Don't reset cursor theme on every mouse move.
Rafael Antognolli [Wed, 7 Nov 2012 16:11:20 +0000 (16:11 +0000)]
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

11 years agoevas/wayland: set engine flags, instead of loader flags.
Rafael Antognolli [Wed, 7 Nov 2012 16:00:34 +0000 (16:00 +0000)]
evas/wayland: set engine flags, instead of loader flags.

This was probably a typo.

SVN revision: 78969

11 years agoEvas: build gl_xlib and gl_xcb even when gles flavor is selected.
Rafael Antognolli [Wed, 7 Nov 2012 13:31:31 +0000 (13:31 +0000)]
Evas: build gl_xlib and gl_xcb even when gles flavor is selected.

SVN revision: 78968

11 years agoedje edc.vim: Added minmul to edc vim keyword.
Daniel Juyung Seo [Wed, 7 Nov 2012 08:49:42 +0000 (08:49 +0000)]
edje edc.vim: Added minmul to edc vim keyword.

SVN revision: 78965

11 years agoefl .gitignore: Updated git ignore.
Daniel Juyung Seo [Wed, 7 Nov 2012 08:49:25 +0000 (08:49 +0000)]
efl .gitignore: Updated git ignore.

SVN revision: 78962

11 years agoEthumb: fix library linking on Cygwin
Vincent Torri [Wed, 7 Nov 2012 06:38:40 +0000 (06:38 +0000)]
Ethumb: fix library linking on Cygwin

Patch by Yaakov Selkowitz

SVN revision: 78959

11 years agoEcore: fix library linking on Cygwin + small cleanup
Vincent Torri [Wed, 7 Nov 2012 05:50:18 +0000 (05:50 +0000)]
Ecore: fix library linking on Cygwin + small cleanup

Patch by Yaakov Selkowitz (myself for the small cleanup)

SVN revision: 78956

11 years agoEvas: cygwin port
Vincent Torri [Wed, 7 Nov 2012 05:41:08 +0000 (05:41 +0000)]
Evas: cygwin port

Patch by Yaakov Selkowitz

SVN revision: 78955

11 years agoEina: set module arch for cygwin
Vincent Torri [Wed, 7 Nov 2012 00:52:49 +0000 (00:52 +0000)]
Eina: set module arch for cygwin

Patch by Yaakov Selkowitz

SVN revision: 78954

11 years agoEina: Compilation on cygwin
Vincent Torri [Wed, 7 Nov 2012 00:48:10 +0000 (00:48 +0000)]
Eina: Compilation on cygwin

Patch by Yaakov Selkowitz, thanks :)

SVN revision: 78953

11 years agomerge: fix compilation on Windows
Vincent Torri [Tue, 6 Nov 2012 23:07:05 +0000 (23:07 +0000)]
merge: fix compilation on Windows

SVN revision: 78952

11 years agoefl: ignore++
Sebastian Dransfeld [Tue, 6 Nov 2012 21:31:14 +0000 (21:31 +0000)]
efl: ignore++

SVN revision: 78949

11 years agoefreet: Add header to files to pass distcheck
Stefan Schmidt [Tue, 6 Nov 2012 13:36:09 +0000 (13:36 +0000)]
efreet: Add header to files to pass distcheck

SVN revision: 78940

11 years agoecore: Add thread safety support to ecore pipe
Mike McCormack [Tue, 6 Nov 2012 10:49:05 +0000 (10:49 +0000)]
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

11 years agomerge: windows: i will support only gcc >= 4.7.2, where -mms-bitfields is eanbled...
Vincent Torri [Tue, 6 Nov 2012 06:57:51 +0000 (06:57 +0000)]
merge: windows: i will support only gcc >= 4.7.2, where -mms-bitfields is eanbled by default

SVN revision: 78936

11 years agomerge: evas
Vincent Torri [Mon, 5 Nov 2012 23:48:30 +0000 (23:48 +0000)]
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

11 years agoecore: remove non-sys/inotify.h codepaths
Sebastian Dransfeld [Mon, 5 Nov 2012 21:59:39 +0000 (21:59 +0000)]
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

11 years agoefl: pass distcheck.
Carsten Haitzler [Mon, 5 Nov 2012 14:42:44 +0000 (14:42 +0000)]
efl: pass distcheck.

SVN revision: 78924

11 years agoevas: Fix wayland-egl build on merged efl tree.
Rafael Antognolli [Mon, 5 Nov 2012 11:08:37 +0000 (11:08 +0000)]
evas: Fix wayland-egl build on merged efl tree.

SVN revision: 78920

11 years agomerge: evas fixes
Vincent Torri [Mon, 5 Nov 2012 09:25:44 +0000 (09:25 +0000)]
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

11 years agomerge: some more. I'll simplify all that later
Vincent Torri [Sun, 4 Nov 2012 14:34:42 +0000 (14:34 +0000)]
merge: some more. I'll simplify all that later

SVN revision: 78901

11 years agomerge: fix compilation outside the treee and maybe also some DSO problems
Vincent Torri [Sun, 4 Nov 2012 13:40:18 +0000 (13:40 +0000)]
merge: fix compilation outside the treee and maybe also some DSO problems

SVN revision: 78900

11 years agomerge: and now Evas
Vincent Torri [Sun, 4 Nov 2012 11:51:42 +0000 (11:51 +0000)]
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

11 years agoefreet: better english
Sebastian Dransfeld [Sat, 3 Nov 2012 21:44:11 +0000 (21:44 +0000)]
efreet: better english

SVN revision: 78889

11 years agoefreet: ChangeLog and NEWS
Sebastian Dransfeld [Sat, 3 Nov 2012 21:44:07 +0000 (21:44 +0000)]
efreet: ChangeLog and NEWS

SVN revision: 78888

11 years agoedbus: Fix typo
Sebastian Dransfeld [Sat, 3 Nov 2012 21:43:40 +0000 (21:43 +0000)]
edbus: Fix typo

SVN revision: 78887

11 years agoemotion/generic: Mark file as not ready during partial shutdown.
Rafael Antognolli [Sat, 3 Nov 2012 16:04:09 +0000 (16:04 +0000)]
emotion/generic: Mark file as not ready during partial shutdown.

This should fix ticket #1586.

SVN revision: 78886

11 years agoevas - I forgot vincent's work... Next time!
ChunEon Park [Sat, 3 Nov 2012 13:29:49 +0000 (13:29 +0000)]
evas - I forgot vincent's work... Next time!

SVN revision: 78884

11 years agoevas - .... I forgot vincent's work. next time.
ChunEon Park [Sat, 3 Nov 2012 13:29:13 +0000 (13:29 +0000)]
evas - .... I forgot vincent's work. next time.

SVN revision: 78883

11 years agoevas - clean the unused code.
ChunEon Park [Sat, 3 Nov 2012 13:25:13 +0000 (13:25 +0000)]
evas - clean the unused code.

SVN revision: 78882

11 years agoevas/object - no need to update events when source is invisible
ChunEon Park [Sat, 3 Nov 2012 13:20:01 +0000 (13:20 +0000)]
evas/object - no need to update events when source is invisible

SVN revision: 78881

11 years agoefreet: check desktop-directories
Sebastian Dransfeld [Fri, 2 Nov 2012 20:12:47 +0000 (20:12 +0000)]
efreet: check desktop-directories

SVN revision: 78875

11 years agoefreet: track efreetd clients
Sebastian Dransfeld [Fri, 2 Nov 2012 20:12:41 +0000 (20:12 +0000)]
efreet: track efreetd clients

SVN revision: 78874

11 years agoedbus2: quiet warning (again)
Sebastian Dransfeld [Fri, 2 Nov 2012 20:12:27 +0000 (20:12 +0000)]
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

11 years agoefreet: minor changes
Sebastian Dransfeld [Fri, 2 Nov 2012 20:11:56 +0000 (20:11 +0000)]
efreet: minor changes

- Wait longer before we start cache build process
- Fix typo
- Don't log with \n
- TODO++

SVN revision: 78872

11 years agoadd copying (lgpl like elm) and readme.
Gustavo Sverzut Barbieri [Fri, 2 Nov 2012 14:38:51 +0000 (14:38 +0000)]
add copying (lgpl like elm) and readme.

SVN revision: 78868

11 years agoefreet: require edbus2
Sebastian Dransfeld [Fri, 2 Nov 2012 14:01:55 +0000 (14:01 +0000)]
efreet: require edbus2

SVN revision: 78867

11 years agofix tb style value parsing issue with escapes.
Carsten Haitzler [Fri, 2 Nov 2012 12:27:39 +0000 (12:27 +0000)]
fix tb style value parsing issue with escapes.

SVN revision: 78859

11 years agoedje_entry: remove trailingspace
Jihoon Kim [Fri, 2 Nov 2012 08:15:58 +0000 (08:15 +0000)]
edje_entry: remove trailingspace

SVN revision: 78837

11 years agoedje_entry: fix typos
Jihoon Kim [Fri, 2 Nov 2012 08:14:50 +0000 (08:14 +0000)]
edje_entry: fix typos

SVN revision: 78835

11 years agoedje -- fix tab space
ChunEon Park [Fri, 2 Nov 2012 04:06:00 +0000 (04:06 +0000)]
edje -- fix tab space

SVN revision: 78819

11 years agoedje - don't update map uv for proxy
ChunEon Park [Fri, 2 Nov 2012 04:05:02 +0000 (04:05 +0000)]
edje - don't update map uv for proxy

SVN revision: 78818

11 years agoedbus: prevent segv
Sebastian Dransfeld [Fri, 2 Nov 2012 02:49:24 +0000 (02:49 +0000)]
edbus: prevent segv

SVN revision: 78816

11 years agoefreet: add dir path, not file path
Sebastian Dransfeld [Fri, 2 Nov 2012 02:49:20 +0000 (02:49 +0000)]
efreet: add dir path, not file path

SVN revision: 78815

11 years agoefreet: only run one builder instance
Sebastian Dransfeld [Fri, 2 Nov 2012 02:49:10 +0000 (02:49 +0000)]
efreet: only run one builder instance

SVN revision: 78814

11 years agoefreet: reply on ping whether cache exists
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

11 years agoefreet: iface registration before name request
Sebastian Dransfeld [Fri, 2 Nov 2012 01:47:00 +0000 (01:47 +0000)]
efreet: iface registration before name request

SVN revision: 78812

11 years agoedbus: register interface before name
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

11 years agoedbus: typo
Sebastian Dransfeld [Fri, 2 Nov 2012 01:46:50 +0000 (01:46 +0000)]
edbus: typo

SVN revision: 78810

11 years agoefreet: Use dbus daemon
Sebastian Dransfeld [Fri, 2 Nov 2012 01:46:44 +0000 (01:46 +0000)]
efreet: Use dbus daemon

SVN revision: 78809

11 years agoefreetd: init ecore_file
Sebastian Dransfeld [Fri, 2 Nov 2012 01:46:31 +0000 (01:46 +0000)]
efreetd: init ecore_file

SVN revision: 78808

11 years agomerge: move lz4 to src/static_libs/lz4 (same will hold for evas' linebreak), ignore++--
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

11 years agomerge: fix PACKAGE_DATA_DIR value
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

11 years agoefreet: Build fix, edbus_service_interface_register() signature has changed
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

11 years agoedbus: exec configure in the end to preserve return code
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