Re: [E-devel] E SVN: yakov trunk/expedite/src/bin

2013-01-24 Thread Yakov Goldberg
Yeah, they are commented out in Makefile, but physically are still there. On 01/24/2013 03:18 AM, ChunEon Park wrote: > uh. filter/mask examples still exist here even we cleaned the APIs before > already. > > > -Regards, Hermet- > -Original Message-

[E-devel] 회신: Re: [Patch] elm_transit feature extenstion

2013-01-24 Thread jchanwook
Hi I attached 2nd patch accordingly your comment. If do not set the facter, set the default value in elm transit for checking tween effect. BRs joeyChunEon Park 님이 쓰신 메시지:Hello, Thanks for you interest in the transit :) I think this is good extension for elm_transit.  Here is my quick re

Re: [E-devel] 회신: Re: [Patch] elm_transit feature extenstion

2013-01-24 Thread ChunEon Park
and patch file? -Regards, Hermet- -Original Message- From: "jchanwook" To: "Enlightenment developer list"; Cc: Sent: 2013-01-24 (목) 17:38:49 Subject: [E-devel]회신: Re: [Patch] elm_t

Re: [E-devel] E SVN: discomfitor branches/evas-1.7/src/lib/canvas

2013-01-24 Thread Daniel Juyung Seo
Thanks muchly! This works with milliions error messages. Coolz. Daniel Juyung Seo (SeoZ) On Thu, Jan 24, 2013 at 5:32 PM, Enlightenment SVN wrote: > Log: > workaround for constant entry crashing in e from r82816: now we just print a > million error messages instead > > > Author: disco

[E-devel] 회신: Re: 회신: Re: [Patch] elm_transit feature extenstion

2013-01-24 Thread jchanwook
Samsung Galaxy Note에서 전송했습니다ChunEon Park 님이 쓰신 메시지:and patch file?   -Regards, Hermet- -Original Message- From: "jchanwook" To: "Enlightenment developer list"; Cc: Sent: 2013-0

[E-devel] cedric! you bad man!

2013-01-24 Thread The Rasterman
==24505== Invalid read of size 4 ==24505==at 0x43098C5: eina_cow_write (eina_cow.c:376) ==24505==by 0x441C203: _map_enable_set (evas_map.c:451) ==24505==by 0x4871CF3: _eo_op_internal (eo.c:363) ==24505==by 0x4871E46: _eo_dov_internal (eo.c:403) ==24505==by 0x4872025: eo_do_inter

Re: [E-devel] cedric! you bad man!

2013-01-24 Thread Daniel Juyung Seo
On Thu, Jan 24, 2013 at 9:08 PM, Carsten Haitzler wrote: > ==24505== Invalid read of size 4 > ==24505==at 0x43098C5: eina_cow_write (eina_cow.c:376) > ==24505==by 0x441C203: _map_enable_set (evas_map.c:451) > ==24505==by 0x4871CF3: _eo_op_internal (eo.c:363) > ==24505==by 0x4871E46

Re: [E-devel] [PATCH edbus] Actually implement edbus_proxy_data_{get, set, del}

2013-01-24 Thread Bruno Dilly
On Wed, Jan 23, 2013 at 9:45 PM, Jose Souza wrote: > Good catch. > > nitpick: You could call edbus_data_del_all(&(proxy->data)); inside of > _edbus_proxy_free(). > > Someone could apply? applied thanks > > > On Wed, Jan 23, 2013 at 7:45 PM, Raphael Kubo da Costa > wrote: >> Raphael Kubo da Cost

Re: [E-devel] cedric! you bad man!

2013-01-24 Thread Cedric BAIL
Again! Are you sure you have an up-to-date efl tree? It really is the error I chased this morning. Cedric Bail On Jan 24, 2013 9:08 PM, "Carsten Haitzler" wrote: > > ==24505== Invalid read of size 4 > ==24505==at 0x43098C5: eina_cow_write (eina_cow.c:376) > ==24505==by 0x441C203: _map_ena

Re: [E-devel] cedric! you bad man!

2013-01-24 Thread The Rasterman
On Thu, 24 Jan 2013 22:30:03 +0900 Cedric BAIL said: > Again! Are you sure you have an up-to-date efl tree? It really is the error > I chased this morning. up to date efl updated and rebuilt just prior to this valgrind fun. > Cedric Bail > On Jan 24, 2013 9:08 PM, "Carsten Haitzler" wrote: > >

Re: [E-devel] terminology crash triggered by options panel

2013-01-24 Thread Leif Middelschulte
Am Mittwoch, 23. Januar 2013 um 00:34 schrieb Ulisses Furquim: > Hi Leif, > > On Tue, Jan 22, 2013 at 8:28 PM, Leif Middelschulte > mailto:leif.middelschu...@gmail.com)> wrote: > > 2013/1/22 Ulisses Furquim > (mailto:ulis...@profusion.mobi)> > > > > > Hi Leif, > > > > > > On Tue, Jan 22, 2013 a

Re: [E-devel] #2217: [wayland] Compile error when including Ecore_Wayland.h in c++ program

2013-01-24 Thread Christopher Michael
H alright. Yea the ifdef c++ is wrong. I'll fix this tomorrow. dh E-Trac wrote: >#2217: [wayland] Compile error when including Ecore_Wayland.h in c++ >program >---+ > Reporter: uartie| Owner: devilhorns > Type: Bug | St

Re: [E-devel] #2217: [wayland] Compile error when including Ecore_Wayland.h in c++ program

2013-01-24 Thread Christopher Michael
Well that makes no sense. EFL has enums like Ecore_Wayland all over the place... dh E-Trac wrote: >#2217: [wayland] Compile error when including Ecore_Wayland.h in c++ >program >--+- > Reporter: uartie| Owner: devilhorns > Type: Bug

Re: [E-devel] #2217: [wayland] Compile error when including Ecore_Wayland.h in c++ program

2013-01-24 Thread Eduardo Lima (Etrunko)
On Thu, Jan 24, 2013 at 7:01 PM, Christopher Michael wrote: > Well that makes no sense. EFL has enums like Ecore_Wayland all over the > place... > I know it doesn't make sense. But you know, C++ and so.. :) > dh > > E-Trac wrote: > >>#2217: [wayland] Compile error when including Ecore_Wayland.

Re: [E-devel] #2217: [wayland] Compile error when including Ecore_Wayland.h in c++ program

2013-01-24 Thread Christopher Michael
Hahahaha yea :-) Well if it fixes the problem And still complies in C then I am alright with that fix. Please test in normal C first and if its ok then commit. Cheers dh "Eduardo Lima (Etrunko)" wrote: >On Thu, Jan 24, 2013 at 7:01 PM, Christopher Michael > wrote: >> Well that makes no sense.

[E-devel] [PATCH ecore_wayland] Cache wayland globals

2013-01-24 Thread Eoff, Ullysses A
Store the wayland registry globals in a list so that we can bind to them from a user/test program. When a custom interface (protocol extension) is used in a wayland compositor, this allows user/test program to use that interface. For instance, one might provide a custom wayland test protocol t

Re: [E-devel] [PATCH ecore_wayland] Cache wayland globals

2013-01-24 Thread Christopher Michael
Thanks for the effort in this Uartie :-) I will try to make time tomorrow to review this. Cheers dh "Eoff, Ullysses A" wrote: >Store the wayland registry globals in a list so that we can bind to >them from a user/test program. When a custom interface (protocol >extension) is used in a wayland

Re: [E-devel] [PATCH ecore_wayland] Cache wayland globals

2013-01-24 Thread Eduardo Lima (Etrunko)
On Thu, Jan 24, 2013 at 7:34 PM, Christopher Michael wrote: > Thanks for the effort in this Uartie :-) I will try to make time tomorrow to > review this. > I did help him on this patch and it looks good to me. I commited it in revision 83312. > Cheers > dh > > > "Eoff, Ullysses A" wrote: >> >>

Re: [E-devel] E SVN: etrunko trunk/efl/src/lib/ecore_wayland

2013-01-24 Thread Christopher Michael
I am wondering if we may want to add an Api function for retrieving sonething out of these globals Just a random thought. I dont have any particular use case in mind yet tho dh Enlightenment SVN wrote: >Log: >Cache wayland globals > >Store the wayland registry globals in a list so

Re: [E-devel] E SVN: etrunko trunk/efl/src/lib/ecore_wayland

2013-01-24 Thread Eoff, Ullysses A
We could have an api function that lets a programmer ask for a global by "interface" name. That would be useful so that a programmer wouldn't have to write a "wl_list_foreach..." loop every time they want to get/find a global interface. >-Original Message- >From: Christopher Michael [ma

Re: [E-devel] cedric! you bad man!

2013-01-24 Thread Cedric BAIL
On Fri, Jan 25, 2013 at 12:53 AM, Carsten Haitzler wrote: > On Thu, 24 Jan 2013 22:30:03 +0900 Cedric BAIL said: > >> Again! Are you sure you have an up-to-date efl tree? It really is the error >> I chased this morning. > > up to date efl updated and rebuilt just prior to this valgrind fun. Meee

Re: [E-devel] E SVN: billiob trunk/terminology/src/bin

2013-01-24 Thread Cedric BAIL
On Fri, Jan 25, 2013 at 6:29 AM, Enlightenment SVN wrote: > Log: > terminology: fix clear screen Oh, that was it ! Thanks, I couldn't locate that one ! > Author: billiob > Date: 2013-01-24 13:29:49 -0800 (Thu, 24 Jan 2013) > New Revision: 83309 > Trac: http://trac.enlighten

Re: [E-devel] E SVN: billiob trunk/efl/src/lib/eina

2013-01-24 Thread Cedric BAIL
On Fri, Jan 25, 2013 at 6:42 AM, Enlightenment SVN wrote: > Log: > efl: more valgrind related fixes on eina_cow Ah ! I always want to think that valgrind define read only memory... Anyway thanks, that explain the issue that raster and Daniel saw I guess. > Author: billiob > Date: 2

[E-devel] Window switching issue - Enlightenment 0.17

2013-01-24 Thread Noorul Islam Kamal Malmiyoda
Hello e-users, Good to see that we have a release now. So, I downloaded the release tar balls and installed it on my Debian Wheezy setup. Before this I was using old trunk (before switching to new structure). Actually I was enjoying that revision. But now with release tar balls, I am not able to k

Re: [E-devel] cedric! you bad man!

2013-01-24 Thread The Rasterman
On Fri, 25 Jan 2013 10:23:00 +0900 Cedric BAIL said: > On Fri, Jan 25, 2013 at 12:53 AM, Carsten Haitzler > wrote: > > On Thu, 24 Jan 2013 22:30:03 +0900 Cedric BAIL > > said: > > > >> Again! Are you sure you have an up-to-date efl tree? It really is the error > >> I chased this morning. > > >

[E-devel] Columned List Widget?

2013-01-24 Thread Jeff Hoogland
I'm still slowly fumbling my way around learning Elementary and I was wondering if there is a widget I'm just not seeing that enables lists with columns in it. Basically I'm looking for something that is equivalent to what GTK offers in this form (example from synaptic): http://i50.tinypic.com/v59

Re: [E-devel] Columned List Widget?

2013-01-24 Thread The Rasterman
On Thu, 24 Jan 2013 23:53:31 -0600 Jeff Hoogland said: there isn't. :) > I'm still slowly fumbling my way around learning Elementary and I was > wondering if there is a widget I'm just not seeing that enables lists with > columns in it. Basically I'm looking for something that is equivalent to >

Re: [E-devel] Columned List Widget?

2013-01-24 Thread michael . blumenkrantz
Carsten Haitzler wrote: >On Thu, 24 Jan 2013 23:53:31 -0600 Jeff Hoogland > said: > >there isn't. :) > >> I'm still slowly fumbling my way around learning Elementary and I was >> wondering if there is a widget I'm just not seeing that enables lists >with >> columns in it. Basically I'm looking fo

Re: [E-devel] E SVN: glima IN trunk/E-MODULES-EXTRA/comp-scale: po src

2013-01-24 Thread Michael Blumenkrantz
On Fri, Jan 25, 2013 at 12:34 AM, Enlightenment SVN < no-re...@enlightenment.org> wrote: > Log: > Resurrect comp-scale. > > /me does comp-scale dance on discomfitor's face. > > > > Author: glima > Date: 2013-01-24 16:34:25 -0800 (Thu, 24 Jan 2013) > New Revision: 83313 > Trac: