Re: [E-devel] [PATCH] non-filled polygon [Was: drawing lots of line segments]

2008-09-20 Thread Jose Gonzalez
Gustavo wrote: > On Wed, Sep 17, 2008 at 11:59 PM, Chia-I Wu <[EMAIL PROTECTED]> wrote: > >> Sorry, I just realized that I mailed to the wrong list. >> >> On Wed, Sep 17, 2008 at 09:44:15AM -0300, Gustavo Sverzut Barbieri wrote: >> I am working on a map application and I would like to

[E-devel] e_dbus: e_dbus_idler causes segfault when called after e_dbus_connection_close

2008-09-20 Thread Shulga Nikita
Hi all, Because e_dbus_connection_close does not remove e_dbus_idler from ecore event loop it causes segfault when called (since dbus connection already closed and handler are no longer valid.) Following patch fixes it by calling to ecore_idler_del from e_dbus_connection_close: Index: src/

[E-devel] R: Re: editable evas textblock

2008-09-20 Thread Dave Andreoli
- "Carsten Haitzler (The Rasterman)" <[EMAIL PROTECTED]> ha scritto: > On Wed, 17 Sep 2008 16:46:42 +0200 (CEST) Dave Andreoli > <[EMAIL PROTECTED]> babbled: > > > > > - "Gustavo Sverzut Barbieri" <[EMAIL PROTECTED]> ha > scritto: > > > > > On Wed, Sep 17, 2008 at 7:41 AM, Veli Ogla Su

Re: [E-devel] e17 segv on DNS repair

2008-09-20 Thread Viktor Kojouharov
On Sat, 2008-09-20 at 17:48 -0400, Tony Lill wrote: > I can fairly reliably crash e17 in the following manner: > > Disable DNS eg. by renaming resolv.conf > Reboot the box > Login to an e17 session > Repair DNS > wait a few seconds. > > I also get lots of segv's if I am on a less than reliable wi

Re: [E-devel] e17 segv on DNS repair

2008-09-20 Thread Gustavo Sverzut Barbieri
On Sat, Sep 20, 2008 at 6:48 PM, Tony Lill <[EMAIL PROTECTED]> wrote: > I can fairly reliably crash e17 in the following manner: > > Disable DNS eg. by renaming resolv.conf > Reboot the box > Login to an e17 session > Repair DNS > wait a few seconds. > > I also get lots of segv's if I am on a less

[E-devel] e17 segv on DNS repair

2008-09-20 Thread Tony Lill
I can fairly reliably crash e17 in the following manner: Disable DNS eg. by renaming resolv.conf Reboot the box Login to an e17 session Repair DNS wait a few seconds. I also get lots of segv's if I am on a less than reliable wireless connection. I'll try and get a core file, but my system is not

Re: [E-devel] patch for making the mixer module adjust the balance by panel icon

2008-09-20 Thread Gustavo Sverzut Barbieri
On Sat, Sep 20, 2008 at 4:27 PM, Laxminarayan Kamath <[EMAIL PROTECTED]> wrote: > Thanks! That really really encouraged me.. small achievement in code.. > big achievement in heart.. :-) Great. You're welcome to contribute code, just do it again: find a problem, imagine a solution, code and send us

Re: [E-devel] patch for making the mixer module adjust the balance by panel icon

2008-09-20 Thread Laxminarayan Kamath
Thanks! That really really encouraged me.. small achievement in code.. big achievement in heart.. :-) On 9/20/08, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Sat, Sep 20, 2008 at 4:24 AM, Laxminarayan Kamath <[EMAIL PROTECTED]> > wrote: >> Hi all! >> This is my first independan

Re: [E-devel] [PATCH] Move and Resize using only the keyboard

2008-09-20 Thread Gustavo Sverzut Barbieri
On Fri, Sep 19, 2008 at 11:33 PM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Sun, 14 Sep 2008 01:53:44 -0300 "Gustavo Sverzut Barbieri" > <[EMAIL PROTECTED]> babbled: > >> Guys, >> >> I really miss a feature from other window managers, at least KWin and >> WindowMaker, that is t

Re: [E-devel] patch for making the mixer module adjust the balance by panel icon

2008-09-20 Thread Gustavo Sverzut Barbieri
On Sat, Sep 20, 2008 at 4:24 AM, Laxminarayan Kamath <[EMAIL PROTECTED]> wrote: > Hi all! > This is my first independant code contribution to any FOSS project. :-) > The mixer module currently > increases or decreases the volume if mouse wheel goes up or down on > the module's panel ico

Re: [E-devel] forecasts http_proxy

2008-09-20 Thread Brian 'morlenxus' Miculcy
Thanks, in svn. :) Greets, Brian 'morlenxus' Miculcy On Thu, Sep 18, 2008 at 10:13:05AM +0200, Kilvády Balázs wrote: > Hi all, > > Forecasts module expects closing the connection from the other side (yahoo > server) and starts parsing the response after the close event. But without > a http

Re: [E-devel] Parsing a folder to EFM?

2008-09-20 Thread Luca De Marini
Wow that's great and exactly what I needed thank you very very much Brian :) @Rasterman: I'm happy it is in your to-do list since IMHO it is really needed. It will be more and more needed specially when EFM will become a really usable FM and people will want to use it often :) greetings everyone,

Re: [E-devel] Parsing a folder to EFM?

2008-09-20 Thread Brian 'morlenxus' Miculcy
You need to create a .desktop file with Type=Link URL=file:/usr/share/applications Then add the .desktop file to your ibar. Greets, Brian 'morlenxus' Miculcy On Sat, Sep 20, 2008 at 05:42:41PM +1000, Carsten Haitzler wrote: > On Sat, 20 Sep 2008 09:06:38 +0200 "Luca De Marini" <[EMAIL PROTECTE

Re: [E-devel] Parsing a folder to EFM?

2008-09-20 Thread The Rasterman
On Sat, 20 Sep 2008 09:06:38 +0200 "Luca De Marini" <[EMAIL PROTECTED]> babbled: > Hallo everyone, simple question, is it possible to ask EFM to open a window > in a specified folder with a terminal command? > If not, say I want that clicking on a launcher the folder > /usr/share/applications is d

[E-devel] patch for making the mixer module adjust the balance by panel icon

2008-09-20 Thread Laxminarayan Kamath
Hi all! This is my first independant code contribution to any FOSS project. :-) The mixer module currently increases or decreases the volume if mouse wheel goes up or down on the module's panel icon. The patch provided (used svn diff) makes it adjust the balance too when Horizontal sc

[E-devel] Parsing a folder to EFM?

2008-09-20 Thread Luca De Marini
Hallo everyone, simple question, is it possible to ask EFM to open a window in a specified folder with a terminal command? If not, say I want that clicking on a launcher the folder /usr/share/applications is directly opened in EFM, how can I do it? Thanks everyone, Luca D.M. --