[E-devel] Entropy SIGSEGV on exit!

2006-08-07 Thread Anders Troback
Hi, if I have a folder open and presses the close button on the window border or the close in the window menu Entropy crashes with a SIGSEGV! This is not happening if I close the program from the menu or if I don't selects any folders! No big deal sins I'm closing it any way;-) BT: Program

[E-devel] Evas 'shaped' gradient type

2006-08-07 Thread [EMAIL PROTECTED]
Attached is a tgz file containing a patch for a new evas gradient type named shaped. This type, unlike the others, does not use a described geometry, but instead uses an image to specify that. The type has as its params a string of the form: file:key:mode Each of file,

Re: [E-devel] Entropy SIGSEGV on exit!

2006-08-07 Thread Alexander Taylor
Hi, Obviously shouldn't happen, though: Appears to be etk related. Under investigation Cheers, Alex. Anders Troback wrote: Hi, if I have a folder open and presses the close button on the window border or the close in the window menu Entropy crashes with a SIGSEGV! This is not happening

[E-devel] Strange maximize...

2006-08-07 Thread Anders Troback
Hi, I run into some issues when I did try to maximize a window! When I have a gnome panel running the Maximize and Maximize Vertically functions behaves strange! The gnome panel seams to be the top of the screen! Here are some screenshots of the problem. Xterm Maximized:

Re: [E-devel] Strange maximize...

2006-08-07 Thread Aleksej Struk
Actually it is not behaves strange wrt the current maximize algo. Basically for now, the miximize algo thakes a whole screen as a possible window size and then cuts some parts from it wrt the objects on the screen. It does not take into account the possible maximum size of the window after

Re: [E-devel] Strange maximize...

2006-08-07 Thread The Rasterman
On Mon, 7 Aug 2006 12:38:19 +0200 Anders Troback [EMAIL PROTECTED] babbled: Hi, I run into some issues when I did try to maximize a window! When I have a gnome panel running the Maximize and Maximize Vertically functions behaves strange! The gnome panel seams to be the top of the screen!

Re: [E-devel] Strange maximize...

2006-08-07 Thread Anders Troback
OK, thanks for the info!!! On Mon, 7 Aug 2006 13:05:48 + Aleksej Struk [EMAIL PROTECTED] wrote: Actually it is not behaves strange wrt the current maximize algo. Basically for now, the miximize algo thakes a whole screen as a possible window size and then cuts some parts from it wrt the

Re: [E-devel] Strange maximize...

2006-08-07 Thread Anders Troback
Aha, but sins I want it on the bottom of my screen the Maximize hide my windows:-) Any workaround or suggestions? On Mon, 7 Aug 2006 20:04:13 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Mon, 7 Aug 2006 12:38:19 +0200 Anders Troback [EMAIL PROTECTED] babbled: Hi,

Re: [E-devel] Strange maximize...

2006-08-07 Thread The Rasterman
On Mon, 7 Aug 2006 13:14:24 +0200 Anders Troback [EMAIL PROTECTED] babbled: Aha, but sins I want it on the bottom of my screen the Maximize hide my windows:-) Any workaround or suggestions? put the gnome panel on an edge of the screen. it is not intended to be in the middle - e is simply

Re: [E-devel] Strange maximize...

2006-08-07 Thread The Rasterman
On Mon, 7 Aug 2006 13:05:48 + Aleksej Struk [EMAIL PROTECTED] babbled: Actually it is not behaves strange wrt the current maximize algo. Basically for now, the miximize algo thakes a whole screen as a possible window size and then cuts some parts from it wrt the objects on the screen. It

[E-devel] unsubscribe

2006-08-07 Thread Luca bedogni
On Mon, 7 Aug 2006 12:38:19 +0200 Anders Troback [EMAIL PROTECTED] wrote: Hi, I run into some issues when I did try to maximize a window! When I have a gnome panel running the Maximize and Maximize Vertically functions behaves strange! The gnome panel seams to be the top of the screen!

Re: [E-devel] Strange maximize...

2006-08-07 Thread Anders Troback
On Mon, 7 Aug 2006 20:58:08 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Mon, 7 Aug 2006 13:14:24 +0200 Anders Troback [EMAIL PROTECTED] babbled: Aha, but sins I want it on the bottom of my screen the Maximize hide my windows:-) Any workaround or suggestions?

Re: [E-devel] Strange maximize...

2006-08-07 Thread The Rasterman
On Mon, 7 Aug 2006 15:43:18 +0200 Anders Troback [EMAIL PROTECTED] babbled: On Mon, 7 Aug 2006 20:58:08 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Mon, 7 Aug 2006 13:14:24 +0200 Anders Troback [EMAIL PROTECTED] babbled: Aha, but sins I want it on the bottom

Re: [E-devel] Evas 'shaped' gradient type

2006-08-07 Thread brian . mattern
On Mon, Aug 07, 2006 at 08:15:30AM +, [EMAIL PROTECTED] wrote: Attached is a tgz file containing a patch for a new evas gradient type named shaped. This type, unlike the others, does not use a described geometry, but instead uses an image to specify that. The type has as its

Re: [E-devel] Strange maximize...

2006-08-07 Thread Anders Troback
On Mon, 7 Aug 2006 22:57:50 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Mon, 7 Aug 2006 15:43:18 +0200 Anders Troback [EMAIL PROTECTED] babbled: On Mon, 7 Aug 2006 20:58:08 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Mon, 7 Aug 2006

Re: [E-devel] Strange maximize...

2006-08-07 Thread Aleksej Struk
On Tue, Aug 08, 2006 at 12:37:44AM +0900, Carsten Haitzler wrote: On Mon, 7 Aug 2006 17:09:02 + Aleksej Struk [EMAIL PROTECTED] babbled: On Tue, Aug 08, 2006 at 12:05:03AM +0900, Carsten Haitzler wrote: On Mon, 7 Aug 2006 16:57:21 + Aleksej Struk [EMAIL PROTECTED] babbled:

[E-devel] [PATCH] e_entry_dialog: remove space from entry

2006-08-07 Thread Chady Kassouf
This is minor, and is only used in ibarWhen you want to add a new bar source, the dialog has a space in the entry and you can't see that, so you end up creating a directory with a space as the first character. I checked e_entry but the space seems there for a reason, removing it makes the entry

Re: [E-devel] Evas 'shaped' gradient type

2006-08-07 Thread [EMAIL PROTECTED]
eg. /path_to/image.png:NULL:color Is there a reason you chose NULL instead of just leaving the field blank? (filename.ext::mode) Also, ':' is a valid character for a filename, so hopefully there's a way to escape it? (/path/to/foo\:bar.png:NULL:color) Unfortunately, no.

Re: [E-devel] Evas 'shaped' gradient type

2006-08-07 Thread Morten Nilsen
[EMAIL PROTECTED] wrote: eg. /path_to/image.png:NULL:color Is there a reason you chose NULL instead of just leaving the field blank? (filename.ext::mode) Also, ':' is a valid character for a filename, so hopefully there's a way to escape it? (/path/to/foo\:bar.png:NULL:color)

Re: [E-devel] hello

2006-08-07 Thread Gabriel Rossetti
You posted to a Development list, please post all non-dev questions/comments in the user list : enlightenment-users@lists.sourceforge.net Thank you, Gabriel Rossetti goyo wrote: Hello, My name is Goyo. I have 1 questions about Eterm, if somebody could answer them... Hoy can I copy/paste

[E-devel] bug with border icon edit dialog

2006-08-07 Thread Hannes Janetzek
Hi, I found a bug, that if one closes the icon edit dialog, while the icon chooser is open and then close the filer chooser it segfaults e. Another thing is that if one applys changes to an icon by the border edit dialog, then the icon gets removed from the eap. Regards, Hannes

Re: [E-devel] bug with border icon edit dialog

2006-08-07 Thread Hannes Janetzek
Am Tue, 8 Aug 2006 03:25:30 + schrieb Hannes Janetzek [EMAIL PROTECTED]: Hi, I found a bug, that if one closes the icon edit dialog, while the icon chooser is open and then close the filer chooser it segfaults e. Another thing is that if one applys changes to an icon by the border

Re: [E-devel] Evas 'shaped' gradient type

2006-08-07 Thread [EMAIL PROTECTED]
If anyone could help out here with a better, fast enough, format-spec-and-decoding-implementation, that would be great :) [ The implementation of this is done in the function shaped_setup_geom of the evas_gradient_shaped.c file ] I would consider using \0 for a separator.. makes

Re: [E-devel] bug with border icon edit dialog

2006-08-07 Thread The Rasterman
On Tue, 8 Aug 2006 03:39:16 + Hannes Janetzek [EMAIL PROTECTED] babbled: Am Tue, 8 Aug 2006 03:25:30 + schrieb Hannes Janetzek [EMAIL PROTECTED]: Hi, I found a bug, that if one closes the icon edit dialog, while the icon chooser is open and then close the filer chooser it