Re: [E-devel] E SVN: tiago IN trunk/THEMES: . efenniht efenniht/images

2010-07-14 Thread Samuel Nicholas
On 15 July 2010 10:03, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: On Wed, Jul 14, 2010 at 7:34 PM, Gustavo Sverzut Barbieri barbi...@profusion.mobi wrote: FYI, Efenniht-E17 made into SVN. BTW, people that are using it, please raise your hand... and give some feedback. looks

Re: [E-devel] Dialogs, menus, etc (usability)

2010-06-13 Thread Samuel Nicholas
I think that the discussion shows that the configuration modules are on the inconsistent and confusing side of life. I have thought about the problem a little too, and I believe that defining coarse guidelines is a strong way to unify and create consistency between the configuration modules.

Re: [E-devel] Is this edje behavior correct?

2010-05-05 Thread Samuel Nicholas
On 6 May 2010 02:30, Eduardo Felipe eduardofelip...@gmail.com wrote: I think it got trashed by the mailing system. So here's the pastebin: http://pastebin.com/KjJFtvta Thanks! On Wed, May 5, 2010 at 12:45 PM, Tom Haste tomha...@gmail.com wrote: Theres no attachment... can you put the EDC

Re: [E-devel] Callback

2010-04-15 Thread Samuel Nicholas
I'm no expert, but...(disclaimer) the callback is raised when the mouse is moving over the zozor because thats the object you have set the callback on. if you had a transparent object (the size of your window) above everything, and had the callback attached to that it would work as you intend.

[E-devel] suggestion for website (donations)

2010-01-27 Thread Samuel Nicholas
Check how donations are done here: http://bmeshblender.wordpress.com/ on the main page, not too flashy :) I would totally donate re-occurringly for enlightenment. Cheers, Enetheru -- The Planet: dedicated and managed

[E-devel] questions about configuration dialogues contents

2009-12-26 Thread Samuel Nicholas
Hi, I was thinking of having a go at re-working some of the messy configuration dialogues because it seems a really simple task, and i have had a few thought i would like to threw out there. in the pager dialogue there are some options that seem more logical to be provided by the input

Re: [E-devel] Help with website, trac and docs!

2009-12-12 Thread Samuel Nicholas
I want to help but can only provide opinion :\ Just going through the website pages from left to right things that I notice 1. The sub menu items at the top left under the main menu (small grey text links) really don't catch the eye at all. Their fine for further technical information, but

Re: [E-devel] Help with website, trac and docs!

2009-12-12 Thread Samuel Nicholas
2009/12/13 Carsten Haitzler ras...@rasterman.com: On Sun, 13 Dec 2009 11:02:16 +1030 Samuel Nicholas nicholas.sam...@gmail.com said: * the newer trac wiki - which is hidden underneath the tracker heading yes - will solve this in docs. trac wiki is going to be the place where all meaty

Re: [E-devel] object layering problem

2009-11-12 Thread Samuel Nicholas
have a bug with the layers similar to your bug. 2009/10/9 Samuel Nicholas nicholas.sam...@gmail.com hay ppl, I am having a problem with the drawing/layer ordering of evas objects. example http://enetheru.aglargelair.net/wp-content/uploads/2009/10/layertest.tar.gz

Re: [E-devel] object layering problem

2009-11-12 Thread Samuel Nicholas
can't replicate anymore, so works for me :), cheers. 2009/11/13 Carsten Haitzler ras...@rasterman.com On Thu, 12 Nov 2009 15:11:09 -0500 Atton Jonathan jonathan.at...@gmail.com said: seems fixed to me now -- Let

Re: [E-devel] Add 'print' key binding as default for screenshot

2009-11-09 Thread Samuel Nicholas
lol :) just did the same thing yesterday too, again for clashes with blender and gimp 2009/11/10 f...@misaligned.net On Sun, 8 Nov 2009 16:28:24 -0600 David C. Rankin drankina...@suddenlinkmail.com wrote: Also, I noticed that the 'win' key isn't utilized. I have added

Re: [E-devel] Demo: Make a complete e17 module in 10 minutes

2009-11-08 Thread Samuel Nicholas
all I can say is . @$#%ing RAD!!! thanks :) 2009/11/8 Thanatermesis thanatermesis.e...@gmail.com Now the skel module is a bit more documented, at least more useful for who try to look at its code for the first time and want to understand how that works? without previous knowledges of

[E-devel] object layering problem

2009-10-09 Thread Samuel Nicholas
hay ppl, I am having a problem with the drawing/layer ordering of evas objects. example http://enetheru.aglargelair.net/wp-content/uploads/2009/10/layertest.tar.gz best illustrated by this youtube vid http://www.youtube.com/watch?v=C8diyGTHsWc is it just me? what am I doing wrong? cheers,

[E-devel] compiling EFL using winxp+mingw

2008-12-18 Thread Samuel Nicholas
hi again, Hadn't been able to compile evas for some time, been trying weekly, then the other day it worked :) thanx So just to let relevant parties know ecore gets stuck here: $ make make all-recursive make[1]: Entering directory `/d/enlightenment/ecore' Making all in src make[2]: Entering

Re: [E-devel] Not possible to compile evil on Windows XP

2008-11-21 Thread Samuel Nicholas
Looking into the sspi.h header line, it has the following definition: typedef UNICODE_STRING SECURITY_STRING, *PSECURITY_STRING; So somehow the UNICODE_STRING type is not found be the compiler. Can someone please help me to solve this? When I tried to compile it 2 weeks ago, there

[E-devel] evas+mingw+gcc-4.3.0

2008-11-04 Thread Samuel Nicholas
i been getting this error lately :-( the reason i'm using gcc 4.3.0 is because evas wont build on 3.4.5(internal compiler error) i used to have this go successfully but not anymore make[4]: Entering directory `/d/evas/src/lib' /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2

[E-devel] ecore mingw+gcc3.4.5

2008-10-29 Thread Samuel Nicholas
fails with the below error. no other errors or warnings show before this, I'm guessing(wildly) that this is EAPI related. probably from the switch to use eina. $ make make all-recursive make[1]: Entering directory `/d/ecore' Making all in src make[2]: Entering directory `/d/ecore/src' Making

Re: [E-devel] evil trouble

2008-10-27 Thread Samuel Nicholas
Vincent Torri wrote: Hey I had to compile the link code with g++, hence putting IID_PersistFile was not possible (at least, i didn't succeed). So I put the code in a separate file like Lars did. I've attached a patch. Please test it. It compiles correctly on my system. Vincent

[E-devel] evil trouble

2008-10-26 Thread Samuel Nicholas
hay guise cause eina has recently been added as a dependancy i was updating my libs and ran into trouble... so i decided to start from scratch again. now i have a problem I didn't have before when compiling evil: ... /bin/sh ../../libtool --tag=CC --mode=link gcc -g -O2 -no-undefined

Re: [E-devel] compiling evil on eee 1000h

2008-10-03 Thread Samuel Nicholas
generate edj file ! thanks again, not so annoying to me :) but to others i'm sure now its off to make some tests etc :) thanks so much for help and replies. Samuel Nicholas - This SF.Net email is sponsored by the Moblin Your Move

Re: [E-devel] compiling evil on eee 1000h

2008-10-01 Thread Samuel Nicholas
Samuel Nicholas wrote: Vincent Torri wrote: Hey, hi ive been trying to compile evil on my eee 1000H and am getting the attatched error. i tried starting from scratch using only the versions of software in the compile guide but same diff looks to be an assembly thing cause it spits

Re: [E-devel] compiling evil on eee 1000h

2008-09-28 Thread Samuel Nicholas
Vincent Torri wrote: Hey, hi ive been trying to compile evil on my eee 1000H and am getting the attatched error. i tried starting from scratch using only the versions of software in the compile guide but same diff looks to be an assembly thing cause it spits the errors on

[E-devel] compiling evil on eee 1000h

2008-09-26 Thread Samuel Nicholas
hi ive been trying to compile evil on my eee 1000H and am getting the attatched error. i tried starting from scratch using only the versions of software in the compile guide but same diff looks to be an assembly thing cause it spits the errors on memcpy_glibc.S i must be missing something

Re: [E-devel] Community Building

2008-08-01 Thread Samuel Nicholas
Nick Hughart wrote: Toma wrote: On 01/08/2008, Downknew Wise [EMAIL PROTECTED] wrote: |Sorry for my bad english, fix me| I think that the e community need: 1. A website well structured. Today it is unusable!!! It should be simple! The first page has to show the power of e

[E-devel] edje drag event forwarding logic

2008-06-08 Thread Samuel Nicholas
Hi all. amateur programmer warning. and disclaimer I've been messing around with making edje apps lately.. and I am making a menu which scrolls on drag. I am using esmart containers for the insides of my menu swallowed into an edje for the borders/layout etc, just like in elicit. because I

Re: [E-devel] Blender fullscreen mode

2008-02-07 Thread Samuel Nicholas
apologies for the spam, but... what heaven ...my 2 fav things in the whole computing world discussed together sigh - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008.