[E-devel] [PATCH] evas_engine: Fix == repo for wayland_egl

2012-06-26 Thread zhiwen . wu
From: Alex Wu zhiwen...@linux.intel.com --- src/modules/engines/wayland_egl/evas_engine.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/engines/wayland_egl/evas_engine.c b/src/modules/engines/wayland_egl/evas_engine.c index 48c0f99..a61f711 100644 ---

Re: [E-devel] [PATCH] evas_engine: Fix == repo for wayland_egl

2012-06-26 Thread Chris Michael
In svn. Many Thanks :) Dh -Original Message- From: zhiwen...@linux.intel.com [mailto:zhiwen...@linux.intel.com] Sent: 26 June 2012 07:58 To: enlightenment-devel@lists.sourceforge.net Subject: [E-devel] [PATCH] evas_engine: Fix == repo for wayland_egl From: Alex Wu

[E-devel] systemd user sessions support e17

2012-06-26 Thread Leif Middelschulte
For those who care: The guys who work on managing user sessions via systemd also support e17 :-) https://github.com/sofar/user-session-units/blob/master/units/user/enlightenment.service.in -- Leif -- Live Security

Re: [E-devel] enlightenment-devel Digest, Vol 74, Issue 133

2012-06-26 Thread Simon Lees
Hi All i've attempted to send this a few times over the last few days but it hasn't got through for some reason so ill try one last time. Hi, Here is the list that i can think of that i haven't got to making bug reports partly because i was thinking of looking at them sometime however i doubt

Re: [E-devel] E17 BUG CALL

2012-06-26 Thread Simon Lees
Sorry about forgetting the subject on the last one. gmail doesn't make it obvious On Tue, Jun 26, 2012 at 5:22 PM, Simon Lees si...@simotek.net wrote: Hi All i've attempted to send this a few times over the last few days but it hasn't got through for some reason so ill try one last time. Hi,

Re: [E-devel] E17 BUG CALL

2012-06-26 Thread Tomas Cech
On Wed, Jun 20, 2012 at 01:49:57PM +0100, Michael Blumenkrantz wrote: If you have an e17 bug, reply to this mail or create a ticket for it on trac. This is the LAST call. Hint hint. What about illume bugs? Will you accept them as well? Tomas Cech Sleep_Walker pgpYLAQUGEPKG.pgp Description:

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/conf_shelves

2012-06-26 Thread Leif Middelschulte
Am Dienstag, 26. Juni 2012 um 10:51 schrieb Enlightenment SVN: Log: display affected screen in shelf config dialog Author: discomfitor Date: 2012-06-26 01:51:10 -0700 (Tue, 26 Jun 2012) New Revision: 72858 Trac: http://trac.enlightenment.org/e/changeset/72858 Modified:

Re: [E-devel] enlightenment-devel Digest, Vol 74, Issue 133

2012-06-26 Thread Michael Blumenkrantz
On Tue, Jun 26, 2012 at 8:52 AM, Simon Lees si...@simotek.net wrote: Hi All i've attempted to send this a few times over the last few days but it hasn't got through for some reason so ill try one last time. Hi, Here is the list that i can think of that i haven't got to making bug reports

Re: [E-devel] E17 BUG CALL

2012-06-26 Thread Michael Blumenkrantz
In theory. On Tue, Jun 26, 2012 at 9:55 AM, Tomas Cech tc...@suse.cz wrote: On Wed, Jun 20, 2012 at 01:49:57PM +0100, Michael Blumenkrantz wrote: If you have an e17 bug, reply to this mail or create a ticket for it on trac. This is the LAST call. Hint hint. What about illume bugs? Will

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/conf_shelves

2012-06-26 Thread Michael Blumenkrantz
yes On Tue, Jun 26, 2012 at 9:55 AM, Leif Middelschulte leif.middelschu...@gmail.com wrote: Am Dienstag, 26. Juni 2012 um 10:51 schrieb Enlightenment SVN: Log: display affected screen in shelf config dialog Author: discomfitor Date: 2012-06-26 01:51:10 -0700 (Tue, 26 Jun 2012)

[E-devel] [Patch][elementary] elm_access, use widget_item in focus chain

2012-06-26 Thread Kim Shinwoo
Dear All, Hello. It has been possible to use widget_item in access mode. The mouse-in event makes the widget_item speak. But focus chain is not useful in access mode, because the widget_item cannot get the focus as the edje object. The accessibility highlight will move by keeping the attached

Re: [E-devel] E SVN: stefan trunk/eeze/src/lib

2012-06-26 Thread Vincent Torri
backport to other branches Vincent On Tue, Jun 26, 2012 at 11:08 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: eeze: Initial docs fopr Eeze_UDev_Watch and callback types Author:       stefan Date:         2012-06-26 02:08:49 -0700 (Tue, 26 Jun 2012) New Revision: 72864

Re: [E-devel] E SVN: stefan trunk/eeze/src/lib

2012-06-26 Thread Stefan Schmidt
Hello. On 06/26/2012 10:27 AM, Vincent Torri wrote: backport to other branches That will only make sense when we do another bug fix release from this branches, right? Reading one of rasters mails of today it seems we are not planning on this. If we do another bugfix release I'm more then

[E-devel] [E-deve] [Patch] Add new apis for editable set/get in multibuttonentry

2012-06-26 Thread Minseok Kim
Dear all, Typically multibuttonentry is used as a composer. But sometimes, Multibuttonentry can be used as a viewer. Currently there is no way to use multibuttonentry as non-editable viewer. So I added new APIs which are elm_multibuttonentry_editable_set/get(). If editable is true, entry in

Re: [E-devel] E SVN: stefan trunk/ecore/src/lib/ecore_x/xlib

2012-06-26 Thread Vincent Torri
better (but more boring) #ifdef *** int foo(int i) { } #else int foo(int i __UNUSED__) { } #endif Vincent On Tue, Jun 26, 2012 at 12:55 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: ecore/gesture: Don't do dead assignments after return.  Raster added this for some unused

Re: [E-devel] E SVN: stefan trunk/ecore/src/lib/ecore_x/xlib

2012-06-26 Thread Stefan Schmidt
Hello. On 06/26/2012 12:16 PM, Vincent Torri wrote: better (but more boring) #ifdef *** int foo(int i) { } #else int foo(int i __UNUSED__) { } #endif Actually I have been thinking about that for a moment. I did not choose it in the end because I found it confusing to have the two

Re: [E-devel] E SVN: stefan trunk/ecore/src/lib/ecore_x/xlib

2012-06-26 Thread Vincent Torri
On Tue, Jun 26, 2012 at 1:41 PM, Stefan Schmidt s.schm...@samsung.com wrote: Hello. On 06/26/2012 12:16 PM, Vincent Torri wrote: better (but more boring) #ifdef *** int foo(int i) { } #else int foo(int i __UNUSED__) { } #endif Actually I have been thinking about that for a moment.

Re: [E-devel] E SVN: stefan trunk/ecore/src/lib/ecore_x/xlib

2012-06-26 Thread Stefan Schmidt
Hello. On 06/26/2012 12:54 PM, Vincent Torri wrote: On Tue, Jun 26, 2012 at 1:41 PM, Stefan Schmidts.schm...@samsung.com wrote: Hello. On 06/26/2012 12:16 PM, Vincent Torri wrote: better (but more boring) #ifdef *** int foo(int i) { } #else int foo(int i __UNUSED__) { } #endif

Re: [E-devel] E17 BUG CALL

2012-06-26 Thread Ross Vandegrift
On Mon, 2012-06-25 at 08:50 +0100, Michael Blumenkrantz wrote: okay, fixed. Works perfectly now - thanks! Ross signature.asc Description: This is a digitally signed message part -- Live Security Virtual Conference

Re: [E-devel] [Patch] Elementary : Flip selector test and example patches

2012-06-26 Thread Ingvaldur Sigurjonsson
Hi I took a look at src/lib/elm_flipselector.c and found an erronous 'if( sd-evaling )' that prevented the sizing logic to function correctly. Changed it to 'if(!sd-evaling)', and even added an explicit initializa of it's value to EINA_FALSE. See enclosed patch for details. Please

