Re: [E-devel] Problem with list

2011-11-23 Thread Daniel Juyung Seo
yeah we can set finger size as well. and.. genlist has a "display only" mode which means items do not need to consider finger_size. once you use genlist and call elm_genlist_item_display_only_mode_set(), you can achieve your goal. but list does not have this feature because elm_list is supposed t

Re: [E-devel] Problem with list

2011-11-23 Thread The Rasterman
On Wed, 23 Nov 2011 14:25:47 -0200 Guilherme Silveira said: > Hi, > I have some problem... I have a list, each item has a icon, but I would > like that each icon was leaning (no spaces) with each other.. > I made some changes in the theme to do that, but I found a problem. > The function _fix_ite

Re: [E-devel] API break on ecore_fb_input

2011-11-23 Thread The Rasterman
On Wed, 23 Nov 2011 15:32:14 -0200 Rafael Antognolli said: apply this patch i think. we do need to make sure we don't break api and as such this patch does fix that. > Hello guys, > > Recently I sent this change to ecore_fb_input: > http://trac.enlightenment.org/e/changeset/64447 > > It change

Re: [E-devel] E SVN: raster trunk/edje/src/bin

2011-11-23 Thread The Rasterman
On Thu, 24 Nov 2011 11:12:06 +0900 Jaehwan Kim said: > 2011년 11월 24일 목요일에 Carsten Haitzler님이 작성: > > > On Wed, 23 Nov 2011 10:32:51 -0200 Iván Briano (Sachiel) < > > sachi...@gmail.com > > > said: > > > > > 2011/11/23 Enlightenment SVN > > >: > > > > Log: > > > > aaah allow type to be set on gr

Re: [E-devel] [Patch] Add new elementary widget 'Multibuttonentry'

2011-11-23 Thread Mike McCormack
On 11/24/2011 01:34 PM, GoUn Lee wrote: > Sorry for the wrong documentation. and I've attached patch file again that > includes removed documentation in header file. > I'll modify documentation more and send it later. Please provide a patch against the current SVN that fixes the documentation,

Re: [E-devel] [Patch] Add new elementary widget 'Multibuttonentry'

2011-11-23 Thread GoUn Lee
Sorry for the wrong documentation. and I've attached patch file again that includes removed documentation in header file. I'll modify documentation more and send it later. Guidetext is to set the text literally.. If user set a guide text through elm_multibuttonentry_guide_text_set(), Guidetext s

Re: [E-devel] E SVN: mike_m IN trunk/elementary: . data/objects data/themes data/themes/widgets src/bin src/lib

2011-11-23 Thread David Seikel
On Thu, 24 Nov 2011 02:41:42 + Iván Briano (Sachiel) wrote: > 2011/11/24 Michael Blumenkrantz : > > On Thu, 24 Nov 2011 11:33:22 +0900 > > Mike McCormack wrote: > > > >> On 11/24/2011 11:12 AM, Daniel Juyung Seo wrote: > >> > This is not right. > >> > GoUn Lee sent a patch to mailing list fo

Re: [E-devel] E SVN: mike_m IN trunk/elementary: . data/objects data/themes data/themes/widgets src/bin src/lib

2011-11-23 Thread Daniel Juyung Seo
On Thu, Nov 24, 2011 at 11:33 AM, Mike McCormack wrote: > On 11/24/2011 11:12 AM, Daniel Juyung Seo wrote: >> This is not right. >> GoUn Lee sent a patch to mailing list for the code review and this is >> not reviewed enough on the mailing list. >> >> And I don't think one year internal around mea

Re: [E-devel] E SVN: mike_m IN trunk/elementary: . data/objects data/themes data/themes/widgets src/bin src/lib

2011-11-23 Thread Sachiel
2011/11/24 Michael Blumenkrantz : > On Thu, 24 Nov 2011 11:33:22 +0900 > Mike McCormack wrote: > >> On 11/24/2011 11:12 AM, Daniel Juyung Seo wrote: >> > This is not right. >> > GoUn Lee sent a patch to mailing list for the code review and this is >> > not reviewed enough on the mailing list. >> >

Re: [E-devel] E SVN: mike_m IN trunk/elementary: . data/objects data/themes data/themes/widgets src/bin src/lib

2011-11-23 Thread Michael Blumenkrantz
On Thu, 24 Nov 2011 11:33:22 +0900 Mike McCormack wrote: > On 11/24/2011 11:12 AM, Daniel Juyung Seo wrote: > > This is not right. > > GoUn Lee sent a patch to mailing list for the code review and this is > > not reviewed enough on the mailing list. > > > > And I don't think one year internal ar

Re: [E-devel] E SVN: mike_m IN trunk/elementary: . data/objects data/themes data/themes/widgets src/bin src/lib

2011-11-23 Thread Mike McCormack
On 11/24/2011 11:12 AM, Daniel Juyung Seo wrote: > This is not right. > GoUn Lee sent a patch to mailing list for the code review and this is > not reviewed enough on the mailing list. > > And I don't think one year internal around means this code is correct > and does not have to be reviewed enou

Re: [E-devel] E SVN: mike_m IN trunk/elementary: . data/objects data/themes data/themes/widgets src/bin src/lib

2011-11-23 Thread Daniel Juyung Seo
This is not right. GoUn Lee sent a patch to mailing list for the code review and this is not reviewed enough on the mailing list. And I don't think one year internal around means this code is correct and does not have to be reviewed enough even I know it works. Impatient mike! Anyhow, I disagree

Re: [E-devel] E SVN: discomfitor trunk/devs/hermet

2011-11-23 Thread Michael Blumenkrantz
On Thu, 24 Nov 2011 11:07:56 +0900 Daniel Juyung Seo wrote: > good news. but how... and when... was it fixed? > > Daniel Juyung Seo (SeoZ) > > On Thu, Nov 24, 2011 at 11:03 AM, Enlightenment SVN > wrote: > > Log: > > I guess this got fixed at some point > > > > > > Author:       discomfitor >

Re: [E-devel] E SVN: raster trunk/edje/src/bin

2011-11-23 Thread Jaehwan Kim
2011년 11월 24일 목요일에 Carsten Haitzler님이 작성: > On Wed, 23 Nov 2011 10:32:51 -0200 Iván Briano (Sachiel) < > sachi...@gmail.com > > said: > > > 2011/11/23 Enlightenment SVN > >: > > > Log: > > > aaah allow type to be set on group inherit or part inherit... you just > > > really shouldnt set it to a

Re: [E-devel] E SVN: discomfitor trunk/devs/hermet

2011-11-23 Thread Daniel Juyung Seo
good news. but how... and when... was it fixed? Daniel Juyung Seo (SeoZ) On Thu, Nov 24, 2011 at 11:03 AM, Enlightenment SVN wrote: > Log: > I guess this got fixed at some point > > > Author:       discomfitor > Date:         2011-11-23 18:03:16 -0800 (Wed, 23 Nov 2011) > New Revision: 65551 > T

Re: [E-devel] E SVN: discomfitor trunk/devs/seoz

2011-11-23 Thread Daniel Juyung Seo
yay! thank you mike. Daniel Juyung Seo (SeoZ) On Thu, Nov 24, 2011 at 11:06 AM, Enlightenment SVN wrote: > Log: > good news for seoz as well! > > > Author:       discomfitor > Date:         2011-11-23 18:06:02 -0800 (Wed, 23 Nov 2011) > New Revision: 65552 > Trac:         http://trac.enlightenme

Re: [E-devel] E SVN: mike_m IN trunk/elementary: . data/objects data/themes data/themes/widgets src/bin src/lib

2011-11-23 Thread Michael Blumenkrantz
On Thu, 24 Nov 2011 10:35:09 +0900 Mike McCormack wrote: > > On 11/24/2011 10:10 AM, Michael Blumenkrantz wrote: > > > umm...unless I'm mistaken this was not given NEARLY enough time to be > > reviewed on the list. and as you are an author, you cannot self-review... > > Sorry to rush. > > My

Re: [E-devel] E SVN: mike_m IN trunk/elementary: . data/objects data/themes data/themes/widgets src/bin src/lib

2011-11-23 Thread Mike McCormack
On 11/24/2011 10:10 AM, Michael Blumenkrantz wrote: > umm...unless I'm mistaken this was not given NEARLY enough time to be reviewed > on the list. and as you are an author, you cannot self-review... Sorry to rush. My judgement is that this will go in one way or the other at some point. It has

Re: [E-devel] E SVN: raster trunk/edje/src/bin

