Re: [E-devel] enlightenment built from git gives random segfault

2013-04-22 Thread Cedric BAIL
On Mon, Apr 22, 2013 at 8:05 PM, Noorul Islam Kamal Malmiyoda noo...@noorul.com wrote: I was using stable tar ball so far without any issues. I saw an e-mail announcing latest release 0.17.6. So I thought it will be ideal to pull from git and compile instead of downloading tar balls when a

Re: [E-devel] Evas engines gl_common annoying warning

2013-04-22 Thread Tom Hacohen
And that's *really* bad. Is that something we control? If so, this should be fixed immediately. -- Tom. On 21/04/13 14:37, ChunEon Park wrote: Since the specs of the API are different. //GLES void glShaderSource(GLuint shader, GLsizei count, const GLchar * const *string, const GLint

Re: [E-devel] enlightenment built from git gives random segfault

2013-04-22 Thread Noorul Islam Kamal Malmiyoda
On Mon, Apr 22, 2013 at 5:34 PM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Apr 22, 2013 at 8:05 PM, Noorul Islam Kamal Malmiyoda noo...@noorul.com wrote: I was using stable tar ball so far without any issues. I saw an e-mail announcing latest release 0.17.6. So I thought it will be

Re: [E-devel] Evas engines gl_common annoying warning

2013-04-22 Thread Tom Hacohen
On 22/04/13 13:48, Tom Hacohen wrote: And that's *really* bad. Is that something we control? If so, this should be fixed immediately. Just to clarify what I meant, as I got an angry message from Cedric: I was asking if it's part of the standard, or if it's an internal API. Anyhow, if it's a

Re: [E-devel] edbus - Annoying inconsistency

2013-04-22 Thread Tom Hacohen
So, have we decided to call it eldbus? -- Tom. -- Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje/edje_entry : When selected word exists, selection is cleared and cursor remains on the current entry by additional key input.

2013-04-22 Thread Tom Hacohen
On 22/04/13 15:34, WooHyun Jung - Enlightenment Git wrote: diff --git a/data/libeo.so.1.7.99-gdb.py b/data/libeo.so.1.7.99-gdb.py new file mode 100644 index 000..5a3778f --- /dev/null +++ b/data/libeo.so.1.7.99-gdb.py @@ -0,0 +1,7 @@ +import sys + +eodir = '/usr/local/share/eo/gdb'

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje/edje_entry : When selected word exists, selection is cleared and cursor remains on the current entry by additional key input.

2013-04-22 Thread woohyun
You are super faster than me !!! I was just trying to commit it, and encountered conflict ! haha. Anyway ~ thanks for fast removing ! -Original Message- From: Tom Hacohenlt;tom.haco...@samsung.comgt; To: lt;enlightenment-devel@lists.sourceforge.netgt;; Cc: Sent: 2013-04-22 (월)

Re: [E-devel] [EGIT] [core/efl] master 01/01: edje/edje_entry : When selected word exists, selection is cleared and cursor remains on the current entry by additional key input.

2013-04-22 Thread Tom Hacohen
On 22/04/13 15:51, woohyun wrote: You are super faster than me !!! I was just trying to commit it, and encountered conflict ! haha. Anyway ~ thanks for fast removing ! Whenever someone commits something that has to do with text, the alarms go on here and I review it. :) -- Tom.

Re: [E-devel] enlightenment built from git gives random segfault

2013-04-22 Thread Rafael Antognolli
On Mon, Apr 22, 2013 at 10:07 AM, Noorul Islam Kamal Malmiyoda noo...@noorul.com wrote: On Mon, Apr 22, 2013 at 5:34 PM, Cedric BAIL cedric.b...@free.fr wrote: On Mon, Apr 22, 2013 at 8:05 PM, Noorul Islam Kamal Malmiyoda noo...@noorul.com wrote: I was using stable tar ball so far without

Re: [E-devel] Evas engines gl_common annoying warning

2013-04-22 Thread ChunEon Park
FIxed already. Usually, APIs are gonna win even if they are critically suck. Users don't have any choices. -Regards, Hermet- -Original Message- From: Tom Hacohentom.haco...@samsung.com To: Enlightenment developer

[E-devel] edje calculated offsets

2013-04-22 Thread Leif Middelschulte
Hello everyone, I'm trying to place elements in corners, limited to the size they really need. I try to do this by setting rel1 and rel2 to the same values. I thought, that its min size would force it to have an equal offset. The reason for this approach vs. using alignment is, that I want to

Re: [E-devel] edbus - Annoying inconsistency

2013-04-22 Thread Cedric BAIL
On Mon, Apr 22, 2013 at 11:24 PM, Tom Hacohen tom.haco...@samsung.com wrote: So, have we decided to call it eldbus? Seems like the marketing push of acidx did work. So eldbus it will be. Time to run sed... -- Cedric BAIL

Re: [E-devel] [EGIT] [core/efl] master 03/03: ummm dont set max based on max hint... this got added at some point but it actually breaks older code that used these hints to store sizing info but didnt

2013-04-22 Thread Cedric BAIL
On Mon, Apr 22, 2013 at 11:55 PM, Carsten Haitzler - Enlightenment Git no-re...@enlightenment.org wrote: raster pushed a commit to branch master. commit 116013320a941357a925441928ea7e10ed6c0ebd Author: Carsten Haitzler (Rasterman) ras...@rasterman.com Date: Tue Apr 23 00:05:59 2013 +0900

Re: [E-devel] [EGIT] [core/efl] master 01/01: fix recursive proxy rendering to just show a black rectangle

2013-04-22 Thread ChunEon Park
zmike, How about using EINA_TRUE/EINA_FALSE? -Regards, Hermet- -Original Message- From: Mike Blumenkrantz - Enlightenment Gitno-re...@enlightenment.org To: enlightenment-...@lists.sourceforge.net; Cc: Sent: 2013-04-23 (화) 00:41:30 Subject: [EGIT]