Re: [E-devel] [Patch] Elementary : Flip selector test and example patches

2012-06-26 Thread Gustavo Lima Chaves
* Ingvaldur Sigurjonsson rocketiii.scient...@gmail.com [2012-06-25 14:49:06 +0200]: Hi Enclosed you find small patches for Elementary's Flip selector test and example. Without the patch, the value the flip selector is supposed to show is way too narrow, so narrow that you only see two

Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-26 Thread The Rasterman
On Tue, 26 Jun 2012 10:46:04 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: Great! So it's EFL 1.1/1.3/1.7 this time? Or just 1.7 for all of them? 1.7 for all. :) Daniel Juyung Seo (SeoZ) On Tue, Jun 26, 2012 at 10:44 AM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 26 Jun

Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-26 Thread Vincent Torri
On Tue, Jun 26, 2012 at 4:29 PM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 26 Jun 2012 10:46:04 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: Great! So it's EFL 1.1/1.3/1.7 this time? Or just 1.7 for all of them? 1.7 for all. :) so we must search for all the @since 1.3(.0)

Re: [E-devel] [Patch] [Edje] Added: Pulseaudio remix plug-in for edje multisense module

2012-06-26 Thread Prince Kr Dubey
Hi Flavio, I'll create another patch with the modification suggested by you and Gustavo. And will post the same to community ASAP. Thanks Regards, Prince On 06/25/2012 14:20:20 , Flavio Ceolin flavio.ceo...@profusion.mobi wrote: Hi Prince, Gustavo Sverzut Barbieri barbi...@profusion.mobi

Re: [E-devel] E SVN: stefan IN trunk: . SCRIPTS/buildbot

2012-06-26 Thread Gustavo Sverzut Barbieri
On Tue, Jun 26, 2012 at 11:01 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: SCRIPTS/buildbot: Enable coverage for edje.  It works fine here locally lets hope its the same on buildbot YAY! More people to help with that! :-) -- Gustavo Sverzut Barbieri http://profusion.mobi

Re: [E-devel] E SVN: yoz trunk/elementary/src/lib

2012-06-26 Thread Gustavo Sverzut Barbieri
On Tue, Jun 26, 2012 at 11:29 AM, Carsten Haitzler ras...@rasterman.com wrote: On Tue, 26 Jun 2012 10:46:04 +0900 Daniel Juyung Seo seojuyu...@gmail.com said: Great! So it's EFL 1.1/1.3/1.7 this time? Or just 1.7 for all of them? 1.7 for all. :) Glima is about to merge some work that

Re: [E-devel] systemd user sessions support e17

2012-06-26 Thread Gustavo Sverzut Barbieri
On Tue, Jun 26, 2012 at 4:28 AM, Leif Middelschulte leif.middelschu...@gmail.com wrote: For those who care: The guys who work on managing user sessions via systemd also support e17 :-) https://github.com/sofar/user-session-units/blob/master/units/user/enlightenment.service.in That's from

Re: [E-devel] [Patch] [Edje] Added: Pulseaudio remix plug-in for edje multisense module

2012-06-26 Thread Flávio Ceolin
Hi Prince, On Tue, Jun 26, 2012 at 11:47 AM, Prince Kr Dubey prince.du...@samsung.com wrote: Hi Flavio, I'll create another patch with the modification suggested by you and Gustavo. And will post the same to community ASAP. Thanks Regards, Prince On 06/25/2012 14:20:20 , Flavio Ceolin

Re: [E-devel] E SVN: mike_m trunk/eio

2012-06-26 Thread Vincent Torri
On Tue, Jun 26, 2012 at 10:52 PM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: eio: Ignore all libtool output Author:       mike_m Date:         2012-06-26 13:52:40 -0700 (Tue, 26 Jun 2012) New Revision: 72893 Trac:         http://trac.enlightenment.org/e/changeset/72893

[E-devel] xdg_data_dirs

