[E-devel] [PATCH] edje_cc C-preprocessor invocation

2005-12-20 Thread Jon Merriman
Here's a patch that changes how edje_cc invokes the C pre-processor so that it does not break on systems with the BSD cpp wrapper in the default path. Before, cpp would return 1 and compile() would continue to process the empty temporary file. Index: edje_cc_parse.c

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

2005-12-20 Thread Morten Nilsen
dan sinclair wrote: 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. these lists are to be stored in ecore_config .eets .. that being said, the implementation is far from done, and

[E-devel] imlib2 help

2005-12-20 Thread Ben Ford
I'm having trouble with xpm support. I can load xpm files just fine, but when I try to save them, I get IMLIB_LOAD_ERROR_NO_LOADER_FOR_FILE_FORMAT. This happens using version 1.2.1.006 and 1.2.1.009. I even tried the A Simple Example code from this page:

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

2005-12-20 Thread Massimo Maiurana
Brian Mattern, il 20/12/2005 07:13, scrisse: We could probably do it by simply calling the dialog's 'apply' callback whenever a change is made to a widget. In addition to this, it would be nice to save a copy of the config state when the window was opened, and provide a 'revert' button. The

[E-devel] Re: [e-users] e16.8 pre1

2005-12-20 Thread Mark R. Bowyer
On Thu, 2005-12-15 at 23:45, Kim Woelders wrote: Bug reports are welcome. Sorry, I can't as yet figure out if this is a bug or me... On Solaris Nevada on my x64 laptop, it works fine. On a SunRay running off a SPARC-based server running the same Solaris release, with both 0.20 and now this

Re: [E-devel] [PATCH] edje_cc C-preprocessor invocation

2005-12-20 Thread Nathan Ingersoll
Have you verified this works on MacOS 10.3? Last I checked it insists that input is on stdin. So far the only way that seems to work on both 10.3 and 10.4 is to pipe input on stdin and redirect output to the file. Something like: cat %s | cpp -I%s %s %sI have not tested this on non MacOS systems

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

2005-12-20 Thread Kim Woelders
Yasufumi Haga wrote: 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? Committed - thanks :) /Kim --- This SF.net email is sponsored by: Splunk Inc.

Re: [E-devel] [PATCH] edje_cc C-preprocessor invocation

2005-12-20 Thread Jon Merriman
On Dec 20, 2005, at 6:38 AM, Nathan Ingersoll wrote: Have you verified this works on MacOS 10.3? Last I checked it insists that input is on stdin. You're right. It seems that 10.3's behavior was incorrect; it ignored the second non-option argument. So far the only way that seems to

Re: [E-devel] Re: [e-users] e16.8 pre1

2005-12-20 Thread Kim Woelders
Mark R. Bowyer wrote: On Thu, 2005-12-15 at 23:45, Kim Woelders wrote: Bug reports are welcome. Sorry, I can't as yet figure out if this is a bug or me... On Solaris Nevada on my x64 laptop, it works fine. On a SunRay running off a SPARC-based server running the same Solaris release, with

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

2005-12-20 Thread Massimo Maiurana
Christopher Michael, il 20/12/2005 15:42, scrisse: One thing I am concerned about with this is that if we are going to auto-apply config changes when a change is made to a widget is what is going to occur in the case of sliders ? Do we make apply calls everytime the slider value changes ?

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

2005-12-20 Thread Michael Jennings
On Tuesday, 20 December 2005, at 00:13:30 (-0600), Brian Mattern wrote: 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

[E-devel] Modules configuration panel

2005-12-20 Thread Daniel Kasak
Hi all. I have a suggestion for the modules configuration panel. The current approach is to have the 'advanced' panel for loading / unloading modules, and the 'basic' panel for enabling / disabling modules. I think a better way would be to have all these actions on one panel. In terms of how

[E-devel] Unified thumbnails (background)

2005-12-20 Thread Nathan Ingersoll
Hello all, sorry for the long message, but I want to get everyone updated with the necessary background before I send my proposed change.We've long had a trend of duplicate code in CVS, and right now this is definitely the case. There is one area where I think there is enough concensus that we

Re: [E-devel] Taskbar Module

2005-12-20 Thread shadoi
Brian Mattern wrote: I'm sure i've missed a few things, so what do ya'll want to see in a taskbar? Here's my somewhat radical 2 cents. The term taskbar has always annoyed me because it doesn't actually fit what taskbars have been traditionally designed to do. Essentially they're a list

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

2005-12-20 Thread The Rasterman
On Mon, 19 Dec 2005 15:00:54 +1000 David Seikel [EMAIL PROTECTED] babbled: 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

Re: [E-devel] module configuration

2005-12-20 Thread The Rasterman
On Mon, 19 Dec 2005 09:23:59 +0200 Chady Kassouf [EMAIL PROTECTED] babbled: 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 clicking cancel when you don't

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

2005-12-20 Thread The Rasterman
On Mon, 19 Dec 2005 10:02:26 +0200 Hisham Mardam Bey [EMAIL PROTECTED] babbled: 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

Re: [E-devel] E_Gadget commit

2005-12-20 Thread The Rasterman
On Mon, 19 Dec 2005 19:56:23 + Andrew Williams [EMAIL PROTECTED] babbled: 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)

Re: [E-devel] Modules configuration panel

2005-12-20 Thread The Rasterman
On Wed, 21 Dec 2005 10:30:38 +1100 Daniel Kasak [EMAIL PROTECTED] babbled: Hi all. I have a suggestion for the modules configuration panel. The current approach is to have the 'advanced' panel for loading / unloading modules, and the 'basic' panel for enabling / disabling modules. I

Re: [E-devel] Ecore_Exe progress report.

2005-12-20 Thread The Rasterman
On Mon, 19 Dec 2005 15:19:55 +1000 David Seikel [EMAIL PROTECTED] babbled: 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. cool. Most of the

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

2005-12-20 Thread The Rasterman
On Tue, 20 Dec 2005 00:13:30 -0600 Brian Mattern [EMAIL PROTECTED] babbled: 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

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

2005-12-20 Thread The Rasterman
On Mon, 19 Dec 2005 13:14:03 +0800 JC Wong [EMAIL PROTECTED] babbled: 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:

Re: [E-devel] imlib2 help

2005-12-20 Thread The Rasterman
On Tue, 20 Dec 2005 04:46:07 -0800 Ben Ford [EMAIL PROTECTED] babbled: I'm having trouble with xpm support. I can load xpm files just fine, but when I try to save them, I get IMLIB_LOAD_ERROR_NO_LOADER_FOR_FILE_FORMAT. This happens using version 1.2.1.006 and 1.2.1.009. I even tried

[E-devel] Modules

2005-12-20 Thread Hawkwind Cliff Wade
I've noticed in the recent days after an update that *Modules* is no longer an option in the menu. I do realise that it is now part of the Configuration Panel which is nice. However, it was so much easier to be able to left click, go to modules and find your module and do whatever you wanted. I

Re: [E-devel] [PATCH] edje_cc C-preprocessor invocation

2005-12-20 Thread The Rasterman
On Tue, 20 Dec 2005 02:13:14 -0800 Jon Merriman [EMAIL PROTECTED] babbled: Here's a patch that changes how edje_cc invokes the C pre-processor so that it does not break on systems with the BSD cpp wrapper in the default path. Before, cpp would return 1 and compile() would continue to

Re: [E-devel] Unified thumbnails (background)

2005-12-20 Thread The Rasterman
On Tue, 20 Dec 2005 17:39:43 -0600 Nathan Ingersoll [EMAIL PROTECTED] babbled: Hello all, sorry for the long message, but I want to get everyone updated with the necessary background before I send my proposed change. We've long had a trend of duplicate code in CVS, and right now this is

Re: [E-devel] garbled dropshadow

2005-12-20 Thread The Rasterman
On Mon, 19 Dec 2005 22:18:45 +0100 Massimo Maiurana [EMAIL PROTECTED] babbled: 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

Re: [E-devel] module config dialog patch

2005-12-20 Thread The Rasterman
On Mon, 19 Dec 2005 07:21:45 -0600 Jesse Luehrs [EMAIL PROTECTED] babbled: 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(: formatting. :) keep to

[E-devel] Entrance bug report

2005-12-20 Thread Thanatermesis
After some time, aparently from a modification in the libs (im not sure), entrance has a problem when you click in the button of the xsession selection, the window-manager list, this issue only don't affects to the default theme, all the another themes are afected. Exist a RECT part in the edje