[E-devel] background selector patch

2005-12-18 Thread Chady Kassouf
Yo, found the issue with the background selector segfaulting. also, found a couple of nulls too.-- Chady 'Leviathan' Kassoufhttp://chady.net/ Index: e_configure.c === RCS file:

Re: [E-devel] background selector patch

2005-12-18 Thread The Rasterman
On Sun, 18 Dec 2005 08:25:17 -0200 Chady Kassouf [EMAIL PROTECTED] babbled: Yo, found the issue with the background selector segfaulting. also, found a couple of nulls too. it's not really meant to be used yet in its current state :) -- - Codito, ergo sum - I code, therefore I

[E-devel] Evas segfault when objects have negative coordinates

2005-12-18 Thread Jason Tackaberry
The attached simple program which positions an image to negative coordinates (-80, -60). This crashes Evas cvs, as well as 0.9.9.022: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1209002272 (LWP 25589)] evas_common_tilebuf_add_redraw (tb=0x87375d8, x=0, y=-28800,

[E-devel] Segfault if window resize and move geometry settings are changed

2005-12-18 Thread adi
I discovered that if i try to change the default settings for window resize and move geometry from the configuration panel and then resize a window e17 crash. i build e17 from cvs 2 hours ago. bye adi --- This SF.net email is sponsored by:

Re: [E-devel] German Translation

2005-12-18 Thread Martin Klaffenboeck
Am Samstag, den 17.12.2005, 18:03 +0900 schrieb Carsten Haitzler: On Tue, 13 Dec 2005 16:06:40 +0100 Martin Klaffenboeck [EMAIL PROTECTED] babbled: Hi there! If you need me to translate your gettext po files from e17 cvs HEAD to german, just tell me. (I can find many untranslated

Re: [E-devel] Take 2 - Evas segfault when objects have negative coordinates

2005-12-18 Thread Jason Tackaberry
On Sun, 2005-12-18 at 10:31 -0500, Jason Tackaberry wrote: The attached simple program which positions an image to negative coordinates (-80, -60). This crashes Evas cvs, as well as 0.9.9.022: Hrm, something funky happened with my email client and it didn't attach properly. Here it is again.

[E-devel] Dropshadow needs a config dialog now.

2005-12-18 Thread David Seikel
The new module config stuff is looking good. Removing the module menu and replacing it with dialogs and right click config menus has left us with no way to config dropshadow, as there is nothing to right click on, and no dialog. pgpAJjscbcLZh.pgp Description: PGP signature

[E-devel] Re: E CVS: apps/e codewarrior

2005-12-18 Thread Brian Mattern
A few things: Include backgrounds from theme files (/prefix/share/enlightenment/themes/* and ~/.e.e/themes/*) If a bg doesn't have a thumbnail group, generate a thumb using the buffer engine rather than just using the full blown bg. Or at least clip the bg to the box it's in, to prevent

[E-devel] Taskbar Module

2005-12-18 Thread Brian Mattern
I'm thinking about starting a taskbar module, and would like a few comments on what people want to see. Basic ideas so far: One taskbar per zone (like the pager). The taskbar will be a main edje file that swallows an container, either A) an e_table, to allow multiple rows of tasks OR B)

[E-devel] module configuration

2005-12-18 Thread Brian Mattern
The new module config dialog is looking nice. It doesn't currently fit in with the convention of basic advanced (imagine that that's a rounded 'is contained within' symbol, not a 'less than' symbol) that is used in most of the other dialogues. Could we add enable/disable/configure buttons to

Re: [E-devel] Taskbar Module

2005-12-18 Thread David Seikel
On Sun, 18 Dec 2005 19:35:11 -0600 Brian Mattern [EMAIL PROTECTED] wrote: I'm thinking about starting a taskbar module, and would like a few comments on what people want to see. Basic ideas so far: I'm hoping that you are aware that both ibox and engage provide taskbar functionality? Is

Re: [E-devel] The return value from fd handlers.

2005-12-18 Thread David Seikel
On Sat, 17 Dec 2005 18:43:58 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: i think this is a mater of documentation, not chaning api. basically Like that? i did it that way because some (very rare) systems like xlib do their own buffering and may read data at any time and

[E-devel] The mysterious textblock

2005-12-18 Thread Jason Tackaberry
There's little documentation that I can find on evas textblock, particularly the syntax for markup text. Would someone be kind enough to outline the basics to get me started? Thanks, Jason. signature.asc Description: This is a digitally signed message part

Re: [E-devel] Proposed small ecore event change.

2005-12-18 Thread David Seikel
On Sat, 17 Dec 2005 18:26:17 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: you need to add the concept of ecore objects. then being able to attach things to the ecore objects - that includes keepign the callback handler list within the object, not in the global list. so now

Re: [E-devel] Dropshadow needs a config dialog now.

2005-12-18 Thread Morten Nilsen
David Seikel wrote: The new module config stuff is looking good. Removing the module menu and replacing it with dialogs and right click config menus has left us with no way to config dropshadow, as there is nothing to right click on, and no dialog. menu - configuration - configuration panel

Re: [E-devel] Dropshadow needs a config dialog now.

2005-12-18 Thread David Seikel
On Mon, 19 Dec 2005 03:31:35 +0100 Morten Nilsen [EMAIL PROTECTED] wrote: David Seikel wrote: The new module config stuff is looking good. Removing the module menu and replacing it with dialogs and right click config menus has left us with no way to config dropshadow, as there is nothing

Re: [E-devel] Entrance patch to for obtaining system sessions list

2005-12-18 Thread Phuah Yee Keat
Morten Nilsen wrote: Phuah Yee Keat wrote: like I already mentioned, why did you choose a non-standard path separator? This is solely following KDM's configuration of separating items in the configuration value, can be changed to the path separator. :) change it, then :) KDM does

Re: [E-devel] The return value from fd handlers.

2005-12-18 Thread The Rasterman
On Mon, 19 Dec 2005 11:48:51 +1000 David Seikel [EMAIL PROTECTED] babbled: On Sat, 17 Dec 2005 18:43:58 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: i think this is a mater of documentation, not chaning api. basically Like that? as per cvs commit - yup :) i did it

Re: [E-devel] Dropshadow needs a config dialog now.

2005-12-18 Thread The Rasterman
On Mon, 19 Dec 2005 07:54:25 +1000 David Seikel [EMAIL PROTECTED] babbled: The new module config stuff is looking good. Removing the module menu and replacing it with dialogs and right click config menus has left us with no way to config dropshadow, as there is nothing to right click on, and

Re: [E-devel] Entrance patch to for obtaining system sessions list

2005-12-18 Thread Morten Nilsen
Phuah Yee Keat wrote: I am looking at possibilites (in the future, maybe) of having syntax like ecore_config -c entrance_config.cfg -k /entrance/sessions/path -addstring /etc/X11/xsession. I can see an implementation that does this trick easily enough.. *mocks something up* ./ecore_config -c

Re: [E-devel] Entrance patch to for obtaining system sessions list

2005-12-18 Thread Corey Donohoe
xcomp you should let these guys go in cvs... :) do you guys have sf accts ?On 12/16/05, Morten Nilsen [EMAIL PROTECTED] wrote: Phuah Yee Keat wrote:like I already mentioned, why did you choose a non-standard path separator? This is solely following KDM's configuration of separating items in the

Re: [E-devel] Taskbar Module

2005-12-18 Thread Jesse Luehrs
On Mon, 19 Dec 2005 11:46:56 +1000 David Seikel [EMAIL PROTECTED] wrote: On Sun, 18 Dec 2005 19:35:11 -0600 Brian Mattern [EMAIL PROTECTED] wrote: I'm thinking about starting a taskbar module, and would like a few comments on what people want to see. Basic ideas so far: I'm hoping

Re: [E-devel] Entrance patch to for obtaining system sessions list

2005-12-18 Thread Phuah Yee Keat
Morten Nilsen wrote: Phuah Yee Keat wrote: I am looking at possibilites (in the future, maybe) of having syntax like ecore_config -c entrance_config.cfg -k /entrance/sessions/path -addstring /etc/X11/xsession. I can see an implementation that does this trick easily enough.. *mocks

Re: [E-devel] module configuration

2005-12-18 Thread Jesse Luehrs
On Sun, 18 Dec 2005 19:40:58 -0600 Brian Mattern [EMAIL PROTECTED] wrote: The new module config dialog is looking nice. It doesn't currently fit in with the convention of basic advanced (imagine that that's a rounded 'is contained within' symbol, not a 'less than' symbol) that is used in

Re: [E-devel] Taskbar Module

2005-12-18 Thread David Seikel
On Sun, 18 Dec 2005 19:55:11 -0600 Brian Mattern [EMAIL PROTECTED] wrote: first of all, a taskbar module is on the TODO as an essential feature. engage has both launchers and tasks, in a os x dock style. not exactly what we're looking for (this one being a more traditional style taskbar).

Re: [E-devel] The mysterious textblock

2005-12-18 Thread The Rasterman
On Sun, 18 Dec 2005 20:52:00 -0500 Jason Tackaberry [EMAIL PROTECTED] babbled: There's little documentation that I can find on evas textblock, particularly the syntax for markup text. Would someone be kind enough to outline the basics to get me started? docs i can't help with.. but an

Re: [E-devel] module configuration

2005-12-18 Thread The Rasterman
On Sun, 18 Dec 2005 19:40:58 -0600 Brian Mattern [EMAIL PROTECTED] babbled: The new module config dialog is looking nice. It doesn't currently fit in with the convention of basic advanced (imagine that that's a rounded 'is contained within' symbol, not a 'less than' symbol) that is yeah.

Re: [E-devel] Taskbar Module

2005-12-18 Thread The Rasterman
On Mon, 19 Dec 2005 11:46:56 +1000 David Seikel [EMAIL PROTECTED] babbled: On Sun, 18 Dec 2005 19:35:11 -0600 Brian Mattern [EMAIL PROTECTED] wrote: I'm thinking about starting a taskbar module, and would like a few comments on what people want to see. Basic ideas so far: I'm hoping

Re: [E-devel] Taskbar Module

2005-12-18 Thread The Rasterman
On Sun, 18 Dec 2005 19:35:11 -0600 Brian Mattern [EMAIL PROTECTED] babbled: I'm thinking about starting a taskbar module, and would like a few comments on what people want to see. Basic ideas so far: One taskbar per zone (like the pager). The taskbar will be a main edje file that

Re: [E-devel] Entrance patch to for obtaining system sessions list

2005-12-18 Thread Morten Nilsen
Phuah Yee Keat wrote: I'll clean it up a bit and send it in a little while.. How about this: -addstring /usr/local/e17/applications -removestring /usr/local/share/applications Hehe, this was more like what's on my mind, since the advantage of having a list is the ability to have

Re: [E-devel] Entrance patch to for obtaining system sessions list

2005-12-18 Thread Morten Nilsen
Corey Donohoe wrote: do you guys have sf accts ? I do, actually.. though I've hardly ever used it.. mortenn Cheers, -- Morten :wq --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop!

Re: [E-devel] module configuration

2005-12-18 Thread The Rasterman
On Sun, 18 Dec 2005 20:55:54 -0700 Nathan A. Smith [EMAIL PROTECTED] babbled: On Sun, 2005-12-18 at 21:50 -0600, Jesse Luehrs wrote: On Sun, 18 Dec 2005 19:40:58 -0600 Brian Mattern [EMAIL PROTECTED] wrote: The new module config dialog is looking nice. It doesn't currently fit in

Re: [E-devel] The mysterious textblock

2005-12-18 Thread Jason Tackaberry
On Mon, 2005-12-19 at 12:32 +0900, Carsten Haitzler wrote: it excercizes i think pretty much all of tb's features. especially check the textblock test code out. Yes, this helps very nicely. Thanks, raster. Cheers, Jason. signature.asc Description: This is a digitally signed message part

Re: [E-devel] module configuration

2005-12-18 Thread Morten Nilsen
Carsten Haitzler (The Rasterman) wrote: On Sun, 18 Dec 2005 20:55:54 -0700 Nathan A. Smith [EMAIL PROTECTED] babbled: On Sun, 2005-12-18 at 21:50 -0600, Jesse Luehrs wrote: Also, clicking on buttons on any configuration dialog (not just module ones) causes them to jump back to the center of

Re: [E-devel] Proposed small ecore event change.

2005-12-18 Thread The Rasterman
On Mon, 19 Dec 2005 12:25:34 +1000 David Seikel [EMAIL PROTECTED] babbled: On Sat, 17 Dec 2005 18:26:17 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: you need to add the concept of ecore objects. then being able to attach things to the ecore objects - that includes

Re: [E-devel] Proposed small ecore event change.

2005-12-18 Thread David Seikel
On Mon, 19 Dec 2005 13:44:22 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Mon, 19 Dec 2005 12:25:34 +1000 David Seikel [EMAIL PROTECTED] babbled: On Sat, 17 Dec 2005 18:26:17 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: you need to add the

[E-devel] Re: E CVS: apps/e raster

2005-12-18 Thread JC Wong
enlightenment-cvs@lists.sourceforge.net wrote on Sun, Dec 18, 2005 at 08:27:41PM -0800 Enlightenment CVS committal Author : raster Project : e17 Module : apps/e Dir : e17/apps/e Modified Files: BUGS Log Message: bug note

[E-devel] Ecore_Exe progress report.

2005-12-18 Thread David Seikel
That is the last of the original features for fork'n'pipe done. I added a respawn feature in the flags, but implementing that can, and should wait until the exe killing stuff is well tested. Most of the fixmes are errno checking stuff, there is a lot of them. I'll build some sort of generic

Re: [E-devel] module configuration

2005-12-18 Thread Chady Kassouf
On 12/19/05, Morten Nilsen [EMAIL PROTECTED] wrote: I don't think the ok button should be disabled together with apply..apply should be if there are noe changes to commit, but clickingcancel when you don't want to undo anything (even though nothing gets undone) is contrary to instinct for most