Commit Graph

19738 Commits

Author SHA1 Message Date
Lucas De Marchi 0fa753cd7d edbus: add const where it's due and remove casts
SVN revision: 79185
2012-11-12 16:16:16 +00:00
Lucas De Marchi c2de1aa13e edbus: check signature earlier and fail on invalid signature
The problem is: if there's any arg with invalid signatures, we cannot
continue adding the interface. Just fail with a log message so user will
notice it.

This means we need to check if signals are valid much earlier. Actually
before even adding the object/interface.

Also change the iteration on signals so we don't use a needless index.



SVN revision: 79184
2012-11-12 16:16:10 +00:00
Lucas De Marchi 1478175b5f edbus: do not alloc/free eina_strbuf. Reset it instead
SVN revision: 79183
2012-11-12 16:16:04 +00:00
Lucas De Marchi e877a52f97 edbus: simplify/unify appending args to methods/signals
Functions to append methods/properties/signals also marked as inline as
they should be called by only one place.



SVN revision: 79182
2012-11-12 16:15:58 +00:00
Lucas De Marchi 219ca93d23 edbus: compat introspection with no annotation/arg
SVN revision: 79181
2012-11-12 16:15:52 +00:00
Lucas De Marchi 0f927daa19 edbus: add son in server example for tests
SVN revision: 79180
2012-11-12 16:15:43 +00:00
Lucas De Marchi 8fe3146fe8 edbus: fix checking if root objects are our son
strncmp'ing is not sufficient because it whould fail in case an object
like "/org/bla" is registered (and in conn->root_objs) and we were
registering "/org/blatest/". We would incorrectly put "/org/bla" as son
of "/org/blatest". Fix this by looking up the next char, checking if
it's a slash.

Also re-format the code a little bit.



SVN revision: 79179
2012-11-12 16:07:12 +00:00
Lucas De Marchi 312bb0d887 edbus: simplify and fix formatting
SVN revision: 79178
2012-11-12 16:07:06 +00:00
Lucas De Marchi 0bc346c979 edbus: move function up - no fwd declaration when not needed
SVN revision: 79177
2012-11-12 16:07:01 +00:00
Lucas De Marchi e619f29e6e edbus: simplify and explain code
No need to strlen(obj->path) twice per loop iteration. Do it only once
and add a comment explaining the difference between handling "/" and
"/my/path/to/obj".



SVN revision: 79176
2012-11-12 16:06:51 +00:00
José Roberto de Souza fb26be4f1b edbus: Append path of child objects in Introspectable
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 79175
2012-11-12 16:06:41 +00:00
Eduardo de Barros Lima 235e333928 Updated dev info and added myself to AUTHORS where relevant
SVN revision: 79155
2012-11-12 12:33:21 +00:00
Sebastian Dransfeld f5832cf132 efreet: Do not recurse into icon dirs
There will be a lot of dirs below an icon dir, so it is a lot to watch
all. The icon theme spec says that the top level dir will be updated on
icon theme update, which it will on a standard linux system. A temporary
file will be created and deleted below the top level dir.

SVN revision: 79126
2012-11-11 21:47:22 +00:00
Sebastian Dransfeld 959a737450 efreet: fix typo, not desktop but icon
SVN revision: 79125
2012-11-11 21:47:12 +00:00
Carsten Haitzler 376634601d more xxx's
SVN revision: 79124
2012-11-11 21:35:31 +00:00
Carsten Haitzler 6475821a07 lets make some XXX notes about monitoring non-existant dirs.
SVN revision: 79123
2012-11-11 21:34:49 +00:00
Sebastian Dransfeld b4490d909e efreet: shutdown on error and disconnect
When bus stops it send Disconnect signal. Trap and die.

SVN revision: 79122
2012-11-11 20:59:03 +00:00
Sebastian Dransfeld f8d97711a7 edbus: reply for name request is reply code
SVN revision: 79121
2012-11-11 20:58:38 +00:00
Carsten Haitzler 121c87e091 improve readability of image find in edje. :)
SVN revision: 79107
2012-11-11 08:26:25 +00:00
Carsten Haitzler 23f5f378fe remove a memcpy and strlen and just delcare (sure compiler places
bytes on stack for us as opposed to memcpy... let's assume it'll be as
good as memcpy or better :)).



SVN revision: 79106
2012-11-11 08:02:43 +00:00
Vincent Torri 216445552d Edje fix installation of edje_recc on cygwin
Patch by Yaakov Selkowitz


SVN revision: 79103
2012-11-11 07:04:40 +00:00
Vincent Torri cda5755122 Efreet: declare properly alloca()
SVN revision: 79088
2012-11-10 09:13:56 +00:00
Carsten Haitzler 2c93e58673 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
2012-11-10 04:26:48 +00:00
Leandro Dorileo 31069a97ce EPhysics: sandbox reduce time resolution
Reduce simulation time resolution to avoid soft body penetration.


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



SVN revision: 79058
2012-11-09 18:58:57 +00:00
Leandro Dorileo d0f93b0aaa 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
2012-11-09 18:58:51 +00:00
Leandro Dorileo be9c5adb45 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
2012-11-09 18:58:43 +00:00
Leandro Dorileo 8fa96610bb EPhysics: get rid of soft_data
Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 79055
2012-11-09 18:58:38 +00:00
Bruno Dilly 620a0a1ac7 ephysics: toggle theme
SVN revision: 79054
2012-11-09 18:58:32 +00:00
Bruno Dilly b25a7d2816 ephysics: small fixes on grab test
Remove unneeded field of drag structure and vars, rename vars,
add checks, fix indenting.



SVN revision: 79053
2012-11-09 18:58:23 +00:00
Bruno Dilly 6b66a1854a ephysics: todo--
SVN revision: 79052
2012-11-09 18:58:18 +00:00
Bruno Dilly 554a41089e ephysics: add toggle on tests with light
So users can see impacts caused by using light.



SVN revision: 79051
2012-11-09 18:58:12 +00:00
Bruno Dilly ac4f92f547 ephysics: add coins test requested by Raster
Just giving his 2 cents.

credits:
 joke: acidx
 images: marina



SVN revision: 79050
2012-11-09 18:57:58 +00:00
Bruno Dilly 53b29208ee ephysics: implement update of cylinder faces
SVN revision: 79049
2012-11-09 18:57:51 +00:00
Bruno Dilly 77f193677b ephysics: fix evas object rotation based on body
Inverts y component.



SVN revision: 79048
2012-11-09 18:53:38 +00:00
Bruno Dilly 06bf7b0761 ephysics: add dices test
SVN revision: 79047
2012-11-09 18:53:26 +00:00
Bruno Dilly 8a70256010 ephysics: use macros on cubes and balls theme
SVN revision: 79046
2012-11-09 18:53:17 +00:00
Bruno Dilly d2ed5cbb47 ephysics: implement update of box faces objects
SVN revision: 79045
2012-11-09 18:53:11 +00:00
Bruno Dilly 02d3fdb54b ephysics: use integer on body struct to store shape
Instead of comparing strings to return of bullet collision shapes



SVN revision: 79044
2012-11-09 18:53:04 +00:00
Bruno Dilly 3d9cf4bd2b ephysics: fix outdates docs regarding light
SVN revision: 79043
2012-11-09 18:52:55 +00:00
Bruno Dilly 530c8b4310 ephysics: use a common API to add faces for all types
of body




SVN revision: 79042
2012-11-09 18:52:49 +00:00
Bruno Dilly 61d7e5e30e ephysics: support multiple evas objects associated to
body




SVN revision: 79041
2012-11-09 18:52:42 +00:00
Bruno Dilly 7af37b3980 ephysics: don't mess with body's depth when setting
evas object




SVN revision: 79040
2012-11-09 18:52:35 +00:00
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
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
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
Daniel Juyung Seo 99ce2c390e edje edc.vim: Added minmul to edc vim keyword.
SVN revision: 78965
2012-11-07 08:49:42 +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
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
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
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
Sebastian Dransfeld 89daa0b210 efreet: minor changes
- Wait longer before we start cache build process
- Fix typo
- Don't log with \n
- TODO++

SVN revision: 78872
2012-11-02 20:11:56 +00:00
Gustavo Sverzut Barbieri 2d2f2236a4 add copying (lgpl like elm) and readme.
SVN revision: 78868
2012-11-02 14:38:51 +00:00
Sebastian Dransfeld 124beafa67 efreet: require edbus2
SVN revision: 78867
2012-11-02 14:01:55 +00:00
Carsten Haitzler 98ce0b7076 fix tb style value parsing issue with escapes.
SVN revision: 78859
2012-11-02 12:27:39 +00:00
Jihoon Kim 6ba18e57d2 edje_entry: remove trailingspace
SVN revision: 78837
2012-11-02 08:15:58 +00:00
Jihoon Kim d5609b7f62 edje_entry: fix typos
SVN revision: 78835
2012-11-02 08:14:50 +00:00
ChunEon Park 5614f76e31 edje -- fix tab space
SVN revision: 78819
2012-11-02 04:06:00 +00:00
ChunEon Park 2fbf887eda edje - don't update map uv for proxy
SVN revision: 78818
2012-11-02 04:05:02 +00:00
Sebastian Dransfeld 5b3ac2cb0c edbus: prevent segv
SVN revision: 78816
2012-11-02 02:49:24 +00:00
Sebastian Dransfeld 15431e52a6 efreet: add dir path, not file path
SVN revision: 78815
2012-11-02 02:49:20 +00:00
Sebastian Dransfeld 063cb0c3e2 efreet: only run one builder instance
SVN revision: 78814
2012-11-02 02:49:10 +00:00
Sebastian Dransfeld f38c608627 efreet: reply on ping whether cache exists
And trigger event

SVN revision: 78813
2012-11-02 01:47:06 +00:00
Sebastian Dransfeld 9262991a45 efreet: iface registration before name request
SVN revision: 78812
2012-11-02 01:47:00 +00:00
Sebastian Dransfeld 75579a775b 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
2012-11-02 01:46:56 +00:00
Sebastian Dransfeld 593b9c00e0 edbus: typo
SVN revision: 78810
2012-11-02 01:46:50 +00:00
Sebastian Dransfeld e94d0c6eb1 efreet: Use dbus daemon
SVN revision: 78809
2012-11-02 01:46:44 +00:00
Sebastian Dransfeld ac97a87b85 efreetd: init ecore_file
SVN revision: 78808
2012-11-02 01:46:31 +00:00
José Roberto de Souza ca20fab7d4 efreet: Build fix, edbus_service_interface_register() signature has changed
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78804
2012-11-01 16:41:35 +00:00
Lucas De Marchi 20ec8868e6 edbus: exec configure in the end to preserve return code
SVN revision: 78803
2012-11-01 16:41:17 +00:00
José Roberto de Souza dfd2bd0204 edbus: Add Properties to edbus service API
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78802
2012-11-01 16:41:11 +00:00
José Roberto de Souza 5719e45bbd edbus: Use separate struct for description of Service Interface
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78801
2012-11-01 16:41:04 +00:00
ChunEon Park 3a99b1234e edje/text - update text classes correctly if they are changed.
SVN revision: 78741
2012-11-01 06:18:10 +00:00
ChunEon Park e12b7f2477 edje/util - clean the white spaces & trailings
SVN revision: 78740
2012-11-01 06:09:30 +00:00
Jihoon Kim be80050118 ecore_imf_example: let immodule know the change of cursor infomation when backspace is pressed
SVN revision: 78735
2012-10-31 23:42:47 +00:00
Jihoon Kim 33a6892763 ecore_imf_example: check NULL parameter in retrieve_surrouding_cb
SVN revision: 78734
2012-10-31 23:41:09 +00:00
Bruno Dilly 884558f342 ephysics: cosmetic fix
SVN revision: 78732
2012-10-31 21:03:36 +00:00
Bruno Dilly 7aff5fb13e ephysics: clean up flag test
SVN revision: 78731
2012-10-31 21:03:23 +00:00
Bruno Dilly 818e957c89 ephysics: fix triangles index get
It will works only with cloths for now.



SVN revision: 78730
2012-10-31 21:03:17 +00:00
Bruno Dilly cd4a6f05d7 ephysics: fix cols / rows account
It was creating meshes with cols - 1, rows - 1.



SVN revision: 78729
2012-10-31 21:03:09 +00:00
Bruno Dilly 5e0998835e ephysics: fix slices size
with 1,1 events conversion won't works fine



SVN revision: 78728
2012-10-31 21:03:02 +00:00
Bruno Dilly 35b77df141 ephysics: update slices at each tick
No reason to call it only when evas object moves.
Makes soft bodies animations smoother.



SVN revision: 78727
2012-10-31 21:02:55 +00:00
Bruno Dilly 9f04fdf723 ephysics: use evas_object_image_source API
Remove workaround on soft body slicing



SVN revision: 78726
2012-10-31 21:02:50 +00:00
Bruno Dilly 67f36ff048 ephysics: avoid many unecessary allocs / free on
collision detection

Only allocates data when it has a callback registered.



SVN revision: 78725
2012-10-31 21:02:43 +00:00
ChunEon Park 923bc3449b evas/gl - share the evas gl engine for windows properly.
Now elementary_test glview will be happy.



SVN revision: 78707
2012-10-31 12:57:21 +00:00
Carsten Haitzler 1441df778c fix: use max compression not default compression for edje_cc.
SVN revision: 78699
2012-10-31 11:06:17 +00:00
Bruno Dilly 0ca47806af ephysics: add scroller bar on test custom theme
So people using standard profile can use it without mouse wheel.



SVN revision: 78683
2012-10-30 18:32:03 +00:00
Leandro Dorileo d0126e755b 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
2012-10-30 18:31:58 +00:00
Leandro Dorileo c6f4ab7643 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
2012-10-30 18:31:52 +00:00
Leandro Dorileo 36fbbb75d7 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
2012-10-30 18:31:45 +00:00
Leandro Dorileo 5bf3f3cf7d 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
2012-10-30 18:31:38 +00:00
Bruno Dilly 54a8f1678d 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
2012-10-30 18:31:32 +00:00
Leandro Dorileo f9b904ae03 EPhysics: test delete body, fix bodies list mess.
Patch by: Leandro Dorileo <dorileo@profusion.mobi>



SVN revision: 78677
2012-10-30 18:31:21 +00:00
Sung Park ad65c3b6ba Had put the Evas GL bug fix news in the wrong place in the
earlier commit. Fixed. 


SVN revision: 78668
2012-10-30 14:43:28 +00:00
Sung Park 9ff072ca67 EvasGL: fix clip bug while computing coordinates for Evas GL
direct rendering optimization.


SVN revision: 78666
2012-10-30 14:37:54 +00:00
Tom Hacohen bb68f2db60 Evas textblock: tests should now work a bit better.
SVN revision: 78645
2012-10-30 11:54:05 +00:00
Tom Hacohen 2bd953a4ab Evas textblock: Fixed more tb init issues.
SVN revision: 78644
2012-10-30 11:53:58 +00:00
Mike Blumenkrantz 887c2a1190 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
2012-10-30 10:44:07 +00:00
ChunEon Park da39b6c326 evas/events - and remove unused func
SVN revision: 78635
2012-10-30 05:02:15 +00:00
ChunEon Park 5661ca2a83 evas/events - fixed simple mistake
SVN revision: 78634
2012-10-30 05:01:20 +00:00
ChunEon Park 6efc9a7ab7 evas/examples - added test cases for proxy visibility/events
SVN revision: 78633
2012-10-30 04:15:34 +00:00
Tom Hacohen d33cf9b871 Evas textblock: This time really fix the init.
SVN revision: 78629
2012-10-29 23:01:11 +00:00
Tom Hacohen a47a0809e3 Evas textblock: Fixed an issue with textblock init in some cases.
SVN revision: 78628
2012-10-29 22:51:27 +00:00
José Roberto de Souza 4de063a9fb edbus: Make on_name_owner_changed() return upon error getting args
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78626
2012-10-29 22:02:46 +00:00
José Roberto de Souza 959cc5ade9 edbus: Remove unnecessary define
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78625
2012-10-29 22:02:41 +00:00
José Roberto de Souza f0532b7643 edbus: Add missed eina_magic names
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78624
2012-10-29 22:02:36 +00:00
José Roberto de Souza f94520c1fa 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
2012-10-29 22:02:32 +00:00
Lucas De Marchi b312303137 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
2012-10-29 22:02:25 +00:00
Igor Murzov 61bf192dcb Fix typos: s/Ejde/Edje/g
Patch by: Igor Murzov <e-mail@date.by>



SVN revision: 78621
2012-10-29 21:53:39 +00:00
Igor Murzov e3fd07d93d Fix typos: s/pooler/poller/g
Patch by: Igor Murzov <e-mail@date.by>



SVN revision: 78620
2012-10-29 21:50:03 +00:00
Rafael Antognolli 9a856abdae 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
2012-10-29 17:45:44 +00:00
Daniel Zaoui dbbc30644b 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
2012-10-29 09:37:43 +00:00
Daniel Zaoui 716b093d3e 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
2012-10-29 07:34:19 +00:00
Daniel Zaoui 49abb98ae9 Added descriptions to Eo defines
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 78599
2012-10-29 07:26:16 +00:00
ChunEon Park e9511baea9 evas/cserve2 - removed warnings
SVN revision: 78597
2012-10-29 01:33:58 +00:00
ChunEon Park 8554315234 evas/event - clean the code and do stop when evas event is frozen.
SVN revision: 78591
2012-10-28 14:51:42 +00:00
ChunEon Park e48939bb65 evas/events - do mouse_in/out for proxy source
SVN revision: 78590
2012-10-28 14:48:43 +00:00
Tom Hacohen 0b036b4782 Edje entry: Fix update of cursor with IMF and user_insert.
Was missing, now cursor updates like it should.

SVN revision: 78587
2012-10-28 13:29:01 +00:00
Christopher Michael ff70ee29df Edje: Fix warning: comparison between signed and unsigned integer
expressions

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

