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] 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

[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

[E-devel] Engage small icons hard to get to.

2005-12-21 Thread David Seikel
This is a follow up to a bug report I made elsewhere. I had previously complained to Andy that it was impossible to click on the small icons above the main icon in engage, and he told me it works for him. I have just found out that it works fine for small and medium zoom levels, but not for

[E-devel] entrance auto detecting correct configuration.

2005-12-28 Thread David Seikel
Here is a script to be run after entrance is installed that will auto detect the configuration. Auto detecting the sessions has been left out of the script as others are working on that. However, if they come up with a shell script to do the job, we should combine them into one script. To work

Re: [E-devel] [patch] ecore_list2 removal

2006-01-02 Thread David Seikel
On Mon, 02 Jan 2006 12:53:58 +0100 Morten Nilsen [EMAIL PROTECTED] wrote: David; you might want to absorb the ecore_exe part of this patch into your current work :) It's next on my list to look it your patch after my current task. Unless something more important comes up, like a bug I need to

Re: [E-devel] [patch] ecore_list2 removal

2006-01-02 Thread David Seikel
On Mon, 2 Jan 2006 22:11:23 +1000 David Seikel [EMAIL PROTECTED] wrote: On Mon, 02 Jan 2006 12:53:58 +0100 Morten Nilsen [EMAIL PROTECTED] wrote: David; you might want to absorb the ecore_exe part of this patch into your current work :) It's next on my list to look it your patch after

Re: [E-devel] e17 cvs - exhibit build error

2006-01-04 Thread David Seikel
On Tue, 03 Jan 2006 22:52:01 -0600 Laurence Vanek [EMAIL PROTECTED] wrote: Carlos Daniel Ruvalcaba Valenzuela wrote: People have very similar errors but with ecore, the problem here is GCC4, this sort of things only occurs with GCC 4, we had a short discussion over it on IRC :) Was there

Re: [E-devel] e_icon_canvas: problems with hardcoded TILE_SIZE

2006-01-04 Thread David Seikel
On Wed, 4 Jan 2006 02:02:35 +0200 Hisham Mardam Bey [EMAIL PROTECTED] wrote: Basically, we want to handle mime's in the eet config file that efm uses. Something as simple as: mime/MIMETYPE - application_to_use That way, if you double click any icon in efm, we'd look it up (based on

[E-devel] ecore_exe event type consistancy.

2006-01-04 Thread David Seikel
While I was bringing ecore_exe fork'n'pipe into consistency with ecore_con and ecore_ipc, I noticed a problem with the way the exe event types are allocated and named. To make them more consistent, ECORE_EVENT_EXE_EXIT and ECORE_EVENT_EXE_DATA should be renamed to ECORE_EXE_EVENT_DEL and

Re: [E-devel] entrance auto detecting correct configuration.

2006-01-05 Thread David Seikel
On Thu, 29 Dec 2005 17:11:35 +1000 David Seikel [EMAIL PROTECTED] wrote: After much testing, we could have autofoo generate this to use $(sysconfdir) instead of the currently hardcoded /etc, and run it as the final part of the install. I'm currently testing a new version of this script

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

2006-01-06 Thread David Seikel
Welcome back raster. Hope you had a good holiday. On Fri, 06 Jan 2006 07:32:41 -0800 enlightenment-cvs@lists.sourceforge.net wrote: +* BUG: IBAR follower speed and autoscroll speed are not pixels / sec (they are + recursive multiplication values). should invert gui valus and display as a +

Re: [E-devel] ecore_exe event type consistancy.

2006-01-06 Thread David Seikel
On Sat, 7 Jan 2006 00:35:42 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: i would argue that ECORE_EVENT_EXE is fine as its a CORE ecore event (not a sub ecore system like ecore_con)... ? I'm thinking consistency in naming things IPC related. I think that merging fork'n'pipe

Re: [E-devel] [PATCH] add menu items through modules

2006-01-06 Thread David Seikel
On Wed, 4 Jan 2006 01:32:05 +0100 Jorge Luis Zapata Muga [EMAIL PROTECTED] wrote: on the client (modules, or whatever) 1. e_menu_category_callback_set(fileman/action, _callback_create, _callback_free, local_data); Big problem here. After a module has set the callback, if the module gets

Re: [E-devel] [PATCH] add menu items through modules

2006-01-07 Thread David Seikel
While looking through apps/e/src looking for the proper way to do this, I found two things. There are many different styles used, so getting a consensus from the code is hard. I'll just pick one I like. B-) Passing back an opaque pointer from the _add(), which you pass to the _del(), which

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

2006-01-08 Thread David Seikel
On Sun, 08 Jan 2006 04:32:16 -0800 enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : raster Project : e17 Module : apps/e Dir : e17/apps/e/src/bin Modified Files: e_border.c e_config.c e_config.h

Re: [E-devel] wrong run error message

2006-01-10 Thread David Seikel
On Tue, 10 Jan 2006 17:46:48 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: just capture and log (up to the first N lines of output - whihc we can actually do how with fork pipe (we need to be able top handle stderror though... that could be a useful addition) we could just

Re: [E-devel] valgrind regrets to report...

2006-01-11 Thread David Seikel
On Wed, 11 Jan 2006 11:11:50 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Wed, 11 Jan 2006 04:36:02 +1000 David Seikel [EMAIL PROTECTED] babbled: Since all, or most modules use the same source file name of e_mod_main.c, tracking down that last one took some time

Re: [E-devel] ecore_exe event type consistancy.

2006-01-12 Thread David Seikel
On Sat, 7 Jan 2006 02:50:03 +1000 David Seikel [EMAIL PROTECTED] wrote: On Sat, 7 Jan 2006 00:35:42 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: i would argue that ECORE_EVENT_EXE is fine as its a CORE ecore event (not a sub ecore system like ecore_con)... ? I'm

Re: [E-devel] ecore_exe event type consistancy.

2006-01-12 Thread David Seikel
On Thu, 12 Jan 2006 21:31:03 -0500 dan sinclair [EMAIL PROTECTED] wrote: David Seikel wrote: On Sat, 7 Jan 2006 02:50:03 +1000 David Seikel [EMAIL PROTECTED] wrote: I'll make these changes, but keep ECORE_EVENT_EXE_EXIT around for historical reasons (so no one can blame me for beaking

Re: [E-devel] Re: E CVS: libs/ecore onefang

2006-01-13 Thread David Seikel
On Fri, 13 Jan 2006 12:28:51 +0100 Sebastian Dransfeld [EMAIL PROTECTED] wrote: enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : onefang Project : e17 Module : libs/ecore Dir : e17/libs/ecore/src/lib/ecore Modified Files:

Re: [E-devel] evas seriously borked.

2006-01-14 Thread David Seikel
On Sun, 15 Jan 2006 12:54:51 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Sun, 15 Jan 2006 13:05:16 +1000 David Seikel [EMAIL PROTECTED] babbled: Somewhere in that recent flood of evas commits, someone bent evas over and forgot to apply enough lube. Rendering is so

Re: [E-devel] evas seriously borked.

2006-01-14 Thread David Seikel
On Sun, 15 Jan 2006 13:45:58 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Sun, 15 Jan 2006 13:05:16 +1000 David Seikel [EMAIL PROTECTED] babbled: Somewhere in that recent flood of evas commits, someone bent evas over and forgot to apply enough lube. Rendering is so

[E-devel] Great evas witch hunt.

2006-01-15 Thread David Seikel
Here 'tis. valgrind_log.pid6716 Description: Binary data valgrind_log.pid6823 Description: Binary data pgpqQejxcBiJM.pgp Description: PGP signature

Re: [E-devel] CVS build problem

2006-01-15 Thread David Seikel
On Sun, 15 Jan 2006 16:15:36 +0100 Andreas Volz [EMAIL PROTECTED] wrote: Woho! I think something is very broken in my current build. E17 is segfaulting often while I play with configuration settings. :-( That is likely to be the segfault we fixed recently. Thinktux should have that fix by

Re: [E-devel] gccxml: generating etk bindings

2006-01-19 Thread David Seikel
On Thu, 19 Jan 2006 15:08:28 +0100 Jan Rychter [EMAIL PROTECTED] wrote: It seems that etk_main.h includes etk_types.h, which does not compile because it contains things like: typedef enum _Etk_Property_Type Etk_Property_Type; typedef enum _Etk_Property_Flags Etk_Property_Flags; as

[E-devel] text scrolling in apps/e

2006-01-21 Thread David Seikel
I've been struggling with an addition to apps/e that requires several scrollable read only text areas to co exist in an e_dialog with other widgets. Can't seem to get anything to do that. e_widget_ilist is no good, there are no icons, and I don't want every second line a different colour. I

Re: [E-devel] text scrolling in apps/e

2006-01-21 Thread David Seikel
After some discussion on IRC, I decided to go with ordinary ilist for now, without icons, but it's not perfect. There is enough space between the lines of text to drive a truck tbrough, there is a big space at the beginning of each line where the non existant icon should go, and the alternate

Re: [E-devel] Happy Crashing Day.

2006-01-21 Thread David Seikel
On Sun, 22 Jan 2006 04:47:22 +1000 David Seikel [EMAIL PROTECTED] wrote: I hope that everybody has fun on Crashing Day, crashing their applications and playing with the new exe error dialog. To avoid lots of unrelated error emails flooding my way - 1) Reply to the list, don't send to me

Re: [E-devel] Possible problem with e_config_dialog users.

2006-01-22 Thread David Seikel
On Sun, 22 Jan 2006 22:51:44 +1000 David Seikel [EMAIL PROTECTED] wrote: The possible problem is the allocate on the stack then return. Since the config dialog hangs around the structure allocated on the stack is used long after the function that allocated it returns. I know it has been

Re: [E-devel] itray problem..

2006-01-22 Thread David Seikel
On Sun, 22 Jan 2006 17:06:23 +0100 Morten Nilsen [EMAIL PROTECTED] wrote: in the attached image, you can see that the azureus icon doesn't scale, thus making an ugly black area below and to the right of it.. As raster says, it's buggy, and he knows it's buggy. Also, I would like to see a

Re: [E-devel] Idea for core mixer module

2006-01-22 Thread David Seikel
On Mon, 23 Jan 2006 12:06:23 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: well frankly- for e17, i'm not considering anything audio at all. it's deviod of futzing with audio in any way - and it will likely stay there until we: 1. have finished a lot of other things 2.

[E-devel] The new tlist widget.

2006-01-23 Thread David Seikel
Don't panic. This is not the last word in my search for the perfect text scroller widget usable in apps/e. I knew before I committed there where conceptual problems with it. An IRC discussion has pointed out more, and also pointed me to more things worth researching. On the other hand, there

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

2006-01-23 Thread David Seikel
On Mon, 23 Jan 2006 22:50:04 +0200 Hisham Mardam Bey [EMAIL PROTECTED] wrote: On 1/23/06, enlightenment-cvs@lists.sourceforge.net enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Do we usually clone inages, or just use the ones from other widgets? we use them,

Re: [E-devel] CTRL+ALT+D keybinding

2006-01-24 Thread David Seikel
On Tue, 24 Jan 2006 14:11:52 +0100 Morten Nilsen [EMAIL PROTECTED] wrote: __ wrote: that operation is quite useful, because you have a lot of modules, which might be unreachable, because they are covered with windows. there is a simpler solution.. don't

Re: [E-devel] Evas Modules

2006-01-25 Thread David Seikel
On Wed, 25 Jan 2006 10:10:23 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Tue, 24 Jan 2006 14:33:25 -0500 Michael Jennings [EMAIL PROTECTED] babbled: On Tuesday, 24 January 2006, at 10:23:57 (+0900), Carsten Haitzler wrote: evidence is borken anyway -

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

2006-01-25 Thread David Seikel
On Wed, 25 Jan 2006 03:22:42 -0800 enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : onefang Project : e17 Module : apps/e Dir : e17/apps/e/src/bin Modified Files: e_apps_error.c Log Message: Dammit raster, I'm trying to cut down

Re: [E-devel] Exige crashing in current CVS

2006-01-26 Thread David Seikel
On Fri, 27 Jan 2006 01:42:33 +0800 Didier Casse [EMAIL PROTECTED] wrote: I'm gonna point out that taking a full screen shot is a waste of every bodies resources when the only thing of relevance is the one small window in the middle. I didn' t know that you had such a limited eye vision

Re: [E-devel] E.Org CMS (new thread please!)

2006-01-26 Thread David Seikel
On Fri, 27 Jan 2006 10:52:39 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: steps down the road regardless. a lot of issues can be solved when xsm gets a better ui (handy is working on it) and speedups by moving it to new server so rsyncs are faster. i am sure handy can

Re: [E-devel] Error compiling evas

2006-01-27 Thread David Seikel
On Fri, 27 Jan 2006 14:07:33 -0500 Mike Frysinger [EMAIL PROTECTED] wrote: On Friday 27 January 2006 12:00, Tiago Victor Gehring wrote: I supose you're using gentoo, in this case: http://forums.gentoo.org/viewtopic-t-426435-highlight-error+evas.html well he did open with using gentoo ;)

Re: [E-devel] [EMAIL PROTECTED]: Undelivered Mail Returned to Sender]

2006-01-27 Thread David Seikel
On Fri, 27 Jan 2006 11:04:57 + Andrew Williams [EMAIL PROTECTED] wrote: On Thu, Jan 26, 2006 at 04:00:46PM -0500, Michael Jennings wrote: My only complaint is that there are lots of people being left out in terms of who can make updates. But a static-HTML-based CMS is like Utopia

Re: [E-devel] build error on entrance

2006-01-29 Thread David Seikel
On Sun, 29 Jan 2006 13:03:01 +0100 Martin Klaffenboeck [EMAIL PROTECTED] wrote: Since a few days I get some errors on entrance and e. This is the entrance one. Maybe the fix fixes also e, so I don't post e right now. I use directly from sourceforges cvs, and gentoos '' ebuilds. My

[E-devel] Re: E CVS: mount devilhorns

2006-01-30 Thread David Seikel
On Sun, 29 Jan 2006 21:12:49 -0800 enlightenment-cvs@lists.sourceforge.net wrote: Enlightenment CVS committal Author : devilhorns Project : e_modules Module : mount Dir : e_modules/mount/data Added Files: Makefile.am Log Message: Added my modules back in. Mej and

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

2006-02-02 Thread David Seikel
On Thu, 2 Feb 2006 08:46:40 -0600 Brian Mattern [EMAIL PROTECTED] wrote: Regardless, I haven't gotten much feedback on E_Gadget yet. I know the API's could use a bit of work, but it IS usable. (For instance, I moved the temperature module to it already). I'll try to write up a blog post about

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

2006-02-03 Thread David Seikel
On Fri, 3 Feb 2006 04:10:34 +1000 David Seikel [EMAIL PROTECTED] wrote: On Thu, 2 Feb 2006 08:46:40 -0600 Brian Mattern [EMAIL PROTECTED] wrote: Regardless, I haven't gotten much feedback on E_Gadget yet. I know the API's could use a bit of work, but it IS usable. (For instance, I moved

[E-devel] Desktop settings advanced dialog broken.

2006-02-16 Thread David Seikel
When using the desktop settings advanced dialog, setting the number of desktops has no effect. It works fine in the basic dialog. This is from the current cvs, nothing has been committed since I updated just now. pgpzcBINsoZN2.pgp Description: PGP signature

Re: [E-devel] [rfc] remove duplicate m4 cruft

2006-02-23 Thread David Seikel
On Thu, 23 Feb 2006 21:53:36 -0500 Mike Frysinger [EMAIL PROTECTED] wrote: so as more and more e17 packages are added to cvs, more and more m4 files are being duplicated ... sometimes they are using older, crappier versions, and it's getting to be a real pain to track what's out of date so

[E-devel] .cvsignore rampage.

2006-02-23 Thread David Seikel
I will probably go on a cvs rampage this weekend. I'll start with getting the .cvsignore files in order, as they are in need of some tlc, and I might end up with getting engage and enotes up to date with the recent EWL API change if their authors don't beat me to it. Somewhere in the middle I am

Re: [E-devel] .cvsignore rampage.

2006-02-24 Thread David Seikel
On Fri, 24 Feb 2006 13:57:18 -0800 Justin Patrin [EMAIL PROTECTED] wrote: On 2/24/06, Kevin Brosius [EMAIL PROTECTED] wrote: David Seikel wrote: I will probably go on a cvs rampage this weekend. I'll start with getting the .cvsignore files in order, as they are in need of some

Re: [E-devel] .cvsignore rampage.

2006-02-26 Thread David Seikel
David Seikel wrote: I will probably go on a cvs rampage this weekend. I'll start with getting the .cvsignore files in order, as they are in need of some tlc, and I might end up with getting engage and enotes up to date with the recent EWL API change if their authors don't beat me

Re: [E-devel] .cvsignore rampage.

2006-02-27 Thread David Seikel
There are still a few things left that probably should be in .cvsignore files, but I'm not sure about them, so I left them alone. I re checked out everything and recompiled to double check. I'm doing one last pass of double checking now. pgpQKjqoJxkXX.pgp Description: PGP signature

[E-devel] entrance autodetect.sh integration.

2006-02-28 Thread David Seikel
I feel it's time to integrate e17/apps/entrance/data/config/autodetect.sh into the install process. It's been there for a while, people are using it, no one has complained that it doesn't work. Whenever anybody complains about the keyboard freezing problem, I suggest they run that script, they

Re: [E-devel] .cvsignore rampage.

2006-02-28 Thread David Seikel
Finished the indent work. Engage got fixed by the author, so I can cross that of my list. Frankly, it's been a long time since either of the notes things worked, if they ever worked at all, so I'll ignore Enotes from now on. The only reason it was an issue for me in the first place is that it

[E-devel] The new menu generator is ready for testing.

2006-03-05 Thread David Seikel
The new menu generator is ready for testing. It's not ready for prime time, but it would be helpful to get it tested on a variety of boxen. The test procedure is this - Move your ~/.e/e/applications/favorite to a safe place, then nuke it. Optionally do the same for ~/.e/e/applications/all. Go

Re: [E-devel] The new menu generator is ready for testing.

2006-03-05 Thread David Seikel
My mistake, I should have said to nuke only the contents of those two directories, leaving the actual directories there, but empty. pgpllgkbYHoRh.pgp Description: PGP signature

Re: [E-devel] The new menu generator is ready for testing.

2006-03-05 Thread David Seikel
On Sun, 05 Mar 2006 21:53:28 -0600 Laurence Vanek [EMAIL PROTECTED] wrote: Total time 2.762 seconds, finding fdo paths 2.621, converting fdo menus 0.006, generating 0 (rejected 0) eaps in 28 menus 0.105, finding icons 0.000, generating eap caches 0.035. == Im running Fedora Core 4

Re: [E-devel] The new menu generator is ready for testing.

2006-03-06 Thread David Seikel
On Sun, 05 Mar 2006 22:14:52 -0600 Laurence Vanek [EMAIL PROTECTED] wrote: I also believe we need to have ~/.e/e/applications/all filled with eaps before trying this. No, e17genmenu is supposed to create the eaps too. On the other hand, it won't hurt to have previously created eaps in

Re: [E-devel] The new menu generator is ready for testing.

2006-03-06 Thread David Seikel
Thank you all for the tests. Looks like it needs a little more work before the next round of testing. pgp2EvwL2pNP2.pgp Description: PGP signature

Re: [E-devel] entrance autodetect.sh integration.

2006-03-07 Thread David Seikel
On Tue, 28 Feb 2006 18:30:35 +1000 David Seikel [EMAIL PROTECTED] wrote: I say we should add autodetect.sh to the things that are done during make install. I will do so after a suitable period for discussion unless someone objects, or someone beats me to it. It's been a week, and no one

[E-devel] engrave is too noisy for e17genmenu.

2006-03-07 Thread David Seikel
Engrave currently has edje_cc -v hard coded into it, which outputs way too much information while generating hundreds of eaps from the new e17genmenu. Engrave is currently used by exhibit, eapp_edit, and e17setroot as well as e17genmenu. Would anybody object if I either remove the -v, or make it

Re: [E-devel] The new menu generator is ready for testing, again.

2006-03-07 Thread David Seikel
Let's try this again, with a new, much simpler test procedure. Update from cvs, if from anon cvs, wait about four hours for my changes to get copied there. Make sure that you install e_utils, and all it's dependencies. Backup your ~/.e/e/applications/favorite and ~/.e/e/applications/all, just

Re: [E-devel] The new menu generator is ready for testing.

2006-03-08 Thread David Seikel
On Wed, 8 Mar 2006 11:42:34 +0800 Didier Casse [EMAIL PROTECTED] wrote: On 3/5/06, David Seikel [EMAIL PROTECTED] wrote: Go to e17/apps/e_utils/src/bin/e17genmenu (yes I know it's a bit strange having a separate tree there, it's a temporary thing, blame devilhorns). So does that mean

[E-devel] Fw: E CVS: apps/e_utils onefang

2006-03-08 Thread David Seikel
Forwarded to the Enlightenment developers mailing list to make sure the copyright assignment is recorded in at least two places. Begin forwarded message: Date: Wed, 08 Mar 2006 02:00:09 -0800 From: enlightenment-cvs@lists.sourceforge.net To: enlightenment-cvs@lists.sourceforge.net Subject: E

Re: [E-devel] entrance autodetect.sh integration.

2006-03-08 Thread David Seikel
On Wed, 08 Mar 2006 17:57:20 +0100 Morten Nilsen [EMAIL PROTECTED] wrote: David Seikel wrote: On Tue, 28 Feb 2006 18:30:35 +1000 David Seikel [EMAIL PROTECTED] wrote: I say we should add autodetect.sh to the things that are done during make install. I will do so after a suitable

Re: [E-devel] wavy text?

2006-03-08 Thread David Seikel
On Thu, 9 Mar 2006 13:30:13 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: it quite likely is something to do with your distribution. what distro is it? the code changed to USE the ftoptions #define settings to select what hinting prefs to use or not use and allow. already 1

Re: [E-devel] The new menu generator is ready for testing, again.

2006-03-09 Thread David Seikel
On Thu, 9 Mar 2006 09:07:21 +0100 Anders Troback [EMAIL PROTECTED] wrote: On Wed, 8 Mar 2006 09:58:41 +1000 David Seikel [EMAIL PROTECTED] wrote: Let's try this again, with a new, much simpler test procedure. Update from cvs, if from anon cvs, wait about four hours for my changes

Re: [E-devel] The new menu generator is ready for testing, again.

2006-03-09 Thread David Seikel
On Thu, 9 Mar 2006 13:54:22 +0100 Anders Troback [EMAIL PROTECTED] wrote: On Thu, 9 Mar 2006 21:14:56 +1000 David Seikel [EMAIL PROTECTED] wrote: On Thu, 9 Mar 2006 09:07:21 +0100 Anders Troback [EMAIL PROTECTED] wrote: Segmentation fault (core dumped) :-( Build from

Re: [E-devel] The new menu generator is ready for testing, again.

2006-03-09 Thread David Seikel
On Thu, 9 Mar 2006 16:15:34 +0100 Anders Troback [EMAIL PROTECTED] wrote: On Fri, 10 Mar 2006 01:04:19 +1000 David Seikel [EMAIL PROTECTED] wrote: OK, try again five hours after this hits the mailing list, or right now if you have dev cvs access. I just committed a work around

Re: [E-devel] The new menu generator is ready for testing, again.

2006-03-10 Thread David Seikel
On Fri, 10 Mar 2006 13:43:45 +0100 Anders Troback [EMAIL PROTECTED] wrote: I have done some testing... Box1: Segmentation fault (core dumped) Box2: Exits just fine and generates gedit-usercustom-1.eap and gedit-usercustom.eap in .e/e/applications/favorite/Generated Menus/Utilities/.order

Re: [E-devel] The new menu generator is ready for testing, again.

2006-03-10 Thread David Seikel
On Fri, 10 Mar 2006 08:35:20 -0600 Chad R. Kittel [EMAIL PROTECTED] wrote: The output when i ran e17genmenu is this: Total time 3.397 seconds, finding fdo paths 1.999, converting fdo menus 0.000, generating 0 (rejected 0) eaps in 0 menus 0.989, finding icons 0.279, generating eap caches

Re: [E-devel] e17 cvs - entropy make error

2006-03-12 Thread David Seikel
On Sun, 12 Mar 2006 13:19:45 -0600 Laurence Vanek [EMAIL PROTECTED] wrote: E_DATA_DIR=\/usr/local/share/entropy\ -DPACKAGE_SOURCE_DIR=\/root/e17/proto/entropy\ -I. -I. -I. -I../.. -I../../src/include -I/usr/local/include -I/usr/local/include -I/usr/local/include -I/usr/l ocal/include

Re: [E-devel] Memory pool management

2006-03-21 Thread David Seikel
On Tue, 21 Mar 2006 21:01:16 +0100 Cedric BAIL [EMAIL PROTECTED] wrote: I have maid with the help of Olivier a little library that could, I hope, improve memory management in enlightenment. There has been an ongoing memory management discussion for quite some time at

Re: [E-devel] IMPORTANT - CVS MOVE REMINDER!

2006-03-22 Thread David Seikel
On Tue, 21 Mar 2006 10:17:15 -0500 Michael Jennings [EMAIL PROTECTED] wrote: On Tuesday, 21 March 2006, at 07:39:56 (+0100), Kim Woelders wrote: Will the new tree be a clone of the sf one so it's possible just to change the CVS/Root files in sf checkouts? Yes. I can provide a perl

Re: [E-devel] Eloquence

2006-03-22 Thread David Seikel
On Wed, 22 Mar 2006 19:41:09 -0500 Ryan Little [EMAIL PROTECTED] wrote: On 3/22/06, Brian Mattern [EMAIL PROTECTED] wrote: On Wednesday 22 March 2006 14:46, phriedrich wrote: How about releasing tarballs at stable points in module dev, and sticking those up on get-e? The modules are in

Re: [E-devel] FC5 app builds from anon CVS - feedback

2006-03-27 Thread David Seikel
On Mon, 27 Mar 2006 21:17:42 -0600 Laurence Vanek [EMAIL PROTECTED] wrote: all compiled without error. during make install I got this from entrance: === sh data/config/autodetect.sh || : Searching for the first unused virtual terminal (vt) or a running X. No suitable virtual

Re: [E-devel] ATTN: Core Developers

2006-03-29 Thread David Seikel
On Wed, 29 Mar 2006 18:07:58 -0500 Christopher Michael [EMAIL PROTECTED] wrote: I'm writting you today under counsel from another core dev who shall remain nameless for now, concerning the possiblity of granting (irc) kiwi_ developer access so that he may add his dEvian module, and a few

[E-devel] Mem and net modules soaking up cycles.

2006-04-03 Thread David Seikel
The mem and net modules slowly soak up the CPU cycles. I've been playing with it for hours, here is my findings, speculation, and wild ramblings. First, and most importantly, it's a very slow process. CPU will start at one percent, and slowly creep up to ten percent over an hour. I tracked it

Re: [E-devel] Mem and net modules soaking up cycles.

2006-04-04 Thread David Seikel
On Mon, 3 Apr 2006 19:52:18 -0500 Jesse Luehrs [EMAIL PROTECTED] wrote: On Tue, 4 Apr 2006 10:32:56 +1000 David Seikel [EMAIL PROTECTED] wrote: The mem and net modules slowly soak up the CPU cycles. I've been playing with it for hours, here is my findings, speculation, and wild

Re: [E-devel] Ecore_exe and shell metacharachters

2006-04-05 Thread David Seikel
On Wed, 05 Apr 2006 12:24:37 -0400 Mike Russo [EMAIL PROTECTED] wrote: Ecore_exe will try to avoid using sh -c to execute a program if it can. If the command line contains shell meta characters (defined as any combination of |;$'\'*?#) it will use the user's shell to execute the command,

Re: [E-devel] Ecore_exe and shell metacharachters

2006-04-05 Thread David Seikel
On Wed, 05 Apr 2006 12:24:37 -0400 Mike Russo [EMAIL PROTECTED] wrote: Ecore_exe will try to avoid using sh -c to execute a program if it can. If the command line contains shell meta characters (defined as any combination of |;$'\'*?#) it will use the user's shell to execute the command,

Re: [E-devel] Ecore_exe and shell metacharachters

2006-04-05 Thread David Seikel
On Thu, 6 Apr 2006 08:41:26 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Wed, 05 Apr 2006 12:24:37 -0400 Mike Russo [EMAIL PROTECTED] babbled: Ecore_exe will try to avoid using sh -c to execute a program if it can. If the command line contains shell meta characters

Re: [E-devel] Ecore_exe and shell metacharachters

2006-04-05 Thread David Seikel
On Thu, 6 Apr 2006 08:48:42 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: starters. the solution might be to provide an escaper that lets you build a comamndline - maybe an ecore_exe_snprintf() that has a %E (thats used by printf - but you get the idea), OR maybe a simple

Re: [E-devel] busy converting - dont touch e's modules!

2006-04-07 Thread David Seikel
On Fri, 7 Apr 2006 15:39:01 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: hey guys - a heads up to make sure 1. i dont have to do extra work 2. i dont get pissed off 3. you dont do extra work 4. you don't get pissed off can you not touch e's modules for the moment - i'm

Re: [E-devel] Efl High level documentation

2006-04-07 Thread David Seikel
On Fri, 7 Apr 2006 14:20:15 +0300 [EMAIL PROTECTED] wrote: I have seen the developer docs for Enlightenment. I know that they are behind the latest code and I am not going to moan about it. Programmers always like to write code more than docs. However there is not any high level

Re: [E-devel] E17 sluggish?!

2006-04-12 Thread David Seikel
On Wed, 12 Apr 2006 15:59:23 +0800 Didier Casse [EMAIL PROTECTED] wrote: On 4/11/06, Andrew Williams [EMAIL PROTECTED] wrote: update all of your modules if you use net / cpu or mem then it is almost certainly fixed Thanks Andrew and Brian for the reply. My modules are up-to-date. But it

Re: [E-devel] Efl High level documentation

2006-04-13 Thread David Seikel
On Wed, 12 Apr 2006 17:30:57 -0700 Ben Rockwood [EMAIL PROTECTED] wrote: In addition to just this, it'd be nice to roll the Get-E docs into a proper document (DB XML) and add it to the official doc set, as well as expand it as need be. Depending on the success of that document, more

[E-devel] What's needed to ween onefang off gwenview.

2006-04-16 Thread David Seikel
At the insistence of Linuxtitan I have had a look at ephoto to see what it would need to get me to switch from my current photo viewer of choice (gwenview). Since I like to sit firmly on the fence, I have applied exactly the same process to exhibit. Hopefully this will result in both being

Re: [E-devel] E17genmenu segmentation fault.

2006-04-26 Thread David Seikel
On Wed, 26 Apr 2006 23:31:40 +0200 Anders Troback [EMAIL PROTECTED] wrote: how are e17genmenu doing on Linux? Here on FreeBSD 6.1 I still have a segmentation fault! I'm still waiting for FreeBSD 6.1 to be released, and for a friend of mine to get the CDs for me, then I can test it myself.

Re: [E-devel] Evas Gradients

2006-05-24 Thread David Seikel
On Tue, 23 May 2006 23:47:00 GMT [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: In the meantime, evas grads could also be enhanced in various ways. Here are some that I would like to add sometime soon: 1. Loading grads from a file - ie. support for whatever file formats may exist, or

Re: [E-devel] Evas Gradients

2006-05-24 Thread David Seikel
On Thu, 25 May 2006 11:18:02 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Thu, 25 May 2006 11:48:27 +1000 David Seikel [EMAIL PROTECTED] babbled: On Tue, 23 May 2006 23:47:00 GMT [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: In the meantime, evas grads could

[E-devel] Re: E CVS: emu mej

2006-05-27 Thread David Seikel
On Sat, 27 May 2006 19:41:12 -0400 (EDT) Enlightenment CVS [EMAIL PROTECTED] wrote: The emu module kinda threw everything for a loop by having a separate binary, so I had to add some spec-fu to make an exception for it. I have no spec-fu, so I would like to know what's going on here. Fair

Re: [E-devel] Re: E CVS: emu mej

2006-05-27 Thread David Seikel
On Sat, 27 May 2006 22:47:46 -0400 Michael Jennings [EMAIL PROTECTED] wrote: On Sunday, 28 May 2006, at 12:39:48 (+1000), David Seikel wrote: I have no spec-fu, so I would like to know what's going on here. Fair enough that the emu modules spec file needed to change, but why did every

[E-devel] .cvsignore updating spree.

2006-05-28 Thread David Seikel
I went on a .cvsignore updating spree today. Not a lot to do in e17, e_modules and misc, so I looked at the others in our cvs. devs should never need any, eterm is good, but e16 needs some .cvsignore loving. I had problems compiling e16/imlib, so I would not be able to update the .cvsignore

Re: [E-devel] .cvsignore updating spree.

2006-05-28 Thread David Seikel
On Sun, 28 May 2006 11:07:20 +0200 Kim Woelders [EMAIL PROTECTED] wrote: David Seikel wrote: I went on a .cvsignore updating spree today. Not a lot to do in e17, e_modules and misc, so I looked at the others in our cvs. devs should never need any, eterm is good, but e16 needs some

Re: [E-devel] Translation in esperanto : new .po file

2006-06-03 Thread David Seikel
On Sat, 03 Jun 2006 09:02:13 +0200 Olivier M. [EMAIL PROTECTED] wrote: I'm new here. I'm not really devel and undoubtedly I won't annoy this list after this subject. I wrote a whole .po file in order to have Enlightenment speaking Esperanto. I don't know the quality, but it couldn't be

Re: [E-devel] E CVS: mail devilhorns

2006-06-07 Thread David Seikel
On Wed, 7 Jun 2006 15:43:59 -0400 (EDT) Enlightenment CVS [EMAIL PROTECTED] wrote: Added mail module based on embrace code (Thanks Tilman :) ) Does this make misc/embrace obsolete? signature.asc Description: PGP signature ___ enlightenment-devel

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

2006-06-07 Thread David Seikel
On Wed, 07 Jun 2006 17:25:20 -0400 dan sinclair [EMAIL PROTECTED] wrote: Um, there isn't anything in those directories to ignore. You may have files left around that aren't relevant anymore, but there is nothing in there. Damn cvs and its dodgy remove. I'll fix that up now. signature.asc

Re: [E-devel] E CVS: libs/ecore sndev

2006-06-10 Thread David Seikel
On Sat, 10 Jun 2006 12:25:55 -0500 Matthew R. Dempsky [EMAIL PROTECTED] wrote: On Sat, Jun 10, 2006 at 07:20:47PM +0200, Kim Woelders wrote: I forgot to mention - I think I have seen cases where c is zero. I'm not sure malloc(0) always is legal. It's legal. Thus spake POSIX[1]: If

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

2006-06-14 Thread David Seikel
On Thu, 15 Jun 2006 00:21:09 -0400 (EDT) Enlightenment CVS [EMAIL PROTECTED] wrote: if we want to do icons on the desktop - and as part of efm, i am thinking that we have little choice but to implement a .desktop file loader. this is not to hard - it's the xml jungle of the system menus that

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

2006-06-15 Thread David Seikel
On Thu, 15 Jun 2006 15:06:00 +0900 Carsten Haitzler (The Rasterman) [EMAIL PROTECTED] wrote: On Thu, 15 Jun 2006 15:11:28 +1000 David Seikel [EMAIL PROTECTED] babbled: One thing that will help with the icons is that some of those are SVG, and we have no SVG support. Probably because it's

<    6   7   8   9   10   11   12   13   14   15   >