[E-devel] Monitor won't allow selection of network device anymore.

2005-12-19 Thread David Seikel
Devilhorns, you screwed up a little when you converted the monitor module to a config dialog. The network device selection always reverts back to eth0 whenever you change it and click OK or Apply. So it's no longer possible to monitor some other network device. pgp2Hn3VnL1NR.pgp Description: PG

Re: [E-devel] Stuff

2005-12-19 Thread Jose O Gonzalez
On Sat, 17 Dec 2005 18:40:50 +0900 Carsten writes: > On Wed, 14 Dec 2005 02:19:56 -0500 Jose O Gonzalez > <[EMAIL PROTECTED]> babbled: > > > > > > > On Wed, 14 Dec 2005 14:43:50 +0900 Carsten writes: > > > On Tue, 13 Dec 2005 23:38:43 -0500 Jason Tackaberry > <[EMAIL PROTECTED]> > > > babbl

[E-devel] 'Auto Apply' Config Dialog changes?

2005-12-19 Thread Brian Mattern
I think one of the few things Gnome gets right is that they did away with 'apply/cancel/ok' buttons, and simply apply config changes as they occur. (The same is true on OS X). I find this very intuitive, and tend to usually hit 'Apply ' almost without thinking after making changes. So, I would

Re: [E-devel] Ecore_Config lists (was Entrance patch to for obtaining system sessions list)

2005-12-19 Thread dan sinclair
You should probably take a look at Ecore_Data for a list implementation instead of writting your own. There are both single and doublly linked lists in there. dan On Mon, 2005-12-19 at 23:11, Morten Nilsen wrote: > Phuah Yee Keat wrote: > > Is it possible to support structures like this in your

Re: [E-devel] Ecore_Config lists (was Entrance patch to for obtaining system sessions list)

2005-12-19 Thread Morten Nilsen
Phuah Yee Keat wrote: Is it possible to support structures like this in your implementation? Previously the structure for the sessions are as such: /entrance/session/1/name "Fluxbox" /entrance/session/1/exec "startfluxbox" /entrance/session/1/icon "fluxbox.png" /entrance/session/2/name "kde" /e

[E-devel] Entranced ecore_config updated, but spawner.c was not.

2005-12-19 Thread Phuah Yee Keat
Just noticed the following changes: Index: build_config.sh.in === RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/config/build_config.sh.in,v retrieving revision 1.17 retrieving revision 1.18 diff -r1.17 -r1.18 53,54c53,54

[E-devel] update of ja.po for e16.8

2005-12-19 Thread Yasufumi Haga
Hello all. This is an update of ja.po for e16.8, which have not been updated for tha last four years or so at all. Could anybody upload it? --- Yasufumi Haga [EMAIL PROTECTED] http://homepage3.nifty.com/peterpan/ fingerprint:0EFA 299A BC32 7D68 1FEF BA2B 804E 9B15 C4F0 F9F0

[E-devel] Ecore_Config lists (was Entrance patch to for obtaining system sessions list)

2005-12-19 Thread Phuah Yee Keat
Morten Nilsen wrote: Phuah Yee Keat wrote: I have not gone thru the source of ecore_config yet, but at first I was thinking more of maintaining the current way of making a list, say /entrance/path/0/name /entrance/path/1/name ... [snipped] that implementation would need some code to muck

Re: [E-devel] The mysterious textblock

2005-12-19 Thread dan sinclair
The other option is (based off of tb1) www.everburning.com/docs/evas_textblock/evas_textblock_intro.html and the ewl_text widget in EWL (which is tb2). dan On Sun, 2005-12-18 at 22:32, Carsten Haitzler wrote: > On Sun, 18 Dec 2005 20:52:00 -0500 Jason Tackaberry <[EMAIL PROTECTED]> > babbled: >

[E-devel] garbled dropshadow

2005-12-19 Thread Massimo Maiurana
most of the times, when gkrellm resizes its window I see some artifacts in the window shadow. attached is a screenshot representing the problem (it's just a few K). I remember someone has already mention it in the past, but since it's been a long time and I didn't hear about it anymore... :) --

Re: [E-devel] E_Gadget commit

2005-12-19 Thread Brian Mattern
On Monday 19 December 2005 13:56, Andrew Williams wrote: > Well, after further examination of the code engage now uses the e17 > theme if it is preset, otherwise falls back to the installed module > theme. > > basically > > if (!e_theme_edje_object_set(obj, category, group) > edje_object_file_set

Re: [E-devel] E_Gadget commit

2005-12-19 Thread Andrew Williams
Well, after further examination of the code engage now uses the e17 theme if it is preset, otherwise falls back to the installed module theme. basically if (!e_theme_edje_object_set(obj, category, group) edje_object_file_set(obj, file, group); which works fine I think. but is "theme/modules/en

[E-devel] Re: E CVS: apps/e_utils handyande

2005-12-19 Thread dan sinclair
I really don't appreciate this. I still use this eap editor as I prefer it over the internal. I don't think this one should be removed. dan On Mon, 2005-12-19 at 09:04, enlightenment-cvs@lists.sourceforge.net wrote: > Enlightenment CVS committal > > Author : handyande > Project : e17 > Module

[E-devel] module config dialog patch

2005-12-19 Thread Jesse Luehrs
Attached is a patch that fixes the module config dialog so that the advanced settings include the basic settings. This is my first time working with the E source, so suggestions are welcome(: Jesse module_config_advanced.patch Description: Binary data

Re: [E-devel] efm bug when changing directories

2005-12-19 Thread Hisham Mardam Bey
> > > > Its a known bug but hasnt been fixed yet. > > Fixed. Seems like its partially fixed, not completely yet. -- Hisham Mardam Bey MSc (Computer Science) http://hisham.cc/ +9613609386 Codito Ergo Sum (I Code Therefore I Am) --- This SF.net

Re: [E-devel] efm bug when changing directories

2005-12-19 Thread Hisham Mardam Bey
> > This bug is not mentioned in e_fileman_smart, so if its not known yet.. > > > > When you change from a dir which has no scrollbars to another, which > > also has no scrollbar then the winow gets only updated when you resize > > it. > > > > I try to make a module wich uses e_fileman_smart and ha

Re: [E-devel] efm bug when changing directories

2005-12-19 Thread Hisham Mardam Bey
> This bug is not mentioned in e_fileman_smart, so if its not known yet.. > > When you change from a dir which has no scrollbars to another, which > also has no scrollbar then the winow gets only updated when you resize > it. > > I try to make a module wich uses e_fileman_smart and had a problem wi

[E-devel] efm bug when changing directories

2005-12-19 Thread mista
This bug is not mentioned in e_fileman_smart, so if its not known yet.. When you change from a dir which has no scrollbars to another, which also has no scrollbar then the winow gets only updated when you resize it. I try to make a module wich uses e_fileman_smart and had a problem with updating

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

2005-12-19 Thread Andrew Williams
These files were old and suitable for human editing, the ecore_config is supposed to be more optimal on space, speed and nice API, not on editing the files by hand! anyhow - that is the old edb stuff, which we have never tried to be compliant with... A On Mon, Dec 19, 2005 at 06:54:12PM +0800, P

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

2005-12-19 Thread Morten Nilsen
Phuah Yee Keat wrote: I have not gone thru the source of ecore_config yet, but at first I was thinking more of maintaining the current way of making a list, say /entrance/path/0/name /entrance/path/1/name ... for numbered list, as it already is previously for the hardcoded sessions in entranc

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

2005-12-19 Thread Phuah Yee Keat
Morten Nilsen wrote: Andrew Williams wrote: perhaps looking at this on an ecore_config API level, rather than on a ecore_config binary tool parameters level would help. We need generic list handling in ecore_config and it is something I have pondered over much and never come to a satisfactory s

Re: [E-devel] Ecore_Config lists (was Entrance patch to for obtaining system sessions list)

2005-12-19 Thread Andrew Williams
This certainly was a close as I got to a sensible solution, yes ;) The issue I was wrestling with was EDD - can we use it. The clear answer is "Not if you want config to upgrade nicely, as it does now" - Thus your ideas seem to follow the logical path! Andy On Mon, Dec 19, 2005 at 11:10:52AM +01

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

2005-12-19 Thread Morten Nilsen
Morten Nilsen wrote: Andrew Williams wrote: perhaps looking at this on an ecore_config API level, rather than on a ecore_config binary tool parameters level would help. We need generic list handling in ecore_config and it is something I have pondered over much and never come to a satisfactory so

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

2005-12-19 Thread Morten Nilsen
Andrew Williams wrote: perhaps looking at this on an ecore_config API level, rather than on a ecore_config binary tool parameters level would help. We need generic list handling in ecore_config and it is something I have pondered over much and never come to a satisfactory solution... that is wh

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

2005-12-19 Thread Andrew Williams
perhaps looking at this on an ecore_config API level, rather than on a ecore_config binary tool parameters level would help. We need generic list handling in ecore_config and it is something I have pondered over much and never come to a satisfactory solution... A On Mon, Dec 19, 2005 at 05:10:29A

Re: [E-devel] Re: [patch] temperature module config

2005-12-19 Thread Morten Nilsen
Tobias wrote: Ok I'm stupid, 10C is close to 40F and so on, but still the patch fixes bugs with celsius, and does set the high/low values with greater precision in advanced mode. I took a brief glance at the patch.. but couldn't see if it fixes the display in config... all the readouts say F,

RE: SPAM-LOW: Re: [E-devel] pydje!!!

2005-12-19 Thread Essien Ita Essien
>> Cool stuff, keep it up :)., >> >> >> Just don't tell CW he'll puke ;) :P, lol. > >*pukes* > >(= Muhahaha ;) Essien Ita Essien - http://essiene.blogspot.com http://datavibe.net/~essiene http://datavibe.net/~essiene/pysystray -

[E-devel] Re: [patch] temperature module config

2005-12-19 Thread Tobias
Ok I'm stupid, 10C is close to 40F and so on, but still the patch fixes bugs with celsius, and does set the high/low values with greater precision in advanced mode. On Mon, 2005-12-19 at 09:29 +0100, Tobias wrote: > In the temperature config the conversions between fahrenheit and celsius > doesn't

[E-devel] [patch] temperature module config

2005-12-19 Thread Tobias
In the temperature config the conversions between fahrenheit and celsius doesn't work, or I don't understand the code at all. When applying advanced config: if (cfdata->low_temp <= 40) } t->conf->low = (10 + (30 * t->conf->units)); } ... where units is an enum starting with celsius, I don'

[E-devel] various patches and theme selector

2005-12-19 Thread Chady Kassouf
Again,The patch fixes various issues:* in e_thumb check if the object exists before trying to update it: this happens when dialogs are closed before their thumbnails have been generated. Also fixed the start button location in the thumbs. * in e_icon the smart data is never checked before being use

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

2005-12-19 Thread Hisham Mardam Bey
On 12/19/05, Brian Mattern <[EMAIL PROTECTED]> wrote: > A few things: > > Include backgrounds from theme files > (/prefix/share/enlightenment/themes/* and ~/.e.e/themes/*) > Yep. > If a bg doesn't have a thumbnail group, generate a thumb using the > buffer engine rather than just using the full b