2012-06-26 Thread Massimo Maiurana
I've just installed terminology to give it a look (by the way, very very nice terminal :) ), so I tried to launch it from evry and I realized there was no applications by that name... odd, because indeed in e's prefix (/opt/e17) there are both the executable and the desktop file. the reason was

Re: [E-devel] E SVN: bdilly IN trunk: . ephysics ephysics/data ephysics/data/logo_images ephysics/data/themes ephysics/data/themes/images ephysics/doc ephysics/doc/img ephysics/m4 ephysics/src ephysic

2012-06-26 Thread Vincent Torri
On Wed, Jun 27, 2012 at 12:36 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: EPhysics: a new library comes to E world is there any link with e_phys ? Vincent  It?\226?\128?\153s a wrapper between Bullet Physics and EFL to add physics effects  in a simple way.  More

Re: [E-devel] E SVN: bdilly IN trunk: . ephysics ephysics/data ephysics/data/logo_images ephysics/data/themes ephysics/data/themes/images ephysics/doc ephysics/doc/img ephysics/m4 ephysics/src ephysic

2012-06-26 Thread David Seikel
On Tue, 26 Jun 2012 15:36:13 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: EPhysics: a new library comes to E world It?\226?\128?\153s a wrapper between Bullet Physics and EFL to add physics effects in a simple way. More details on README, TODO, and edevelop mail

[E-devel] EPhysics

2012-06-26 Thread Bruno Dilly
Hey people, I've upstreamed EPhysics right now. It’s a wrapper between Bullet Physics and EFL to add physics effects in a simple way. I've posted about it on my blog, so it should be on our planet very soon. Anyway, you can check that at: http://brunodilly.org/blog/ephysics/ It has tests and

Re: [E-devel] E SVN: bdilly IN trunk: . ephysics ephysics/data ephysics/data/logo_images ephysics/data/themes ephysics/data/themes/images ephysics/doc ephysics/doc/img ephysics/m4 ephysics/src ephysic

2012-06-26 Thread Bruno Dilly
On Tue, Jun 26, 2012 at 7:39 PM, Vincent Torri vincent.to...@gmail.com wrote: On Wed, Jun 27, 2012 at 12:36 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: EPhysics: a new library comes to E world is there any link with e_phys ? no Vincent  It?\226?\128?\153s a wrapper

Re: [E-devel] E SVN: bdilly IN trunk: . ephysics ephysics/data ephysics/data/logo_images ephysics/data/themes ephysics/data/themes/images ephysics/doc ephysics/doc/img ephysics/m4 ephysics/src ephysic

2012-06-26 Thread Bruno Dilly
On Tue, Jun 26, 2012 at 7:39 PM, David Seikel onef...@gmail.com wrote: On Tue, 26 Jun 2012 15:36:13 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: EPhysics: a new library comes to E world   It?\226?\128?\153s a wrapper between Bullet Physics and EFL to add physics effects

Re: [E-devel] E SVN: bdilly IN trunk: . ephysics ephysics/data ephysics/data/logo_images ephysics/data/themes ephysics/data/themes/images ephysics/doc ephysics/doc/img ephysics/m4 ephysics/src ephysic

2012-06-26 Thread Gustavo Sverzut Barbieri
On Tue, Jun 26, 2012 at 7:43 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Tue, Jun 26, 2012 at 7:39 PM, Vincent Torri vincent.to...@gmail.com wrote: On Wed, Jun 27, 2012 at 12:36 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: EPhysics: a new library comes to E world is

Re: [E-devel] E17 BUG CALL

2012-06-26 Thread Tomas Cech
I remembered one E17 issue which is still valid. See ticket #904, please. On Wed, Jun 20, 2012 at 01:49:57PM +0100, Michael Blumenkrantz wrote: If you have an e17 bug, reply to this mail or create a ticket for it on trac. This is the LAST call. Hint hint.

Re: [E-devel] E SVN: bdilly IN trunk: . ephysics ephysics/data ephysics/data/logo_images ephysics/data/themes ephysics/data/themes/images ephysics/doc ephysics/doc/img ephysics/m4 ephysics/src ephysic

2012-06-26 Thread David Seikel
On Tue, 26 Jun 2012 19:44:35 -0300 Bruno Dilly bdi...@profusion.mobi wrote: On Tue, Jun 26, 2012 at 7:39 PM, David Seikel onef...@gmail.com wrote: On Tue, 26 Jun 2012 15:36:13 -0700 Enlightenment SVN no-re...@enlightenment.org wrote: Log: EPhysics: a new library comes to E world  

Re: [E-devel] E SVN: bdilly IN trunk: . ephysics ephysics/data ephysics/data/logo_images ephysics/data/themes ephysics/data/themes/images ephysics/doc ephysics/doc/img ephysics/m4 ephysics/src ephysic

2012-06-26 Thread Daniel Juyung Seo
Awesome! I'm very excited to have that. Thanks bdilly! Daniel Juyung Seo (SeoZ) On Wed, Jun 27, 2012 at 8:13 AM, David Seikel onef...@gmail.com wrote: On Tue, 26 Jun 2012 19:44:35 -0300 Bruno Dilly bdi...@profusion.mobi wrote: On Tue, Jun 26, 2012 at 7:39 PM, David Seikel onef...@gmail.com

Re: [E-devel] E SVN: bdilly IN trunk: . ephysics ephysics/data ephysics/data/logo_images ephysics/data/themes ephysics/data/themes/images ephysics/doc ephysics/doc/img ephysics/m4 ephysics/src ephysic

2012-06-26 Thread Leif Middelschulte
Am Mittwoch, 27. Juni 2012 um 01:04 schrieb Gustavo Sverzut Barbieri: On Tue, Jun 26, 2012 at 7:43 PM, Bruno Dilly bdi...@profusion.mobi (mailto:bdi...@profusion.mobi) wrote: On Tue, Jun 26, 2012 at 7:39 PM, Vincent Torri vincent.to...@gmail.com (mailto:vincent.to...@gmail.com) wrote:

Re: [E-devel] E SVN: bdilly IN trunk: . ephysics ephysics/data ephysics/data/logo_images ephysics/data/themes ephysics/data/themes/images ephysics/doc ephysics/doc/img ephysics/m4 ephysics/src ephysic

2012-06-26 Thread Daniel Juyung Seo
How can I install Bullet package in Ubuntu? Do I have to download source code and built it? Daniel Juyung Seo (SeoZ) On Wed, Jun 27, 2012 at 8:04 AM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Tue, Jun 26, 2012 at 7:43 PM, Bruno Dilly bdi...@profusion.mobi wrote: On Tue, Jun

Re: [E-devel] EPhysics

2012-06-26 Thread ChunEon Park
Interesting! Really good trailer for E Physics! And wonder the performance about those kinds of physical interactions. :3 -Regards, Hermet- -Original Message- From: Bruno Dillylt;bdi...@profusion.mobigt; To:

Re: [E-devel] E SVN: bdilly IN trunk: . ephysics ephysics/data ephysics/data/logo_images ephysics/data/themes ephysics/data/themes/images ephysics/doc ephysics/doc/img ephysics/m4 ephysics/src ephysic

2012-06-26 Thread Bruno Dilly
On Tue, Jun 26, 2012 at 8:42 PM, Daniel Juyung Seo seojuyu...@gmail.com wrote: How can I install Bullet package in Ubuntu? Do I have to download source code and built it? Looks like there isn't an official package for Ubuntu. https://bugs.launchpad.net/ubuntu/+bug/614419 But I found a package

Re: [E-devel] E17 BUG CALL Was (Re: enlightenment-devel Digest, Vol 74, Issue 135)

2012-06-26 Thread Simon Lees
Message: 2 Date: Tue, 26 Jun 2012 10:06:47 +0100 From: Michael Blumenkrantz michael.blumenkra...@gmail.com Subject: Re: [E-devel] enlightenment-devel Digest, Vol 74, Issue 133 To: Enlightenment developer list enlightenment-devel@lists.sourceforge.net Message-ID: