Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/daemon


Modified Files:
        Makefile.am 


Log Message:
Ok, entrance is now using edje for it's themes.  This make the user
interface quite flexible.  For now check out src/client/main.c you don't
have to read code just check the comments or look at
data/themes/default/default.edc for the signals/parts you should define.
I'll hopefully have a tutorial up soon.

What's New:

* Post authentication animation is now possible.  Setup a program to trap
  a signal and run whatever you want.  Emit a signal back to entrance to
  let it know you're done.  
* All of the old functionality is implemented in with the exception of
  users's faces.  I think we should have a ~/.entrance.eet file, but it
  wasn't a priority.

What's Changed:

* The config subsystem changed a lot and is a little cleaner.
    - pointer is now specified in global config
    - For themeing reasons the system can map theme keys to the
      appropriate string XSession expects to launch that session.  This
      is now stored in a hash.
      (i.e. KDE -> kde)
    - Lots of stuff that was in the config is now stored in the entrance
      theme

What's Wrong:

Currently edje freezes in fullscreen mode when there's animation.  For
now I've left it running in an X window, where you'll see the theme
works fine.  Hopefully this will be fixed soon, possibly sooner now that
more than one person is affected by the weirdness =)

What Else:

If you have an understaning of edje or want to possibly get one could
you look through the code and ask questions/make comments.  Since edje
is rather young it'd be nice to have bad habits caught early, as they
make bad examples.



===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 26 May 2003 20:02:31 -0000      1.3
+++ Makefile.am 25 Jul 2003 05:20:02 -0000      1.4
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = @ebg_cflags@ @ecore_cflags@ @edb_cflags@
+INCLUDES = @ecore_cflags@ @edb_cflags@
 
 sbin_PROGRAMS = entranced
 bin_SCRIPTS = entrance_wrapper
@@ -8,5 +8,5 @@
 entranced_SOURCES = \
        spawner.c spawner.h    
 
-entranced_LDADD = @ebg_libs@ @ecore_libs@ @edb_libs@ @evas_libs@
+entranced_LDADD = @ecore_libs@ @edb_libs@ @evas_libs@
 




-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to