Re: [E-devel] Taskbar Module

2006-05-30 Thread R . Ramkumar
 Hey.. you weren't supposed to touch that! But I guess now I can make it
 public.
 Available here:
 http://war.interhact.net/~iamsthitha/junk/taskbar-0.0.2.tar.gz

Just going through the code...

in _taskbar_inst_cb_drop

   if (!strcmp(type, enlightenment/border))
 {
bd = ev-data;
if (!bd) return;
 }

should be changed to:

   if (!strcmp(type, enlightenment/border))
 {
bd = ev-data;
 }
   if (!bd) return;

(sorry, don't have diff tools on this machine I am checking mail on :) )

Ramkumar.

-- 
April 1: This is the day upon which we are reminded of
what we are on the other three hundred and sixty-four.
  -- Mark Twain, Pudd'nhead Wilson's Calendar


___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Enna HTPC/mediacenter program

2006-05-30 Thread Nicolas Aguirre
Hi All!
For a long time I have posted on this mailinglist about a
mediacenter/HTPC program in EFL. I think it was 2 years ago. For 1 year
I begin to write this program and (only) today I can present you my
work. 
When Raster published rage, I find that his effect on menu items was
Fun, and so I rewrite my application with this effect in mind. So don't
be surprises if you find some similariry with rage. (If there are some
licences issues let me know)
I know that this program is very young and that is not a model of C and
EFL programming, but today, I can use it to look at my DVD and playing
my music files and CD in fullscreen on my TV.

The program is only in french for the moment but I plan to translate it.
(or maybe someone else because my english is not perfect ;))

So, you can found enna and some screenshots on my website :
http://www.digital-corner.org/?q=downloads

I you have questions, remarks or any thing let me know .

Nicolas (captainigloo)






___ 
Yahoo! Mail réinvente le mail ! Découvrez le nouveau Yahoo! Mail et son 
interface révolutionnaire.
http://fr.mail.yahoo.com


___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enna HTPC/mediacenter program

2006-05-30 Thread Alexander Griesser
Nicolas Aguirre wrote:
 The program is only in french for the moment but I plan to translate it.
 (or maybe someone else because my english is not perfect ;))

I'd like to do the translation to german.

 So, you can found enna and some screenshots on my website :
 http://www.digital-corner.org/?q=downloads

You have an error in your download link:

http://www.digital-corner.org/files/enna_0.0.3.tar.bz2br

The br at the end has to be removed.

ciao,
Alex


___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Enna HTPC/mediacenter program

2006-05-30 Thread Nicolas Aguirre
Le mardi 30 mai 2006 à 08:13 -0500, Chad R. Kittel a écrit :
 Hello,
 
 I thought I would try your software out, but ran into an issue
 compiling it.  I do not have lirc installed.
 
 The ./configure output says...
 ...
 checking for taglib/tag_c.h... yes
 checking lirc/lirc_client.h usability... no
 checking lirc/lirc_client.h presence... no
 checking for lirc/lirc_client.h... no
 checking for pkg-config... /usr/bin/pkg-config
 ...
 
 and continues on but then dies at ...
 ...
 gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I/opt/lunar/enlightenment/include
 -I/opt/lunar/enlightenment/include -I/opt/lunar/enlightenment/include
 -I/opt/lunar/enlightenment/include -I/opt/lunar/enlightenment/include
 -I/opt/lunar/enlightenment/include -I/opt/lunar/enlightenment/include
 -I/usr/include/taglib -I/usr/include/libxml2 -fPIC -g -O2 -MT
 libenna_la-libenna.lo -MD -MP -MF .deps/libenna_la-libenna.Tpo -c
 libenna.c  -fPIC -DPIC -o .libs/libenna_la-libenna.o
 In file included from libenna.c:2:
 libenna.h:11:30: lirc/lirc_client.h: No such file or directory
 libenna.c: In function `enna_get_theme_filename':
 libenna.c:22: warning: function returns address of local variable
 make [3]: *** [libenna_la-libenna.lo] Error 1
 make[3]: Leaving directory `/home/chadk/src/enna/src/lib'
 
 If LIRC is really a requirement, the configure script should error out
 at that time so we don't run into compile-time errors.
 
 Thanks!

