Re: [E-devel] EDC Editor first try

2006-11-09 Thread André Medeiros
Sounds brazillian too...

On 11/9/06, Morten Nilsen [EMAIL PROTECTED] wrote:

 On 9/11/2006, Peter Kjellerstedt [EMAIL PROTECTED] wrote:
  So the best is  edje-editor (edje_editor) !!!.
 
 How about edjitor then?

 Well, that has the unfortunate blemish of sounding like a Java pos :P

 --
 Morten
 :wq

 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] short/hot keys

2005-04-19 Thread André Medeiros
On Tue, 2005-04-19 at 19:55 +0200, [EMAIL PROTECTED] wrote:
 Hello!
 
 I would like to create some key handling code for enlightenment wm
  (I would like to use it, hence I need hot key)s.
 I created  some test codes in e_border.c.
 I will put the XGrabKey codes to ecore_x.c, and I have to analyze, how can
  catch the keys in desktop (I only can at now the window keys).
 
 sorry for my english!
 
 Bye
   Godzzo

Hot keys will never be hard-coded. It is the developers' will to make
them fully configurable, but that's after the mini freeze.

IIRC, ecore actually grabs keys. The hotkey functionality is just not
coded yet.

PS: Please consider attaching your files ;)

Best regards,
André



---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Ecore LDFLAGS - handle them like Esmart?

2005-04-19 Thread André Medeiros
On Tue, 2005-04-19 at 20:35 +0200, Tilman Sauerbeck wrote:
 Hi,
 IMHO it sucks that if you want to link your application to Ecore, you
 have to link in all of its subsystems. This isn't much of an issue for
 the generic app that uses ecore_evas, but it sucks if all you need is
 the E-ecore and the config subsystem e.g.
 
 I suggest to handle this the same way we do it in Esmart:
 ecore-config --libs only includes -lecore, if you need the
 subsystems, you'll have to add the other linker switches yourself.
 
 Comments?
 

From what I have seen about the EFL, you should only get what you need.
Based on the discussion between dj2 and Handy (about the IPC border_list
issue), you should only get what you ask for, so you don't clog up
things.

My $0.02



---
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] imlib2 tiff-support?

2005-03-07 Thread André Medeiros
On Mon, 2005-03-07 at 22:27 +0100, Morten Nilsen wrote:
 I seem to be having moderate problems packaging imlib2 (cvs version)
 with tiff support...
 
 I have libtiff 3.6.1 installed (with headers)
 
 taken from config.log:
 configure:21898: checking for TIFFReadScanline in -ltiff
 configure:21928: gcc -o conftest -O3 -fomit-frame-pointer -pipe -s
 -mpentium -mcpu=pentium -march=pentium -fexpensiv
 e-optimizations -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES=1
 -D_LARGEFILE64_SOURCE=1   conftest.c -ltiff   5
 /usr/lib/gcc-lib/i586-trustix-linux/3.3.4/../../../libtiff.so: undefined
 reference to `log'
 /usr/lib/gcc-lib/i586-trustix-linux/3.3.4/../../../libtiff.so: undefined
 reference to `pow'
 /usr/lib/gcc-lib/i586-trustix-linux/3.3.4/../../../libtiff.so: undefined
 reference to `exp'
 
 any ideas would be greatly appreciated..
 

Have you checked if /usr/lib/libtiff.so exists? If it does, is it a
symlink? And if it is, is it pointing to the correct place? Also, check
for outdated libs. This might happen when you have two versions of the
same lib lying around your system.

Good luck.



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] problems detecting X11 headers?

2005-02-28 Thread André Medeiros
export LDFLAGS=-L/usr/X11R6/lib -lXxf86vm always works for me.

Careful though, because it might overwrite whatever you have stored on
that env. var.

Good luck.


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel