Re: [E-devel] ecore_strbuf_replace

2007-03-04 Thread Brian Mattern
On Sun, Mar 04, 2007 at 02:06:44AM +0100, Peter Wehrfritz wrote: > This mail is mainly addressed to rephorm, but every suggestion or > criticism is welcome. Here is a patch to add ecore_strbuf_replace() and > ecore_strbuf_replace_all(). I doesn't reduce the size of the buffer if > that is possib

Re: [E-devel] E CVS: libs/ecore devilhorns

2007-03-04 Thread Christopher Michael
Chidambar 'ilLogict' Zinnoury wrote: > Hello! > > Le Sun, 4 Mar 2007 23:38:54 -0500 (EST), dans son message intitulé E > CVS: libs/ecore devilhorns, Enlightenment CVS > <[EMAIL PROTECTED]> a eu le courage de nous raconter : > >> Enlightenment CVS committal >> >> Author : devilhorns >> Project

Re: [E-devel] segfault in evas/rsvg

2007-03-04 Thread [EMAIL PROTECTED]
// something about more rsvg issues... I just want to know who the idiot was that supported having this svg loading stuff! Oh wait.. (oops, where's that e-rock...) - Take Surveys. Earn Cash. Influence the Future o

Re: [E-devel] segfault in evas/rsvg

2007-03-04 Thread David Seikel
On Mon, 5 Mar 2007 00:03:18 -0500 Ross Vandegrift <[EMAIL PROTECTED]> wrote: > I pulled my installation up to current CVS tonight and I've run into a > consistent and easily repeatable segfault. Whenever I bring up a menu > that includes an SVG image for its icon, kablooey. > > It looks like rsv

Re: [E-devel] segfault in evas/rsvg

2007-03-04 Thread JC Wong
Ross Vandegrift wrote on Mon, Mar 05, 2007 at 12:03:18AM -0500 > Hey everyone, > > I pulled my installation up to current CVS tonight and I've run into a > consistent and easily repeatable segfault. Whenever I bring up a menu > that includes an SVG image for its icon, kablooey. > > It looks like

[E-devel] segfault in evas/rsvg

2007-03-04 Thread Ross Vandegrift
Hey everyone, I pulled my installation up to current CVS tonight and I've run into a consistent and easily repeatable segfault. Whenever I bring up a menu that includes an SVG image for its icon, kablooey. It looks like rsvg_handle_close is dying due to either evas passing it a bad pointer (whic

Re: [E-devel] E CVS: libs/ecore devilhorns

2007-03-04 Thread Chidambar 'ilLogict' Zinnoury
Hello! Le Sun, 4 Mar 2007 23:38:54 -0500 (EST), dans son message intitulé E CVS: libs/ecore devilhorns, Enlightenment CVS <[EMAIL PROTECTED]> a eu le courage de nous raconter : > Enlightenment CVS committal > > Author : devilhorns > Project : e17 > Module : libs/ecore > > Dir : e17/libs/e

Re: [E-devel] [ETK-E17]network manager

2007-03-04 Thread Nick Hughart
I started the same way when I began my EWL based network config utility, but you will find that actually using the libraries available is much easier. Parsing values and calling external programs is just ugly and slow. In the end it was less code and far cleaner then doing the parsing. If any on

Re: [E-devel] Abbreviating border names in clientlist menu....

2007-03-04 Thread Eric Schuele
On 03/04/2007 01:31, Ravenlock wrote: > Hello, > > Someone had complained in irc that their client list menu was sooo wide > that it did not fit on their screen. > > The attached patch will allow a user to configure the maximum length a > menu caption can have in the client list menu. > Just

Re: [E-devel] Compiling EWL fails due to some reason (not code)!

2007-03-04 Thread Nathan Ingersoll
It's possible that it's imlib2. EWL links against epsilon which links against imlib2, but I don't think imlib2 links against eet directly. On 3/4/07, Paulo J. Matos <[EMAIL PROTECTED]> wrote: > On 2/28/07, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > > > > > > look for /usr/lib/libe*, and delete

Re: [E-devel] [ETK-E17]network manager

2007-03-04 Thread Luchezar Petkov
Note that writing such module/app would be hard to be cross-platform, as NetworkManager currently supports only Linux. There are big chances that it will be ported to FreeBSD [1] very soon [2], but still you'll surely have some problems. Moreover, there is Solaris. Just keep in mind that this task

Re: [E-devel] Compiling EWL fails due to some reason (not code)!

2007-03-04 Thread Paulo J. Matos
On 2/28/07, Nathan Ingersoll <[EMAIL PROTECTED]> wrote: > > > > look for /usr/lib/libe*, and delete any enlightenment related ones, then > > recompile everything in order (eet, evas, ecore, embryo, edje, ...) > > Removed a whole bunch of them but now I get libeet instead of libedge in the error wh

Re: [E-devel] Abbreviating border names in clientlist menu....

2007-03-04 Thread Ravenlock
On 03/04/2007 03:47, Christopher Michael wrote: > Ravenlock wrote: >> Hello, >> >> Someone had complained in irc that their client list menu was sooo wide >> that it did not fit on their screen. >> >> The attached patch will allow a user to configure the maximum length a >> menu caption can have in

Re: [E-devel] [ETK-E17]network manager

2007-03-04 Thread watchwolf
hehe, I started to write a front end app with ETK/C & ifconfig/iwconfig. I use the same method as wifi-radar (excecute command & regular expression). But I don't have a lot of time. atm the app allow to configure a static wire network >.< I will write a web page to present the application during th

Re: [E-devel] Abbreviating border names in clientlist menu....

2007-03-04 Thread Christopher Michael
Ravenlock wrote: > Hello, > > Someone had complained in irc that their client list menu was sooo wide > that it did not fit on their screen. > > The attached patch will allow a user to configure the maximum length a > menu caption can have in the client list menu. Perhaps a better approach would