Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-17 Thread David Seikel
On Thu, 17 Nov 2011 01:47:27 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net wrote: Humm.. the PS3 toolchain doesn't have pthreads and it all works fine without it. Make sure you also add --disable-async-render --disable-pipe-render --disable-async-preload just in case... (in my case, it

Re: [E-devel] E SVN: billiob IN trunk/elementary: doc doc/widgets src/bin src/edje_externals src/examples src/lib

2011-11-17 Thread Boris Faure
On Thu, Nov 17, 2011 at 03:20, ChunEon Park her...@naver.com wrote: Why? does it required? This change has been made to match edje API (that has already been released) and also match naming rules. then we need to change below also. elm_object_content_part_set/get/unset,  

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-17 Thread David Seikel
On Thu, 17 Nov 2011 18:16:38 +1000 David Seikel onef...@gmail.com wrote: On Thu, 17 Nov 2011 01:47:27 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net wrote: Humm.. the PS3 toolchain doesn't have pthreads and it all works fine without it. Make sure you also add

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-17 Thread Cedric BAIL
On Thu, Nov 17, 2011 at 10:23 AM, David Seikel onef...@gmail.com wrote: On Thu, 17 Nov 2011 18:16:38 +1000 David Seikel onef...@gmail.com wrote: On Thu, 17 Nov 2011 01:47:27 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net wrote: Humm.. the PS3 toolchain doesn't have pthreads and it

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-17 Thread The Rasterman
On Thu, 17 Nov 2011 05:40:40 +1000 David Seikel onef...@gmail.com said: On Wed, 16 Nov 2011 18:31:40 +1000 David Seikel onef...@gmail.com wrote: On Wed, 16 Nov 2011 15:20:24 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: We'd like to announce a new release

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-17 Thread Vincent Torri
On Thu, 17 Nov 2011, Cedric BAIL wrote: On Thu, Nov 17, 2011 at 10:23 AM, David Seikel onef...@gmail.com wrote: On Thu, 17 Nov 2011 18:16:38 +1000 David Seikel onef...@gmail.com wrote: On Thu, 17 Nov 2011 01:47:27 -0500 Youness Alaoui kakar...@kakaroto.homelinux.net wrote: Humm.. the PS3

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-17 Thread David Seikel
On Thu, 17 Nov 2011 19:17:56 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 17 Nov 2011 05:40:40 +1000 David Seikel onef...@gmail.com said: On Wed, 16 Nov 2011 18:31:40 +1000 David Seikel onef...@gmail.com wrote: On Wed, 16 Nov 2011 15:20:24 +0900 Carsten

Re: [E-devel] [Patch] expedite: fix segfault at exit

2011-11-17 Thread The Rasterman
On Wed, 16 Nov 2011 21:05:21 +0100 Bruno Tarquini btarqu...@gmail.com said: ooh moderation? nothing survives that! :) its a nice black hole. thanks for sending here... in svn it goes! thanks very much! Resending it to random mails, cause first didn't seem to pass moderation on e-devel...

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-17 Thread David Seikel
On Thu, 17 Nov 2011 20:39:48 +1000 David Seikel onef...@gmail.com wrote: I've pointed out before, my embedded project has to pass government audit labs. The less they have to audit the better. I don't NEED pthreads, so I'd prefer to not have to actually compile stuff with it or have it

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-17 Thread The Rasterman
On Thu, 17 Nov 2011 21:02:23 +1000 David Seikel onef...@gmail.com said: On Thu, 17 Nov 2011 20:39:48 +1000 David Seikel onef...@gmail.com wrote: I've pointed out before, my embedded project has to pass government audit labs. The less they have to audit the better. I don't NEED

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-17 Thread David Seikel
On Thu, 17 Nov 2011 20:30:39 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Thu, 17 Nov 2011 21:02:23 +1000 David Seikel onef...@gmail.com said: On Thu, 17 Nov 2011 20:39:48 +1000 David Seikel onef...@gmail.com wrote: I've pointed out before, my embedded

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-17 Thread David Seikel
Next problem. With Ecore_IMF disabled, building edje gets me - edje_entry.c: In function '_edje_entry_input_panel_layout_get': edje_entry.c:2833: error: 'Entry' has no member named 'imf_context' edje_entry.c: In function '_edje_entry_imf_cursor_info_set': edje_entry.c:2855: error: 'Entry'

Re: [E-devel] [e-users] New EFL release cycle 1.1/1.5 ALPHA

2011-11-17 Thread Sachiel
2011/11/17 David Seikel onef...@gmail.com: Next problem.  With Ecore_IMF disabled, building edje gets me - edje_entry.c: In function  '_edje_entry_input_panel_layout_get': edje_entry.c:2833: error:  'Entry' has no member named 'imf_context' edje_entry.c: In function  

Re: [E-devel] E SVN: billiob IN trunk/elementary: doc doc/widgets src/bin src/edje_externals src/examples src/lib

2011-11-17 Thread ChunEon Park
Ok. I think no problem to change them since those are not much used yet. but It would be better if part_content_set/get/unset is changed in a hurry. :) -Regards, Hermet- -Original Message- From: Boris Faurelt;bill...@gmail.comgt; To:

[E-devel] [PATCH] Patch to add disabled outputs to config dialog.

2011-11-17 Thread Leif Middelschulte
Hello devs, find attached a patch that enables the user to set the policy for an unused output. Since there is no resolution, an assumed resolution is set in the edc so it's easily adjustable for small screens. -- Leif From f6f84a4259285ed860a4f506a593413915877cda Mon Sep 17 00:00:00 2001 From:

Re: [E-devel] [PATCH] Patch to add disabled outputs to config dialog.

2011-11-17 Thread David Seikel
On Thu, 17 Nov 2011 18:43:23 +0100 Leif Middelschulte leif.middelschu...@gmail.com wrote: find attached a patch that enables the user to set the policy for an unused output. Since there is no resolution, an assumed resolution is set in the edc so it's easily adjustable for small screens. Ah,

Re: [E-devel] e_fm build and mount problems

2011-11-17 Thread Jochen Schröder
On 13/11/11 22:10, Vincent Torri wrote: On Sun, 13 Nov 2011, Jochen Schröder wrote: On 13/11/11 20:14, Vincent Torri wrote: On Sun, 13 Nov 2011, Jochen Schröder wrote: On 13/11/11 18:39, Vincent Torri wrote: On Sun, 13 Nov 2011, Jochen Schröder wrote: On 12/11/11 22:43, Vincent

[E-devel] eeze compilation error

2011-11-17 Thread Jochen Schröder
Hi, when compiling E with libmount support I get the following compilation error: Making all in bin make[3]: Entering directory `/home/jschrod/Downloads/Enlightenment/e17_src/eeze/src/bin' CC eeze_mount-eeze_mount.o CCLD eeze_mount /usr/bin/ld: eeze_mount-eeze_mount.o: undefined

[E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Jochen Schröder
Hi all, I'm still trying to get eeze mount to work in E_FM. I have build eeze with libmount support (2.19.1). And I am building E17 with ./configure --disable-mount-hal --disable-mount-udisks, here is the relevant configure output: Preferred Backends: * device..: eeze *

Re: [E-devel] The IMPOSSIBLE HAPPEN!

2011-11-17 Thread Mike McCormack
On 11/17/2011 04:47 PM, Cedric BAIL wrote: On Thu, Nov 17, 2011 at 4:07 AM, Mike McCormack mj.mccorm...@samsung.com wrote: Running elementary_test and clicking on the button test this morning gives a crash sometimes. Eina thread debugging on using gmainloop. After a quick look in

Re: [E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Mike Blumenkrantz
On Fri, 18 Nov 2011 09:18:50 +1100 Jochen Schröder cycoma...@gmail.com wrote: Hi all, I'm still trying to get eeze mount to work in E_FM. I have build eeze with libmount support (2.19.1). And I am building E17 with ./configure --disable-mount-hal --disable-mount-udisks, here is the

[E-devel] eet: examples are not installed

2011-11-17 Thread Jérôme Pinot
Hi, eet 1.5.0-alpha doesn't honor the --enable-install-examples, it does nothing. Passing --enable-build-examples to configure does build AND install examples. This works fine for the others EFL -- Jérôme Pinot http://ngc891.blogdns.net/ signature.asc Description: Digital signature

Re: [E-devel] E SVN: onefang IN trunk/edje/src: examples lib

2011-11-17 Thread David Seikel
On Thu, 17 Nov 2011 18:27:16 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: You might call this an API break, but it's a bug fix. The very original lua code from wy back when, would create the various timer objects as members of the evas class, which would mean

Re: [E-devel] E SVN: onefang IN trunk/edje/src: examples lib

2011-11-17 Thread David Seikel
On Fri, 18 Nov 2011 12:42:19 +1000 David Seikel onef...@gmail.com wrote: On Thu, 17 Nov 2011 18:27:16 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: You might call this an API break, but it's a bug fix. The very original lua code from wy back when, would

Re: [E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Jochen Schröder
On 18/11/11 13:16, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 09:18:50 +1100 Jochen Schrödercycoma...@gmail.com wrote: Hi all, I'm still trying to get eeze mount to work in E_FM. I have build eeze with libmount support (2.19.1). And I am building E17 with ./configure --disable-mount-hal

Re: [E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Mike Blumenkrantz
On Fri, 18 Nov 2011 15:43:23 +1100 Jochen Schröder cycoma...@gmail.com wrote: On 18/11/11 13:16, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 09:18:50 +1100 Jochen Schrödercycoma...@gmail.com wrote: Hi all, I'm still trying to get eeze mount to work in E_FM. I have build eeze with

Re: [E-devel] eet: examples are not installed

2011-11-17 Thread The Rasterman
On Fri, 18 Nov 2011 11:32:51 +0900 Jérôme Pinot ngc...@gmail.com said: Hi, eet 1.5.0-alpha doesn't honor the --enable-install-examples, it does nothing. Passing --enable-build-examples to configure does build AND install examples. This works fine for the others EFL fixed in svn. u can

Re: [E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Jochen Schröder
On 18/11/11 13:16, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 09:18:50 +1100 Jochen Schrödercycoma...@gmail.com wrote: Hi all, I'm still trying to get eeze mount to work in E_FM. I have build eeze with libmount support (2.19.1). And I am building E17 with ./configure --disable-mount-hal

Re: [E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Jochen Schröder
On 18/11/11 15:46, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 15:43:23 +1100 Jochen Schrödercycoma...@gmail.com wrote: On 18/11/11 13:16, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 09:18:50 +1100 Jochen Schrödercycoma...@gmail.com wrote: Hi all, I'm still trying to get eeze mount

Re: [E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Mike Blumenkrantz
On Fri, 18 Nov 2011 15:48:22 +1100 Jochen Schröder cycoma...@gmail.com wrote: On 18/11/11 13:16, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 09:18:50 +1100 Jochen Schrödercycoma...@gmail.com wrote: Hi all, I'm still trying to get eeze mount to work in E_FM. I have build eeze with

Re: [E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Mike Blumenkrantz
On Fri, 18 Nov 2011 15:50:09 +1100 Jochen Schröder cycoma...@gmail.com wrote: On 18/11/11 15:46, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 15:43:23 +1100 Jochen Schrödercycoma...@gmail.com wrote: On 18/11/11 13:16, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 09:18:50 +1100

Re: [E-devel] E SVN: onefang IN trunk/edje/src: examples lib

2011-11-17 Thread David Seikel
On Fri, 18 Nov 2011 13:51:08 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 18 Nov 2011 12:42:19 +1000 David Seikel onef...@gmail.com said: On Thu, 17 Nov 2011 18:27:16 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: You might call this

Re: [E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Mike Blumenkrantz
On Fri, 18 Nov 2011 15:48:22 +1100 Jochen Schröder cycoma...@gmail.com wrote: On 18/11/11 13:16, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 09:18:50 +1100 Jochen Schrödercycoma...@gmail.com wrote: Hi all, I'm still trying to get eeze mount to work in E_FM. I have build eeze with

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

2011-11-17 Thread Mike Blumenkrantz
On Thu, 17 Nov 2011 21:05:40 -0800 Enlightenment SVN no-re...@enlightenment.org wrote: Log: add debug message for throttling Author: discomfitor Date: 2011-11-17 21:05:40 -0800 (Thu, 17 Nov 2011) New Revision: 65362 Trac:

Re: [E-devel] E SVN: onefang IN trunk/edje/src: examples lib

2011-11-17 Thread The Rasterman
On Fri, 18 Nov 2011 14:57:39 +1000 David Seikel onef...@gmail.com said: On Fri, 18 Nov 2011 13:51:08 +0900 Carsten Haitzler (The Rasterman) ras...@rasterman.com wrote: On Fri, 18 Nov 2011 12:42:19 +1000 David Seikel onef...@gmail.com said: On Thu, 17 Nov 2011 18:27:16 -0800

Re: [E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Jochen Schröder
On 18/11/11 15:50, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 15:48:22 +1100 Jochen Schrödercycoma...@gmail.com wrote: On 18/11/11 13:16, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 09:18:50 +1100 Jochen Schrödercycoma...@gmail.com wrote: Hi all, I'm still trying to get eeze mount to

Re: [E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Jochen Schröder
On 18/11/11 16:09, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 15:48:22 +1100 Jochen Schrödercycoma...@gmail.com wrote: On 18/11/11 13:16, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 09:18:50 +1100 Jochen Schrödercycoma...@gmail.com wrote: Hi all, I'm still trying to get eeze mount

Re: [E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Jochen Schröder
On 18/11/11 15:56, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 15:50:09 +1100 Jochen Schrödercycoma...@gmail.com wrote: On 18/11/11 15:46, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 15:43:23 +1100 Jochen Schrödercycoma...@gmail.com wrote: On 18/11/11 13:16, Mike Blumenkrantz wrote:

Re: [E-devel] E_FM eeze mount compiling but not working

2011-11-17 Thread Mike Blumenkrantz
On Fri, 18 Nov 2011 16:35:24 +1100 Jochen Schröder cycoma...@gmail.com wrote: On 18/11/11 15:50, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 15:48:22 +1100 Jochen Schrödercycoma...@gmail.com wrote: On 18/11/11 13:16, Mike Blumenkrantz wrote: On Fri, 18 Nov 2011 09:18:50 +1100

Re: [E-devel] e_fm build and mount problems

2011-11-17 Thread Vincent Torri
On Fri, 18 Nov 2011, Jochen Schröder wrote: On 13/11/11 22:10, Vincent Torri wrote: On Sun, 13 Nov 2011, Jochen Schröder wrote: On 13/11/11 20:14, Vincent Torri wrote: On Sun, 13 Nov 2011, Jochen Schröder wrote: On 13/11/11 18:39, Vincent Torri wrote: On Sun, 13 Nov 2011, Jochen

[E-devel] FOSDEM 2012 - CrossDesktop DevRoom Call for Talks (fwd)

2011-11-17 Thread Vincent Torri
Hey As Philippe already mentioned in a previous mail, we need talks for the cross dektop dev room. Here is the message sent by a FOSDEM guy. Vincent -- Forwarded message -- Date: Fri, 18 Nov 2011 02:01:51 +0100 From: Pau Garcia i Quiles pgqui...@elpauer.org To:

Re: [E-devel] [PATCH] Patch to add disabled outputs to config dialog.

2011-11-17 Thread Stefan Schmidt
Hello. On Thu, 2011-11-17 at 18:43, Leif Middelschulte wrote: find attached a patch that enables the user to set the policy for an unused output. Since there is no resolution, an assumed resolution is set in the edc so it's easily adjustable for small screens. Patch works fine here. Not

[E-devel] [PATCH 1/3] conf_randr: Fix dialog box line break.

2011-11-17 Thread Stefan Schmidt
The box uses the size from the first line additional to the set icon. As the tags are not counted we need to break the line earlier to show the complete text in the dialog window. Signed-off-by: Stefan Schmidt ste...@datenfreihafen.org --- e/src/modules/conf_randr/e_int_config_randr.c |6

[E-devel] [PATCH 3/3] conf_randr: Don't show blank dialog window initially.

2011-11-17 Thread Stefan Schmidt
The current logic only displays text the first time the timer callback is called. Thats after one second. To avoid the blank dialog box for one second set the intial text already when creating the dialog. Signed-off-by: Stefan Schmidt ste...@datenfreihafen.org ---

[E-devel] [PATCH 0/3] conf_randr: Small restore dialog window fixes.

2011-11-17 Thread Stefan Schmidt
Hello. Some small stuff while still hunting bigger problems like not being able to set the resolution of a connected monitor over VGA or not detecting monitors at all. The restore dialog window had three small annoyances a) the text did not fit the box, b) when waiting for the timeout it never

[E-devel] [PATCH 2/3] conf_randr: Actually restore the old settings after the time out

2011-11-17 Thread Stefan Schmidt
So far we only had a nice count down until we would restore but we never restored. Calling the restore function now it countdown is at zero. Not sure if function re-ordering or declaration is preferred here. Just added a declaration as some others exist already. Signed-off-by: Stefan Schmidt