platform/upstream/efl.git
11 years agomore echo's
Vincent Torri [Wed, 17 Oct 2012 21:53:48 +0000 (21:53 +0000)]
more echo's

SVN revision: 78138

11 years agomerge: configure.ac : quotes and cosmetic
Vincent Torri [Wed, 17 Oct 2012 21:50:52 +0000 (21:50 +0000)]
merge: configure.ac : quotes and cosmetic

SVN revision: 78137

11 years agoEcore_Wayland: Update to changed direction
Rob Bradford [Wed, 17 Oct 2012 21:50:31 +0000 (21:50 +0000)]
Ecore_Wayland: Update to changed direction

Positive and negative have been switched so we no longer need to invert
ourselves.

Patch by: Rob Bradford <rob@linux.intel.com>

SVN revision: 78136

11 years agoephysics: fix configure.ac regarding tests
Bruno Dilly [Wed, 17 Oct 2012 21:37:22 +0000 (21:37 +0000)]
ephysics: fix configure.ac regarding tests

Fix trac ticket #1615.

The first issue with configure is that `./configure --disable-build-tests`
doesn't disable tests.

And the second issue is that tests actually require elementary >= 1.7.99

SVN revision: 78135

11 years agoephysics: don't change body properties if custom
Bruno Dilly [Wed, 17 Oct 2012 21:37:10 +0000 (21:37 +0000)]
ephysics: don't change body properties if custom
 material is set

It shouldn't imply in specific properties

SVN revision: 78134

11 years agoephysics: adjust example docs based on Z axis enable.
Ricardo de Almeida Gonzaga [Wed, 17 Oct 2012 21:37:00 +0000 (21:37 +0000)]
ephysics: adjust example docs based on Z axis enable.

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 78133

11 years agoephysics: sandbox rewrite
Bruno Dilly [Wed, 17 Oct 2012 21:36:41 +0000 (21:36 +0000)]
ephysics: sandbox rewrite

Too much duplicated / boilerplate code.
Things are much simpler now.
Also fix resizing constraint.

SVN revision: 78132

11 years agoefl: fix swapped dev/debug.
Gustavo Sverzut Barbieri [Wed, 17 Oct 2012 13:54:31 +0000 (13:54 +0000)]
efl: fix swapped dev/debug.

thanks demarchi.

SVN revision: 78121

11 years agoefl: add --with-profile=debug, make dev faster.
Gustavo Sverzut Barbieri [Wed, 17 Oct 2012 13:50:11 +0000 (13:50 +0000)]
efl: add --with-profile=debug, make dev faster.

seems the debug of threads and stringshare could cause major
slowdowns, then add another profile to produce debug. Changes:

 * dev: unlimited log.
 * debug: same as dev with debug malloc, threads and stringshare.

SVN revision: 78120

11 years agoadd tmpstr to efl eina tree... this is for the future so not going
Carsten Haitzler [Wed, 17 Oct 2012 10:24:03 +0000 (10:24 +0000)]
add tmpstr to efl eina tree... this is for the future so not going
into eina tree.

SVN revision: 78112

11 years agoedje .gitignore: updated .gitignore.
Daniel Juyung Seo [Wed, 17 Oct 2012 10:09:39 +0000 (10:09 +0000)]
edje .gitignore: updated .gitignore.

SVN revision: 78110

11 years agojust check for pthread in evas. eina does the rest now.
Carsten Haitzler [Wed, 17 Oct 2012 09:20:57 +0000 (09:20 +0000)]
just check for pthread in evas. eina does the rest now.

SVN revision: 78109

11 years agodisable some realpath(s) in efreet to rece syscall noise on init...
Carsten Haitzler [Wed, 17 Oct 2012 09:16:20 +0000 (09:16 +0000)]
disable some realpath(s) in efreet to rece syscall noise on init...

after some poking around and looking - terminology is taking about
800ms to start ... and we seem to use about 300ms or so of that time
statting files and tregistering them for file monitoring (the dirs
that are found there) and also handling a big batch of incoming file
monitor events for some reason even tho nothing changed.

this cuts down some time+noise, but we need to do a lot of work here. :(

SVN revision: 78108

11 years agoEvas textblock: Fixed issues when deleting some ranges.
Tom Hacohen [Wed, 17 Oct 2012 06:58:38 +0000 (06:58 +0000)]
Evas textblock: Fixed issues when deleting some ranges.

An example broken range: "A<ps/><b>B</b>".
Many thanks to WooHyun for reporting this and providing most of the fix.

SVN revision: 78105

11 years agooops i turned on pipe rendering... didnt mean to!
Carsten Haitzler [Wed, 17 Oct 2012 06:24:00 +0000 (06:24 +0000)]
oops i turned on pipe rendering... didnt mean to!

SVN revision: 78104

11 years agoadd chlog + news
Carsten Haitzler [Wed, 17 Oct 2012 06:04:02 +0000 (06:04 +0000)]
add chlog + news

SVN revision: 78103

11 years agouse eina barrier in evas.
Carsten Haitzler [Wed, 17 Oct 2012 03:55:50 +0000 (03:55 +0000)]
use eina barrier in evas.

SVN revision: 78101

11 years agoadd eina barrier to efl tree.
Carsten Haitzler [Wed, 17 Oct 2012 03:55:35 +0000 (03:55 +0000)]
add eina barrier to efl tree.

SVN revision: 78100

11 years agoadd eina barrier stuff.
Carsten Haitzler [Wed, 17 Oct 2012 03:55:24 +0000 (03:55 +0000)]
add eina barrier stuff.

SVN revision: 78099

11 years agoephysics: use hoversel to select material on sandbox
Bruno Dilly [Tue, 16 Oct 2012 23:18:55 +0000 (23:18 +0000)]
ephysics: use hoversel to select material on sandbox

SVN revision: 78096

11 years agoephysics: don't try to unset dragging if it's not set
Bruno Dilly [Tue, 16 Oct 2012 23:18:48 +0000 (23:18 +0000)]
ephysics: don't try to unset dragging if it's not set

Otherwise weird behaviors could happens
<evil laughs>

SVN revision: 78095

11 years agoephysics: revert "EPhysics: suppersions file"
Bruno Dilly [Tue, 16 Oct 2012 23:18:42 +0000 (23:18 +0000)]
ephysics: revert "EPhysics: suppersions file"

Oops, accidentally commited.
I need to investigate these leaks.

SVN revision: 78094

11 years agoEPhysics: random fixes
Leandro Dorileo [Tue, 16 Oct 2012 23:18:35 +0000 (23:18 +0000)]
EPhysics: random fixes

This patch fixes:
+ the scale_get function(the soft body shape scale was not been set),
+ the soft body evas object deletion callback, it wasn't properly freeing
the slices evas objects;
+ puts the soft body base evas object back to canvas;

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

SVN revision: 78093

11 years agoEPhysics: test_flag cleanup
Leandro Dorileo [Tue, 16 Oct 2012 23:18:29 +0000 (23:18 +0000)]
EPhysics: test_flag cleanup

Get rid of the dragging -> grabbing naming mess.

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

SVN revision: 78092

11 years agoEPhysics: soft body dragging support
Leandro Dorileo [Tue, 16 Oct 2012 23:18:21 +0000 (23:18 +0000)]
EPhysics: soft body dragging support

This patch introduces an API to freeze(dragging_set) an specific
soft body trimesh face untill it gets called to unfreeze(dragging_unset) it.

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

SVN revision: 78091

11 years agoEPhysics: get rid of soft body smart object
Leandro Dorileo [Tue, 16 Oct 2012 23:12:59 +0000 (23:12 +0000)]
EPhysics: get rid of soft body smart object

Since we want to restack all the bodies evas objects against each other,
being it a soft body or not, we can't have the soft body slices member
of something else.

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

SVN revision: 78090

11 years agoEPhysics: flag test - grabbing support
Leandro Dorileo [Tue, 16 Oct 2012 23:12:53 +0000 (23:12 +0000)]
EPhysics: flag test - grabbing support

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

SVN revision: 78089

11 years agoEPhysics: triangle API
Leandro Dorileo [Tue, 16 Oct 2012 23:12:47 +0000 (23:12 +0000)]
EPhysics: triangle API

This patch introduces soft body's mesh triangle manipulation, for picking
the triangle of a body in X and Y and moving it as well.

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

SVN revision: 78088

11 years agoEPhysics: suppersions file
Leandro Dorileo [Tue, 16 Oct 2012 23:12:40 +0000 (23:12 +0000)]
EPhysics: suppersions file

Add leak suppressions for eet and eina mempool leaks.

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

SVN revision: 78087

11 years agoephysics: let pages on top, not centered
Bruno Dilly [Tue, 16 Oct 2012 23:12:34 +0000 (23:12 +0000)]
ephysics: let pages on top, not centered

suggested by marina

SVN revision: 78086

11 years agoephysics: start sandbox with some sections collapsed
Bruno Dilly [Tue, 16 Oct 2012 23:12:29 +0000 (23:12 +0000)]
ephysics: start sandbox with some sections collapsed

SVN revision: 78085

11 years agoephysics: use auto policy for scroller on sandbox
Bruno Dilly [Tue, 16 Oct 2012 23:12:23 +0000 (23:12 +0000)]
ephysics: use auto policy for scroller on sandbox

SVN revision: 78084

11 years agoephysics: remove sanbox title and align reset button
Bruno Dilly [Tue, 16 Oct 2012 23:12:18 +0000 (23:12 +0000)]
ephysics: remove sanbox title and align reset button

suggested by marina

SVN revision: 78083

11 years agoephysics: make body type selection works
Bruno Dilly [Tue, 16 Oct 2012 23:12:13 +0000 (23:12 +0000)]
ephysics: make body type selection works

SVN revision: 78082

11 years agoephysics: remove annoying debug info
Bruno Dilly [Tue, 16 Oct 2012 23:12:08 +0000 (23:12 +0000)]
ephysics: remove annoying debug info

Since it's very frequent to not have light set.

SVN revision: 78081

11 years agoephysics: changed sandbox spinners to sliders
Ricardo de Almeida Gonzaga [Tue, 16 Oct 2012 23:12:03 +0000 (23:12 +0000)]
ephysics: changed sandbox spinners to sliders

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 78080

11 years agoephysics: sandbox widgets divided into smaller
Ricardo de Almeida Gonzaga [Tue, 16 Oct 2012 23:11:58 +0000 (23:11 +0000)]
ephysics: sandbox widgets divided into smaller
 categories

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 78079

11 years agoephysics: changed sandbox toggle to radio
Ricardo de Almeida Gonzaga [Tue, 16 Oct 2012 23:11:32 +0000 (23:11 +0000)]
ephysics: changed sandbox toggle to radio

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 78078

11 years agoephysics: changed sandbox layout to toolbar and
Ricardo de Almeida Gonzaga [Tue, 16 Oct 2012 23:11:27 +0000 (23:11 +0000)]
ephysics: changed sandbox layout to toolbar and
 naviframe

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 78077

11 years agoephysics: fix sandbox initial impulse and material
Ricardo de Almeida Gonzaga [Tue, 16 Oct 2012 23:11:21 +0000 (23:11 +0000)]
ephysics: fix sandbox initial impulse and material
 mass

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 78076

11 years agoephysics: fix sandbox callbacks
Ricardo de Almeida Gonzaga [Tue, 16 Oct 2012 23:11:16 +0000 (23:11 +0000)]
ephysics: fix sandbox callbacks

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 78075

11 years agoephysics: sandbox removed some useless widget
Ricardo de Almeida Gonzaga [Tue, 16 Oct 2012 23:11:11 +0000 (23:11 +0000)]
ephysics: sandbox removed some useless widget
 variables

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 78074

11 years agoephysics: fix sandbox spinner values
Ricardo de Almeida Gonzaga [Tue, 16 Oct 2012 23:11:05 +0000 (23:11 +0000)]
ephysics: fix sandbox spinner values

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 78073

11 years agoedbus: Fix type check of solo structs
José Roberto de Souza [Tue, 16 Oct 2012 22:35:50 +0000 (22:35 +0000)]
edbus: Fix type check of solo structs

When reading messages that contain structs the type that comes from the
wire (and obtained with dbus_message_iter_get_arg_type()) is 'r'.
However 'r' never appears in a signature and dbus_signature_iter_*
returns '('.

Ref: http://dbus.freedesktop.org/doc/dbus-specification.html#message-protocol-signatures

"STRUCT has a type code, ASCII character 'r', but this type code does not
appear in signatures. Instead, ASCII characters '(' and ')' are used to
mark the beginning and end of the struct. So for example, a struct
containing two integers would have this signature:"

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

SVN revision: 78072

11 years agoedbus: Add dictionary iterator
José Roberto de Souza [Tue, 16 Oct 2012 22:35:44 +0000 (22:35 +0000)]
edbus: Add dictionary iterator

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

SVN revision: 78071

11 years agoedbus: Add const EDBus_Message parameter of
José Roberto de Souza [Tue, 16 Oct 2012 15:07:17 +0000 (15:07 +0000)]
edbus: Add const EDBus_Message parameter of
 edbus_message_iter_get

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

SVN revision: 78068

11 years agoedbus: Rename functions to obey EFL codding style
José Roberto de Souza [Tue, 16 Oct 2012 15:07:11 +0000 (15:07 +0000)]
edbus: Rename functions to obey EFL codding style

Rename edbus_message_iter_append_basic to edbus_message_iter_basic_append.
Rename edbus_message_iter_get_basic to edbus_message_iter_basic_get

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

SVN revision: 78067

11 years agoevas/canvas - --white spaces
ChunEon Park [Tue, 16 Oct 2012 12:41:48 +0000 (12:41 +0000)]
evas/canvas - --white spaces

SVN revision: 78059

11 years agoEcore: Update NEWS for ecore_wayland fixes.
Christopher Michael [Tue, 16 Oct 2012 12:40:46 +0000 (12:40 +0000)]
Ecore: Update NEWS for ecore_wayland fixes.

Thanks Daniel ;)

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78058

11 years agoEcore: Update ChangeLog for ecore_wayland changes.
Christopher Michael [Tue, 16 Oct 2012 12:40:42 +0000 (12:40 +0000)]
Ecore: Update ChangeLog for ecore_wayland changes.

Thanks Daniel ;)

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78057

11 years agoEcore_Wayland: More fixes for recent wayland changes.
Christopher Michael [Tue, 16 Oct 2012 11:57:25 +0000 (11:57 +0000)]
Ecore_Wayland: More fixes for recent wayland changes.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78056

11 years agoEcore_Wayland: Don't need to use display_dispatch_pending here, and
Christopher Michael [Tue, 16 Oct 2012 11:57:22 +0000 (11:57 +0000)]
Ecore_Wayland: Don't need to use display_dispatch_pending here, and
fix the data_handler callback so we receive events from the weston
compositor.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78055

11 years agoEcore_Wayland: Change Input to use wl_registry functions and not
Christopher Michael [Tue, 16 Oct 2012 11:57:19 +0000 (11:57 +0000)]
Ecore_Wayland: Change Input to use wl_registry functions and not
wl_display_bind.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78054

11 years agoEcore_Evas (wayland): Don't return if we failed to get the frame smart
Christopher Michael [Tue, 16 Oct 2012 11:57:16 +0000 (11:57 +0000)]
Ecore_Evas (wayland): Don't return if we failed to get the frame smart
data. We can still set the shell surface title.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78053

11 years agoEcore_Wayland: Fix binding of output.
Christopher Michael [Tue, 16 Oct 2012 11:57:13 +0000 (11:57 +0000)]
Ecore_Wayland: Fix binding of output.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78052

11 years agoEcore_Wayland: Be sure to call wl_surface_commit after we damage a
Christopher Michael [Tue, 16 Oct 2012 11:57:10 +0000 (11:57 +0000)]
Ecore_Wayland: Be sure to call wl_surface_commit after we damage a
surface.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78051

11 years agoEcore_Wayland: Update ecore_wayland to work with most recent Wayland
Christopher Michael [Tue, 16 Oct 2012 11:57:06 +0000 (11:57 +0000)]
Ecore_Wayland: Update ecore_wayland to work with most recent Wayland
from their git repo. This changes the way events are dispatched, and
adds the new wl_registry listeners in place of
wl_display_add_global_listener. Also fixes calls to non-existant
wl_display_iterate. Fixes binding the various Wayland interfaces
(compositor, shell, etc). Fixes binding of output and input.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78050

11 years agoEcore_Wayland: Add wl_registry to the Ecore_Wayland_Display structure.
Christopher Michael [Tue, 16 Oct 2012 11:57:03 +0000 (11:57 +0000)]
Ecore_Wayland: Add wl_registry to the Ecore_Wayland_Display structure.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78049

11 years agoEcore_Evas (Wayland): Do not set the Smart_Data Frame rectangle as the
Christopher Michael [Tue, 16 Oct 2012 11:56:57 +0000 (11:56 +0000)]
Ecore_Evas (Wayland): Do not set the Smart_Data Frame rectangle as the
"frame object". The resulting smart object is set to the frame object.
Add the Smart_Data Frame Text to be part of the Smart Object.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 78048

11 years agoevas/gl_x11 - --warning
ChunEon Park [Tue, 16 Oct 2012 11:45:35 +0000 (11:45 +0000)]
evas/gl_x11 - --warning

SVN revision: 78047

11 years agoupdating galician translations
Massimo Maiurana [Tue, 16 Oct 2012 11:11:09 +0000 (11:11 +0000)]
updating galician translations

SVN revision: 78046

11 years agoedje: fix visibility issue.
Cedric BAIL [Tue, 16 Oct 2012 09:43:26 +0000 (09:43 +0000)]
edje: fix visibility issue.

SVN revision: 78044

11 years agook - try this for altivec cflags
Carsten Haitzler [Tue, 16 Oct 2012 09:21:20 +0000 (09:21 +0000)]
ok - try this for altivec cflags

SVN revision: 78043

11 years agoremove async events defined - now required... and remove useless
Carsten Haitzler [Tue, 16 Oct 2012 09:14:21 +0000 (09:14 +0000)]
remove async events defined - now required... and remove useless
mmx/sse checks in yuv convert.

SVN revision: 78042

11 years agopthread stuff is no longer optional at all in evas - smae with preload
Carsten Haitzler [Tue, 16 Oct 2012 08:57:18 +0000 (08:57 +0000)]
pthread stuff is no longer optional at all in evas - smae with preload
and async events, but pthread_attr_setaffinity_np is optionally
detected and used if there. it's an opti8mization anyway.

SVN revision: 78041

11 years ago[E-devel] [patch][edje] redefinition of typedef 'Edje_Pick_Data'
ChunEon Park [Tue, 16 Oct 2012 08:49:03 +0000 (08:49 +0000)]
[E-devel] [patch][edje] redefinition of typedef 'Edje_Pick_Data'

dear all, hello

the attached patch is for removing redefinition of typedef
'Edje_Pick_Data'. that's it. :-)

cordially,
shinwoo kim.

Signed-Off-By:Kim Shinwoo <kimcinoo.efl@gmail.com>

SVN revision: 78040

11 years agoedje: add edje_pick.
Cedric BAIL [Tue, 16 Oct 2012 07:33:54 +0000 (07:33 +0000)]
edje: add edje_pick.

Patch by Aharon Hillel <a.hillel@samsung.com>.

The purpose of edje_pick is to let people build their own theme
by picking interesting group from other theme.

There is still many fixme left in the code, so consider this alpha.
Expect Aharon to send patch to remove them very soon.

SVN revision: 78038

11 years agoremove yet more #defined config options and ifdefs from evas.
Carsten Haitzler [Tue, 16 Oct 2012 06:36:20 +0000 (06:36 +0000)]
remove yet more #defined config options and ifdefs from evas.

SVN revision: 78037

11 years agoevas - --empty line
ChunEon Park [Tue, 16 Oct 2012 05:32:57 +0000 (05:32 +0000)]
evas - --empty line

SVN revision: 78036

11 years agoevas - you are living in the future.
ChunEon Park [Tue, 16 Oct 2012 05:32:05 +0000 (05:32 +0000)]
evas - you are living in the future.

SVN revision: 78035

11 years agoevas/line - fix the line vertical drawing on gl backened.
ChunEon Park [Tue, 16 Oct 2012 05:31:28 +0000 (05:31 +0000)]
evas/line - fix the line vertical drawing on gl backened.

SVN revision: 78034

11 years agofont loader for eet now not an option in code even - no ifdefs.
Carsten Haitzler [Tue, 16 Oct 2012 04:04:27 +0000 (04:04 +0000)]
font loader for eet now not an option in code even - no ifdefs.

SVN revision: 78032

11 years agoremove ifdefs for BUILD_C as we always have c fallbacks now - no
Carsten Haitzler [Tue, 16 Oct 2012 04:00:18 +0000 (04:00 +0000)]
remove ifdefs for BUILD_C as we always have c fallbacks now - no
choice, and MMX and SSE are built together under BUILD_MMX - SSE3
still separate.

SVN revision: 78031

11 years agomissed 1 yuv ifdef.
Carsten Haitzler [Tue, 16 Oct 2012 03:17:40 +0000 (03:17 +0000)]
missed 1 yuv ifdef.

SVN revision: 78030

11 years agofuther option reduction and ifdef removal.
Carsten Haitzler [Tue, 16 Oct 2012 03:15:40 +0000 (03:15 +0000)]
futher option reduction and ifdef removal.

SVN revision: 78029

11 years agoremove 8bpp evas engine support from e3core-evas as its now gone from
Carsten Haitzler [Tue, 16 Oct 2012 02:54:05 +0000 (02:54 +0000)]
remove 8bpp evas engine support from e3core-evas as its now gone from
evas.

SVN revision: 78027

11 years agoremove 8bpp engine too form evas.
Carsten Haitzler [Tue, 16 Oct 2012 02:49:01 +0000 (02:49 +0000)]
remove 8bpp engine too form evas.

SVN revision: 78026

11 years agoephysics: add autodel functions for front and back of
Bruno Dilly [Mon, 15 Oct 2012 21:54:35 +0000 (21:54 +0000)]
ephysics: add autodel functions for front and back of
 the scene

SVN revision: 78016

11 years agoephysics: add front and back boundaries
Bruno Dilly [Mon, 15 Oct 2012 21:54:29 +0000 (21:54 +0000)]
ephysics: add front and back boundaries

Use it on test "Bouncing 3D"

SVN revision: 78015

11 years agoephysics: fix boundaries position
Bruno Dilly [Mon, 15 Oct 2012 21:54:22 +0000 (21:54 +0000)]
ephysics: fix boundaries position

SVN revision: 78014

11 years agoephysics: revert add depth parameter to boundary api
Bruno Dilly [Mon, 15 Oct 2012 21:54:14 +0000 (21:54 +0000)]
ephysics: revert add depth parameter to boundary api

reverts r77785, since it will be properly handled before adding
front and back boundaries

SVN revision: 78013

11 years agoephysics: show default value of sleeping threshold on
Ricardo de Almeida Gonzaga [Mon, 15 Oct 2012 21:54:08 +0000 (21:54 +0000)]
ephysics: show default value of sleeping threshold on
 doc

Patch by: Ricardo de Almeida Gonzaga <ricardo@profusion.mobi>

SVN revision: 78012

11 years agoephysics: remove duplicated logo example page
Bruno Dilly [Mon, 15 Oct 2012 21:54:02 +0000 (21:54 +0000)]
ephysics: remove duplicated logo example page

SVN revision: 78011

11 years agoephysics: implement rotation quartenion getter
Bruno Dilly [Mon, 15 Oct 2012 21:53:56 +0000 (21:53 +0000)]
ephysics: implement rotation quartenion getter

So it's possible to create a custom body update callback using
it with evas_map_util_quat_rotate().

SVN revision: 78010

11 years agoephysics: render 3d rotation
Bruno Dilly [Mon, 15 Oct 2012 21:53:51 +0000 (21:53 +0000)]
ephysics: render 3d rotation

SVN revision: 78009

11 years agoephysics: add bouncing 3d test
Bruno Dilly [Mon, 15 Oct 2012 21:53:43 +0000 (21:53 +0000)]
ephysics: add bouncing 3d test

SVN revision: 78008

11 years agosince mask is not being used by sw engine in alpha mode - dont make
Carsten Haitzler [Mon, 15 Oct 2012 13:04:47 +0000 (13:04 +0000)]
since mask is not being used by sw engine in alpha mode - dont make
one (even for input event mask).

SVN revision: 77999

11 years ago16bpp ecore-evas support gone now its gone in evas.
Carsten Haitzler [Mon, 15 Oct 2012 13:02:39 +0000 (13:02 +0000)]
16bpp ecore-evas support gone now its gone in evas.

SVN revision: 77998

11 years agoecore: Fix warning
Mike McCormack [Mon, 15 Oct 2012 12:12:36 +0000 (12:12 +0000)]
ecore: Fix warning

ecore_poll.c: In function ‘_poller_constructor’:
ecore_poll.c:273:10: warning: ‘return’ with a value, in function returning void

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 77997

11 years agoEvas: Fix EFL Client apps not rendering properly in Wayland.
Christopher Michael [Mon, 15 Oct 2012 10:53:46 +0000 (10:53 +0000)]
Evas: Fix EFL Client apps not rendering properly in Wayland.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 77996

11 years agoEvasGL: check if the image obj is a native_set'ed
Sung Park [Mon, 15 Oct 2012 08:40:53 +0000 (08:40 +0000)]
EvasGL: check if the image obj is a native_set'ed
image object for evas_gl direct rendering.

SVN revision: 77989

11 years agooops - yes - windows. ugh. indeed.
Carsten Haitzler [Mon, 15 Oct 2012 08:00:31 +0000 (08:00 +0000)]
oops - yes - windows. ugh. indeed.

SVN revision: 77985

11 years agoactually create idler if no idler exists.. not timer. i suspect a typo
Carsten Haitzler [Mon, 15 Oct 2012 07:38:56 +0000 (07:38 +0000)]
actually create idler if no idler exists.. not timer. i suspect a typo
here. :)

SVN revision: 77984

11 years agomore formatting.
Carsten Haitzler [Mon, 15 Oct 2012 07:19:31 +0000 (07:19 +0000)]
more formatting.

SVN revision: 77983

11 years agono need to set idler to null in init.
Carsten Haitzler [Mon, 15 Oct 2012 07:19:01 +0000 (07:19 +0000)]
no need to set idler to null in init.

SVN revision: 77982

11 years agoclean up some fmting
Carsten Haitzler [Mon, 15 Oct 2012 07:18:10 +0000 (07:18 +0000)]
clean up some fmting

SVN revision: 77981

11 years agoFrom: rustyBSD <rustyBSD@gmx.fr>
rustyBSD [Mon, 15 Oct 2012 06:51:39 +0000 (06:51 +0000)]
From: rustyBSD <rustyBSD@gmx.fr>
Subject: [E-devel] [ecore] Recursive rm

I looked at the ecore_file_recursive_rm() function
(in ecore/src/lib/ecore_file/), and I wonder why this
is so ugly/complicated.

We are doing a readlink() and two stat(). Why not simply
do a lstat() ?

It takes less memory and it's simplier. Here is a patch.

(And readlink() is ssize_t)

SVN revision: 77979

11 years agoFrom: Zbigniew Kosinski <z.kosinski@samsung.com>
Zbigniew Kosinski [Mon, 15 Oct 2012 06:26:48 +0000 (06:26 +0000)]
From: Zbigniew Kosinski <z.kosinski@samsung.com>
Subject: Re: [E-devel] Add Null checking routine

I prepared patch - check eet file pointer parameter in
eet_identity_signature, eet_identity_x509 and eet_identity_sha1 functions.
Please take a look at attached files.

SVN revision: 77977

11 years agomake idler static and null... by default
Carsten Haitzler [Mon, 15 Oct 2012 05:49:38 +0000 (05:49 +0000)]
make idler static and null... by default

SVN revision: 77973

11 years agoecore ecore_directfb.c: Use correct structure. Patch by Vikram Narayanan <vikram186...
Vikram Narayanan [Mon, 15 Oct 2012 04:53:18 +0000 (04:53 +0000)]
ecore ecore_directfb.c: Use correct structure. Patch by Vikram Narayanan <vikram186@gmail.com>

From: Vikram Narayanan <vikram186@gmail.com>
Date: Sun, 14 Oct 2012 22:57:05 +0530
Subject: [PATCH] ecore/ecore_directfb: Fix a pedantic bug

Though someone can argue it is correct, (as the two structures have the
same size and numbers) it gives a room for a little confusion. Fix this.

Signed-off-by: Vikram Narayanan <vikram186@gmail.com>
SVN revision: 77971