Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src


Modified Files:
        config.h.in 


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/config.h.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- config.h.in 31 Jan 2003 21:57:05 -0000      1.1
+++ config.h.in 25 Jul 2003 05:20:01 -0000      1.2
@@ -7,13 +7,18 @@
 #undef HAVE_CATGETS
 #undef HAVE_GETTEXT
 #undef HAVE_LC_MESSAGES
+#undef HAVE_SHADOW
 #undef HAVE_STPCPY
 #undef HAVE_LIBSM
 #undef HAVE_PAM
 #undef PACKAGE_LOCALE_DIR
 #undef PACKAGE_DATA_DIR
 #undef PACKAGE_SOURCE_DIR
+#undef PACKAGE_CFG_DIR
 #undef PREFIX
+
+/* Define if you have the <crypt.h> header file.  */
+#undef HAVE_CRYPT_H
 
 /* Define if you have the <security/pam_appl.h> header file.  */
 #undef HAVE_SECURITY_PAM_APPL_H




-------------------------------------------------------
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