2011-11-23 Thread The Rasterman
On Wed, 23 Nov 2011 10:32:51 -0200 Iván Briano (Sachiel) said: > 2011/11/23 Enlightenment SVN : > > Log: > > aaah allow type to be set on group inherit or part inherit... you just > >  really shouldnt set it to a different type as its not very sensible. > > > > > > > > Author:       raster > > Da

Re: [E-devel] Ecore --disable-largefile doesn't.

2011-11-23 Thread David Seikel
On Thu, 24 Nov 2011 10:14:33 +0900 Mike McCormack wrote: > > So I can remove a few more bytes from my embedded project that does > > not need large file support, since the largest file is the 10MB OS > > itself. Anything with the word "large" in it seems like a good > > target to remove. B-) >

Re: [E-devel] Ecore --disable-largefile doesn't.

2011-11-23 Thread Mike McCormack
> So I can remove a few more bytes from my embedded project that does not > need large file support, since the largest file is the 10MB OS itself. > Anything with the word "large" in it seems like a good target to > remove. B-) Presumably you've disabled large file support in your libc and/or ke

Re: [E-devel] E SVN: mike_m IN trunk/elementary: . data/objects data/themes data/themes/widgets src/bin src/lib

2011-11-23 Thread Michael Blumenkrantz
On Wed, 23 Nov 2011 17:06:26 -0800 "Enlightenment SVN" wrote: > Log: > elementary: Add multibuttonentry widget > > --- > > Dear Developers, > > I added a new widget called ?\226?\128?\156Multibuttonentry" which could be > used as cont

Re: [E-devel] [Patch][Ecore][Win32] Some Issues

2011-11-23 Thread Kim Shinwoo
Thanks for your response! I'll refine with ECORE_EVENT_MODIFIER_*. And TCHAR is already there.. Anyhow, I'll remove it. Thank you~ :) 2011/11/23 Vincent Torri > > Hey > > On Wed, 23 Nov 2011, cnook wrote: > > > Dear All, Hello~ > > > > There are some issues as following > > > > 1) Key combinati

Re: [E-devel] Ecore --disable-largefile doesn't.

2011-11-23 Thread David Seikel
On Thu, 24 Nov 2011 09:31:09 +0900 Mike McCormack wrote: > On 11/24/2011 07:39 AM, David Seikel wrote: > > Ecore --disable-largefile doesn't. As far as I can tell, the > > reason is > > What is the point of the option? Seems like bloat to me, why not > delete it? So I can remove a few more by

Re: [E-devel] Ecore --disable-largefile doesn't.

2011-11-23 Thread Mike McCormack
On 11/24/2011 07:39 AM, David Seikel wrote: > Ecore --disable-largefile doesn't. As far as I can tell, the reason is What is the point of the option? Seems like bloat to me, why not delete it? thanks, Mike -- All the

Re: [E-devel] Ecore --disable-largefile doesn't.

2011-11-23 Thread Vincent Torri
On Thu, 24 Nov 2011, David Seikel wrote: > Ecore --disable-largefile doesn't. As far as I can tell, the reason is > this in ecore/src/lib/ecore_file/ecore_file_private.h - > > #ifndef _FILE_OFFSET_BITS > # define _FILE_OFFSET_BITS 64 > #endif > > I think that just turns on large file support,

[E-devel] Ecore --disable-largefile doesn't.

2011-11-23 Thread David Seikel
Ecore --disable-largefile doesn't. As far as I can tell, the reason is this in ecore/src/lib/ecore_file/ecore_file_private.h - #ifndef _FILE_OFFSET_BITS # define _FILE_OFFSET_BITS 64 #endif I think that just turns on large file support, no matter what the AC_SYS_LARGEFILE configure macro tells

[E-devel] API break on ecore_fb_input

2011-11-23 Thread Rafael Antognolli
Hello guys, Recently I sent this change to ecore_fb_input: http://trac.enlightenment.org/e/changeset/64447 It changes ecore_fb_input_device_open(const char *dev) to ecore_fb_input_device_open(void *window, const char *dev) Sorry, I didn't notice that this API was public at that time, but I al

Re: [E-devel] SVN Regressions

2011-11-23 Thread Jeff Hoogland
Version of Libcurl in use here is: 7.19.7-1ubuntu1.1 On Wed, Nov 23, 2011 at 8:30 AM, Cedric BAIL wrote: > On Wed, Nov 23, 2011 at 1:20 AM, Carsten Haitzler > wrote: > > On Tue, 22 Nov 2011 11:05:55 -0600 Jeff Hoogland > said: > >> There are currently two SVN regressions that are preventing me

Re: [E-devel] Problem with framebuffer and tslib

2011-11-23 Thread Rafael Antognolli
On Sat, Nov 19, 2011 at 1:46 AM, Carsten Haitzler wrote: > On Fri, 18 Nov 2011 13:46:31 -0200 Guilherme Silveira said: > > already reported by paulo benatto. antognolli said he'll try fix it. Should be fixed in http://trac.enlightenment.org/e/changeset/65539 Let me know if it still doesn't work

Re: [E-devel] TouchScreen problem

2011-11-23 Thread Rafael Antognolli
On Fri, Nov 18, 2011 at 3:10 PM, Rafael Antognolli wrote: > Hello, > > On Fri, Nov 18, 2011 at 9:36 AM, Paulo Benatto wrote: >> with FrameBuffer >> >> 2011/11/18 Paulo Benatto >> >>> Hi, >>> >>> I'm cross-compiling eina, eet, evas, ecore, edje and elementary, I was >>> using releases version (ht

[E-devel] Problem with list

2011-11-23 Thread Guilherme Silveira
Hi, I have some problem... I have a list, each item has a icon, but I would like that each icon was leaning (no spaces) with each other.. I made some changes in the theme to do that, but I found a problem. The function _fix_items (inside elm_list.c) always is called and follow code is executed: m

Re: [E-devel] E SVN: barbieri IN trunk/THEMES/detourious: bits images

2011-11-23 Thread Gustavo Sverzut Barbieri
On Tue, Nov 22, 2011 at 10:14 PM, Carsten Haitzler wrote: > On Tue, 22 Nov 2011 17:27:54 -0200 Gustavo Sverzut Barbieri > said: > >> On Tue, Nov 22, 2011 at 4:31 AM, Carsten Haitzler >> wrote: >> > On Sun, 13 Nov 2011 14:25:51 -0200 Gustavo Sverzut Barbieri >> > said: >> > >> >> On Sun, Nov 13,

Re: [E-devel] SVN Regressions

2011-11-23 Thread Cedric BAIL
On Wed, Nov 23, 2011 at 1:20 AM, Carsten Haitzler wrote: > On Tue, 22 Nov 2011 11:05:55 -0600 Jeff Hoogland > said: >> There are currently two SVN regressions that are preventing me from pushing >> out the most recent SVN pulls to my Bodhi users. They are: >> >> E's Screenshot Upload no longer w

Re: [E-devel] [Patch][Ecore][Win32] Some Issues

2011-11-23 Thread Vincent Torri
Hey On Wed, 23 Nov 2011, cnook wrote: > Dear All, Hello~ > > There are some issues as following > > 1) Key combination like Ctrl + a, Alt +a does not work properly. > 2) event->keyname: should be lower case > 3) event->modifiers: should be handled -> This is used on the Entry of > elementary_tes

[E-devel] [Patch][Ecore][Win32] Some Issues

2011-11-23 Thread cnook
Dear All, Hello~ There are some issues as following 1) Key combination like Ctrl + a, Alt +a does not work properly. 2) event->keyname: should be lower case 3) event->modifiers: should be handled -> This is used on the Entry of elementary_test. EX: Ctrl+A should work for selecting all 4) ecore_wi

Re: [E-devel] E SVN: raster trunk/edje/src/bin

2011-11-23 Thread Sachiel
2011/11/23 Enlightenment SVN : > Log: > aaah allow type to be set on group inherit or part inherit... you just >  really shouldnt set it to a different type as its not very sensible. > > > > Author:       raster > Date:         2011-11-23 02:38:43 -0800 (Wed, 23 Nov 2011) > New Revision: 65534 > Tr

Re: [E-devel] [Patch] Add new elementary widget 'Multibuttonentry'

2011-11-23 Thread Sachiel
2011/11/23 GoUn Lee : > > Dear Developers, > > I added a new widget called “Multibuttonentry" which could be used as contact > button in App > This widget allows a user to insert a text button. > text button is inserted by pressing the "Enter key" > If there is no space in the current row, the new

Re: [E-devel] yet another edje group inherit bug