SVN revision: 78580
2012-10-28 10:21:22 +00:00
Daniel Zaoui 993534639e Fix on the class name of ecore idle exiter.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 78577
2012-10-28 08:46:27 +00:00
Daniel Zaoui 424491e6f7 Added descriptions for new Eo defines
Added authors

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 78576
2012-10-28 08:46:23 +00:00
Christopher Michael 98b52208ea 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
2012-10-28 08:26:26 +00:00
Christopher Michael 7ac7ffac4d 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
2012-10-28 07:54:49 +00:00
Christopher Michael 9ea0fede15 Evas: Fix uninitialized variable warnings.
Signed-off-by: Christopher Michael <devilhorns@revolution.(none)>

SVN revision: 78571
2012-10-28 07:54:46 +00:00
Christopher Michael af2f68b611 Evas: Add missing UNUSED for params.
Signed-off-by: Christopher Michael <devilhorns@revolution.(none)>

SVN revision: 78570
2012-10-28 07:54:42 +00:00
Christopher Michael 8c98ebf173 Evas: Add missing parens.
Signed-off-by: Christopher Michael <devilhorns@revolution.(none)>

SVN revision: 78569
2012-10-28 07:54:39 +00:00
Christopher Michael f56d253073 Evas: Remove unused variable.
Signed-off-by: Christopher Michael <devilhorns@revolution.(none)>

SVN revision: 78568
2012-10-28 07:54:35 +00:00
Rafael Antognolli d8cbc86825 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
2012-10-26 18:54:52 +00:00
Rafael Antognolli 60dfe259c8 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
2012-10-26 18:54:45 +00:00
José Roberto de Souza dd7e8ad1a7 edbus: Add some EINA_SAFETY to public API
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78553
2012-10-26 18:20:19 +00:00
José Roberto de Souza 5153494542 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
2012-10-26 18:20:14 +00:00
José Roberto de Souza de74c4245b 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
2012-10-26 18:20:09 +00:00
José Roberto de Souza a69f6ce338 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
2012-10-26 18:20:02 +00:00
José Roberto de Souza c256bce151 edbus: Break while if a error happen in message_arguments_set
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78549
2012-10-26 18:19:57 +00:00
José Roberto de Souza 1513705c9b edbus: Parse Eina_Value to edbus_message
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78548
2012-10-26 18:19:52 +00:00
José Roberto de Souza 4f1b905db3 edbus: Add edbus_proxy_properties_changed_callback_add
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78547
2012-10-26 18:19:46 +00:00
José Roberto de Souza e8b9c7d42e edbus: Add edbus_proxy_property_local_get and get_all
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78546
2012-10-26 18:19:42 +00:00
Lucas De Marchi 6f52b71822 edbus: Mark properties_signal to be removed
SVN revision: 78545
2012-10-26 18:19:37 +00:00
José Roberto de Souza c30124d90a edbus: Implementation of EDBUS_PROXY_EVENTS and edbus_proxy_properties_monitor
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78544
2012-10-26 18:19:32 +00:00
José Roberto de Souza 45a5f7e5d5 edbus: Parse EDBus_Message to Eina_Value
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78543
2012-10-26 18:19:25 +00:00
Lucas De Marchi 6fb7d45936 edbus: Fix remaining signature with EDBUS_ARGS({ NULL, NULL })
SVN revision: 78542
2012-10-26 16:46:06 +00:00
José Roberto de Souza b0c6e26b47 edbus: Fix instrospect signature
Patch by: José Roberto de Souza  <zehortigoza@profusion.mobi>



SVN revision: 78541
2012-10-26 16:45:58 +00:00
Michael BOUCHAUD 6b8370eb78 edje: oops ^^
SVN revision: 78532
2012-10-26 13:17:20 +00:00
ChunEon Park 54624fe95f 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
2012-10-26 12:44:52 +00:00
ChunEon Park c05e3d7d88 evas - eeeeek. my fault.
SVN revision: 78530
2012-10-26 12:36:08 +00:00
ChunEon Park 7f30408237 evas/event - fixed memory leak in multi move
SVN revision: 78528
2012-10-26 12:23:35 +00:00
Vincent Torri aefbd16dea evas: fix maintainer-clean rule
SVN revision: 78520
2012-10-26 10:35:21 +00:00
Michael BOUCHAUD 56f5ad6e4b edje: fix scale set on box and table
SVN revision: 78517
2012-10-26 10:15:35 +00:00
Vincent Torri 5bdb5d3763 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
2012-10-26 09:01:52 +00:00
Vincent Torri fd2a6181fa embryo: even more simplifications
SVN revision: 78502
2012-10-26 06:44:50 +00:00
ChunEon Park e524d69b78 evas/events - refactoring for optimization events handling (lazy processing)
SVN revision: 78500
2012-10-26 05:52:42 +00:00
ChunEon Park f31332d6be evas/event - don't loop continuosly as possible when event is frozen
SVN revision: 78499
2012-10-26 04:41:59 +00:00
Cedric BAIL 53292d89ca edje: let edje_cc warning get through edje_watch.
SVN revision: 78498
2012-10-26 04:29:58 +00:00
Vincent Torri 9853e8a6a3 Embryo: simplify autotools on Windows
SVN revision: 78496
2012-10-25 22:07:32 +00:00
Leandro Dorileo c636562644 EPhysics: flag - cloth test, remove unneeded
boundaries



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



SVN revision: 78493
2012-10-25 21:55:48 +00:00
Bruno Dilly 54775f34b5 ephysics: fix test "rotating forever"
It should delete timers when evas object is deleted, not when
body is deleted.



SVN revision: 78492
2012-10-25 21:55:35 +00:00
Bruno Dilly 829065f97a 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
2012-10-25 21:55:23 +00:00
Bruno Dilly 651b562ebd ephysics: docs fixes (missing params / typos)
SVN revision: 78490
2012-10-25 21:55:14 +00:00
Bruno Dilly 8ae0d9af74 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
2012-10-25 21:55:03 +00:00
Leandro Dorileo 65b9ff36ad 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
2012-10-25 21:54:55 +00:00
Leandro Dorileo 6eb262cdbb EPhysics: cloth add receives the number of rows and
columns



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



SVN revision: 78487
2012-10-25 21:54:48 +00:00
Leandro Dorileo b0bd7beac3 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
2012-10-25 21:54:37 +00:00
Bruno Dilly a360657718 ephysics: remove unneeded code from slices init
function




SVN revision: 78485
2012-10-25 21:54:29 +00:00
Bruno Dilly 3772783cc3 ephysics: fix segfault on restack
SVN revision: 78484
2012-10-25 21:54:22 +00:00
Bruno Dilly 8d4e7bdd62 ephysics: fix soft body slicing
Also, fix evas_object_set on cases when it shouldn't use
evas object geometry.



SVN revision: 78483
2012-10-25 21:54:14 +00:00
Leandro Dorileo 5d3d4978ad 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
2012-10-25 21:54:06 +00:00
Leandro Dorileo 4906b47a59 EPhysics: ephysics_body_move cloth support
Implementation of body moving for cloth bodies.


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



SVN revision: 78481
2012-10-25 21:53:59 +00:00
Leandro Dorileo d3097a3db1 EPhysics: implement central impulse apply for cloth
bodies



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



SVN revision: 78480
2012-10-25 21:53:51 +00:00
Leandro Dorileo 906fff0011 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
2012-10-25 21:53:44 +00:00
Bruno Dilly 03c52724db ephysics: apply perspective and back face culling on
soft body




SVN revision: 78478
2012-10-25 21:53:37 +00:00
Bruno Dilly 98d327c3b6 ephysics: invert clothes mesh
So objects won't be back-facing the camera.



SVN revision: 78477
2012-10-25 21:53:30 +00:00
Bruno Dilly 3804a911e1 ephysics: support light on soft bodies
SVN revision: 78476
2012-10-25 21:53:23 +00:00
Bruno Dilly b13d5d054f 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
2012-10-25 21:53:16 +00:00
Leandro Dorileo 755a182add 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
2012-10-25 21:53:08 +00:00
ChunEon Park 045354d679 evas/proxy - rename variables to be shorter.
SVN revision: 78460
2012-10-25 15:24:27 +00:00
ChunEon Park ecc24faf1e evas/events - separate source_events feed functions. need to care more.
SVN revision: 78458
2012-10-25 15:12:54 +00:00
ChunEon Park 26fe925760 evas - updated NEWS and Changelog
SVN revision: 78457
2012-10-25 15:05:06 +00:00
Carsten Haitzler 47ad994b03 oops printf--
SVN revision: 78445
2012-10-25 11:31:20 +00:00
Carsten Haitzler 47b7c0f36b fix minor case of the segv's in evas.
SVN revision: 78443
2012-10-25 11:28:12 +00:00
Daniel Zaoui 05031a3631 Fix for elementary_codegen and edje_codegen
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 78436
2012-10-25 09:56:31 +00:00
Daniel Zaoui d372006da4 Compilation fixes
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 78435
2012-10-25 09:56:27 +00:00
Cedric BAIL 0827a05a58 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
2012-10-25 08:02:31 +00:00
ChunEon Park 10ead8d107 evas - added Evas_Coord_Size, Evas_Coord_Precision_Size types
SVN revision: 78417
2012-10-25 05:28:12 +00:00
ChunEon Park 2de9c7a47b evas/event - optimize to not transform coordinates again in map enabled case.
SVN revision: 78415
2012-10-25 04:03:06 +00:00
Gustavo Sverzut Barbieri 3519c6e92e 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
2012-10-24 21:51:59 +00:00
Stefan Schmidt cedf5d0cf9 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
2012-10-24 19:50:29 +00:00
Gustavo Sverzut Barbieri 0647d5d54c 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
2012-10-24 19:04:01 +00:00
Cedric BAIL 26dbb19516 evas: unbork build of non static also.
m4 macro would be of a great use to simplify this mess.


SVN revision: 78393
2012-10-24 09:25:44 +00:00
Cedric BAIL ee1ec7d229 evas: fix borked static module support.
SVN revision: 78392
2012-10-24 08:46:25 +00:00
ChunEon Park aa98d419e2 evas - NEWS, Changelog
SVN revision: 78391
2012-10-24 07:34:20 +00:00
ChunEon Park 3f1f0631c1 evas/event - no more valid.
SVN revision: 78390
2012-10-24 07:14:52 +00:00
ChunEon Park 2960c5e5d4 evas/events - fix source event pass for map transformed.
SVN revision: 78389
2012-10-24 07:10:17 +00:00
ChunEon Park d19f4a904a evas/events - add missing since
SVN revision: 78387
2012-10-24 06:17:28 +00:00
ChunEon Park bebeefb155 evas/event - dont pass events when source_events is false
SVN revision: 78386
2012-10-24 06:15:21 +00:00
ChunEon Park 0438eb2134 evas/event - refactoring for less code
SVN revision: 78383
2012-10-24 04:36:02 +00:00
Cedric BAIL 0da512cdcd evas: fix gl_sdl b0rk.
SVN revision: 78381
2012-10-24 02:59:56 +00:00
ChunEon Park 5e1dc9fb7d 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
2012-10-24 01:36:29 +00:00
Carsten Haitzler 86e8c4ed53 fix possible size set segv in gl engine.
SVN revision: 78363
2012-10-23 08:55:22 +00:00
ChunEon Park d115ff8e3b evas/proxy - added 2 more apis. not enough yet. will fix them soon.
evas_object_image_source_events_set/get



SVN revision: 78361
2012-10-23 08:44:11 +00:00
Tom Hacohen 7f71bab887 Evas textgrid: Fixed compilation warning.
SVN revision: 78360
2012-10-23 07:25:29 +00:00
Daniel Zaoui 8b3a7b6167 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
2012-10-23 06:26:40 +00:00
Christopher Michael ca5ce36b69 Edje: Fix uninitialized variable warning.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 78357
2012-10-23 06:16:13 +00:00
Christopher Michael 74419525cf 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
2012-10-23 06:16:08 +00:00
Rafael Antognolli 69df3e14ec evas/build: Fix examples building enable/disable.
It should be disable if the dependencies were NOT found.

SVN revision: 78339
2012-10-22 20:02:35 +00:00
ChunEon Park 7a8ba6acef evas - ahhh . fixed typo again.
SVN revision: 78329
2012-10-22 10:30:52 +00:00
ChunEon Park 347730a0c5 evas - fixed typo
SVN revision: 78328
2012-10-22 10:28:52 +00:00
ChunEon Park c28a3c83dc evas/proxy - fill the eo op description
SVN revision: 78327
2012-10-22 10:27:08 +00:00
Daniel Zaoui 4eb9ea7587 Fix for amalgamation.
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 78325
2012-10-22 09:36:23 +00:00
ChunEon Park 8255c19814 evas/render - update where source object visiblity is changed
SVN revision: 78324
2012-10-22 08:59:32 +00:00
Daniel Zaoui 9cc4d3c3c0 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
2012-10-22 08:57:08 +00:00
Daniel Zaoui b80146d11b Add Doxygen descriptions for the evas objects and evas canvas new
defines.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 78322
2012-10-22 08:57:02 +00:00
WooHyun Jung 94f4360b40 evas : Additional explanation for style tag in evas textblock.
SVN revision: 78319
2012-10-22 08:28:55 +00:00
ChunEon Park 517e711493 evas/event - sorry. nevermind. it's ok.
SVN revision: 78317
2012-10-22 06:48:21 +00:00
ChunEon Park 32e089629e evas/event - my commit caused some problem. revert temporarly.
SVN revision: 78316
2012-10-22 06:45:15 +00:00
ChunEon Park 533cb57962 evas/events - use Eina_Bool
SVN revision: 78314
2012-10-22 05:02:53 +00:00
ChunEon Park 916f9ce50c evas/proxy - skip the events on invisible source obj.
SVN revision: 78313
2012-10-22 04:57:32 +00:00
Daniel Zaoui bdc4de91cd Fix edje_edit. Didn't see that the base of the Edje_edit is not a
pointer. Changed it to satisfy Eo requirements.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 78306
2012-10-21 13:35:16 +00:00
Daniel Zaoui fdd87314b2 Edje porting to Eo
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 78305
2012-10-21 10:46:58 +00:00
Daniel Zaoui 9eb2d0e685 Remove EAPI that were not supposed to be.
vtorri is hot today!!!

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 78303
2012-10-21 08:17:08 +00:00
Daniel Juyung Seo c204c6c2c2 efreet: Fixed build break without edbus2. Patch by vtorri.
Thanks a lot vtorri!
I tested this with/without edbus2.

SVN revision: 78302
2012-10-21 08:09:05 +00:00
Daniel Zaoui cacd9955ab Fix: compilation problem due to _ecore_parent declaration and
HAVE_MALLINFO conflict.

Thanks to vtorri for having found that.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 78301
2012-10-21 08:04:20 +00:00
Sebastian Dransfeld ed5e14204e efreet: Add dbus efreet daemon
Not working yet.

SVN revision: 78294
2012-10-21 04:53:23 +00:00
Sebastian Dransfeld 199bef6051 efreet: move common function to base
SVN revision: 78293
2012-10-21 04:53:18 +00:00
Sebastian Dransfeld 878bfd2616 edbus: Add initializers to stop warnings
SVN revision: 78292
2012-10-21 04:52:59 +00:00
Boris Faure 36d0edc5b4 evas_text_grid: ' ' can be underlined or striken through
+ typo

SVN revision: 78284
2012-10-20 14:02:36 +00:00
Mike McCormack 6d4317ee2b ecore: Fix unbalanced lock
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 78274
2012-10-20 05:08:18 +00:00
Mike McCormack 19761ae0f8 evas: Fix unused return code warnings... check return codes
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 78273
2012-10-19 23:50:44 +00:00
Lucas De Marchi 2a8b05eb03 efreet: Fix efreet_init_parse for non existent file
The conversion to eina_file_map() in r78179 broke the error path of
efreet_init_parse(). Particularly if file doesn't exist. Since the variables
were not initialized it was trying to operate on random values from the stack.
So I got the following crash on E17:

#0  0x00007f238b0bbd67 in waitpid () from /usr/lib/libpthread.so.0
#1  0x00000000004397a3 in e_alert_show ()
#2  0x0000000000526392 in e_sigseg_act ()
#3  <signal handler called>
#4  0x0000000000000031 in ?? ()
#5  0x00007f239315df0f in efreet_ini_parse (file=file@entry=0x7fff39ce46f0 "/home/lucas/local/share/enlightenment/applications/defaults.list")
    at /home/lucas/p/e-svn/trunk/efreet/src/lib/efreet_ini.c:245
#6  0x00007f239315e100 in efreet_ini_new (file=0x7fff39ce46f0 "/home/lucas/local/share/enlightenment/applications/defaults.list")
    at /home/lucas/p/e-svn/trunk/efreet/src/lib/efreet_ini.c:82
#7  0x0000000000538174 in _e_util_default_terminal_get ()
#8  0x00000000005382dc in e_util_terminal_desktop_get ()
#9  0x00007f23706a1065 in e_fwin_init () from /home/lucas/local/lib/enlightenment/modules/fileman/linux-gnu-x86_64-ver-pre-svn-08/module.so
#10 0x00007f237069b524 in e_modapi_init () from /home/lucas/local/lib/enlightenment/modules/fileman/linux-gnu-x86_64-ver-pre-svn-08/module.so
#11 0x000000000050420d in e_module_enable ()
#12 0x0000000000504e77 in _e_module_cb_idler ()
#13 0x00007f238da22739 in _ecore_call_task_cb (data=<optimized out>, func=<optimized out>) at /home/lucas/p/e-svn/trunk/ecore/src/lib/ecore/ecore_private.h:265
#14 _ecore_idle_enterer_call () at /home/lucas/p/e-svn/trunk/ecore/src/lib/ecore/ecore_idle_enterer.c:234
#15 0x00007f238da24c1b in _ecore_main_loop_iterate_internal (once_only=once_only@entry=0) at /home/lucas/p/e-svn/trunk/ecore/src/lib/ecore/ecore_main.c:1826
#16 0x00007f238da252c7 in ecore_main_loop_begin () at /home/lucas/p/e-svn/trunk/ecore/src/lib/ecore/ecore_main.c:934
#17 0x0000000000436167 in main ()

Besides initializing the variables, there's no need to "goto" if the file
doesn't exist.... just return.




SVN revision: 78272
2012-10-19 23:33:05 +00:00