[E-devel] Some of my current work on evas

2004-05-07 Thread benoar
Hello everyone on the list, I'm a part-time developer who's got no "particular" skills but like to look around at different free/open source projects and get my hands on code. I started looking at evas and the EFL cause I found the idea of graphic canvas very clever, and I tought I could base s

Re: [E-devel] E DR16.7-pre1 for Solaris10/Sparc. Testers needed.

2004-05-07 Thread Kim Woelders
Mark R. Bowyer wrote: So far, I've seen 2 SEGVs and no coredumps. The first seemed to be because I was using the menus having set off a menu regeneration. The second was while I was trying to figure out what was going on with my icon boxes (it turned out I had three stacked in the bottom left, a

Re: [E-devel] E DR16.7-pre1 for Solaris10/Sparc. Testers needed.

2004-05-07 Thread Mark R. Bowyer
On Fri, 2004-05-07 at 16:58, Kim Woelders wrote: > I have tried quite a lot of killing and restarting without being able to > reproduce this. However, when E is restarted after a segv, this happens > from within a signal handler and I can imagine there could be some > Solaris/Linux differences here

Re: [E-devel] E DR16.7-pre1 for Solaris10/Sparc. Testers needed.

2004-05-07 Thread Shish
> So far, I've seen 2 SEGVs and no coredumps. Off topic... I'm not on my linux box right now, but IIRC (I may well not, please correct any badness): ulimit -c 2048 && xinit you need to use ulimit to set your limits - core dumps are probably limited to 0, ie they don't get made. "ulimit -c 2048"

Re: [E-devel] Some of my current work on evas

2004-05-07 Thread The Rasterman
On Fri, 7 May 2004 13:19:33 +0200 [EMAIL PROTECTED] babbled: (B (B> Hello everyone on the list, (B (Booh this one it long! :) (B (B> I'm a part-time developer who's got no "particular" skills but like to look (B> around at different free/open source projects and get my hands on code. I (

Re: [E-devel] Ecore Docs Examples

2004-05-07 Thread The Rasterman
On Thu, 06 May 2004 23:58:40 +1000 Nicholas Curran <[EMAIL PROTECTED]> (Bbabbled: (B (B> Patch to add some examples and modules to the documentation. Or rather, (B> add specific sections for the two. Most examples pulled from (B> pre-existing documentation, but made to work on their own. (B

Re: [E-devel] back into the fold

2004-05-07 Thread The Rasterman
On Wed, 5 May 2004 10:14:11 +0200 Alan Schmitt <[EMAIL PROTECTED]> (Bbabbled: (B (B> Hi, (B> (B> I wanted to title this "return of the prodigal son" (if this is the (B> correct English way to say it), but I did not want to shock anyone. (B> Well, I guess I now did, anyway ;-) (B> (B>

Re: [E-devel] Ecore_Config Docs

2004-05-07 Thread The Rasterman
On Mon, 03 May 2004 23:43:15 +1000 Nicholas Curran <[EMAIL PROTECTED]> (Bbabbled: (B (B> Docs for Ecore_Config. If I've deduced/done anything wrong, tell me and (B> I'll fix it. (B (B1 thing. don't use c++ comments ion C code - technically its not really right - (Bthough it was added in C99

Re: [E-devel] Engage development

2004-05-07 Thread The Rasterman
On Fri, 30 Apr 2004 14:34:35 -0500 Corey Donohoe <[EMAIL PROTECTED]> babbled: (B (B> fwiw I'll try to compile a list of things we've discussed on #edevelop (B> recently about it, most of it being theme/edje related. From memory (B> most of this got HandyAnde's blessing. (B> (B> 1. "Behavior

Re: [E-devel] Some thoughts on edje

2004-05-07 Thread The Rasterman
On Thu, 6 May 2004 12:26:00 -0700 (PDT) Shish <[EMAIL PROTECTED]> (Bbabbled: (B (B> Reading through e17's cvs, I found edje, and it looks cool. Here's some (B> thoughts and ideas I had. Sorry if any of it seems terribly n00bish, but I'm (B> new to E coding :) (B (Bthat's cool. being new is f

Re: [E-devel] Some of my current work on evas

2004-05-07 Thread Nathan Ingersoll
On Sat, May 08, 2004 at 01:55:37PM +0900, Carsten Haitzler wrote: > > > So after that long talk on python and evas, let's talk about my second projet: > > > > altivec optimizations for evas. > > aaah all good - you should talk with nathan (rbdpgn) - he's done some altivec > optimisations for eva

Re: [E-devel] Enlightenment: Patch to allow dockapps of different sizes

2004-05-07 Thread Jonas Aaberg
On Sat, 24 Apr 2004 10:08:37 +0200 Kim Woelders <[EMAIL PROTECTED]> wrote: > Jonas Aaberg wrote: > > I have attached a patch(against a clean 0.16.6) that allows dock > > applets of variable size. A few applets nowadays are of other sizes > > than 64x64. > > > Sorry for the late reply. Your mail h

Re: [E-devel] compiling Imlib2 on IRIX using MipsPro

2004-05-07 Thread Nick Blievers
(sorry about the late reply - this got stuck in the approval buffers :( ) Ok, I've just subscribed... so we shouldn't have that problem again :-) it seems ok here - --disable-mmx disables it... its not enabled in config.h... how did you build the configure script? did you do: --disable-mmx ? Yep

Re: [E-devel] compiling e16 on IRIX using MipsPro

2004-05-07 Thread Nick Blievers
Sorry about the late reply, your mail has been hiding out somewhere until now. No problem. e (-16 from cvs): -setup-gettext.sh just doesn't work. It gets NO version from autopoint. Which versions of auto* and gettext are you using? gettext-0.11.5 autoconf-2.57 automake-1.7.5 Which are the latest v

Re: [E-devel] compiling e16 on IRIX using MipsPro

2004-05-07 Thread Nick Blievers
Hi Kim, Sweet that all configured and compiled cleanly now! Just one small issue remaining, and thats the final link (in e/src) had missing symbols because it didn't try and link in libXext.so. I haven't tried imlib again yet (will get to that eventually). Thanks for your help, Nick Nick Bli

[E-devel] imlib2 fails in ffmpeg configure

2004-05-07 Thread sean
ffmpeg configure uses this to test for imlib2: # imlib probe cat > $TMPC << EOF #include #include int main( void ) { return (int) imlib_load_font("foo"); } EOF imlib2=no if $cc -o $TMPE $TMPC -lImlib2 > /dev/null 2>&1 ; then imlib2=yes fi which fails with imlib2-1.1: cat tmpc.c #include #incl

Re: [E-devel] engage cvs?

2004-05-07 Thread Andrew Elcock
Antonio Palladini wrote: Am 29.04.2004 01:31:41 schrieb(en) Andreas Volz: Are there any configuration files for engage? For example I like only to see the windows from one workspace. Sorry, don't know. Have not used engage yet. when running engage type "examine engage" (you need to install exam

[E-devel] Ecore Docs

2004-05-07 Thread Nicholas Curran
I noticed that some help with documentation is needed, so I started poking around the documentation generation code in Ecore. I have been able to make doxygen generate a proper file list for the Ecore documentation. Instead of attributing all functions to the file ecore.c, functions can now be at

Re: [E-devel] DR16.7 Ports and Packages

2004-05-07 Thread Stuart Children
Hi Nathan Ingersoll wrote: On Tue, May 04, 2004 at 03:38:34PM -0400, Michael Jennings wrote: Not trying to be pedantic here, but for the sake of clarity, RPM's are not distro-specific, exactly. The RPM's as I do them are as distro-agnostic as they can be, in fact. But they do require certain ve

Re: [E-devel] ecore_event_add

2004-05-07 Thread Ibukun Olumuyiwa
On Sun 02 May 2004, Gen Zhang wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I quote from source: > /** > * Add an event to the event queue. > * @param type The event type to add to the end of the event queue > * @param ev The private data structure for this event type > * @param

Re: [E-devel] engage cvs?

2004-05-07 Thread Gen Zhang
Huh? Woohoo! On Wednesday 28 Apr 2004 22:36, Andreas Volz wrote: > Hi, > > I read about "engage" on xcomputerman.com. I searched at the > e17 CVS for engage, but didn't find it. Could you say me where it is? > > regards > Andreas > > > --- > This

Re: [E-devel] epplet event loop

2004-05-07 Thread Martien Verbruggen
On Mon 26 Apr 16:28 PM, Michael Jennings wrote: > On Thursday, 22 April 2004, at 11:56:42 (+1000), > Martien Verbruggen wrote: > > > The changes should be backward compatible, i.e. no programs compiled > > against 0.7 should need changes, or should display changes in > > behaviour. There is a sin

Re: [E-devel] Any Suggestions ?

2004-05-07 Thread The Rasterman
On Fri, 30 Apr 2004 22:58:55 +0300 Onur Kucuk <[EMAIL PROTECTED]> babbled: (B (B> I will make this one an "introduction to E". People see me using it (B> everywhere I go, but it is not enough. (B> (B> I'll try to tell why I use E (especially over any other DE), what (B> advantages it has,

[E-devel] Re: [e-users] Any Suggestions ?

2004-05-07 Thread Daniel J. Heath
You may want to start with why you are using E over KDE and GNOME. For me it is about the bandwidth between the computer and user. KDE/GNOME 2 and more so Microsoft significantly limit this bandwidth based off providing an easy to use/learn interface. (I think it has to do with HCI people gettin