2011-11-23 Thread The Rasterman
On Wed, 23 Nov 2011 06:05:03 -0500 Michael Blumenkrantz said: > On Wed, 23 Nov 2011 20:01:33 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Wed, 23 Nov 2011 05:47:32 -0500 Michael Blumenkrantz > > said: > > > > > On Wed, 23 Nov 2011 19:43:16 +0900 > > > Carsten Haitzler (The Rasterm

Re: [E-devel] yet another edje group inherit bug

2011-11-23 Thread Michael Blumenkrantz
On Wed, 23 Nov 2011 20:01:33 +0900 Carsten Haitzler (The Rasterman) wrote: > On Wed, 23 Nov 2011 05:47:32 -0500 Michael Blumenkrantz > said: > > > On Wed, 23 Nov 2011 19:43:16 +0900 > > Carsten Haitzler (The Rasterman) wrote: > > > > > On Fri, 18 Nov 2011 16:17:54 -0500 Mike Blumenkrantz > >

Re: [E-devel] yet another edje group inherit bug

2011-11-23 Thread The Rasterman
On Wed, 23 Nov 2011 05:47:32 -0500 Michael Blumenkrantz said: > On Wed, 23 Nov 2011 19:43:16 +0900 > Carsten Haitzler (The Rasterman) wrote: > > > On Fri, 18 Nov 2011 16:17:54 -0500 Mike Blumenkrantz > > said: > > > > > programs don't inherit properly. if you make a program with the same name

Re: [E-devel] yet another edje group inherit bug

2011-11-23 Thread Michael Blumenkrantz
On Wed, 23 Nov 2011 19:43:16 +0900 Carsten Haitzler (The Rasterman) wrote: > On Fri, 18 Nov 2011 16:17:54 -0500 Mike Blumenkrantz said: > > > programs don't inherit properly. if you make a program with the same name as > > an inherited program that targets the same part as the inherited program

Re: [E-devel] yet another edje group inherit bug

2011-11-23 Thread The Rasterman
On Fri, 18 Nov 2011 16:17:54 -0500 Mike Blumenkrantz said: > programs don't inherit properly. if you make a program with the same name as > an inherited program that targets the same part as the inherited program, > edje_cc will not compile the edc. that'll now be fuuxed

Re: [E-devel] E_FM eeze mount compiling but not working (more info)

2011-11-23 Thread Guillaume Friloux
On 23/11/2011 09:14, Mike Blumenkrantz wrote: > On Wed, 23 Nov 2011 09:50:32 +1100 > Jochen Schröder wrote: > >> OK I think I'm getting closer to find out what is going on. I assume >> you were looking for some line like: INF<2163>:efm >> e_fm_main_eeze.c:530 _scanner_delay() Attempting scanner co

Re: [E-devel] E SVN: discomfitor IN trunk: FORMATTING/ecrustify PROTO/azy PROTO/azy/doc PROTO/azy/src/bin PROTO/azy/src/include PROTO/azy/src/lib PROTO/azy/src/tests PROTO/azy/src/tests/identi.ca PROT

2011-11-23 Thread Michael Blumenkrantz
On Wed, 23 Nov 2011 00:40:51 -0800 "Enlightenment SVN" wrote: > Log: > change of email address: this is going to be ugly > > > Author: discomfitor > Date: 2011-11-23 00:40:50 -0800 (Wed, 23 Nov 2011) > New Revision: 65531 > Trac: http://trac.enlightenment.org/e/changeset

Re: [E-devel] E_FM eeze mount compiling but not working (more info)

2011-11-23 Thread Mike Blumenkrantz
On Wed, 23 Nov 2011 09:50:32 +1100 Jochen Schröder wrote: > On 19/11/11 21:08, Mike Blumenkrantz wrote: > > On Sat, 19 Nov 2011 21:05:07 +1100 > > Jochen Schröder wrote: > > > >> On 19/11/11 18:59, Mike Blumenkrantz wrote: > >>> On Sat, 19 Nov 2011 18:54:47 +1100 > >>> Jochen Schröder wrote: >

Re: [E-devel] E SVN: barbieri IN trunk/THEMES/detourious: bits images

2011-11-23 Thread Stefan Schmidt
Hello. On Tue, 2011-11-22 at 20:09, Lucas De Marchi wrote: > On Tue, Nov 22, 2011 at 7:05 PM, Stefan Schmidt > wrote: > > > set for mixer and connman in detorious is the to small contrast > > Small contrast? Are we talking about the same icons? For me it looks > almost like black in a light gra