Re: [E-devel] E SVN: lucas IN trunk/PROTO/eyesight: . src/lib src/modules/img src/modules/pdf src/modules/ps src/modules/txt

2010-11-05 Thread Vincent Torri
On Thu, 4 Nov 2010, Enlightenment SVN wrote: > Log: > eyesight: fix autotools > > * use private libs in pkg-config file > * @requirement_eyesight@ was not properly defined in configure.ac > * install headers to $(includesdir)/eyesight/ like other EFL libraries > > > Author: lucas >

Re: [E-devel] expedite using g++?

2010-11-05 Thread Vincent Torri
On Fri, 5 Nov 2010, Gustavo Sverzut Barbieri wrote: > Vincent, > > For some unlucky reason I'm using fedora for a while and while trying > to compile expedite I've noticed: > 1) fedora is stupid and handles g++ outside of gcc package :-P > 2) your windows code, even when not compiled in, is fo

Re: [E-devel] external_emotion_elm.edc

2010-11-05 Thread Cazze
On Fri, Nov 5, 2010 at 3:56 AM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Thu, Nov 4, 2010 at 8:33 AM, Cazze wrote: > > Hi, > > > > i was testing some examples from svn, but was unable to make > > external_emotion_elm.edc work :-( > > > > it starts up, I can select a file, b

Re: [E-devel] E SVN: glima IN trunk/TMP/st/elementary/src: bin lib

2010-11-05 Thread Dave Andreoli
2010/10/25 Gustavo Chaves : > For those of you developing desktop Elementary applications, this is the > time to start testing the "Standard" profile. Just call it at Elementary > Config application. ok, i'm trying the standard profile, first big problem: thumbscroll is disabled (thats ok) but now

[E-devel] new toolbar code... valgrind... config... argh!

2010-11-05 Thread The Rasterman
hey guys.. one request.. test code in valgrind? elm_toolbar now seems to be crawling with valgrind issues - especially in elm_config when changing themes (not to mention current efenheit theme makes menus in elm unusable... red overlayed box). test test! *spank* :) -- - Codito, ergo

Re: [E-devel] external_emotion_elm.edc

2010-11-05 Thread Dave Andreoli
2010/11/4 Cazze : > Hi, > > i was testing some examples from svn, but was unable to make > external_emotion_elm.edc work :-( > > it starts up, I can select a file, but when I press play nothing happens. > > I tried the AVI file with emotion_test and it works ok. > > This is the only output i got fr

Re: [E-devel] down event handling for an item of list/genlist during scrolling

2010-11-05 Thread Seokjae Jeong
raster, do you think I did it in better way? On Fri, Nov 5, 2010 at 2:49 AM, Gustavo Sverzut Barbieri wrote: On Thu, Nov 4, 2010 at 2:35 PM, Seokjae Jeong <[1]seok...@gmail.com> wrote: > Yes, i did. However, raster told me using ON_SCROLL would be better way. I

Re: [E-devel] E SVN: glima IN trunk/TMP/st/elementary/src: bin lib

2010-11-05 Thread Tiago Falcão
On Fri, Nov 5, 2010 at 7:45 AM, Dave Andreoli wrote: > 2010/10/25 Gustavo Chaves : >> For those of you developing desktop Elementary applications, this is the >> time to start testing the "Standard" profile. Just call it at Elementary >> Config application. > > ok, i'm trying the standard profile,

Re: [E-devel] down event handling for an item of list/genlist during scrolling

2010-11-05 Thread The Rasterman
On Fri, 05 Nov 2010 11:00:29 + (GMT) Seokjae Jeong said: ooh no no. sorry misunderstanding here. what i meant was. 1. we have no concept of a scroll flag - we do have on_hold as a flag. flags can be extended - adding an scroll flag will be useful to set so an object can know that it is insid

Re: [E-devel] down event handling for an item of list/genlist during scrolling

2010-11-05 Thread Cedric BAIL
On Fri, Nov 5, 2010 at 12:13 PM, Carsten Haitzler wrote: > On Fri, 05 Nov 2010 11:00:29 + (GMT) Seokjae Jeong > said: > in ADDITION setting a scroll flag will be most useful in objects "reacting > differently". we may want to consider some kind of parent/child hint scheme > too > that can do

Re: [E-devel] expedite using g++?

2010-11-05 Thread Gustavo Sverzut Barbieri
On Friday, November 5, 2010, Vincent Torri wrote: > > > On Fri, 5 Nov 2010, Gustavo Sverzut Barbieri wrote: > >> Vincent, >> >> For some unlucky reason I'm using fedora for a while and while trying >> to compile expedite I've noticed: >>  1) fedora is stupid and handles g++ outside of gcc package

Re: [E-devel] external_emotion_elm.edc

2010-11-05 Thread Gustavo Sverzut Barbieri
U can't check the code now, but I recall people changing elm code without updating externals! Worth checking if the parameter name is still okay in elementary/src/edje_externals/ and if the signal is being propagated (check in both lib and external). Then spank SPANK spank the one that broke our li

Re: [E-devel] down event handling for an item of list/genlist during scrolling

2010-11-05 Thread The Rasterman
On Fri, 5 Nov 2010 12:18:44 +0100 Cedric BAIL said: > On Fri, Nov 5, 2010 at 12:13 PM, Carsten Haitzler > wrote: > > On Fri, 05 Nov 2010 11:00:29 + (GMT) Seokjae Jeong > > said: > > in ADDITION setting a scroll flag will be most useful in objects "reacting > > differently". we may want to c

Re: [E-devel] E SVN: glima IN trunk/TMP/st/elementary/src: bin lib

2010-11-05 Thread Gustavo Lima Chaves
* Dave Andreoli [2010-11-05 10:45:25 +0100]: > 2010/10/25 Gustavo Chaves : > > For those of you developing desktop Elementary applications, this is the > > time to start testing the "Standard" profile. Just call it at Elementary > > Config application. > > ok, i'm trying the standard profile, fi

Re: [E-devel] down event handling for an item of list/genlist during scrolling

2010-11-05 Thread Gustavo Sverzut Barbieri
On Friday, November 5, 2010, Carsten Haitzler wrote: > On Fri, 5 Nov 2010 12:18:44 +0100 Cedric BAIL said: > >> On Fri, Nov 5, 2010 at 12:13 PM, Carsten Haitzler >> wrote: >> > On Fri, 05 Nov 2010 11:00:29 + (GMT) Seokjae Jeong >> > said: >> > in ADDITION setting a scroll flag will be most

Re: [E-devel] expedite using g++?

2010-11-05 Thread Vincent Torri
On Fri, 5 Nov 2010, Gustavo Sverzut Barbieri wrote: On Friday, November 5, 2010, Vincent Torri wrote: On Fri, 5 Nov 2010, Gustavo Sverzut Barbieri wrote: Vincent, For some unlucky reason I'm using fedora for a while and while trying to compile expedite I've noticed:  1) fedora is stupid

Re: [E-devel] expedite using g++?

2010-11-05 Thread Vincent Torri
On Fri, 5 Nov 2010, Gustavo Sverzut Barbieri wrote: On Friday, November 5, 2010, Vincent Torri wrote: On Fri, 5 Nov 2010, Gustavo Sverzut Barbieri wrote: Vincent, For some unlucky reason I'm using fedora for a while and while trying to compile expedite I've noticed:  1) fedora is stupid

Re: [E-devel] E SVN: bdilly IN trunk/TMP/st/elementary/src: bin lib

2010-11-05 Thread Bruno Dilly
On Fri, Nov 5, 2010 at 4:23 PM, Enlightenment SVN wrote: > Log: >  Adding a no select mode to toolbar. > >  In no select mode, toolbar items don't stay selected after click. Sorry, this patch was done by Otavio Pontes as well. > > Author:       bdilly > Date:         2010-11-05 11:23:15 -0700

[E-devel] Advice needed - threads, pipes and bears oh my

2010-11-05 Thread Jesse Charbneau
Hello All, I am working on a project in which I am running into some difficulties. To provide a brief overview, I have a device that I connect to via RS232 (using termios) and read in a 16 character hex string. This hex string is a locator of sorts in that it will tell me what hardware based

Re: [E-devel] Advice needed - threads, pipes and bears oh my

2010-11-05 Thread Mike Blumenkrantz
On Fri, 5 Nov 2010 23:49:43 -0400 Jesse Charbneau wrote: > Hello All, > I am working on a project in which I am running into some difficulties. To > provide a brief overview, I have a device that I connect to via RS232 (using > termios) and read in a 16 character hex string. This hex string i