platform/upstream/efl.git
12 years agofix edje error reporting for once and for all.
Gustavo Sverzut Barbieri [Tue, 31 Jul 2012 22:42:03 +0000 (22:42 +0000)]
fix edje error reporting for once and for all.

edje error was a mess. First someone (maybe myself) added eina log,
then people changed it to be a mix with printf()... then they replaced
eina_log with printf() + colors so it would be less verbose.

It's fixed now! Using eina log infrastructure.

If all that is wanted is specific messages for edje_cc domain, do it
with a specific log print function (eina_log_print_cb_set()). I made
it produce messages in the format:

    <levelcolor><progname>: <levelprefix><message>

Where:
 - levelcolor is defined by eina_log (I hacked the win32 version,
   since no public api to resolve level to color).
 - levelprefix is "Error. " or "Warning. " to cope with traditional
   output.

If it does not look as you wanted, let me know before stuffing some
printf() again.

Bonus point: reduced 2 global variables (progname and verbose),
removed lots of code.

SVN revision: 74701

12 years agoEPhysics: small fixes related to slider constraint
Bruno Dilly [Tue, 31 Jul 2012 22:24:51 +0000 (22:24 +0000)]
EPhysics: small fixes related to slider constraint

SVN revision: 74700

12 years agoEPhysics: slider constraint
Leandro Dorileo [Tue, 31 Jul 2012 22:24:20 +0000 (22:24 +0000)]
EPhysics: slider constraint

This patch introduces the slider constraint, adds an slider constraint
test, move p2p constraint from ephysics_constraint_add to
ephysics_constraint_p2p_add migrates its usage.

Further work will migrate the btConstraint of p2p for Generic6Dof constraint
since it's flexible enough to implement most of constraints.

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

SVN revision: 74699

12 years agoEPhysics: spinner theme
Bruno Dilly [Tue, 31 Jul 2012 20:39:25 +0000 (20:39 +0000)]
EPhysics: spinner theme

SVN revision: 74667

12 years agoEPhysics: update gitignore
Bruno Dilly [Tue, 31 Jul 2012 19:56:01 +0000 (19:56 +0000)]
EPhysics: update gitignore

SVN revision: 74660

12 years agoEPhysics: allow user to configure simulation
Bruno Dilly [Tue, 31 Jul 2012 19:55:52 +0000 (19:55 +0000)]
EPhysics: allow user to configure simulation

Required to fine tunning performance or avoid objects going throught
others.

SVN revision: 74659

12 years agoEvas font: Fixed compilation without fontconfig.
Tom Hacohen [Tue, 31 Jul 2012 10:51:11 +0000 (10:51 +0000)]
Evas font: Fixed compilation without fontconfig.

Thanks a lot to JaMa for reporting this.

SVN revision: 74640

12 years agoeina: fix documentation.
Cedric BAIL [Tue, 31 Jul 2012 08:41:32 +0000 (08:41 +0000)]
eina: fix documentation.

SVN revision: 74624

12 years agoEo: Also fix the case when the chain is not allocated.
Tom Hacohen [Tue, 31 Jul 2012 07:34:27 +0000 (07:34 +0000)]
Eo: Also fix the case when the chain is not allocated.

Continuation to previous commit.

SVN revision: 74619

12 years agoeina: cleanup eina_file_map_lines API before release.
Cedric BAIL [Tue, 31 Jul 2012 07:23:16 +0000 (07:23 +0000)]
eina: cleanup eina_file_map_lines API before release.

SVN revision: 74618

12 years agoEo: Fixed an issue with mixins and super calls.
Tom Hacohen [Tue, 31 Jul 2012 07:15:33 +0000 (07:15 +0000)]
Eo: Fixed an issue with mixins and super calls.

SVN revision: 74617

12 years agoEvas (wayland_egl): Add traps for a NULL rendering engine.
Christopher Michael [Tue, 31 Jul 2012 06:59:35 +0000 (06:59 +0000)]
Evas (wayland_egl): Add traps for a NULL rendering engine.

This can happen when rapidly opening & closing windows and when
engines are swapped between shm & egl programmatically.

SVN revision: 74616

12 years agoecore: fix typo in ecore_main_fd_handler_add
Jihoon Kim [Mon, 30 Jul 2012 10:27:30 +0000 (10:27 +0000)]
ecore: fix typo in ecore_main_fd_handler_add

SVN revision: 74576

12 years agoEcore_Evas (wayland): Account for framespace width & height when
Christopher Michael [Mon, 30 Jul 2012 09:53:43 +0000 (09:53 +0000)]
Ecore_Evas (wayland): Account for framespace width & height when
resizing the Ecore_Evas.

SVN revision: 74566

12 years agoEvas: Fix bugs in Wayland Engine(s) with regard to object geometry &
Christopher Michael [Mon, 30 Jul 2012 09:52:33 +0000 (09:52 +0000)]
Evas: Fix bugs in Wayland Engine(s) with regard to object geometry &
position. Fix bug when clipping to viewport/framespace. These changes
fix Several buggers on Trac which related to the Wayland Engine(s).

Fix minor bug in evas_render where clipping for framespace would
not take into account the frame height and also move the frame clip to
the values specified in framespace (not viewport).

Fix buggers in evas_object_main which was causing objects (when created using
the wayland engines) to be an incorrect size & position (objects will now
be the same size/position in EFL Wayland as they are in X11).

Fix evas_object_geometry_get to return values based on where they were
moved (in relation to framespace). (These fixes are for the Wayland
Engines and do not affect X11).

Remove nw/nh from evas_object_resize (not needed variables anymore).

SVN revision: 74565

12 years agoadd EEZE_DISK_MOUNTOPT_NODEV
Mike Blumenkrantz [Mon, 30 Jul 2012 09:49:05 +0000 (09:49 +0000)]
add EEZE_DISK_MOUNTOPT_NODEV
yes, I realize we're in a freeze, but this is trivial and important

SVN revision: 74564

12 years agonever attempt to use disk label for mounting
Mike Blumenkrantz [Mon, 30 Jul 2012 09:10:35 +0000 (09:10 +0000)]
never attempt to use disk label for mounting

SVN revision: 74563

12 years agoeeze now unmounts using the devnode instead of the mount point
Mike Blumenkrantz [Mon, 30 Jul 2012 08:22:05 +0000 (08:22 +0000)]
eeze now unmounts using the devnode instead of the mount point

SVN revision: 74560

12 years agofailing to create a mount point no longer results in an error since it's possible...
Mike Blumenkrantz [Mon, 30 Jul 2012 08:18:01 +0000 (08:18 +0000)]
failing to create a mount point no longer results in an error since it's possible for this to be handled by certain mount utilities

SVN revision: 74559

12 years agorevert part of 74545 and change fopen to open; somehow this broke reading
Mike Blumenkrantz [Mon, 30 Jul 2012 07:31:34 +0000 (07:31 +0000)]
revert part of 74545 and change fopen to open; somehow this broke reading

SVN revision: 74557

12 years agoadd --enable-mtab to eeze to force use of deprecated mtab for mountinfo (libmount...
Mike Blumenkrantz [Mon, 30 Jul 2012 07:30:46 +0000 (07:30 +0000)]
add --enable-mtab to eeze to force use of deprecated mtab for mountinfo (libmount pre 2.20)

SVN revision: 74556

12 years agoand... first monitor mtab not fstab for MOUNT changes/ mtab is
Carsten Haitzler [Sun, 29 Jul 2012 13:21:09 +0000 (13:21 +0000)]
and... first monitor mtab not fstab for MOUNT changes/ mtab is
"current mounted status" . fstab is "stuff i WANT to mount".

secondly.. if mtab is a symlink.. pretend we arent monitoring. this
then kicks in the poll checker after mount cmd is done.

SVN revision: 74545

12 years agosegv-- on parsing garbage ini files.
Carsten Haitzler [Sun, 29 Jul 2012 07:57:41 +0000 (07:57 +0000)]
segv-- on parsing garbage ini files.

SVN revision: 74542

12 years agoedje: Reduce potential reentrant issue when using edje_object_signal_emit.
Cedric BAIL [Sat, 28 Jul 2012 16:33:37 +0000 (16:33 +0000)]
edje: Reduce potential reentrant issue when using edje_object_signal_emit.

SVN revision: 74539

12 years agoedje: try to make windows happier.
Cedric BAIL [Sat, 28 Jul 2012 16:22:15 +0000 (16:22 +0000)]
edje: try to make windows happier.

SVN revision: 74538

12 years agoedje: compile again on windows.
Cedric BAIL [Sat, 28 Jul 2012 15:53:15 +0000 (15:53 +0000)]
edje: compile again on windows.

Patch half Vincent, half myself.

SVN revision: 74537

12 years agoeet: as pointed by Vincent, remove useless check as we don't use those function any...
Cedric BAIL [Sat, 28 Jul 2012 14:26:47 +0000 (14:26 +0000)]
eet: as pointed by Vincent, remove useless check as we don't use those function any more.

SVN revision: 74530

12 years agoecore_evas: fix typo in ecore_evas.c
Jihoon Kim [Sat, 28 Jul 2012 09:26:06 +0000 (09:26 +0000)]
ecore_evas: fix typo in ecore_evas.c

SVN revision: 74527

12 years agoecore: add Ecore_IMF doxygen link in Ecore Documentation
Jihoon Kim [Sat, 28 Jul 2012 09:25:23 +0000 (09:25 +0000)]
ecore: add Ecore_IMF doxygen link in Ecore Documentation

SVN revision: 74526

12 years agoecore: fix typo in ecore_timer_delay
Jihoon Kim [Sat, 28 Jul 2012 09:24:18 +0000 (09:24 +0000)]
ecore: fix typo in ecore_timer_delay

SVN revision: 74525

12 years agoremove efret private decl of public api.
Carsten Haitzler [Sat, 28 Jul 2012 00:27:14 +0000 (00:27 +0000)]
remove efret private decl of public api.

SVN revision: 74517

12 years agoEPhysics: update todo list
Bruno Dilly [Fri, 27 Jul 2012 14:50:45 +0000 (14:50 +0000)]
EPhysics: update todo list

SVN revision: 74506

12 years agoEPhysics: implement body tracking by camera
Bruno Dilly [Fri, 27 Jul 2012 14:50:36 +0000 (14:50 +0000)]
EPhysics: implement body tracking by camera

It's flicking, code needs to be reviewed.
Theme needs love as well.

SVN revision: 74505

12 years agoEPhysics: fix collision detection point
Bruno Dilly [Fri, 27 Jul 2012 14:50:25 +0000 (14:50 +0000)]
EPhysics: fix collision detection point

Also improve docs and test.

SVN revision: 74504

12 years agoEPhysics: add test for collision filter
Bruno Dilly [Fri, 27 Jul 2012 14:50:14 +0000 (14:50 +0000)]
EPhysics: add test for collision filter

SVN revision: 74503

12 years agoEPhysics: implement camera position handling
Bruno Dilly [Fri, 27 Jul 2012 14:50:03 +0000 (14:50 +0000)]
EPhysics: implement camera position handling

Now it's possibly to keep default updates of evas objects
and has scenes larger than render areas.

SVN revision: 74502

12 years agoEPhysics: collision filter
Leandro Dorileo [Fri, 27 Jul 2012 14:49:53 +0000 (14:49 +0000)]
EPhysics: collision filter

This patch introduces a collision filter API. Once a rigid body
has been added to some group it must just collide against rigid
bodies in the same group, if no group has been attribute it's
going to collide against any other body.

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

SVN revision: 74501

12 years agoEPhysics: body collision data
Leandro Dorileo [Fri, 27 Jul 2012 14:49:37 +0000 (14:49 +0000)]
EPhysics: body collision data

This patch introduces a wrapper(EPhysics_Body_Collision) to hold
the collision data(the contact body and collision position).

This data type is used by EPHYSICS_CALLBACK_BODY_COLLISION callback. The
collision detection test is migrated to the new API as well.

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

SVN revision: 74500

12 years agoEPhysics: small/trivial function return fix
Leandro Dorileo [Fri, 27 Jul 2012 14:49:20 +0000 (14:49 +0000)]
EPhysics: small/trivial function return fix

This patch fix a compilation warning by _ephysics_world_contact_processed_cb
not returning. Bullet doesn't care about what is returned, so this
is just a compilation warning fix.

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

SVN revision: 74499

12 years agoEPhysics: sleeping threshold and max sleep time
Leandro Dorileo [Fri, 27 Jul 2012 14:48:59 +0000 (14:48 +0000)]
EPhysics: sleeping threshold and max sleep time

This patch introduces calls for setting the body's linear and angular
sleeping thresholds and to set the world's max sleeping time.

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

SVN revision: 74498

12 years agoEPhysics: add note regarding body data
Bruno Dilly [Fri, 27 Jul 2012 14:48:41 +0000 (14:48 +0000)]
EPhysics: add note regarding body data

Requested by Ricardo.

SVN revision: 74497

12 years agoEPhysics: only build tests theme if tests are build
Bruno Dilly [Fri, 27 Jul 2012 14:48:19 +0000 (14:48 +0000)]
EPhysics: only build tests theme if tests are build

SVN revision: 74496

12 years agoEPhysics: add data setter / getter for bodies
Bruno Dilly [Fri, 27 Jul 2012 14:47:46 +0000 (14:47 +0000)]
EPhysics: add data setter / getter for bodies

Useful when you need structures per bodies to be updated on
collision callbacks.

SVN revision: 74495

12 years agoEPhysics: fix mass getter
Bruno Dilly [Fri, 27 Jul 2012 14:47:23 +0000 (14:47 +0000)]
EPhysics: fix mass getter

SVN revision: 74494

12 years agoEvas: We can include evas_pipe.h in common even without
Christopher Michael [Fri, 27 Jul 2012 09:49:51 +0000 (09:49 +0000)]
Evas: We can include evas_pipe.h in common even without
BUILD_PIPE_RENDER. Fixes an implicit declaration warning when building
the software_generic engine.

SVN revision: 74481

12 years agoevas: small doc improvement.
Cedric BAIL [Fri, 27 Jul 2012 02:59:24 +0000 (02:59 +0000)]
evas: small doc improvement.

SVN revision: 74468

12 years agoEo: Changed ops prints to be DOMAIN:OP_NAME. Easier to follow.
Tom Hacohen [Thu, 26 Jul 2012 13:15:28 +0000 (13:15 +0000)]
Eo: Changed ops prints to be DOMAIN:OP_NAME. Easier to follow.

SVN revision: 74442

12 years agoEo: Make func override warning an error instead (prev commit).
Tom Hacohen [Thu, 26 Jul 2012 12:34:04 +0000 (12:34 +0000)]
Eo: Make func override warning an error instead (prev commit).

Make JackDanielZ happy...

SVN revision: 74437

12 years agoEo: Add a warning when trying to override a function that was already set for a class.
Tom Hacohen [Thu, 26 Jul 2012 12:21:01 +0000 (12:21 +0000)]
Eo: Add a warning when trying to override a function that was already set for a class.

SVN revision: 74436

12 years agoEvas font: Fixed font cache to correctly handle different font sizes.
Tom Hacohen [Thu, 26 Jul 2012 11:31:36 +0000 (11:31 +0000)]
Evas font: Fixed font cache to correctly handle different font sizes.

Used to just go for the first match in the cache which means it would always
think we only have the wrong size in the cache, and it would just add
new entries all the time.

SVN revision: 74435

12 years agoevas: force proxyed objects to stay active so we don't loose update.
Cedric BAIL [Thu, 26 Jul 2012 08:44:54 +0000 (08:44 +0000)]
evas: force proxyed objects to stay active so we don't loose update.

SVN revision: 74427

12 years agoedje_cc shouldnt be using eina-log for almost all its err/wrn/inf
Carsten Haitzler [Thu, 26 Jul 2012 08:21:56 +0000 (08:21 +0000)]
edje_cc shouldnt be using eina-log for almost all its err/wrn/inf
stuff as this is actual user output and done:
  file.c:242 error in blah.edc:232
is just confusing as all heck.

SVN revision: 74424

12 years agoevas/gl - more clean code
ChunEon Park [Thu, 26 Jul 2012 07:43:47 +0000 (07:43 +0000)]
evas/gl - more clean code

SVN revision: 74420

12 years agoEcore_Wayland: Test for a valid surface before we try to process the
Christopher Michael [Thu, 26 Jul 2012 07:23:32 +0000 (07:23 +0000)]
Ecore_Wayland: Test for a valid surface before we try to process the
pointer_enter event.

SVN revision: 74419

12 years agoxim: remove trailing whitespace
Jihoon Kim [Thu, 26 Jul 2012 00:03:51 +0000 (00:03 +0000)]
xim: remove trailing whitespace

SVN revision: 74408

12 years agoibus-immodule: initialize for added interfaces
Jihoon Kim [Wed, 25 Jul 2012 14:50:06 +0000 (14:50 +0000)]
ibus-immodule: initialize for added interfaces

SVN revision: 74396

12 years agoecore_con: Remove duplicate code
Daniel Willmann [Tue, 24 Jul 2012 14:22:00 +0000 (14:22 +0000)]
ecore_con: Remove duplicate code

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 74356

12 years agoEvas: Fix uninitialized variable warning.
Christopher Michael [Tue, 24 Jul 2012 11:36:31 +0000 (11:36 +0000)]
Evas: Fix uninitialized variable warning.

SVN revision: 74353

12 years agoEvas (wayland_egl): Set resource_list to NULL after we free it. Fix
Christopher Michael [Tue, 24 Jul 2012 09:19:23 +0000 (09:19 +0000)]
Evas (wayland_egl): Set resource_list to NULL after we free it. Fix
minor formatting issue.

SVN revision: 74348

12 years agoedje edje_cc_handlers.c: Fixed typo pointed out by PrinceAMD-(Deon Thomas)
Daniel Juyung Seo [Tue, 24 Jul 2012 07:15:22 +0000 (07:15 +0000)]
edje edje_cc_handlers.c: Fixed typo pointed out by PrinceAMD-(Deon Thomas)

SVN revision: 74346

12 years agoconflict--
Carsten Haitzler [Tue, 24 Jul 2012 06:33:56 +0000 (06:33 +0000)]
conflict--

SVN revision: 74344

12 years agofix long standing layer set bug
Carsten Haitzler [Tue, 24 Jul 2012 04:59:22 +0000 (04:59 +0000)]
fix long standing layer set bug

SVN revision: 74342

12 years agoevas: handle proxy with the right context.
Cedric BAIL [Tue, 24 Jul 2012 04:27:17 +0000 (04:27 +0000)]
evas: handle proxy with the right context.

SVN revision: 74340

12 years agoevas/gl - +null & less code
ChunEon Park [Tue, 24 Jul 2012 03:57:27 +0000 (03:57 +0000)]
evas/gl - +null  & less code

This fixes the incorrect operations when evas gl is re-initialized in one same process

SVN revision: 74339

12 years agofix entry shift selection extend with mouse.
Carsten Haitzler [Tue, 24 Jul 2012 03:52:14 +0000 (03:52 +0000)]
fix entry shift selection extend with mouse.

SVN revision: 74338

12 years agoFrom: Ingvaldur Sigurjonsson <rocketiii.scientist@gmail.com>
Ingvaldur Sigurjonsson [Tue, 24 Jul 2012 01:31:50 +0000 (01:31 +0000)]
From: Ingvaldur Sigurjonsson <rocketiii.scientist@gmail.com>
Subject: [E-devel] [PATCH]Evas.h comments patch

When reading the comments of 'evas_object_textgrid_update_add' I
noticed
a little cnp err. The enclosed patch is just a suggestion, but the
misleading comment was driving me nuts...

SVN revision: 74331

12 years agoEvas (wayland_egl): Fix a series of various segfaults with the
Rob Bradford [Mon, 23 Jul 2012 14:33:31 +0000 (14:33 +0000)]
Evas (wayland_egl): Fix a series of various segfaults with the
wayland_egl engine caused by windows being hidden:

From: Rob Bradford <rob@linux.intel.com>
Date: Fri, 13 Jul 2012 19:13:12 +0100
Subject: [PATCH] evas(wayland_egl): Resolve a series of segfaults on
clean-up

The first was that when a window was being hidden the render engine
(e->engine.data.output) was being assigned to NULL (like on an error
path). I
checked other backends and they only free and nullify this pointer on
error
paths. By doing it on a hide it was interfering with cleanup process
for the
object.

This then highlighted a second crash from the derefence of the window
to NULL
when flushing the cache. If the window was hidden this window pointer
would
be NULL.

The third it highlighted was a duplicate call into
evas_gl_common_image_free
and the freeing of the image cache twice. By the time eng_image_free
has been
called the cache has already been freed so we can remove the duplicate
free.

SVN revision: 74330

12 years agoEeze: lets make it buildable once again
Eduardo de Barros Lima [Mon, 23 Jul 2012 14:23:59 +0000 (14:23 +0000)]
Eeze: lets make it buildable once again

SVN revision: 74329

12 years agoEvas (wayland_egl): Fix crashes when flipping window alpha state.
Alex Wu [Mon, 23 Jul 2012 14:16:50 +0000 (14:16 +0000)]
Evas (wayland_egl): Fix crashes when flipping window alpha state.

From: Alex Wu <zhiwen.wu@linux.intel.com>

When calling elm_win_alpha_set(), the global EGLContext object keep
unchanged, but the new EGLSurface object subjects to the new EGLConfig
with changed alpha_size. This makes eng_window_new() failed and hence
free the  Render_Engine object (e->engine.data.output) and nullize it.
Next time other objects reference the output, segfault occurs.

In this patch, I give every Evas_GL_Wl_Window object a EGLContext object
and all these EGLContext objects share the same shader program objects.

A new global EGLContext object "share_context" added, which is
responsible for keeping the shared objects alive. e.g. shader program
objects.At the first time succeeded to create a EGLContext, assign it to
the "share_context", and should not destory it in eng_window_free.

The "share_context" will be taken as the 3rd argument when calling
eglCreateContext(), and then updated to the new created EGLContext to
keep the shared gl objects available.

Thanks for devilhorns' review and suggestion.

SVN revision: 74328

12 years agodon't throw double events for our own disk ops
Mike Blumenkrantz [Mon, 23 Jul 2012 14:11:57 +0000 (14:11 +0000)]
don't throw double events for our own disk ops

SVN revision: 74327

12 years agoadd a third libmount backend for "current" libmount, where we are too cool for /etc...
Mike Blumenkrantz [Mon, 23 Jul 2012 14:08:13 +0000 (14:08 +0000)]
add a third libmount backend for "current" libmount, where we are too cool for /etc/mtab

SVN revision: 74326

12 years agoEcore_wayland: Fix calls to update_modifier state and pass the proper
Christopher Michael [Mon, 23 Jul 2012 14:04:17 +0000 (14:04 +0000)]
Ecore_wayland: Fix calls to update_modifier state and pass the proper
paramaters. Only set input & opaque regions during resize.

SVN revision: 74325

12 years agoEvas: Implement scale_hint_get/set for gl_sdl
Youness Alaoui [Mon, 23 Jul 2012 11:59:18 +0000 (11:59 +0000)]
Evas: Implement scale_hint_get/set for gl_sdl

SVN revision: 74323

12 years agoEvas: Update gl_sdl, gl_cocoa, directfb and software_16_sdl engines to use the new...
Youness Alaoui [Mon, 23 Jul 2012 11:58:37 +0000 (11:58 +0000)]
Evas: Update gl_sdl, gl_cocoa, directfb and software_16_sdl engines to use the new function prototype of image_map_draw
The arguments for image_map_draw changed, and these engines were receiving
the wrong data. In the case of gl_cocoa and gl_sdl, the gl_common would
receive a pointer for 'npoints' and would call abort() because npoints
is not 4.

SVN revision: 74321

12 years agoEcore_Wayland: Update geometry callback function to match new changes
Christopher Michael [Mon, 23 Jul 2012 09:31:49 +0000 (09:31 +0000)]
Ecore_Wayland: Update geometry callback function to match new changes
in wayland. Now passes in a 'transform' also.

SVN revision: 74319

12 years agoedje - updated AUTHORS
ChunEon Park [Mon, 23 Jul 2012 08:54:46 +0000 (08:54 +0000)]
edje - updated AUTHORS

SVN revision: 74315

12 years agoEo: Fixed bug with calling multiple ops in some cases.
Tom Hacohen [Mon, 23 Jul 2012 08:43:35 +0000 (08:43 +0000)]
Eo: Fixed bug with calling multiple ops in some cases.

SVN revision: 74313

12 years agoedje/edje_entry : Only MOUSE_UP should reset character.
WooHyun Jung [Mon, 23 Jul 2012 08:36:36 +0000 (08:36 +0000)]
edje/edje_entry : Only MOUSE_UP should reset character.

SVN revision: 74312

12 years agoEmotion: Add UNUSED to _image_resize function paramaters where missing.
Christopher Michael [Mon, 23 Jul 2012 08:23:31 +0000 (08:23 +0000)]
Emotion: Add UNUSED to _image_resize function paramaters where missing.

SVN revision: 74311

12 years agoEmotion: Fix 'engine' may be used uninitialized warning.
Christopher Michael [Mon, 23 Jul 2012 08:20:14 +0000 (08:20 +0000)]
Emotion: Fix 'engine' may be used uninitialized warning.

SVN revision: 74309

12 years agoevas: make evas_object_smart_type_check more resilient.
Cedric BAIL [Sun, 22 Jul 2012 07:03:29 +0000 (07:03 +0000)]
evas: make evas_object_smart_type_check more resilient.

Issue reported by JPeg.

SVN revision: 74295

12 years agoevil: why sed when rm works ? Get rid of the stupid .la files
Vincent Torri [Sat, 21 Jul 2012 18:44:50 +0000 (18:44 +0000)]
evil: why sed when rm works ? Get rid of the stupid .la files

SVN revision: 74290

12 years agoremove workaround
Vincent Torri [Sat, 21 Jul 2012 18:36:18 +0000 (18:36 +0000)]
remove workaround

SVN revision: 74289

12 years agoremove workaround
Vincent Torri [Sat, 21 Jul 2012 18:35:46 +0000 (18:35 +0000)]
remove workaround

SVN revision: 74288

12 years agoremove workaround
Vincent Torri [Sat, 21 Jul 2012 18:33:38 +0000 (18:33 +0000)]
remove workaround

SVN revision: 74287

12 years agoremove workaround
Vincent Torri [Sat, 21 Jul 2012 18:33:02 +0000 (18:33 +0000)]
remove workaround

SVN revision: 74286

12 years ago * src/lib/Makefile.am:
Vincent Torri [Sat, 21 Jul 2012 18:31:43 +0000 (18:31 +0000)]
* src/lib/Makefile.am:
* src/lib/dlfcn/Makefile.am:
work around a problem with libtool and the creation
of the DLL. libtool developpers should be impaled.

SVN revision: 74285

12 years agoEina: Set CFLAGS in the configure to allow AC_CHECK_HEADERS to find sys/mman.h instal...
Youness Alaoui [Sat, 21 Jul 2012 16:50:36 +0000 (16:50 +0000)]
Eina: Set CFLAGS in the configure to allow AC_CHECK_HEADERS to find sys/mman.h installed in exotic/escape

SVN revision: 74274

12 years agoEina: oups, typo in #ifdef for including Escape.h
Youness Alaoui [Sat, 21 Jul 2012 16:50:26 +0000 (16:50 +0000)]
Eina: oups, typo in #ifdef for including Escape.h

SVN revision: 74273

12 years agoand eezes-scaanner didnt del the polelr it added per device(cdrom one)
Carsten Haitzler [Sat, 21 Jul 2012 09:24:11 +0000 (09:24 +0000)]
and eezes-scaanner didnt del the polelr it added per device(cdrom one)
when the dev is deleted.. crash waiting to happen. in addition it
didnt start a new polelr when it added one again. start one too.

SVN revision: 74263

12 years ago1. let us not install eeze_scanner in e17's utils dir. really not nice
Carsten Haitzler [Sat, 21 Jul 2012 09:11:00 +0000 (09:11 +0000)]
1. let us not install eeze_scanner in e17's utils dir. really not nice
to do that.
2. just use regular ecore-con naming of the socket. it will handle if
someone else has it. no need to do tmpdir and filename stuff by hand.

SVN revision: 74261

12 years agoecore/examples: Fix build of ecore_exe example.
Rafael Antognolli [Fri, 20 Jul 2012 18:23:38 +0000 (18:23 +0000)]
ecore/examples: Fix build of ecore_exe example.

SVN revision: 74258

12 years agoIf there's a filter and a program running don't execute another one.
Jonas M. Gastal [Fri, 20 Jul 2012 14:05:22 +0000 (14:05 +0000)]
If there's a filter and a program running don't execute another one.

SVN revision: 74249

12 years agoecore_con: fix compilation on Windows
Vincent Torri [Fri, 20 Jul 2012 11:05:25 +0000 (11:05 +0000)]
ecore_con: fix compilation on Windows

SVN revision: 74240

12 years ago libtool authors must be impaled (#4)
Vincent Torri [Fri, 20 Jul 2012 11:04:45 +0000 (11:04 +0000)]
 libtool authors must be impaled (#4)

SVN revision: 74239

12 years ago libtool authors must be impaled (#3)
Vincent Torri [Fri, 20 Jul 2012 11:04:22 +0000 (11:04 +0000)]
 libtool authors must be impaled (#3)

SVN revision: 74238

12 years agoI like alphabetical order
Vincent Torri [Fri, 20 Jul 2012 11:01:36 +0000 (11:01 +0000)]
I like alphabetical order

SVN revision: 74237

12 years agolibtool authors must be impaled (#2)
Vincent Torri [Fri, 20 Jul 2012 11:00:49 +0000 (11:00 +0000)]
libtool authors must be impaled (#2)

SVN revision: 74236

12 years agolibtool authors must be impaled (#1)
Vincent Torri [Fri, 20 Jul 2012 11:00:24 +0000 (11:00 +0000)]
libtool authors must be impaled (#1)

SVN revision: 74235

12 years agotypo
Vincent Torri [Fri, 20 Jul 2012 10:45:25 +0000 (10:45 +0000)]
typo

SVN revision: 74232