Thanks !
You are right, Correction is done and the new package is upload :)
http://www.digital-corner.org/?q=downloads

Nicolas







___ 
Yahoo! Mail r�invente le mail ! D�couvrez le nouveau Yahoo! Mail et son 
interface r�volutionnaire.
http://fr.mail.yahoo.com


___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Taskbar Module

2006-05-30 Thread Morten Nilsen
Sthithaprajna Garapaty wrote:
 Hey.. you weren't supposed to touch that! But I guess now I can make it
 public.

0.0.3 is better than ever :)

-- 
Morten
:wq


___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] File manager for iRiver iFP player.

2006-05-30 Thread Grzegorz Andrelczyk
Hello.

I'm trying to write (using EWL) file manager for iriver player. And I'm
stack with file manager part.

Can somebody suggest me which EFL library I should use to be able to
write this part?

-- 
Grzegorz Andrelczyk   | Wszechświat - kilka praktycznych informacji:
[EMAIL PROTECTED]   | 1.Obszar: nieskończony; 2. Import: brak; 
www.nie-panikuj.w.pl  | 3.Eksport: brak; 4.Ludność: brak; 5.Waluta: brak;
  | 6.Sztuka: brak; 7.Seks: brak.


___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] File manager for iRiver iFP player.

2006-05-30 Thread Hisham Mardam Bey
On 5/30/06, Grzegorz Andrelczyk [EMAIL PROTECTED] wrote:
 Hello.

 I'm trying to write (using EWL) file manager for iriver player. And I'm
 stack with file manager part.

 Can somebody suggest me which EFL library I should use to be able to
 write this part?


Take a look at ETK. ETK is a toolkit (similar to GTK) and already has
a several applications that will show you what its capable of. ETK has
a fully working file manager / browser widget that you can use. It is
in proto/etk in cvs.

Applications you might want to try are:

Exhibit (image viewer)
Entropy (file manager)
Extrackt (audio cd ripper / encoder)
and others.

You can also install Enhance, a library that allows you to design ETK
applications using Glade.

For an initial starters guide to ETK, take a look at:
http://hisham.cc/etk_explained.pdf

For support, feel free to join us at #etk on irc.freenode.net

Best Regards,
hisham.

-- 
Hisham Mardam Bey
MSc (Computer Science)
http://hisham.cc/
+9613609386
Codito Ergo Sum (I Code Therefore I Am)


___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] File manager for iRiver iFP player.

2006-05-30 Thread dan sinclair
I assume you're talking about a library to help with reading file 
systems, moving files, renaming files and all that stuff. If that's the 
case then look at evfs in e17/apps/evfs. It's a virtual filesystem 
thingy that chaos has been working on for a while (the successor to efsd).

If you're just looking for a file selection widget there is either the 
ewl_filedialog which will give it to you in a window or the 
ewl_fileselector which you can embed in your app. You can write custom 
views for the fileselector (there are three currently, icon, list and 
column view).

There is also the ecore_file stuff that can help a bit. It has stuff 
like ecore_file_ls for getting lists of directories and 
ecore_file_exists to check if something exists. The best way for that is 
to look at the Ecore_File.h header file.

The Ewl_Fileselector uses ecore_file so you can take a look at that to 
see how it works if you're interested.

If you need more help, #ewl on freenode has a few people hanging out in 
there.

dan



Grzegorz Andrelczyk wrote:
 Hello.
 
 I'm trying to write (using EWL) file manager for iriver player. And I'm
 stack with file manager part.
 
 Can somebody suggest me which EFL library I should use to be able to
 write this part?
 



___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel