E CVS: apps/entrance raster

2008-07-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
entrance_ipc.c entrance_session.c 


Log Message:


more logging debug

===
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_ipc.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- entrance_ipc.c  5 Sep 2005 12:05:57 -   1.13
+++ entrance_ipc.c  7 Jul 2008 21:29:06 -   1.14
@@ -59,17 +59,20 @@
 
   if (e->major == E_XAUTH_ACK)
   {
+syslog(LOG_INFO, "_entrance_ipc_server_data = E_XAUTH_ACK");
  printf("_entrance_ipc_server_data: Xauthority write success\n");
  ecore_main_loop_quit();
   }
   else if (e->major == E_XAUTH_NAK)
   {
+syslog(LOG_INFO, "_entrance_ipc_server_data = E_XAUTH_NACK");
  printf("_entrance_ipc_server_data: Xauthority write failure!\n");
  /* For now we'll attempt to start the user session regardless */
  ecore_main_loop_quit();
   }
   else
   {
+syslog(LOG_INFO, "_entrance_ipc_server_data = ???");
  printf("_entrance_ipc_server_data: Invalid message received\n");
   }
}
===
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -3 -r1.94 -r1.95
--- entrance_session.c  4 Aug 2007 13:12:41 -   1.94
+++ entrance_session.c  7 Jul 2008 21:29:06 -   1.95
@@ -370,8 +370,11 @@
   entrance_ipc_request_xauth(homedir, e->auth->pw->pw_uid,
  e->auth->pw->pw_gid);
else
-  /* No daemon available, assume no xauth */
-  ecore_main_loop_quit();
+ {
+   syslog(LOG_INFO, "Cannot send xauth reqest to entranced");
+   /* No daemon available, assume no xauth */
+   ecore_main_loop_quit();
+ }
 }
 
 /**



-
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2008-01-24 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


asparagus! also pass distcheck and have common autofoo init that is
consistent for package, version etc.

===
RCS file: /cvs/e/e17/apps/entrance/configure.in,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -3 -r1.77 -r1.78
--- configure.in4 Nov 2007 12:00:53 -   1.77
+++ configure.in25 Jan 2008 03:35:45 -  1.78
@@ -1,7 +1,11 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0.013)
+AC_INIT(entrace, 0.9.9.042, [EMAIL PROTECTED])
+AC_PREREQ(2.52)
+AC_CONFIG_SRCDIR(configure.in)
+
+AM_INIT_AUTOMAKE(1.6 dist-bzip2)
+
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-08-26 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


asparagus!

===
RCS file: /cvs/e/e17/apps/entrance/configure.in,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- configure.in10 Jul 2007 00:13:22 -  1.75
+++ configure.in26 Aug 2007 14:33:38 -  1.76
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0.012)
+AM_INIT_AUTOMAKE(entrance, 0.9.0.013)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-08-04 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
entrance_smart.c 


Log Message:


and remove now unused methods

===
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_smart.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- entrance_smart.c4 Aug 2007 13:12:41 -   1.3
+++ entrance_smart.c4 Aug 2007 13:13:54 -   1.4
@@ -21,11 +21,6 @@
 static Evas_Object *entrance_smart_object_new(Evas * evas);
 void _entrance_smart_object_add(Evas_Object * o);
 void _entrance_smart_object_del(Evas_Object * o);
-void _entrance_smart_object_layer_set(Evas_Object * o, int l);
-void _entrance_smart_object_raise(Evas_Object * o);
-void _entrance_smart_object_lower(Evas_Object * o);
-void _entrance_smart_object_stack_above(Evas_Object * o, Evas_Object * above);
-void _entrance_smart_object_stack_below(Evas_Object * o, Evas_Object * below);
 void _entrance_smart_object_move(Evas_Object * o, Evas_Coord x, Evas_Coord y);
 void _entrance_smart_object_resize(Evas_Object * o, Evas_Coord w,
Evas_Coord h);
@@ -166,63 +161,6 @@
   evas_object_del(data->edje);
   evas_object_del(data->clip);
   free(data);
-   }
-}
-
-void
-_entrance_smart_object_layer_set(Evas_Object * o, int l)
-{
-   Entrance_Smart *data;
-
-   if ((data = evas_object_smart_data_get(o)))
-   {
-  evas_object_layer_set(data->clip, l);
-  evas_object_layer_set(data->edje, l);
-  evas_object_layer_set(data->avatar, l);
-   }
-}
-
-void
-_entrance_smart_object_raise(Evas_Object * o)
-{
-   Entrance_Smart *data;
-
-   if ((data = evas_object_smart_data_get(o)))
-   {
-  evas_object_raise(data->clip);
-   }
-}
-
-void
-_entrance_smart_object_lower(Evas_Object * o)
-{
-   Entrance_Smart *data;
-
-   if ((data = evas_object_smart_data_get(o)))
-   {
-  evas_object_lower(data->clip);
-   }
-}
-
-void
-_entrance_smart_object_stack_above(Evas_Object * o, Evas_Object * above)
-{
-   Entrance_Smart *data;
-
-   if ((data = evas_object_smart_data_get(o)))
-   {
-  evas_object_stack_above(data->edje, above);
-   }
-}
-
-void
-_entrance_smart_object_stack_below(Evas_Object * o, Evas_Object * below)
-{
-   Entrance_Smart *data;
-
-   if ((data = evas_object_smart_data_get(o)))
-   {
-  evas_object_stack_below(data->edje, below);
}
 }
 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-08-04 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
entrance_session.c entrance_smart.c 


Log Message:


move a chunk of stuff to use evas_smart_class_new() - evas_smart_new() will
probably die as it's already got legacy funcion methods for layer etc. stuff.

===
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -3 -r1.93 -r1.94
--- entrance_session.c  1 Apr 2007 02:42:29 -   1.93
+++ entrance_session.c  4 Aug 2007 13:12:41 -   1.94
@@ -467,17 +467,25 @@
 
entrance_config_prevuser_save(e->auth->user, e->db);
 
+   syslog(LOG_INFO, "DEBUG1");
/* avoid doubling up pam handles before the fork */
pwent = struct_passwd_dup(e->auth->pw);
+   syslog(LOG_INFO, "DEBUG2");
entrance_auth_free(e->auth);
e->auth = NULL;
+   syslog(LOG_INFO, "DEBUG3");
 
/* Shutdown subsytems */
edje_shutdown();
+   syslog(LOG_INFO, "DEBUG4");
ecore_evas_shutdown();
+   syslog(LOG_INFO, "DEBUG5");
ecore_config_shutdown();
+   syslog(LOG_INFO, "DEBUG6");
ecore_x_sync();
+   syslog(LOG_INFO, "DEBUG7");
entrance_ipc_shutdown();
+   syslog(LOG_INFO, "DEBUG8");
 
switch ((pid = fork()))
{
===
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_smart.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- entrance_smart.c27 Jun 2004 19:33:28 -  1.2
+++ entrance_smart.c4 Aug 2007 13:12:41 -   1.3
@@ -122,24 +122,25 @@
 {
static Evas_Smart *smart = NULL;
 
-   if (smart)
-  return (smart);
-
-   smart =
-  evas_smart_new("entrance_smart_object", _entrance_smart_object_add,
- _entrance_smart_object_del,
- _entrance_smart_object_layer_set,
- _entrance_smart_object_raise,
- _entrance_smart_object_lower,
- _entrance_smart_object_stack_above,
- _entrance_smart_object_stack_below,
- _entrance_smart_object_move,
- _entrance_smart_object_resize,
- _entrance_smart_object_show, _entrance_smart_object_hide,
- _entrance_smart_object_color_set,
- _entrance_smart_object_clip_set,
- _entrance_smart_object_clip_unset, NULL);
-
+   if (smart) return (smart);
+ {
+   static const Evas_Smart_Class sc =
+ {
+"entrance_smart_object",
+  EVAS_SMART_CLASS_VERSION,
+  _entrance_smart_object_add,
+  _entrance_smart_object_del,
+  _entrance_smart_object_move,
+  _entrance_smart_object_resize,
+  _entrance_smart_object_show,
+  _entrance_smart_object_hide,
+  _entrance_smart_object_color_set,
+  _entrance_smart_object_clip_set,
+  _entrance_smart_object_clip_unset,
+  NULL
+ };
+   smart = evas_smart_class_new(&sc);
+ }
return smart;
 }
 



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-07-26 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default


Modified Files:
default.edc 


Log Message:


fix swallow colors

===
RCS file: /cvs/e/e17/apps/entrance/data/themes/default/default.edc,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- default.edc 13 Aug 2006 04:18:27 -  1.27
+++ default.edc 26 Jul 2007 22:47:32 -  1.28
@@ -1029,7 +1029,6 @@
  offset: -5 -5;
  to: "sessions";
   }
-  color: 255 255 255 0;
}
 }
 part {
@@ -2002,7 +2001,6 @@
  offset: 6 -7;
  to: "bg";
   }
-  color: 0 0 0 0;
}
 }
 part {



-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-07-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


1. fix a lot of things so they pass make distcheck - so many things have
broken. guys - need to be more careful!
2. asparagus
3. some extra docs/comments for evas

===
RCS file: /cvs/e/e17/apps/entrance/configure.in,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- configure.in1 Jul 2007 17:56:59 -   1.74
+++ configure.in10 Jul 2007 00:13:22 -  1.75
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0.010)
+AM_INIT_AUTOMAKE(entrance, 0.9.0.012)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-06-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


ASPARAGUS!

===
RCS file: /cvs/e/e17/apps/entrance/configure.in,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- configure.in5 May 2007 15:14:15 -   1.71
+++ configure.in17 Jun 2007 15:25:49 -  1.72
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0.009)
+AM_INIT_AUTOMAKE(entrance, 0.9.0.010)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-05-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/daemon


Modified Files:
Entranced.h spawner.c 


Log Message:


and if the pid dir happens to be a subdir that isnt created yet create it!

===
RCS file: /cvs/e/e17/apps/entrance/src/daemon/Entranced.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- Entranced.h 13 Mar 2007 23:19:39 -  1.17
+++ Entranced.h 15 May 2007 22:19:43 -  1.18
@@ -19,11 +19,12 @@
 
 #define ENTRANCED_DEBUG 1
 
-#define DEFAULT_X_SERVER X_BINARIES "/X -quiet -nolisten tcp" ENTRANCE_VT_ARG
-#define DEBUG_X_SERVER X_BINARIES "/Xnest"
+#define DEFAULT_X_SERVER X_BINARIES"/X -quiet -nolisten tcp" ENTRANCE_VT_ARG
+#define DEBUG_X_SERVER X_BINARIES"/Xnest"
 #define X_DISP ":0" /* only used if DISPLAY variable is NOT set */
-#define ENTRANCE PACKAGE_BIN_DIR "/entrance_wrapper"
-#define PIDFILE PACKAGE_STATE_DIR "/entranced.pid"
+#define ENTRANCE PACKAGE_BIN_DIR"/entrance_wrapper"
+#define PIDFILE PACKAGE_STATE_DIR"/entranced.pid"
+#define PIDDIR PACKAGE_STATE_DIR
 
 /* display->status possible values */
 #define NOT_RUNNING 0
===
RCS file: /cvs/e/e17/apps/entrance/src/daemon/spawner.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- spawner.c   13 Mar 2007 23:38:42 -  1.38
+++ spawner.c   15 May 2007 22:19:43 -  1.39
@@ -1,5 +1,6 @@
 #include 
 #include 
+#include 
 #include "Entranced.h"
 #include "Entranced_Display.h"
 #include "auth.h"
@@ -250,6 +251,7 @@
int size, result = 1;
char buf[PATH_MAX];
 
+   ecore_file_mkpath(PIDDIR);
size = snprintf(buf, PATH_MAX, "%d", pid);
if ((fp = fopen(PIDFILE, "w+")))
{



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-05-05 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


asparagus - pass distcheck.

===
RCS file: /cvs/e/e17/apps/entrance/configure.in,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- configure.in1 Apr 2007 02:42:28 -   1.70
+++ configure.in5 May 2007 15:14:15 -   1.71
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0.008)
+AM_INIT_AUTOMAKE(entrance, 0.9.0.009)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-03-31 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/debian


Modified Files:
entrance.install 


Log Message:


no - read the code. this is not a "superuser" binary. it is never meant to be
run by a person. it is ONLY EVER used by entrance itself to reduce its memory
footprint while a user is logged in. it is thus an internal tool only for a
program. also that tool is executed directly by the code given a path - and
moving this binary in the build means the code fails RUNTIME as the path
doesn't match. see my email. this breaks entrance.

===
RCS file: /cvs/e/e17/apps/entrance/debian/entrance.install,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- entrance.install31 Mar 2007 17:27:11 -  1.4
+++ entrance.install1 Apr 2007 00:28:57 -   1.5
@@ -5,4 +5,4 @@
 debian/tmp/usr/bin/entrance
 debian/tmp/usr/bin/entrance_edit
 debian/tmp/usr/bin/entrance_wrapper
-debian/tmp/usr/sbin/*
+debian/tmp/usr/lib/entrance/*



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-03-31 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
Makefile.am 


Log Message:


no - read the code. this is not a "superuser" binary. it is never meant to be
run by a person. it is ONLY EVER used by entrance itself to reduce its memory
footprint while a user is logged in. it is thus an internal tool only for a
program. also that tool is executed directly by the code given a path - and
moving this binary in the build means the code fails RUNTIME as the path
doesn't match. see my email. this breaks entrance.

===
RCS file: /cvs/e/e17/apps/entrance/src/client/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- Makefile.am 31 Mar 2007 17:27:11 -  1.24
+++ Makefile.am 1 Apr 2007 00:28:57 -   1.25
@@ -4,10 +4,12 @@
 INCLUDES = @EDJE_CFLAGS@ @ECORE_CFLAGS@ @EVAS_CFLAGS@ \
 @ESMART_CFLAGS@
 
+entrancelibdir = $(libdir)/$(PACKAGE)
+
 #bin_PROGRAMS = entrance entrance_edit
 bin_PROGRAMS = entrance
 
-sbin_PROGRAMS = entrance_login
+entrancelib_PROGRAMS = entrance_login
 
 entrance_SOURCES = \
entrance_auth.c entrance_auth.h \



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-03-31 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
entrance.spec.in 


Log Message:


no - read the code. this is not a "superuser" binary. it is never meant to be
run by a person. it is ONLY EVER used by entrance itself to reduce its memory
footprint while a user is logged in. it is thus an internal tool only for a
program. also that tool is executed directly by the code given a path - and
moving this binary in the build means the code fails RUNTIME as the path
doesn't match. see my email. this breaks entrance.

===
RCS file: /cvs/e/e17/apps/entrance/entrance.spec.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- entrance.spec.in31 Mar 2007 17:27:11 -  1.8
+++ entrance.spec.in1 Apr 2007 00:28:57 -   1.9
@@ -49,7 +49,7 @@
 %{_bindir}/entrance*
 %{_includedir}/*.h
 %{_libdir}/libentrance*
-%{_sbindir}/entrance*
+%{_libdir}/entrance
 %{_datadir}/%{name}
 %{_var}/run/%{name}
 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-03-31 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/debian


Modified Files:
entrance.install 


Log Message:


fix entrance so it.. works again. back to lib dir (good reasons why too)

===
RCS file: /cvs/e/e17/apps/entrance/debian/entrance.install,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- entrance.install17 Mar 2007 00:30:16 -  1.2
+++ entrance.install31 Mar 2007 13:07:12 -  1.3
@@ -5,4 +5,4 @@
 debian/tmp/usr/bin/entrance
 debian/tmp/usr/bin/entrance_edit
 debian/tmp/usr/bin/entrance_wrapper
-debian/tmp/usr/sbin/*
+debian/tmp/usr/lib/entrance/*



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-03-31 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
entrance.spec.in 


Log Message:


fix entrance so it.. works again. back to lib dir (good reasons why too)

===
RCS file: /cvs/e/e17/apps/entrance/entrance.spec.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- entrance.spec.in13 Mar 2007 23:19:39 -  1.6
+++ entrance.spec.in31 Mar 2007 13:07:12 -  1.7
@@ -49,7 +49,7 @@
 %{_bindir}/entrance*
 %{_includedir}/*.h
 %{_libdir}/libentrance*
-%{_sbindir}/entrance*
+%{_libdir}/entrance
 %{_datadir}/%{name}
 %{_var}/run/%{name}
 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2007-03-31 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
Makefile.am entrance_login.c 


Log Message:


fix entrance so it.. works again. back to lib dir (good reasons why too)

===
RCS file: /cvs/e/e17/apps/entrance/src/client/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- Makefile.am 13 Mar 2007 23:19:39 -  1.22
+++ Makefile.am 31 Mar 2007 13:07:12 -  1.23
@@ -4,10 +4,12 @@
 INCLUDES = @EDJE_CFLAGS@ @ECORE_CFLAGS@ @EVAS_CFLAGS@ \
 @ESMART_CFLAGS@
 
+entrancelibdir = $(libdir)/$(PACKAGE)
+
 #bin_PROGRAMS = entrance entrance_edit
 bin_PROGRAMS = entrance
 
-sbin_PROGRAMS = entrance_login
+entrancelib_PROGRAMS = entrance_login
 
 entrance_SOURCES = \
entrance_auth.c entrance_auth.h \
===
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_login.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- entrance_login.c26 Oct 2006 08:05:55 -  1.7
+++ entrance_login.c31 Mar 2007 13:07:12 -  1.8
@@ -58,7 +58,11 @@
if (argc != 2)
 #endif
{
-  syslog(LOG_CRIT, "Wrong number of arguments: %d!", argc);
+#ifdef HAVE_PAM
+  syslog(LOG_CRIT, "Wrong number of arguments: %d - expected 4!", argc);
+#else
+  syslog(LOG_CRIT, "Wrong number of arguments: %d - expected 2!", argc);
+#endif  
   return 0;
}
 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2006-11-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/config/init.d


Modified Files:
entrance.in 


Log Message:


it's the clearenv. now entrance will inherit $PATH from its launching script
etc. etc. etc.

===
RCS file: /cvs/e/e17/apps/entrance/config/init.d/entrance.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- entrance.in 1 Apr 2006 01:51:56 -   1.5
+++ entrance.in 3 Nov 2006 14:36:45 -   1.6
@@ -31,6 +31,11 @@
   start)
echo -n "Becoming entranced: entrance"
 @PAM_CONFIG@
+   set +e
+   if pam_getenv -l PATH; then
+   export PATH=`pam_getenv -l PATH`
+   fi
+   set -e
$DAEMON
echo "."
   ;;



-
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=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2006-11-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
entrance_auth.c entrance_session.c 


Log Message:


it's the clearenv. now entrance will inherit $PATH from its launching script
etc. etc. etc.

===
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_auth.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- entrance_auth.c 26 Oct 2006 08:05:55 -  1.27
+++ entrance_auth.c 3 Nov 2006 14:36:45 -   1.28
@@ -389,12 +389,15 @@
   return;
 
 /* clearenv() is only availble in glibc */
+   /* FIXME: this will nuke any PATH from the system or anything else we try
+* and inherit - disable for now. we basically end up with things like an
+* emprt $PATH for logins for people
 #if HAVE_CLEARENV
clearenv();
 #else
environ = NULL;
 #endif
-
+*/
e->env = environ;
snprintf(buf, PATH_MAX, "%s/.Xauthority", e->pw->pw_dir);
setenv("XAUTHORITY", buf, 1);
===
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- entrance_session.c  26 Oct 2006 08:05:55 -  1.91
+++ entrance_session.c  3 Nov 2006 14:36:45 -   1.92
@@ -871,6 +871,8 @@
   syslog(LOG_NOTICE,
  "Neither '%s' or '/bin/sh' are working login shells for user 
'%s'. Your session may not function properly. ",
  shell, user);
+  shell_cmd = strdup("/bin/sh");
+   
res = execlp(shell_cmd, shell_cmd, "-c", buf, NULL);
 
/* Damn, that didn't work either. * Bye! We call it quits and log an error 



-
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=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2006-10-28 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
entrance_config.c 


Log Message:


commands is actually a list these days.

===
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_config.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- entrance_config.c   26 Oct 2006 08:14:20 -  1.42
+++ entrance_config.c   29 Oct 2006 02:57:42 -  1.43
@@ -482,8 +482,9 @@
struct _Entrance_Config_And_Path *ep = data;
Entrance_Config *e;
Entrance_X_Session *exs = NULL;
-   char *command = NULL;
-
+   Ecore_List *commands;
+   char *command;
+   char path[PATH_MAX];
 
if (!filename)
   return;
@@ -492,8 +493,6 @@
if (!e)
   return;
 
-   char path[PATH_MAX];
-
snprintf(path, PATH_MAX, "%s/%s", ep->path, filename);
 
Ecore_Desktop *ed = ecore_desktop_get(path, NULL);
@@ -503,7 +502,18 @@
 
/* Get the full command. */
/* We are not passing a list of files, so we only expect one command. */
-   command = ecore_desktop_get_command(ed, NULL, 1);
+   commands = ecore_desktop_get_command(ed, NULL, 1);
+   if (commands)
+   {
+  char *temp;
+  
+  temp = ecore_list_first(commands);
+  if (temp)
+   command = strdup(temp);
+  ecore_list_destroy(commands);
+   }
+   if (!command)
+ return;
if ((exs = entrance_x_session_new(ed->name, ed->icon, command)))
{
   /* Sessions found earlier in the FDO search sequence override those



-
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=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2006-09-27 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
entrance_login.c entrance_session.c 


Log Message:


moe loging - and ACTUALLY work. executing entrance_login via bin/sh loses
child process info etc thus waitpit() will never wait for the x session. exe
directly ith no shell in between - and now its all happy.

===
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_login.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- entrance_login.c16 Aug 2005 04:03:27 -  1.5
+++ entrance_login.c28 Sep 2006 03:17:46 -  1.6
@@ -3,6 +3,8 @@
 #include 
 #include 
 #include 
+#include 
+#include 
 
 #include "../config.h"
 
@@ -29,10 +31,18 @@
 }
 #endif
 
+static void
+child(int sig, siginfo_t *si, void *foo)
+{
+   syslog(LOG_INFO, "Child exit signal.");
+}
+
 int
 main(int argc, char **argv)
 {
pid_t pid = -1;
+   int status;
+   struct sigaction action;
 
 #ifdef HAVE_PAM
char *user = NULL;
@@ -59,10 +69,11 @@
}
 
pid = atoi(argv[1]);
-#if HAVE_PAM
+#ifdef HAVE_PAM
user = argv[2];
display = argv[3];
 
+   syslog(LOG_CRIT, "Wait for %s on %s", user, display);
if (user && display)
{
   e = entrance_auth_new();
@@ -75,7 +86,12 @@
}
 #endif
 
-   if (waitpid(pid, NULL, 0) == pid)
+   action.sa_sigaction = child;
+   action.sa_flags = SA_RESTART | SA_SIGINFO;
+   sigemptyset(&action.sa_mask);
+   sigaction(SIGCHLD, &action, NULL);
+   syslog(LOG_CRIT, "Wait for pid %i", pid);
+   if (waitpid(pid, &status, 0) == pid)
{
 #ifdef HAVE_PAM
   if (e)
@@ -85,8 +101,10 @@
  entrance_auth_free(e);
   }
 #endif
+  syslog(LOG_CRIT, "Wait done - child exited normally");
   closelog();
   exit(0);
}
+   syslog(LOG_CRIT, "Wait error: %s", strerror(errno));
return -1;
 }
===
RCS file: /cvs/e/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -3 -r1.88 -r1.89
--- entrance_session.c  27 Sep 2006 12:11:47 -  1.88
+++ entrance_session.c  28 Sep 2006 03:17:46 -  1.89
@@ -378,7 +378,7 @@
 entrance_session_start_user_session(Entrance_Session * e)
 {
pid_t pid;
-   char buf[PATH_MAX];
+   char buf[PATH_MAX], pids[128];
char *shell = NULL;
char *user = NULL;
struct passwd *pwent = NULL;
@@ -472,7 +472,7 @@
 /* replace this process with a clean small one that just waits for its 
*/
 /* child to exit.. passed on the cmd-line */
 
-_entrance_session_execute_in_shell(user,shell,buf);
+_entrance_session_execute_in_shell(user, shell, buf);
 break;
  case -1:
 syslog(LOG_INFO, "FORK FAILED, UH OH");
@@ -482,20 +482,20 @@
 #ifdef HAVE_PAM
 if (e->config->auth == ENTRANCE_USE_PAM)
 {
-   snprintf(buf, sizeof(buf), "%s/%s/entrance_login %i %s %s",
+   snprintf(buf, sizeof(buf), "%s/%s/entrance_login",
 PACKAGE_LIB_DIR, PACKAGE, (int) pid, pwent->pw_name, 
e->display);
 }
 else
 #endif
 {
-   snprintf(buf, sizeof(buf), "%s/%s/entrance_login %i",
+   snprintf(buf, sizeof(buf), "%s/%s/entrance_login",
 PACKAGE_LIB_DIR, PACKAGE, (int) pid);
 }
 shell = strdup("/bin/sh");
 /* this bypasses a race condition where entrance loses its x
connection before the wm gets it and x goes and resets itself */
-sleep(10);
+sleep(30);
 /*
  * FIXME These should be called!
 ecore_x_shutdown();
@@ -503,14 +503,31 @@
 */
 break;
}
+/* no need to free - we are goign to exec ourselves and be replaced   
struct_passwd_free(pwent);
entrance_session_free(e);
if (shell) free(shell);
if (user) free(user);
+ */
/* replace this process with a clean small one that just waits for its */
/* child to exit.. passed on the cmd-line */
 
-   execl("/bin/sh", "/bin/sh", "-l", "-c", buf, NULL);
+   /* this causes entreance to reset - bad bad bad */
+   snprintf(pids, sizeof(pids), "%i", (int)pid);
+   snprintf(buf, sizeof(buf), "%s/%s/entrance_login", PACKAGE_LIB_DIR, 
PACKAGE);
+#ifdef HAVE_PAM
+   if (e->config->auth == ENTRANCE_USE_PAM)
+ {
+   syslog(LOG_NOTICE, "Exec entrance login replacement: %s %s %s %s", buf, 
pids, pwent->pw_name, e->display);
+   execl(buf, buf, pids, pwent->pw_name, e->display, NULL);
+ }
+   else
+#endif
+ {
+   syslog(LOG_NOTICE, "Exec entrance login replacement: %s %s", buf, pids);
+   execl(buf, buf, pids, NULL);
+ }
+   pause();
if (buf) free(buf);
 }
 



-
Take Surveys. Earn Cash. Influence the Future of IT
Join

E CVS: apps/entrance raster

2006-08-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
main.c 


Log Message:


since there is no wm - resize by hand for fullscreen

===
RCS file: /cvs/e/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -3 -r1.83 -r1.84
--- main.c  22 Jul 2006 09:00:42 -  1.83
+++ main.c  12 Aug 2006 15:16:18 -  1.84
@@ -943,7 +943,14 @@
ecore_evas_move(e, wx, wy);
 
if (fullscreen)
-  ecore_evas_fullscreen_set(e, 1);
+ {
+   Ecore_X_Window root;
+   int w = 800, h = 600;
+   
+   root = ecore_x_window_root_first_get();
+   ecore_x_window_size_get(root, &w, &h);
+   ecore_evas_move_resize(e, 0, 0, w, h);
+ }
  
/* Evas specific callbacks */
evas = ecore_evas_get(e);



-
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=lnk&kid=120709&bid=263057&dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2006-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


fix entrance autofoo splat install mojo

===
RCS file: /cvs/e/e17/apps/entrance/configure.in,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- configure.in11 Jun 2006 10:23:44 -  1.57
+++ configure.in11 Jun 2006 22:20:19 -  1.58
@@ -10,10 +10,10 @@
 AC_HEADER_STDC
 
 if test "x${prefix}" = "xNONE"; then
-   AC_DEFINE_UNQUOTED(PREFIX, "/usr/local", [Install prefix])
-else
-   AC_DEFINE_UNQUOTED(PREFIX, "${prefix}", [Install prefix])
+   prefix="${ac_default_prefix}"
 fi
+
+AC_DEFINE_UNQUOTED(PREFIX, "${prefix}", [Install prefix])
 
 AC_EXPAND_DIR(PACKAGE_DATA_DIR, "${prefix}/share/${PACKAGE}")
 AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "$PACKAGE_DATA_DIR", [Shared data 
directory])




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


E CVS: apps/entrance raster

2006-06-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


1. autofoot patches.
2. fix maximize to work again. :)

===
RCS file: /cvs/e/e17/apps/entrance/configure.in,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- configure.in3 Jun 2006 07:24:49 -   1.56
+++ configure.in11 Jun 2006 10:23:44 -  1.57
@@ -15,7 +15,7 @@
AC_DEFINE_UNQUOTED(PREFIX, "${prefix}", [Install prefix])
 fi
 
-AC_EXPAND_DIR(PACKAGE_DATA_DIR, "$datadir/${PACKAGE}")
+AC_EXPAND_DIR(PACKAGE_DATA_DIR, "${prefix}/share/${PACKAGE}")
 AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "$PACKAGE_DATA_DIR", [Shared data 
directory])
 AC_EXPAND_DIR(PACKAGE_LIB_DIR, "$bindir")
 AC_DEFINE_UNQUOTED(PACKAGE_BIN_DIR, "$PACKAGE_BIN_DIR", [Location of binaries])




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


E CVS: apps/entrance raster

2006-03-29 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


cvs is back up.. time for some asparagus!

===
RCS file: /cvs/e/e17/apps/entrance/configure.in,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- configure.in22 Mar 2006 19:11:10 -  1.49
+++ configure.in29 Mar 2006 08:00:28 -  1.50
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0.006)
+AM_INIT_AUTOMAKE(entrance, 0.9.0.007)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2006-03-17 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


asparagus!!!

btw - xtasi - i hope u read cvs commits when u play with stuff - make
sure the thing passes make dist and make distcheck i'm having to fix waay
too much of that.

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- configure.in12 Jan 2006 05:43:07 -  1.47
+++ configure.in17 Mar 2006 09:18:13 -  1.48
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0.005)
+AM_INIT_AUTOMAKE(entrance, 0.9.0.006)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2006-03-03 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
main.c 


Log Message:


use the new screensaver info to pasue edje and flush caches to save ram - if
the ss is active - the box is very much idle. no one is looking at its screen
(it's blank) so no need to consume excess ram and cpu. sleep nicely. wake up
again when screensaver stops
===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- main.c  26 Aug 2005 04:23:44 -  1.75
+++ main.c  3 Mar 2006 09:41:31 -   1.76
@@ -22,6 +22,7 @@
 #define WINH 600
 
 static Entrance_Session *session = NULL;
+static Evas_Object *edje;
 
 static int
 idler_before_cb(void *data)
@@ -72,6 +73,38 @@
 }
 
 /**
+ * Called when the screensaver starts/stops
+ */
+static int
+screensaver_notify_cb(void *data, int ev_type, void *ev)
+{
+   Ecore_X_Event_Screensaver_Notify *e;
+   
+   e = ev;
+   if (e->on)
+ {
+   int size;
+   
+   edje_object_play_set(edje, 0);
+   edje_freeze();
+   size = evas_image_cache_get(evas_object_evas_get(edje));
+   evas_image_cache_set(evas_object_evas_get(edje), 0);
+   evas_image_cache_set(evas_object_evas_get(edje), size);
+   size = evas_font_cache_get(evas_object_evas_get(edje));
+   evas_font_cache_set(evas_object_evas_get(edje), 0);
+   evas_font_cache_set(evas_object_evas_get(edje), size);
+   /* FIXME: it'd be nice to literally delete all the evas objects
+* to nuke even mroe memory use here */
+ }
+   else 
+ {
+   edje_thaw();
+   edje_object_play_set(edje, 1);
+ }
+   return 1;
+}
+
+/**
  * what to do if we SIGINT(^c) it
  * @param data - no clue
  * @param ev_type - kill event ?
@@ -607,7 +640,7 @@
Evas *evas = NULL;
Ecore_Evas *e = NULL;
Ecore_Timer *timer = NULL;
-   Evas_Object *o = NULL, *edje = NULL;
+   Evas_Object *o = NULL;
Evas_Coord x, y, w, h;
char *entries[] = { "entrance.entry.user", "entrance.entry.pass" };
int entries_count = 2;
@@ -765,6 +798,9 @@
}
ecore_event_handler_add(ECORE_EVENT_SIGNAL_EXIT, exit_cb, NULL);
ecore_idle_enterer_add(idler_before_cb, NULL);
+   
+   ecore_event_handler_add(ECORE_X_EVENT_SCREENSAVER_NOTIFY, 
screensaver_notify_cb, NULL);
+   ecore_x_screensaver_event_listen_set(1);
 
if (ecore_evas_init())
{




---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2006-01-11 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


big fat asparagus!

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- configure.in5 Jan 2006 17:23:27 -   1.46
+++ configure.in12 Jan 2006 05:43:07 -  1.47
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0.004)
+AM_INIT_AUTOMAKE(entrance, 0.9.0.005)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-11-28 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
AUTHORS 


Log Message:


mayaswell add myself for the work i did before...

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/AUTHORS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- AUTHORS 26 May 2003 05:59:43 -  1.2
+++ AUTHORS 29 Nov 2005 06:48:44 -  1.3
@@ -1,5 +1,6 @@
 Ibukun Olumuyiwa <[EMAIL PROTECTED]>
 Corey Donohoe <[EMAIL PROTECTED]>
 Tilman Sauerbeck <[EMAIL PROTECTED]>
+The Rasterman (Carsten Haitzler) <[EMAIL PROTECTED]>
 
 Credits to Chris Thomas for some of the original work on elogin.




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-07-29 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:

apps/e/enlightenment.spec CVS: apps/entice/configure.in
apps/entrance/configure.in CVS: libs/ecore/configure.in libs/edb/configure.in
libs/embryo/configure.in CVS: libs/emotion/configure.in
libs/epeg/configure.in CVS: libs/epsilon/configure.in
libs/esmart/configure.in CVS: libs/etox/configure.in libs/evas/configure.in 
libs/imlib2_loaders/configure.in CVS:
--
¢¹ãÃãã©ã¼
:)

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- configure.in30 May 2005 21:16:02 -  1.41
+++ configure.in30 Jul 2005 06:15:58 -  1.42
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0.003)
+AM_INIT_AUTOMAKE(entrance, 0.9.0.004)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-07-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/daemon


Modified Files:
auth.c 


Log Message:


nicks' patch seems innocuous enough :)

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/auth.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- auth.c  17 May 2004 05:31:49 -  1.15
+++ auth.c  7 Jul 2005 04:15:16 -   1.16
@@ -424,6 +424,7 @@
  d->client.authfile = strdup(buf);
   }
 
+  seteuid(d->client.uid);
   /* Make sure the file can be written to */
   if((auth_file = fopen(d->client.authfile, "a+")))
  fclose(auth_file);
@@ -432,6 +433,7 @@
  entranced_debug("entranced_auth_user_add: Unable to write auth file 
%s\n", d->client.authfile);
  free(d->client.authfile);
  d->client.authfile = NULL;
+ seteuid(0);
  return FALSE;
   }
   /* TODO: May need a permissions/paranoia check */
@@ -446,6 +448,7 @@
  free(d->client.authfile);
  d->client.authfile = NULL;
 
+ seteuid(0);
  umask (022);
   }
   else
@@ -453,6 +456,7 @@
}
 
/* Open file and write auth entries */
+   seteuid(d->client.uid);
if(!(auth_file = fopen(d->client.authfile, "r+")))
{
   syslog(LOG_CRIT, "entranced_auth_user_add: Open auth file %s failed 
after lock", d->client.authfile);
@@ -460,6 +464,7 @@
   free(d->client.authfile);
   d->client.authfile = NULL;
 
+  seteuid(0);
   umask (022);
 
   return FALSE;
@@ -483,10 +488,11 @@
fclose(auth_file);
XauUnlockAuth(d->client.authfile);

-   chown(d->client.authfile, d->client.uid, d->client.gid);
-
+   /*chown(d->client.authfile, d->client.uid, d->client.gid);*/
+   
entranced_debug("entranced_auth_user_add: Finished writing auth entries to 
%s\n", d->client.authfile);
-
+   seteuid(0);
+   
return ret;
   
 }




---
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-05-15 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default/img


Modified Files:
e17_clock_fg.png 


Log Message:


update clock img

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/default/img/e17_clock_fg.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsg4zRGZ and /tmp/cvsmph2sk differ




---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-05-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


full asparagus

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- configure.in28 Feb 2005 05:34:59 -  1.39
+++ configure.in7 May 2005 06:01:12 -   1.40
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0.002)
+AM_INIT_AUTOMAKE(entrance, 0.9.0.003)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX




---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-04-30 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
entrance_session.c 


Log Message:


asparagus!

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -3 -r1.69 -r1.70
--- entrance_session.c  23 Mar 2005 03:12:40 -  1.69
+++ entrance_session.c  30 Apr 2005 07:16:22 -  1.70
@@ -404,6 +404,7 @@
   /* Tell PAM that session has begun */
   if (pam_open_session(e->auth->pam.handle, 0) != PAM_SUCCESS)
   {
+syslog(LOG_NOTICE, "Cannot open pam session for user \"%s\".", 
e->auth->user);
  if (!e->config->autologin.mode)
  {
 syslog(LOG_CRIT, "Unable to open PAM session. Aborting.");
@@ -425,6 +426,7 @@
syslog(LOG_CRIT, "Unable to set user id.");
 shell = strdup(e->auth->pw->pw_shell);
 entrance_session_free(e);
+syslog(LOG_NOTICE, "Exec session \"%s\".", buf);
 execl(shell, "-", "-c", buf, NULL);
 exit(0);
 break;
@@ -441,6 +443,7 @@
sleep(10);
/* replace this rpcoess with a clean small one that just waits for its */
/* child to exit.. passed on the cmd-line */
+   syslog(LOG_NOTICE, "Replacing Entrance with simple login program to wait 
for session end.");
snprintf(buf, sizeof(buf), "%s/entrance_login %i", PACKAGE_BIN_DIR,
 (int) pid);
execl("/bin/sh", "/bin/sh", "-c", buf, NULL);




---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-03-25 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default


Modified Files:
default.edc 


Log Message:


match e17 softening for theme

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/default/default.edc,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- default.edc 24 Dec 2004 02:40:56 -  1.23
+++ default.edc 26 Mar 2005 04:57:58 -  1.24
@@ -985,7 +985,7 @@
   }
   image {
  normal: "e17_panel.png";
- border: 3 3 3 3;
+ border: 2 2 2 2;
   }
}
 }
@@ -1059,7 +1059,7 @@
   }
   image {
  normal: "e17_panel.png";
- border: 3 3 3 3;
+ border: 2 2 2 2;
   }
}
 }




---
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=6595&alloc_id=14396&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-03-25 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default/img


Modified Files:
e17_panel.png entry_overlay.png 


Log Message:


match e17 softening for theme

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/default/img/e17_panel.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsrG3xhe and /tmp/cvsPKIvNG differ
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/default/img/entry_overlay.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsXby4jh and /tmp/cvsoV11RJ differ




---
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=6595&alloc_id=14396&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-03-23 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/config


Modified Files:
build_config.sh.in 


Log Message:


.edj!!!

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/config/build_config.sh.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- build_config.sh.in  10 Apr 2004 22:23:16 -  1.6
+++ build_config.sh.in  23 Mar 2005 15:14:03 -  1.7
@@ -11,7 +11,7 @@
 #edb_ed $DB add /entrance/xinerama/screens/h int 1
 #edb_ed $DB add /entrance/xinerama/on/w int 1
 #edb_ed $DB add /entrance/xinerama/on/h int 1
-edb_ed $DB add /entrance/theme str "default.eet"
+edb_ed $DB add /entrance/theme str "default.edj"
 edb_ed $DB add /entrance/date_format str "%A %B %e, %Y"
 edb_ed $DB add /entrance/time_format str "%l:%M:%S %p"
 #edb_ed $DB add /entrance/fonts/count int 2




---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-03-23 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/darkrock


Modified Files:
Makefile.am 


Log Message:


.edj!!!

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/darkrock/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 7 Dec 2004 07:55:37 -   1.3
+++ Makefile.am 23 Mar 2005 03:12:40 -  1.4
@@ -11,14 +11,14 @@
 @EDJE_DEF@
 
 filesdir = $(pkgdatadir)/themes
-files_DATA = $(NAME).eet
+files_DATA = $(NAME).edj
 
 EXTRA_DIST = $(NAME).edc
 
-$(NAME).eet: Makefile $(NAME).edc
+$(NAME).edj: Makefile $(NAME).edc
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/$(NAME)/$(NAME).edc \
-   $(top_builddir)/data/themes/$(NAME)/$(NAME).eet
+   $(top_builddir)/data/themes/$(NAME)/$(NAME).edj
 
 clean-local:
-   rm -f *.eet
+   rm -f *.edj




---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-03-23 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/Nebulous


Modified Files:
Makefile.am 


Log Message:


.edj!!!

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/Nebulous/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 7 Dec 2004 07:55:37 -   1.5
+++ Makefile.am 23 Mar 2005 03:12:39 -  1.6
@@ -11,14 +11,14 @@
 @EDJE_DEF@
 
 filesdir = $(pkgdatadir)/themes
-files_DATA = $(NAME).eet
+files_DATA = $(NAME).edj
 
 EXTRA_DIST = $(NAME).edc
 
-$(NAME).eet: Makefile $(NAME).edc
+$(NAME).edj: Makefile $(NAME).edc
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/$(NAME)/$(NAME).edc \
-   $(top_builddir)/data/themes/$(NAME)/$(NAME).eet
+   $(top_builddir)/data/themes/$(NAME)/$(NAME).edj
 
 clean-local:
-   rm -f *.eet
+   rm -f *.edj




---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-03-22 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
entrance_config.c entrance_edit.c entrance_session.c 
entrance_x_session.c main.c 


Log Message:


.edj!!!

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_config.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- entrance_config.c   15 Mar 2005 22:07:59 -  1.28
+++ entrance_config.c   23 Mar 2005 03:12:40 -  1.29
@@ -52,7 +52,7 @@
if ((str = e_db_str_get(db, "/entrance/theme")))
   e->theme = str;
else
-  e->theme = strdup("default.eet");
+  e->theme = strdup("default.edj");
 
if ((str = e_db_str_get(db, "/entrance/pointer")))
   e->pointer = str;
===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_edit.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- entrance_edit.c 10 Dec 2004 23:33:31 -  1.11
+++ entrance_edit.c 23 Mar 2005 03:12:40 -  1.12
@@ -370,7 +370,7 @@
 snprintf(buf, PATH_MAX, PACKAGE_DATA_DIR "/themes/%s", new_str);
 if (is_valid_theme_eet(o, buf))
 {
-   fprintf(stderr, "You found a valid eet\n");
+   fprintf(stderr, "You found a valid edje\n");
if (ecco.config->theme)
   free(ecco.config->theme);
ecco.config->theme = new_str;
@@ -380,7 +380,7 @@
 }
 else
 {
-   fprintf(stderr, "You found a invalid eet\n");
+   fprintf(stderr, "You found a invalid edje\n");
esmart_text_entry_text_set(o, ecco.config->theme);
free(new_str);
 }
@@ -1950,7 +1950,7 @@
   evas_font_path_append(evas, PACKAGE_DATA_DIR "/data/fonts");
 
   edje = edje_object_add(evas);
-  snprintf(buf, PATH_MAX, "%s/ecco/ecco.eet", PACKAGE_DATA_DIR);
+  snprintf(buf, PATH_MAX, "%s/ecco/ecco.edj", PACKAGE_DATA_DIR);
   if (edje_object_file_set(edje, buf, "Main") > 0)
   {
  evas_object_move(edje, 0, 0);
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -3 -r1.68 -r1.69
--- entrance_session.c  15 Mar 2005 22:07:59 -  1.68
+++ entrance_session.c  23 Mar 2005 03:12:40 -  1.69
@@ -717,7 +717,7 @@
 }
  }
   }
-  snprintf(buf, PATH_MAX, "default.eet");
+  snprintf(buf, PATH_MAX, "default.edj");
   if ((eu = entrance_user_new(e->auth->user, buf, e->session)))
   {
  e->config->users.hash =
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_x_session.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- entrance_x_session.c8 Dec 2004 18:32:03 -   1.8
+++ entrance_x_session.c23 Mar 2005 03:12:40 -  1.9
@@ -45,7 +45,7 @@
 
 /**
  * given the filename, create a new evas object(edje or image) with the
- * contents of file.  file can either bea valid edje eet or anything your
+ * contents of file.  file can either be a valid edje or anything your
  * evas has images loaders for.
  * FIXME: Should this be its own smart object, user images are done similar 
  * FIXME: Should it support a "key" paramater as well
===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -3 -r1.71 -r1.72
--- main.c  15 Mar 2005 22:07:59 -  1.71
+++ main.c  23 Mar 2005 03:12:40 -  1.72
@@ -526,7 +526,7 @@
printf
   ("   either the name of an installed theme, 
or an\n");
printf
-  ("   arbitrary path to an eet file (use ./ 
for\n");
+  ("   arbitrary path to an edj file (use ./ 
for\n");
printf("   the current directory).\n");
printf
   ("  -T, --test   Enable testing mode. This will cause 
xterm\n");
@@ -684,11 +684,11 @@
{
   theme = calloc(1, PATH_MAX);
   t = strrchr((const char *) optarg, '.');
-  if (t && !strcmp(t, ".eet"))
+  if (t && !strcmp(t, ".edj"))
  snprintf(theme, PATH_MAX, "%s/themes/%s", PACKAGE_DATA_DIR,
   optarg);
   else
- snprintf(theme, PATH_MAX, "%s/themes/%s.eet",
+ snprintf(theme, PATH_MAX, "%s/themes/%s.edj",

E CVS: apps/entrance raster

2005-03-22 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/taillights


Modified Files:
Makefile.am 


Log Message:


.edj!!!

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 7 Dec 2004 07:55:39 -   1.6
+++ Makefile.am 23 Mar 2005 03:12:40 -  1.7
@@ -11,14 +11,14 @@
 @EDJE_DEF@
 
 filesdir = $(pkgdatadir)/themes
-files_DATA = $(NAME).eet
+files_DATA = $(NAME).edj
 
 EXTRA_DIST = $(NAME).edc
 
-$(NAME).eet: Makefile $(NAME).edc
+$(NAME).edj: Makefile $(NAME).edc
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/$(NAME)/$(NAME).edc \
-   $(top_builddir)/data/themes/$(NAME)/$(NAME).eet
+   $(top_builddir)/data/themes/$(NAME)/$(NAME).edj
 
 clean-local:
-   rm -f *.eet
+   rm -f *.edj




---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-03-22 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/users/default


Modified Files:
Makefile.am 


Log Message:


.edj!!!

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/users/default/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 7 Dec 2004 08:29:47 -   1.4
+++ Makefile.am 23 Mar 2005 03:12:40 -  1.5
@@ -11,14 +11,14 @@
 @EDJE_DEF@
 
 filesdir = $(pkgdatadir)/users
-files_DATA = $(NAME).eet
+files_DATA = $(NAME).edj
 
 EXTRA_DIST = $(NAME).edc
 
-$(NAME).eet: Makefile $(NAME).edc
+$(NAME).edj: Makefile $(NAME).edc
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/users/$(NAME)/$(NAME).edc \
-   $(top_builddir)/data/users/$(NAME)/$(NAME).eet
+   $(top_builddir)/data/users/$(NAME)/$(NAME).edj
 
 clean-local:
-   rm -f *.eet
+   rm -f *.edj




---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-03-22 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default


Modified Files:
Makefile.am 


Log Message:


.edj!!!

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/default/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 7 Dec 2004 07:55:38 -   1.7
+++ Makefile.am 23 Mar 2005 03:12:40 -  1.8
@@ -11,14 +11,14 @@
 @EDJE_DEF@
 
 filesdir = $(pkgdatadir)/themes
-files_DATA = $(NAME).eet
+files_DATA = $(NAME).edj
 
 EXTRA_DIST = $(NAME).edc
 
-$(NAME).eet: Makefile $(NAME).edc
+$(NAME).edj: Makefile $(NAME).edc
$(EDJE_CC) $(EDJE_FLAGS) \
$(top_srcdir)/data/themes/$(NAME)/$(NAME).edc \
-   $(top_builddir)/data/themes/$(NAME)/$(NAME).eet
+   $(top_builddir)/data/themes/$(NAME)/$(NAME).edj
 
 clean-local:
-   rm -f *.eet
+   rm -f *.edj




---
This SF.net email is sponsored by: 2005 Windows Mobile Application Contest
Submit applications for Windows Mobile(tm)-based Pocket PCs or Smartphones
for the chance to win $25,000 and application distribution. Enter today at
http://ads.osdn.com/?ad_id=6882&alloc_id=15148&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-02-27 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


1. e17's init icons get put into an e_box for arrangement nad the init splash
determines the location...

2. .002 snap

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- configure.in21 Feb 2005 09:34:22 -  1.38
+++ configure.in28 Feb 2005 05:34:59 -  1.39
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0.001)
+AM_INIT_AUTOMAKE(entrance, 0.9.0.002)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX




---
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=6595&alloc_id=14396&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-02-21 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


change versions. some went DOWN - because they arent releases and i'm trying
to remove the _pre ascii from the version. i added a .001 (a release number)
so we can automatically or easiyl generate releases... sorry guys. but it's
kind of "for the good of the code". :)

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- configure.in8 Dec 2004 17:54:22 -   1.37
+++ configure.in21 Feb 2005 09:34:22 -  1.38
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_INIT(configure.in)
-AM_INIT_AUTOMAKE(entrance, 0.9.0)
+AM_INIT_AUTOMAKE(entrance, 0.9.0.001)
 AM_CONFIG_HEADER(src/config.h)
 
 AC_ISC_POSIX




---
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=6595&alloc_id=14396&op=click
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-01-15 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/daemon


Modified Files:
spawner.c 


Log Message:


timeout was wrong... and we shoudl consider DIY cmd-line parsing... see comment

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/spawner.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- spawner.c   17 Aug 2004 03:40:31 -  1.23
+++ spawner.c   16 Jan 2005 04:55:39 -  1.24
@@ -121,11 +121,6 @@
pid_t xpid;
 
d->status = LAUNCHING;
-   /* Initialize signal handler for SIGUSR1 */
-   _entrance_x_sa.sa_handler = SIG_IGN;
-   _entrance_x_sa.sa_flags = SA_RESTART;
-   sigemptyset(&_entrance_x_sa.sa_mask);
-   _entrance_x_sa.sa_flags = 0;
 
x_ready = 0;
 
@@ -154,7 +149,12 @@
 syslog(LOG_WARNING, "fork() to start X server failed.");
 return -1;
  case 0:
+_entrance_x_sa.sa_handler = SIG_IGN;
+_entrance_x_sa.sa_flags = 0;
+sigemptyset(&_entrance_x_sa.sa_mask);
 sigaction(SIGUSR1, &_entrance_x_sa, NULL);
+  /* FIXME: need to parse command and NOT go thru /bin/sh */
+  /* why? some /bin/sh's wont pass on this SIGUSR1 thing... */
 execl("/bin/sh", "/bin/sh", "-c", x_cmd, NULL);
 syslog(LOG_WARNING, "Could not execute X server.");
 exit(1);
@@ -167,8 +167,8 @@
 
usleep(10);
current_time = ecore_time_get();
-   if ((start_time - current_time) > 5.0)
-  break;
+   if ((current_time - start_time) > 5.0)
+break;
 }
 
 if (!x_ready)
@@ -520,9 +520,8 @@
 
/* Manually add signal handler for SIGUSR1 */
_entrance_d_sa.sa_handler = _Entranced_SIGUSR;
-   _entrance_x_sa.sa_flags = SA_RESTART;
+   _entrance_d_sa.sa_flags = SA_RESTART;
sigemptyset(&_entrance_d_sa.sa_mask);
-   _entrance_x_sa.sa_flags = 0;
sigaction(SIGUSR1, &_entrance_d_sa, NULL);
 
/* Launch X Server */




---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-01-09 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/daemon


Modified Files:
Makefile.am 


Log Message:


dont nedd install data stuff when there is no data to install...
and pointer from e17...

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/Makefile.am,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- Makefile.am 20 Jul 2004 18:32:44 -  1.13
+++ Makefile.am 10 Jan 2005 05:36:25 -  1.14
@@ -4,13 +4,8 @@
 
 sbin_PROGRAMS = entranced
 bin_SCRIPTS = entrance_wrapper
-#localstate_DATA = 
 
 entranced_SOURCES = \
auth.c auth.h Entranced.h ipc.c ipc.h md5.c md5.h spawner.c util.c 
util.h
 
 entranced_LDADD = @x_libs@ -lXau @ecore_libs@ @edb_libs@
-
-install-data-hook:
-   $(mkinstalldirs) $(DESTDIR)$(prefix)/../$(localstatedir)
-   chmod 700 $(DESTDIR)$(prefix)/../$(localstatedir)




---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2005-01-09 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/images


Modified Files:
pointer.png 


Log Message:


dont nedd install data stuff when there is no data to install...
and pointer from e17...

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/images/pointer.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsdRqanz and /tmp/cvs2U1D5v differ




---
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almosthttp://www.thinkgeek.com/sfshirt
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-23 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default/img


Modified Files:
default_preview.png e17_brushed.png e17_button0.png 
e17_button1.png e17_clock_bg.png e17_clock_fg.png 
e17_panel.png e17_reflection_shadow_overlay.png entry_bg1.png 
entry_bg2.png entry_cursor.png entry_overlay.png 
panel_shadow.png pass_ok.png power_button_0.png 
power_button_1.png power_button_glow_0.png 
power_button_glow_1.png reset_button_0.png reset_button_1.png 
reset_button_glow_0.png reset_button_glow_1.png 
side_shadow.png sm_loop_eintro_121.png sm_loop_eintro_122.png 
sm_loop_eintro_123.png sm_loop_eintro_124.png 
sm_loop_eintro_125.png sm_loop_eintro_126.png 
sm_loop_eintro_127.png sm_loop_eintro_128.png 
sm_loop_eintro_129.png sm_loop_eintro_130.png 
sm_loop_eintro_131.png sm_loop_eintro_132.png 
sm_loop_eintro_133.png sm_loop_eintro_134.png 
sm_loop_eintro_135.png sm_loop_eintro_136.png 
sm_loop_eintro_137.png sm_loop_eintro_138.png 
sm_loop_eintro_139.png sm_loop_eintro_140.png 
sm_loop_eintro_141.png sm_loop_eintro_142.png 
sm_loop_eintro_143.png sm_loop_eintro_144.png 
sm_loop_eintro_145.png sm_loop_eintro_146.png 
sm_loop_eintro_147.png sm_loop_eintro_148.png 
sm_loop_eintro_149.png sm_loop_eintro_150.png 
sm_loop_eintro_151.png sm_loop_eintro_152.png 
sm_loop_eintro_153.png sm_loop_eintro_154.png 
sm_loop_eintro_155.png sm_loop_eintro_156.png 
sm_loop_eintro_157.png sm_loop_eintro_158.png 
sm_loop_eintro_159.png sm_loop_eintro_160.png 
sm_loop_eintro_161.png sm_loop_eintro_162.png 
sm_loop_eintro_163.png sm_loop_eintro_164.png 
sm_loop_eintro_165.png sm_loop_eintro_166.png 
sm_loop_eintro_167.png sm_loop_eintro_168.png 
sm_loop_eintro_169.png sm_loop_eintro_170.png 
sm_loop_eintro_171.png sm_loop_eintro_172.png 
sm_loop_eintro_173.png sm_loop_eintro_174.png 
sm_loop_eintro_175.png sm_loop_eintro_176.png 
sm_loop_eintro_177.png sm_loop_eintro_178.png 
sm_loop_eintro_179.png sm_loop_eintro_180.png 
sm_loop_eintro_181.png sm_loop_eintro_182.png 
sm_loop_eintro_183.png sm_loop_eintro_184.png 
sm_loop_eintro_185.png sm_loop_eintro_186.png 
sm_loop_eintro_187.png sm_loop_eintro_188.png 
sm_loop_eintro_189.png sm_loop_eintro_190.png 
sm_loop_eintro_191.png sm_loop_eintro_192.png 
sm_loop_eintro_193.png sm_loop_eintro_194.png 
sm_loop_eintro_195.png sm_loop_eintro_196.png 
sm_loop_eintro_197.png sm_loop_eintro_198.png 
sm_loop_eintro_199.png sm_loop_eintro_200.png 
sm_loop_eintro_201.png sm_loop_eintro_202.png 
sm_loop_eintro_203.png sm_loop_eintro_204.png 
sm_loop_eintro_205.png sm_loop_eintro_206.png 
sm_loop_eintro_207.png sm_loop_eintro_208.png 
sm_loop_eintro_209.png sm_loop_eintro_210.png 
sm_loop_eintro_211.png sm_loop_eintro_212.png 
sm_loop_eintro_213.png sm_loop_eintro_214.png 
sm_loop_eintro_215.png sm_loop_eintro_216.png 
sm_loop_eintro_217.png sm_loop_eintro_218.png 
sm_loop_eintro_219.png sm_loop_eintro_220.png 
sm_loop_eintro_221.png sm_loop_eintro_222.png 
sm_loop_eintro_223.png sm_loop_eintro_224.png 
sm_loop_eintro_225.png sm_loop_eintro_226.png 
sm_loop_eintro_227.png sm_loop_eintro_228.png 
sm_loop_eintro_229.png sm_loop_eintro_230.png 
sm_loop_eintro_231.png sm_loop_eintro_232.png 
sm_loop_eintro_233.png sm_loop_eintro_234.png 
sm_loop_eintro_235.png sm_loop_eintro_236.png 
sm_loop_eintro_237.png sm_loop_eintro_238.png 
sm_loop_eintro_239.png sm_loop_eintro_240.png user_ok.png 


Log Message:


somehow the images were screwed (the anim png's)... fixed now.

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/default/img/default_preview.png,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
Binary files /tmp/cvsaAgRMM and /tmp/cvsstnnv7 differ
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/default/img/e17_brushed.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsAH2rF9 and /tmp/cvswGcRUF differ
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/default/img/e17_button0.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsFoTH0k and /tmp/cvs8YRVnR differ
===
RCS file: 
/cvsr

E CVS: apps/entrance raster

2004-12-23 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default


Modified Files:
default.edc 


Log Message:


fix up relative...

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/default/default.edc,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- default.edc 8 Dec 2004 18:35:45 -   1.22
+++ default.edc 24 Dec 2004 02:40:56 -  1.23
@@ -448,13 +448,9 @@
   state:"default" 0.0;
   visible:   0;
   rel1 {
- relative: 0.0  0.0;
- offset:   00;
  to:   "power_button";
   }
   rel2 {
- relative: 1.0  1.0;
- offset:   00;
  to:   "power_button";
   }
   color:   255 255 255 0;
@@ -514,13 +510,9 @@
   state:"default" 0.0;
   visible:   0;
   rel1 {
- relative: 0.0  0.0;
- offset:   00;
  to:   "reset_button";
   }
   rel2 {
- relative: 1.0  1.0;
- offset:   00;
  to:   "reset_button";
   }
   color:   255 255 255 0;




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-09 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
main.c 


Log Message:


set root to pixel color 0 (normally framebuffer default) on strartup asap to
avoid ugly hash bg... also makes login slicker without the hash.

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- main.c  8 Dec 2004 16:53:07 -   1.62
+++ main.c  10 Dec 2004 00:53:57 -  1.63
@@ -731,6 +731,24 @@
   return (-1);
}
 #endif
+   if (!testing)
+ {
+   Ecore_X_Window *roots;
+int num, i;
+   
+num = 0;
+   roots = ecore_x_window_root_list(&num);
+   if (roots)
+ {
+for (i = 0; i < num; i++)
+  {
+ ecore_x_window_background_color_set(roots[i], 0);
+ ecore_x_window_cursor_show(roots[i], 0);
+  }
+free(roots);
+ecore_x_sync();
+ }
+ }
ecore_event_handler_add(ECORE_EVENT_SIGNAL_EXIT, exit_cb, NULL);
ecore_idle_enterer_add(idler_before_cb, NULL);
 
@@ -932,6 +950,23 @@
   entrance_ipc_session_set(session);
   entrance_session_run(session);
 
+   if (!testing)
+ {
+   Ecore_X_Window *roots;
+int num, i;
+   
+num = 0;
+   roots = ecore_x_window_root_list(&num);
+   if (roots)
+ {
+for (i = 0; i < num; i++)
+  {
+ ecore_x_window_cursor_show(roots[i], 1);
+  }
+free(roots);
+ecore_x_sync();
+ }
+ }
   if (session->authed)
   {
  entrance_session_start_user_session(session);




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-07 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/users/default


Modified Files:
Makefile.am 


Log Message:


oops install user in right spot

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/users/default/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 7 Dec 2004 07:55:41 -   1.3
+++ Makefile.am 7 Dec 2004 08:29:47 -   1.4
@@ -10,7 +10,7 @@
 -fd $(top_srcdir)/data/fonts \
 @EDJE_DEF@
 
-filesdir = $(pkgdatadir)/themes
+filesdir = $(pkgdatadir)/users
 files_DATA = $(NAME).eet
 
 EXTRA_DIST = $(NAME).edc




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-07 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/images/sessions


Modified Files:
Makefile.am default.png failsafe.png xfce.png 
Removed Files:
widowmaker.png 


Log Message:


we dont use widowmaker! :)

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/images/sessions/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 7 Dec 2004 04:01:55 -   1.3
+++ Makefile.am 7 Dec 2004 08:28:00 -   1.4
@@ -2,7 +2,6 @@
 sessions_DATA = \
 default.png \
 gnome.png \
-widowmaker.png \
 blackbox.png \
 enlightenment.png \
 kde.png \
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/images/sessions/default.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsNqTsGb and /tmp/cvs8Wb6gz differ
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/images/sessions/failsafe.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsVN1TBn and /tmp/cvskPJdkL differ
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/images/sessions/xfce.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsPMWpDv and /tmp/cvsIv0crT differ




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-07 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/images


Modified Files:
Makefile.am 
Removed Files:
bullet.png logo.png parch.png 


Log Message:


dont need these anymore.

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/images/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 7 Dec 2004 04:01:54 -   1.2
+++ Makefile.am 7 Dec 2004 08:04:55 -   1.3
@@ -3,8 +3,5 @@
 
 imagesdir = $(pkgdatadir)/images
 images_DATA = \
-bullet.png \
-logo.png \
-parch.png \
 pointer.png
 




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/Nebulous


Modified Files:
Makefile.am Nebulous.edc 


Log Message:


more cleaning! combined font dirs and removed unused font files.

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/Nebulous/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 7 Dec 2004 03:50:26 -   1.4
+++ Makefile.am 7 Dec 2004 07:55:37 -   1.5
@@ -7,7 +7,7 @@
 EDJE_FLAGS = \
 -v \
 -id $(top_srcdir)/data/themes/$(NAME)/images \
--fd $(top_srcdir)/data/themes/$(NAME)/fonts \
+-fd $(top_srcdir)/data/fonts \
 @EDJE_DEF@
 
 filesdir = $(pkgdatadir)/themes
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/Nebulous/Nebulous.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- Nebulous.edc23 Oct 2004 20:48:56 -  1.9
+++ Nebulous.edc7 Dec 2004 07:55:37 -   1.10
@@ -1,5 +1,11 @@
 // For users with an even number of displays search for //relative and
 // uncomment those lines, then comment out the ones above them.
+
+fonts
+{
+font, "orbit.ttf" "Edje Orbit";
+}
+
 images
 {
 image, "e.png" LOSSY 80;
@@ -135,7 +141,7 @@
text
{
text, "Enter Username:";
-   font, "orbit";
+   font, "Edje Orbit";
size, 16;
fit,  0 0;
align, 0.5 0.5;
@@ -162,7 +168,7 @@
text
{
text, "Enter Username:";
-   font, "orbit";
+   font, "Edje Orbit";
size, 16;
fit,  0 0;
align, 0.5 0.5;
@@ -196,7 +202,7 @@
text
{
text, "Password:";
-   font, "orbit";
+   font, "Edje Orbit";
size, 16;
fit,  0 0;
align, 0.5 0.5;
@@ -223,7 +229,7 @@
text
{
text, "Password:";
-   font, "orbit";
+   font, "Edje Orbit";
size, 16;
fit,  0 0;
align, 0.5 0.5;
@@ -257,7 +263,7 @@
text
{
text, "User Unknown";
-   font, "orbit";
+   font, "Edje Orbit";
size, 16;
fit,  0 0;
align, 0.5 0.5;
@@ -284,7 +290,7 @@
text
{
text, "User Unknown";
-   font, "orbit";
+   font, "Edje Orbit";
size, 16;
fit,  0 0;
align, 0.5 0.5;
@@ -318,7 +324,7 @@
text
{
text, "Authentication Failed.";
-   font, "orbit";
+   font, "Edje Orbit";
size, 16;
fit,  0 0;
align, 0.5 0.5;
@@ -345,7 +351,7 @@
text
{
text, "Authentication Failed.";
-   font, "orbit";
+   font, "Edje Orbit";
size, 16;
fit,  0 0;
align, 0.5 0.5;
@@ -379,7 +385,7 @@
text
{
text, "";
-   font, "orbit";
+   font, "Edje Orbit";
size, 16;
fit,  0 0;
align, 0.5 0.5;
@@ -406,7 +412,7 @@
text
{
text, "";
-   font, "orbit";
+   font, "Edje Orbit";
size, 16;
fit,  0 0;
align, 0.5 0.5;
@@ -536,7 +542,7 @@
text
{
text, "";
-   font, "orbit";
+   font, "Edje Orbit";
size, 16;
fit,  0 0;
align, 0.5 0.5;
@@ -563,7 +569,7 @@
text
{
text, "";
-   font, "orbit";
+   font, "Edje Orbit";
size, 16;
fit,

E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/fonts


Modified Files:
Makefile.am 
Removed Files:
VeraBI.ttf VeraIt.ttf VeraMoBI.ttf VeraMoBd.ttf VeraMoIt.ttf 
VeraMono.ttf VeraSe.ttf VeraSeBd.ttf grunge.ttf luxirb.ttf 
luxirbi.ttf luxirr.ttf luxirri.ttf morpheus.ttf 


Log Message:


more cleaning! combined font dirs and removed unused font files.

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/fonts/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 1 Jan 2004 02:41:21 -   1.3
+++ Makefile.am 7 Dec 2004 07:55:35 -   1.4
@@ -1,6 +1,11 @@
-fontsdir = $(pkgdatadir)/fonts
-fonts_DATA = orbit.ttf morpheus.ttf grunge.ttf \
-Vera.ttf VeraBI.ttf VeraBd.ttf VeraIt.ttf VeraMoBI.ttf VeraMoBd.ttf \
-VeraMoIt.ttf VeraMono.ttf VeraSe.ttf VeraSeBd.ttf \
-luxirbi.ttf luxirri.ttf luxirb.ttf luxirr.ttf \
-luxisbi.ttf luxisri.ttf luxisb.ttf luxisr.ttf
+MAINTAINERCLEANFILES = Makefile.in
+#fontsdir = $(pkgdatadir)/fonts
+#fonts_DATA = \
+EXTRA_DIST = \
+orbit.ttf \
+Vera.ttf \
+VeraBd.ttf \
+luxisbi.ttf \
+luxisri.ttf \
+luxisb.ttf \
+luxisr.ttf




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/taillights/images


Modified Files:
Makefile.am 


Log Message:


more cleaning! combined font dirs and removed unused font files.

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/images/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 7 Dec 2004 03:50:28 -   1.2
+++ Makefile.am 7 Dec 2004 07:55:41 -   1.3
@@ -1,5 +1,6 @@
 MAINTAINERCLEANFILES = Makefile.in
 EXTRA_DIST=\
+images.edc \
 bg.png \
 border-bevel.png \
 bottom_bar_image.png \
@@ -133,7 +134,6 @@
 entry_cursor.png \
 entry_disabled.png \
 entry_light_overlay.png \
-images.edc \
 lights.jpg \
 menu_bg_small.png \
 menu_border.png \




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default


Modified Files:
Makefile.am 


Log Message:


more cleaning! combined font dirs and removed unused font files.

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/default/Makefile.am,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- Makefile.am 7 Dec 2004 03:50:27 -   1.6
+++ Makefile.am 7 Dec 2004 07:55:38 -   1.7
@@ -1,5 +1,5 @@
 MAINTAINERCLEANFILES = Makefile.in
-SUBDIRS = img fnt
+SUBDIRS = img
 
 NAME = default
 
@@ -7,7 +7,7 @@
 EDJE_FLAGS = \
 -v \
 -id $(top_srcdir)/data/themes/$(NAME)/img \
--fd $(top_srcdir)/data/themes/$(NAME)/fnt \
+-fd $(top_srcdir)/data/fonts \
 @EDJE_DEF@
 
 filesdir = $(pkgdatadir)/themes




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/users/default


Modified Files:
Makefile.am default.edc 
Removed Files:
build_theme.sh 


Log Message:


more cleaning! combined font dirs and removed unused font files.

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/users/default/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 20 Jul 2004 18:32:44 -  1.2
+++ Makefile.am 7 Dec 2004 07:55:41 -   1.3
@@ -1,13 +1,24 @@
-EET = default.eet
-SCRIPT = build_theme.sh
+MAINTAINERCLEANFILES = Makefile.in
+SUBDIRS = images
 
-CLEANFILES = $(EET)
-EXTRA_DIST = $(SCRIPT)
+NAME = default
 
-defaultdir = $(pkgdatadir)/users
-default_DATA = $(EET)
+EDJE_CC = @edje_cc@
+EDJE_FLAGS = \
+-v \
+-id $(top_srcdir)/data/users/$(NAME)/images \
+-fd $(top_srcdir)/data/fonts \
[EMAIL PROTECTED]@
 
-all: $(EET)
+filesdir = $(pkgdatadir)/themes
+files_DATA = $(NAME).eet
 
-$(EET): $(SCRIPT)
-   sh $< $(top_srcdir)/data/users/default
+EXTRA_DIST = $(NAME).edc
+
+$(NAME).eet: Makefile $(NAME).edc
+   $(EDJE_CC) $(EDJE_FLAGS) \
+   $(top_srcdir)/data/users/$(NAME)/$(NAME).edc \
+   $(top_builddir)/data/users/$(NAME)/$(NAME).eet
+
+clean-local:
+   rm -f *.eet
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/users/default/default.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- default.edc 24 Oct 2004 13:40:53 -  1.5
+++ default.edc 7 Dec 2004 07:55:41 -   1.6
@@ -1,6 +1,6 @@
 images
 {
-image, "regan_kireilis_photo.jpg"  LOSSY 90;
+image, "regan_kireilis_photo.jpg"  LOSSY 70;
 }
 
 collections




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/taillights/fonts


Modified Files:
Makefile.am 
Removed Files:
luxisb.ttf luxisbi.ttf luxisr.ttf luxisri.ttf 


Log Message:


more cleaning! combined font dirs and removed unused font files.

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/fonts/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 7 Dec 2004 03:50:28 -   1.2
+++ Makefile.am 7 Dec 2004 07:55:40 -   1.3
@@ -1,6 +1,3 @@
 MAINTAINERCLEANFILES = Makefile.in
 EXTRA_DIST=\
-luxisb.ttf \
-luxisbi.ttf \
-luxisr.ttf \
-luxisri.ttf 
+fonts.edc




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/taillights


Modified Files:
Makefile.am 


Log Message:


more cleaning! combined font dirs and removed unused font files.

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 7 Dec 2004 03:50:27 -   1.5
+++ Makefile.am 7 Dec 2004 07:55:39 -   1.6
@@ -7,7 +7,7 @@
 EDJE_FLAGS = \
 -v \
 -id $(top_srcdir)/data/themes/$(NAME)/images \
--fd $(top_srcdir)/data/themes/$(NAME)/fonts \
+-fd $(top_srcdir)/data/fonts \
 @EDJE_DEF@
 
 filesdir = $(pkgdatadir)/themes




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


more cleaning! combined font dirs and removed unused font files.

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- configure.in7 Dec 2004 03:50:26 -   1.35
+++ configure.in7 Dec 2004 07:55:34 -   1.36
@@ -233,10 +233,10 @@
 data/images/sessions/Makefile
 data/users/Makefile
 data/users/default/Makefile
+data/users/default/images/Makefile
 data/themes/Makefile
 data/themes/default/Makefile
 data/themes/default/img/Makefile
-data/themes/default/fnt/Makefile
 data/themes/darkrock/Makefile
 data/themes/darkrock/img/Makefile
 data/themes/Nebulous/Makefile
@@ -245,8 +245,8 @@
 data/themes/taillights/embryo/Makefile
 data/themes/taillights/parts/Makefile
 data/themes/taillights/programs/Makefile
-data/themes/taillights/fonts/Makefile
 data/themes/taillights/images/Makefile
+data/themes/taillights/fonts/Makefile
 ])
 
 echo




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/darkrock


Modified Files:
Makefile.am darkrock.edc 


Log Message:


more cleaning! combined font dirs and removed unused font files.

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/darkrock/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 7 Dec 2004 03:50:26 -   1.2
+++ Makefile.am 7 Dec 2004 07:55:37 -   1.3
@@ -7,7 +7,7 @@
 EDJE_FLAGS = \
 -v \
 -id $(top_srcdir)/data/themes/$(NAME)/img \
--fd $(top_srcdir)/data/themes/$(NAME)/fnt \
+-fd $(top_srcdir)/data/fonts \
 @EDJE_DEF@
 
 filesdir = $(pkgdatadir)/themes
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/darkrock/darkrock.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- darkrock.edc7 Dec 2004 03:05:30 -   1.1
+++ darkrock.edc7 Dec 2004 07:55:38 -   1.2
@@ -1,22 +1,7 @@
-/* FIXME:
- * need to add:
- * EntranceDate
- * EntranceTime
- * EntranceSession
- * 
- * need to handle:
- * EntranceUserFail
- * EntranceUserAuthSuccess
- * EntranceUserAuthFail
- * EntranceUserAuth
- * 
- * need to:
- * support reboot
- * support "are you sure" dialog for halt/reboot
- * support changing focus on user/passwd by click on field
- * animate "show"
- * animate "done"
- */
+fonts {
+   font: "Vera.ttf"   "Edje Vera";
+}
+  
 images {
image, "rockface.png" LOSSY 80;
image, "shadow.png"  LOSSY 60;
@@ -342,7 +327,7 @@
color3, 255 255 255 80;
text {
   text, "";
-  font, "Vera";
+  font, "Edje Vera";
   size, 8;
 //  min,  1 0;
 // uncomment "fit" for an infinite loop in edje!  
@@ -373,7 +358,7 @@
color3, 255 255 255 80;
text {
   text, "";
-  font, "Vera";
+  font, "Edje Vera";
   size, 8;
 //  min,  1 0;
 // uncomment "fit" for an infinite loop in edje!  
@@ -664,7 +649,7 @@
color3, 255 255 255 40;
text {
   text, "Welcome to machine:";
-  font, "Vera";
+  font, "Edje Vera";
   size, 16;
   min,1 1;
   align,   0.5 0.5;
@@ -693,7 +678,7 @@
color3, 255 255 255 40;
text {
   text, "Please enter your user name";
-  font, "Vera";
+  font, "Edje Vera";
   size, 12;
   min,1 1;
   align,   0.5 0.5;
@@ -716,7 +701,7 @@
color3, 255 255 255 40;
text {
   text, "Please enter your password";
-  font, "Vera";
+  font, "Edje Vera";
   size, 12;
   min,1 1;
   align,   0.5 0.5;
@@ -746,7 +731,7 @@
color3, 255 255 255 0;
text {
   text, "";
-  font, "Vera";
+  font, "Edje Vera";
   size, 12;
   min,1 1;
   align,   0.5 0.5;
@@ -770,7 +755,7 @@
color3, 255 255 255 40;
text {
   text, "That user does not exist.";
-  font, "Vera";
+  font, "Edje Vera";
   size, 12;
   min,1 1;
   align,   0.5 0.5;
@@ -794,7 +779,7 @@
color3, 255 255 255 0;
text {
   text, "That user does not exist.";
-  font, "Vera";
+  font, "Edje Vera";
   size, 12;
   min,1 1;
   align,   0.5 0.5;
@@ -818,7 +803,7 @@
color3, 255 255 255 40;
text {
   text, "That password is incorrect.";
-  font, "Vera";
+  font, "Edje Vera";
   size, 12;
   min,1 1;
   align,   0.5 0.5;
@@ -842,7 +827,7 @@
color3, 255 255 255 0;
text {
   text, "That password is incorrect.";
-  font, "Vera";
+  font, "Edje Vera";
   size, 12;
   min,1 1;
   align,   0.5 0.5;
@@ -958,7 +943,7 @@
color, 0 0 0 160;
text {

E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default/img


Added Files:
Makefile.am 


Log Message:


more cleaning! combined font dirs and removed unused font files.





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/users/default/images


Added Files:
Makefile.am 


Log Message:


more cleaning! combined font dirs and removed unused font files.





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/Nebulous/images


Added Files:
Makefile.am 


Log Message:


more cleaning! combined font dirs and removed unused font files.





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default/fnt


Removed Files:
Vera.ttf VeraBd.ttf 


Log Message:


more cleaning! combined font dirs and removed unused font files.





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/images


Modified Files:
Makefile.am 


Log Message:


why do we have Windowmaker.xpm? we can't even load it?... e logo fixed :)

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/images/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 24 May 2003 00:06:32 -  1.1
+++ Makefile.am 7 Dec 2004 04:01:54 -   1.2
@@ -1,5 +1,10 @@
+MAINTAINERCLEANFILES = Makefile.in
 SUBDIRS = sessions
 
 imagesdir = $(pkgdatadir)/images
-images_DATA = bullet.png logo.png parch.png pointer.png
+images_DATA = \
+bullet.png \
+logo.png \
+parch.png \
+pointer.png
 




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/images/sessions


Modified Files:
Makefile.am enlightenment.png 
Removed Files:
WindowMaker.xpm 


Log Message:


why do we have Windowmaker.xpm? we can't even load it?... e logo fixed :)

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/images/sessions/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 22 Oct 2003 16:11:50 -  1.2
+++ Makefile.am 7 Dec 2004 04:01:55 -   1.3
@@ -1,5 +1,10 @@
 sessionsdir = $(pkgdatadir)/images/sessions
-sessions_DATA = WindowMaker.xpm default.png gnome.png widowmaker.png \
-   blackbox.png enlightenment.png kde.png \
-   xfce.png failsafe.png
-
+sessions_DATA = \
+default.png \
+gnome.png \
+widowmaker.png \
+blackbox.png \
+enlightenment.png \
+kde.png \
+xfce.png \
+failsafe.png
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/images/sessions/enlightenment.png,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
Binary files /tmp/cvsu0n5r4 and /tmp/cvsJbA1lp differ




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/Nebulous


Modified Files:
Makefile.am 
Removed Files:
build_theme.sh 


Log Message:


clean theme building significantly

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/Nebulous/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 20 Jul 2004 18:32:35 -  1.3
+++ Makefile.am 7 Dec 2004 03:50:26 -   1.4
@@ -1,13 +1,24 @@
-EET = Nebulous.eet
-SCRIPT = build_theme.sh
+MAINTAINERCLEANFILES = Makefile.in
+SUBDIRS = images
 
-CLEANFILES = $(EET)
-EXTRA_DIST = $(SCRIPT) Nebulous.edc
+NAME = Nebulous
 
-defaultdir = $(pkgdatadir)/themes
-default_DATA = $(EET)
+EDJE_CC = @edje_cc@
+EDJE_FLAGS = \
+-v \
+-id $(top_srcdir)/data/themes/$(NAME)/images \
+-fd $(top_srcdir)/data/themes/$(NAME)/fonts \
[EMAIL PROTECTED]@
 
-all: $(EET)
+filesdir = $(pkgdatadir)/themes
+files_DATA = $(NAME).eet
 
-$(EET): $(SCRIPT)
-   sh $< $(top_srcdir)/data/themes/Nebulous
+EXTRA_DIST = $(NAME).edc
+
+$(NAME).eet: Makefile $(NAME).edc
+   $(EDJE_CC) $(EDJE_FLAGS) \
+   $(top_srcdir)/data/themes/$(NAME)/$(NAME).edc \
+   $(top_builddir)/data/themes/$(NAME)/$(NAME).eet
+
+clean-local:
+   rm -f *.eet




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/taillights/parts


Modified Files:
Makefile.am 


Log Message:


clean theme building significantly

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/parts/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 7 Mar 2004 22:01:17 -   1.1
+++ Makefile.am 7 Dec 2004 03:50:28 -   1.2
@@ -1,3 +1,4 @@
+MAINTAINERCLEANFILES = Makefile.in
 EXTRA_DIST =\
 bg.edc \
 confirmation_dialog.edc \




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/taillights/images


Modified Files:
Makefile.am 


Log Message:


clean theme building significantly

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/images/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 7 Mar 2004 22:01:17 -   1.1
+++ Makefile.am 7 Dec 2004 03:50:28 -   1.2
@@ -1,3 +1,4 @@
+MAINTAINERCLEANFILES = Makefile.in
 EXTRA_DIST=\
 bg.png \
 border-bevel.png \




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/taillights


Modified Files:
Makefile.am 
Removed Files:
build_theme.sh 


Log Message:


clean theme building significantly

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/Makefile.am,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- Makefile.am 20 Jul 2004 18:32:43 -  1.4
+++ Makefile.am 7 Dec 2004 03:50:27 -   1.5
@@ -1,15 +1,24 @@
-EXTRA_DIST= taillights.edc
-SUBDIRS = parts programs fonts images
-DB = taillights.eet
-CC = edje_cc
-INCLUDES = -v -id ./images -fd ./fonts
+MAINTAINERCLEANFILES = Makefile.in
+SUBDIRS = images fonts embryo programs parts
 
-CLEANFILES = $(DB)
+NAME = taillights
 
-taillightsdir = $(pkgdatadir)/themes
-taillights_DATA = $(DB)
+EDJE_CC = @edje_cc@
+EDJE_FLAGS = \
+-v \
+-id $(top_srcdir)/data/themes/$(NAME)/images \
+-fd $(top_srcdir)/data/themes/$(NAME)/fonts \
[EMAIL PROTECTED]@
 
-all: $(DB)
+filesdir = $(pkgdatadir)/themes
+files_DATA = $(NAME).eet
 
-$(DB): taillights.edc
-   (cd $(top_srcdir)/data/themes/taillights ; $(CC) $(INCLUDES) 
taillights.edc $(top_builddir)/data/themes/taillights/$@)
+EXTRA_DIST = $(NAME).edc
+
+$(NAME).eet: Makefile $(NAME).edc
+   $(EDJE_CC) $(EDJE_FLAGS) \
+   $(top_srcdir)/data/themes/$(NAME)/$(NAME).edc \
+   $(top_builddir)/data/themes/$(NAME)/$(NAME).eet
+
+clean-local:
+   rm -f *.eet




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default


Modified Files:
Makefile.am 
Removed Files:
build_theme.sh 


Log Message:


clean theme building significantly

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/default/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- Makefile.am 20 Jul 2004 18:32:38 -  1.5
+++ Makefile.am 7 Dec 2004 03:50:27 -   1.6
@@ -1,13 +1,24 @@
-EET = default.eet
-SCRIPT = build_theme.sh
+MAINTAINERCLEANFILES = Makefile.in
+SUBDIRS = img fnt
 
-CLEANFILES = $(EET)
-EXTRA_DIST = $(SCRIPT) default.edc
+NAME = default
 
-defaultdir = $(pkgdatadir)/themes
-default_DATA = $(EET)
+EDJE_CC = @edje_cc@
+EDJE_FLAGS = \
+-v \
+-id $(top_srcdir)/data/themes/$(NAME)/img \
+-fd $(top_srcdir)/data/themes/$(NAME)/fnt \
[EMAIL PROTECTED]@
 
-all: $(EET)
+filesdir = $(pkgdatadir)/themes
+files_DATA = $(NAME).eet
 
-$(EET): $(SCRIPT)
-   sh $< $(top_srcdir)/data/themes/default
+EXTRA_DIST = $(NAME).edc
+
+$(NAME).eet: Makefile $(NAME).edc
+   $(EDJE_CC) $(EDJE_FLAGS) \
+   $(top_srcdir)/data/themes/$(NAME)/$(NAME).edc \
+   $(top_builddir)/data/themes/$(NAME)/$(NAME).eet
+
+clean-local:
+   rm -f *.eet




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/taillights/fonts


Modified Files:
Makefile.am 


Log Message:


clean theme building significantly

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/fonts/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 7 Mar 2004 22:01:16 -   1.1
+++ Makefile.am 7 Dec 2004 03:50:28 -   1.2
@@ -1,3 +1,4 @@
+MAINTAINERCLEANFILES = Makefile.in
 EXTRA_DIST=\
 luxisb.ttf \
 luxisbi.ttf \




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


clean theme building significantly

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- configure.in7 Dec 2004 03:10:24 -   1.34
+++ configure.in7 Dec 2004 03:50:26 -   1.35
@@ -199,6 +199,22 @@
 AC_SUBST(x_cflags)
 AC_SUBST(x_libs)
 
+EDJE_DEF=""
+AC_SUBST(EDJE_DEF)
+
+edje_cc="`$EDJE_CONFIG --prefix`/bin/edje_cc"
+AC_ARG_WITH(edje-cc,
+[  --with-edje-cc=PATH  specify a specific path to edje_cc],
+[
+  v=$withval;
+  edje_cc=$v
+  echo "  Enlightenment edje_cc explicitly set to "$edje_cc;
+],[
+  edje_cc="`$EDJE_CONFIG --prefix`/bin/edje_cc"
+])
+AC_SUBST(edje_cc)
+
+
 AC_OUTPUT([
 Makefile
 src/Makefile
@@ -219,9 +235,14 @@
 data/users/default/Makefile
 data/themes/Makefile
 data/themes/default/Makefile
+data/themes/default/img/Makefile
+data/themes/default/fnt/Makefile
 data/themes/darkrock/Makefile
+data/themes/darkrock/img/Makefile
 data/themes/Nebulous/Makefile
+data/themes/Nebulous/images/Makefile
 data/themes/taillights/Makefile
+data/themes/taillights/embryo/Makefile
 data/themes/taillights/parts/Makefile
 data/themes/taillights/programs/Makefile
 data/themes/taillights/fonts/Makefile




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/darkrock


Modified Files:
Makefile.am 
Removed Files:
build_theme.sh 


Log Message:


clean theme building significantly

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/darkrock/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 7 Dec 2004 03:05:15 -   1.1
+++ Makefile.am 7 Dec 2004 03:50:26 -   1.2
@@ -1,13 +1,24 @@
-EET = default.eet
-SCRIPT = build_theme.sh
+MAINTAINERCLEANFILES = Makefile.in
+SUBDIRS = img
 
-CLEANFILES = $(EET)
-EXTRA_DIST = $(SCRIPT) default.edc
+NAME = darkrock
 
-defaultdir = $(pkgdatadir)/themes
-default_DATA = $(EET)
+EDJE_CC = @edje_cc@
+EDJE_FLAGS = \
+-v \
+-id $(top_srcdir)/data/themes/$(NAME)/img \
+-fd $(top_srcdir)/data/themes/$(NAME)/fnt \
[EMAIL PROTECTED]@
 
-all: $(EET)
+filesdir = $(pkgdatadir)/themes
+files_DATA = $(NAME).eet
 
-$(EET): $(SCRIPT)
-   sh $< $(top_srcdir)/data/themes/default
+EXTRA_DIST = $(NAME).edc
+
+$(NAME).eet: Makefile $(NAME).edc
+   $(EDJE_CC) $(EDJE_FLAGS) \
+   $(top_srcdir)/data/themes/$(NAME)/$(NAME).edc \
+   $(top_builddir)/data/themes/$(NAME)/$(NAME).eet
+
+clean-local:
+   rm -f *.eet




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/taillights/programs


Modified Files:
Makefile.am 


Log Message:


clean theme building significantly

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/taillights/programs/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 7 Mar 2004 22:01:17 -   1.1
+++ Makefile.am 7 Dec 2004 03:50:28 -   1.2
@@ -1,3 +1,4 @@
+MAINTAINERCLEANFILES = Makefile.in
 EXTRA_DIST=\
 confirmation_dialog_programs.edc \
 debug_programs.edc \




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/taillights/embryo


Added Files:
Makefile.am 


Log Message:


clean theme building significantly





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/darkrock/img


Added Files:
Makefile.am 


Log Message:


clean theme building significantly





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance


Modified Files:
configure.in 


Log Message:


new theme bits

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/configure.in,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- configure.in4 Dec 2004 16:47:39 -   1.33
+++ configure.in7 Dec 2004 03:10:24 -   1.34
@@ -219,7 +219,7 @@
 data/users/default/Makefile
 data/themes/Makefile
 data/themes/default/Makefile
-data/themes/E17/Makefile
+data/themes/darkrock/Makefile
 data/themes/Nebulous/Makefile
 data/themes/taillights/Makefile
 data/themes/taillights/parts/Makefile




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/E17


Removed Files:
.cvsignore 


Log Message:


ignore files...





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/darkrock


Added Files:
.cvsignore 


Log Message:


ignore files...





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes


Modified Files:
Makefile.am 


Log Message:


remvoe E17 - default is e17. add darkrock (old default)

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/themes/Makefile.am,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Makefile.am 4 Dec 2004 16:47:39 -   1.7
+++ Makefile.am 7 Dec 2004 03:04:54 -   1.8
@@ -1 +1 @@
-SUBDIRS = default Nebulous taillights E17
+SUBDIRS = default Nebulous taillights darkrock




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/darkrock/img


Added Files:
bg.png brushed_texture.png default_preview.png e.png e001.png 
e002.png e003.png e004.png e005.png e006.png e007.png e008.png 
e009.png e010.png e011.png e012.png e013.png e014.png e015.png 
e016.png e017.png e018.png e019.png e020.png e021.png e022.png 
e023.png e024.png e025.png e026.png e027.png e028.png e029.png 
e030.png e031.png e032.png e033.png e034.png e035.png e036.png 
e037.png e038.png e039.png e040.png e041.png e042.png e043.png 
e044.png e045.png e046.png e047.png e048.png e049.png e050.png 
e051.png e052.png e053.png e054.png e055.png e056.png e057.png 
e058.png e059.png e060.png e061.png e062.png e063.png e064.png 
e065.png e066.png e067.png e068.png e069.png e070.png e071.png 
e072.png e073.png e074.png e075.png e076.png e077.png e078.png 
e079.png e080.png e081.png e082.png e083.png e084.png e085.png 
e086.png e087.png e088.png e089.png e090.png e091.png e092.png 
e093.png e094.png e095.png e096.png e097.png e098.png e099.png 
e100.png e101.png e102.png e103.png e104.png e105.png e106.png 
e107.png e108.png e109.png e110.png e111.png e112.png e113.png 
e114.png e115.png e116.png e117.png e118.png e119.png e120.png 
entry.png entry_cursor.png entry_disabled.png 
entry_light_overlay.png panel_shadow.png power_button_0.png 
power_button_1.png power_button_glow_0.png 
power_button_glow_1.png reflection.png rockface.png 
shading.png shadow.png 


Log Message:


remvoe E17 - default is e17. add darkrock (old default)





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/darkrock


Added Files:
Makefile.am build_theme.sh darkrock.edc 


Log Message:


remvoe E17 - default is e17. add darkrock (old default)





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/E17/img


Removed Files:
default_preview.png e17_brushed.png e17_button0.png 
e17_button1.png e17_clock_bg.png e17_clock_fg.png 
e17_clock_hour_00.png e17_clock_hour_01.png 
e17_clock_hour_02.png e17_clock_hour_03.png 
e17_clock_hour_04.png e17_clock_hour_05.png 
e17_clock_hour_06.png e17_clock_hour_07.png 
e17_clock_hour_08.png e17_clock_hour_09.png 
e17_clock_hour_10.png e17_clock_hour_11.png 
e17_clock_hour_12.png e17_clock_hour_13.png 
e17_clock_hour_14.png e17_clock_hour_15.png 
e17_clock_hour_16.png e17_clock_hour_17.png 
e17_clock_hour_18.png e17_clock_hour_19.png 
e17_clock_hour_20.png e17_clock_hour_21.png 
e17_clock_hour_22.png e17_clock_hour_23.png 
e17_clock_hour_24.png e17_clock_hour_25.png 
e17_clock_hour_26.png e17_clock_hour_27.png 
e17_clock_hour_28.png e17_clock_hour_29.png 
e17_clock_hour_30.png e17_clock_hour_31.png 
e17_clock_hour_32.png e17_clock_hour_33.png 
e17_clock_hour_34.png e17_clock_hour_35.png 
e17_clock_hour_36.png e17_clock_hour_37.png 
e17_clock_hour_38.png e17_clock_hour_39.png 
e17_clock_hour_40.png e17_clock_hour_41.png 
e17_clock_hour_42.png e17_clock_hour_43.png 
e17_clock_hour_44.png e17_clock_hour_45.png 
e17_clock_hour_46.png e17_clock_hour_47.png 
e17_clock_hour_48.png e17_clock_hour_49.png 
e17_clock_hour_50.png e17_clock_hour_51.png 
e17_clock_hour_52.png e17_clock_hour_53.png 
e17_clock_hour_54.png e17_clock_hour_55.png 
e17_clock_hour_56.png e17_clock_hour_57.png 
e17_clock_hour_58.png e17_clock_hour_59.png 
e17_clock_minutes_00.png e17_clock_minutes_01.png 
e17_clock_minutes_02.png e17_clock_minutes_03.png 
e17_clock_minutes_04.png e17_clock_minutes_05.png 
e17_clock_minutes_06.png e17_clock_minutes_07.png 
e17_clock_minutes_08.png e17_clock_minutes_09.png 
e17_clock_minutes_10.png e17_clock_minutes_11.png 
e17_clock_minutes_12.png e17_clock_minutes_13.png 
e17_clock_minutes_14.png e17_clock_minutes_15.png 
e17_clock_minutes_16.png e17_clock_minutes_17.png 
e17_clock_minutes_18.png e17_clock_minutes_19.png 
e17_clock_minutes_20.png e17_clock_minutes_21.png 
e17_clock_minutes_22.png e17_clock_minutes_23.png 
e17_clock_minutes_24.png e17_clock_minutes_25.png 
e17_clock_minutes_26.png e17_clock_minutes_27.png 
e17_clock_minutes_28.png e17_clock_minutes_29.png 
e17_clock_minutes_30.png e17_clock_minutes_31.png 
e17_clock_minutes_32.png e17_clock_minutes_33.png 
e17_clock_minutes_34.png e17_clock_minutes_35.png 
e17_clock_minutes_36.png e17_clock_minutes_37.png 
e17_clock_minutes_38.png e17_clock_minutes_39.png 
e17_clock_minutes_40.png e17_clock_minutes_41.png 
e17_clock_minutes_42.png e17_clock_minutes_43.png 
e17_clock_minutes_44.png e17_clock_minutes_45.png 
e17_clock_minutes_46.png e17_clock_minutes_47.png 
e17_clock_minutes_48.png e17_clock_minutes_49.png 
e17_clock_minutes_50.png e17_clock_minutes_51.png 
e17_clock_minutes_52.png e17_clock_minutes_53.png 
e17_clock_minutes_54.png e17_clock_minutes_55.png 
e17_clock_minutes_56.png e17_clock_minutes_57.png 
e17_clock_minutes_58.png e17_clock_minutes_59.png 
e17_clock_seconds_00.png e17_clock_seconds_01.png 
e17_clock_seconds_02.png e17_clock_seconds_03.png 
e17_clock_seconds_04.png e17_clock_seconds_05.png 
e17_clock_seconds_06.png e17_clock_seconds_07.png 
e17_clock_seconds_08.png e17_clock_seconds_09.png 
e17_clock_seconds_10.png e17_clock_seconds_11.png 
e17_clock_seconds_12.png e17_clock_seconds_13.png 
e17_clock_seconds_14.png e17_clock_seconds_15.png 
e17_clock_seconds_16.png e17_clock_seconds_17.png 
e17_clock_seconds_18.png e17_clock_seconds_19.png 
e17_clock_seconds_20.png e17_clock_seconds_21.png 
e17_clock_seconds_22.png e17_clock_seconds_23.png 
e17_clock_seconds_24.png e17_clock_seconds_25.png 
e17_clock_seconds_26.png e17_clock_seconds_27.png 
e17_clock_seconds_28.png e17_clock_seconds_29.png 
e17_clock_seconds_30.png e17_clock_seconds_31.png 
e17_clock_seconds_32.png e17_clock_seconds_33.png 
e17_clock_seconds_34.png e17_clock_seconds_35.png 
e17_clock_seconds_36.png e17_clock_seconds_37.png 
e17_clock_seconds_38.png e17_clock_seconds_39.png 
e17_clock_seconds_40.png e17_clock_seconds_41.png 
e17_clock_seconds_42.png e17_clock_seconds_43.png 
e17_clock_seconds_44.png e17_clock_seconds_45.png 
e17_

E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/E17/fnt


Removed Files:
Vera.ttf VeraBd.ttf 


Log Message:


remvoe E17 - default is e17. add darkrock (old default)





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/E17


Removed Files:
E17.edc Makefile.am build_theme.sh 


Log Message:


remvoe E17 - default is e17. add darkrock (old default)





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/darkrock/img




Log Message:
Directory /cvsroot/enlightenment/e17/apps/entrance/data/themes/darkrock/img 
added to the repository





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default/img


Added Files:
default_preview.png entry_cursor.png panel_shadow.png 
power_button_0.png power_button_1.png power_button_glow_0.png 
power_button_glow_1.png 


Log Message:


add these back in





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default/fnt


Added Files:
Vera.ttf VeraBd.ttf 


Log Message:


default becomes e17





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default/img


Added Files:
e17_brushed.png e17_button0.png e17_button1.png 
e17_clock_bg.png e17_clock_fg.png e17_clock_hour_00.png 
e17_clock_hour_01.png e17_clock_hour_02.png 
e17_clock_hour_03.png e17_clock_hour_04.png 
e17_clock_hour_05.png e17_clock_hour_06.png 
e17_clock_hour_07.png e17_clock_hour_08.png 
e17_clock_hour_09.png e17_clock_hour_10.png 
e17_clock_hour_11.png e17_clock_hour_12.png 
e17_clock_hour_13.png e17_clock_hour_14.png 
e17_clock_hour_15.png e17_clock_hour_16.png 
e17_clock_hour_17.png e17_clock_hour_18.png 
e17_clock_hour_19.png e17_clock_hour_20.png 
e17_clock_hour_21.png e17_clock_hour_22.png 
e17_clock_hour_23.png e17_clock_hour_24.png 
e17_clock_hour_25.png e17_clock_hour_26.png 
e17_clock_hour_27.png e17_clock_hour_28.png 
e17_clock_hour_29.png e17_clock_hour_30.png 
e17_clock_hour_31.png e17_clock_hour_32.png 
e17_clock_hour_33.png e17_clock_hour_34.png 
e17_clock_hour_35.png e17_clock_hour_36.png 
e17_clock_hour_37.png e17_clock_hour_38.png 
e17_clock_hour_39.png e17_clock_hour_40.png 
e17_clock_hour_41.png e17_clock_hour_42.png 
e17_clock_hour_43.png e17_clock_hour_44.png 
e17_clock_hour_45.png e17_clock_hour_46.png 
e17_clock_hour_47.png e17_clock_hour_48.png 
e17_clock_hour_49.png e17_clock_hour_50.png 
e17_clock_hour_51.png e17_clock_hour_52.png 
e17_clock_hour_53.png e17_clock_hour_54.png 
e17_clock_hour_55.png e17_clock_hour_56.png 
e17_clock_hour_57.png e17_clock_hour_58.png 
e17_clock_hour_59.png e17_clock_minutes_00.png 
e17_clock_minutes_01.png e17_clock_minutes_02.png 
e17_clock_minutes_03.png e17_clock_minutes_04.png 
e17_clock_minutes_05.png e17_clock_minutes_06.png 
e17_clock_minutes_07.png e17_clock_minutes_08.png 
e17_clock_minutes_09.png e17_clock_minutes_10.png 
e17_clock_minutes_11.png e17_clock_minutes_12.png 
e17_clock_minutes_13.png e17_clock_minutes_14.png 
e17_clock_minutes_15.png e17_clock_minutes_16.png 
e17_clock_minutes_17.png e17_clock_minutes_18.png 
e17_clock_minutes_19.png e17_clock_minutes_20.png 
e17_clock_minutes_21.png e17_clock_minutes_22.png 
e17_clock_minutes_23.png e17_clock_minutes_24.png 
e17_clock_minutes_25.png e17_clock_minutes_26.png 
e17_clock_minutes_27.png e17_clock_minutes_28.png 
e17_clock_minutes_29.png e17_clock_minutes_30.png 
e17_clock_minutes_31.png e17_clock_minutes_32.png 
e17_clock_minutes_33.png e17_clock_minutes_34.png 
e17_clock_minutes_35.png e17_clock_minutes_36.png 
e17_clock_minutes_37.png e17_clock_minutes_38.png 
e17_clock_minutes_39.png e17_clock_minutes_40.png 
e17_clock_minutes_41.png e17_clock_minutes_42.png 
e17_clock_minutes_43.png e17_clock_minutes_44.png 
e17_clock_minutes_45.png e17_clock_minutes_46.png 
e17_clock_minutes_47.png e17_clock_minutes_48.png 
e17_clock_minutes_49.png e17_clock_minutes_50.png 
e17_clock_minutes_51.png e17_clock_minutes_52.png 
e17_clock_minutes_53.png e17_clock_minutes_54.png 
e17_clock_minutes_55.png e17_clock_minutes_56.png 
e17_clock_minutes_57.png e17_clock_minutes_58.png 
e17_clock_minutes_59.png e17_clock_seconds_00.png 
e17_clock_seconds_01.png e17_clock_seconds_02.png 
e17_clock_seconds_03.png e17_clock_seconds_04.png 
e17_clock_seconds_05.png e17_clock_seconds_06.png 
e17_clock_seconds_07.png e17_clock_seconds_08.png 
e17_clock_seconds_09.png e17_clock_seconds_10.png 
e17_clock_seconds_11.png e17_clock_seconds_12.png 
e17_clock_seconds_13.png e17_clock_seconds_14.png 
e17_clock_seconds_15.png e17_clock_seconds_16.png 
e17_clock_seconds_17.png e17_clock_seconds_18.png 
e17_clock_seconds_19.png e17_clock_seconds_20.png 
e17_clock_seconds_21.png e17_clock_seconds_22.png 
e17_clock_seconds_23.png e17_clock_seconds_24.png 
e17_clock_seconds_25.png e17_clock_seconds_26.png 
e17_clock_seconds_27.png e17_clock_seconds_28.png 
e17_clock_seconds_29.png e17_clock_seconds_30.png 
e17_clock_seconds_31.png e17_clock_seconds_32.png 
e17_clock_seconds_33.png e17_clock_seconds_34.png 
e17_clock_seconds_35.png e17_clock_seconds_36.png 
e17_clock_seconds_37.png e17_clock_seconds_38.png 
e17_clock_seconds_39.png e17_clock_seconds_40.png 
e17_clock_seconds_41.png e17_clock_seconds_42.png 
e17_clock_seconds_43.png e17_clock_seconds_44.png 
e17_clock_seconds_45.png e17_clock_seconds_46.png 
 

E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/darkrock




Log Message:
Directory /cvsroot/enlightenment/e17/apps/entrance/data/themes/darkrock added 
to the repository





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/default/fnt




Log Message:
Directory /cvsroot/enlightenment/e17/apps/entrance/data/themes/default/fnt 
added to the repository





---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/E17


Modified Files:
E17.edc 


Log Message:


move power/reset buttons to the corners

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/themes/E17/E17.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- E17.edc 6 Dec 2004 12:32:52 -   1.3
+++ E17.edc 7 Dec 2004 00:28:29 -   1.4
@@ -418,17 +418,15 @@
mouse_events:  1;
description {
   state:"default" 0.0;
-  min:  16 16;
+  min:  64 64;
   max:  64 64;
-  aspect:   1.0 1.0;
-  aspect_preference: VERTICAL;
-  align:0.5 1.0;
+  align:1.0 1.0;
   rel1 {
- relative: 0.5  0.89;
+ relative: 0.98  0.98;
  offset:   0 0;
   }
   rel2 {
- relative: 0.5  0.99;
+ relative: 0.98  0.98;
  offset:   0 0;
   }
   image {
@@ -486,20 +484,16 @@
mouse_events:  1;
description {
   state:"default" 0.0;
-  min:  16 16;
+  min:  64 64;
   max:  64 64;
-  aspect:   1.0 1.0;
-  aspect_preference: VERTICAL;
-  align:0.5 1.0;
+  align:0.0 1.0;
   rel1 {
- relative: 0.5   -1.0;
+ relative: 0.02  0.98;
  offset:   0 0;
- to: "power_button";
   }
   rel2 {
- relative: 0.5   0.0;
- offset:   0 -1;
- to: "power_button";
+ relative: 0.02  0.98;
+ offset:   0 0;
   }
   image {
  normal: "reset_button_0.png";




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
main.c 


Log Message:


freeze and thaw - sooo much mroe efficient!

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/client/main.c,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -3 -r1.59 -r1.60
--- main.c  4 Dec 2004 19:47:10 -   1.59
+++ main.c  6 Dec 2004 12:41:39 -   1.60
@@ -20,6 +20,21 @@
 
 static Entrance_Session *session = NULL;
 
+static int
+idler_before_cb(void *data)
+{
+   edje_thaw();
+   return 1;
+}
+
+static int
+idler_after_cb(void *data)
+{
+   edje_freeze();
+   return 1;
+}
+
+
 /**
  * get the hostname of the machine, surrounded by the before and after
  * strings the config specifies
@@ -543,7 +558,7 @@
  *  Show the main edje 
  *  Emit an "In" signal on the main entry for lazy themers 
  *  Tell the Entrance_Sesssion that the Ecore_Evas belongs to it
- *  Run.. until ecore_main_loop_quit is called
+ *  Run.. until ecore_main_(loop_quit is called
  *  If the user is authenticated, try to run their session
  * Shut down edje, ecore_evas, ecore_x, ecore
  * 
@@ -682,10 +697,12 @@
}
 #endif
ecore_event_handler_add(ECORE_EVENT_SIGNAL_EXIT, exit_cb, NULL);
-
+   ecore_idle_enterer_add(idler_before_cb, NULL);
+   
if (ecore_evas_init())
{
   edje_init();
+  edje_freeze();
   edje_frametime_set(1.0 / 30.0);
 
   /* setup our ecore_evas */
@@ -851,6 +868,7 @@
  ecore_evas_fullscreen_set(e, 1);
   else
  ecore_evas_resize(e, g_x, g_y);
+  ecore_idle_enterer_add(idler_after_cb, NULL);
 
   entrance_session_ecore_evas_set(session, e);
   entrance_ipc_session_set(session);




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/E17


Modified Files:
E17.edc 


Log Message:


clip the shession button

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/themes/E17/E17.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- E17.edc 6 Dec 2004 10:30:05 -   1.2
+++ E17.edc 6 Dec 2004 12:32:52 -   1.3
@@ -1,15 +1,3 @@
-/* FIXME:
- * need to add:
- * EntranceSession
- * 
- * need to:
- * support reboot
- * support "are you sure" dialog for halt/reboot
- * support changing focus on user/passwd by click on field
- * animate "show"
- * animate "done"
- */
-
 fonts {
font: "Vera.ttf"   "Edje Vera";
font: "VeraBd.ttf" "Edje Vera Bold";
@@ -1093,6 +1081,7 @@
name:  "EntranceSession";
mouse_events:  0;
type:  SWALLOW;
+clip_to: "all_clip";
description {
   state: "default" 0.0;
   visible: 1;




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/src/client


Modified Files:
entrance_session.c 


Log Message:


no padzors!

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/src/client/entrance_session.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- entrance_session.c  4 Dec 2004 19:47:10 -   1.61
+++ entrance_session.c  6 Dec 2004 10:32:08 -   1.62
@@ -502,8 +502,8 @@
  &w, &h);
if ((container = esmart_container_new(evas_object_evas_get(e->edje
{
-  esmart_container_padding_set(container, 4, 4, 4, 4);
-  esmart_container_spacing_set(container, 4);
+  esmart_container_padding_set(container, 0, 0, 0, 0);
+  esmart_container_spacing_set(container, 0);
   esmart_container_move_button_set(container, 2);
   if (w > h)
   {




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/E17/img


Modified Files:
power_button_0.png power_button_1.png 
Added Files:
e17_button0.png e17_button1.png reset_button_0.png 
reset_button_1.png reset_button_glow_0.png 
reset_button_glow_1.png side_shadow.png 
Removed Files:
menu.png menu_bottom_center.png menu_bottom_left.png 
menu_bottom_right.png menu_top_center.png menu_top_left.png 
menu_top_right.png 


Log Message:


hmm there is 1 entrance bug wqorkaround in this theme - that is that entrance
initially calls a signal of  a session being selected which is the session
selection button which never mind. anyway - also remvoed padding in code
to allow theme to determine padding betwene session entires entrance has
issues liek no way to scroll session lists or user lists... but now also we
have a reboot button... etc. etc.

===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/E17/img/power_button_0.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvs0RL6nG and /tmp/cvsJTJyWS differ
===
RCS file: 
/cvsroot/enlightenment/e17/apps/entrance/data/themes/E17/img/power_button_1.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvs7fp3ML and /tmp/cvsgWUrnY differ




---
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://productguide.itmanagersjournal.com/
___
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/entrance raster

2004-12-06 Thread enlightenment-cvs
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir : e17/apps/entrance/data/themes/E17


Modified Files:
E17.edc 


Log Message:


hmm there is 1 entrance bug wqorkaround in this theme - that is that entrance
initially calls a signal of  a session being selected which is the session
selection button which never mind. anyway - also remvoed padding in code
to allow theme to determine padding betwene session entires entrance has
issues liek no way to scroll session lists or user lists... but now also we
have a reboot button... etc. etc.

===
RCS file: /cvsroot/enlightenment/e17/apps/entrance/data/themes/E17/E17.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- E17.edc 4 Dec 2004 16:47:39 -   1.1
+++ E17.edc 6 Dec 2004 10:30:05 -   1.2
@@ -1,15 +1,7 @@
 /* FIXME:
  * need to add:
- * EntranceDate
- * EntranceTime
  * EntranceSession
  * 
- * need to handle:
- * EntranceUserFail
- * EntranceUserAuthSuccess
- * EntranceUserAuthFail
- * EntranceUserAuth
- * 
  * need to:
  * support reboot
  * support "are you sure" dialog for halt/reboot
@@ -340,30 +332,33 @@
image: "entry_bg2.png" COMP;
image: "entry_cursor.png" COMP;
 
-   image: "user_ok.png" COMP;
-   image: "pass_ok.png" COMP;
+   image: "user_ok.png" LOSSY 90;
+   image: "pass_ok.png" LOSSY 90;

-   image: "power_button_0.png" COMP;
-   image: "power_button_1.png" COMP;
-   image: "power_button_glow_0.png" COMP;
-   image: "power_button_glow_1.png" COMP;
+   image: "power_button_0.png" LOSSY 90;
+   image: "power_button_1.png" LOSSY 90;
+   image: "power_button_glow_0.png" LOSSY 90;
+   image: "power_button_glow_1.png" LOSSY 90;
 
+   image: "reset_button_0.png" LOSSY 90;
+   image: "reset_button_1.png" LOSSY 90;
+   image: "reset_button_glow_0.png" LOSSY 90;
+   image: "reset_button_glow_1.png" LOSSY 90;

-   image: "menu_bottom_center.png" LOSSY 80;
-   image: "menu_bottom_left.png"   LOSSY 80;
-   image: "menu_bottom_right.png"  LOSSY 80;
-   image: "menu_top_center.png"LOSSY 80;
-   image: "menu_top_left.png"  LOSSY 80;
-   image: "menu_top_right.png" LOSSY 80;
-   image: "menu.png"   LOSSY 80;
-   image: "default_preview.png"LOSSY 80;
+   image: "e17_button0.png" LOSSY 90;
+   image: "e17_button1.png" LOSSY 90;
 
+   image: "side_shadow.png" COMP;
+   
+   image: "default_preview.png"LOSSY 80;
 }
 
 collections {
group {
   name: "Main";
   script {
+public sessions_visible;
+
 public clock_cb(val) {
new buf[11];
new year, month, day, yearday, weekday, hour, minute;
@@ -435,15 +430,17 @@
mouse_events:  1;
description {
   state:"default" 0.0;
-  min:  64 64;
+  min:  16 16;
   max:  64 64;
+  aspect:   1.0 1.0;
+  aspect_preference: VERTICAL;
   align:0.5 1.0;
   rel1 {
- relative: 0.5  0.98;
+ relative: 0.5  0.89;
  offset:   0 0;
   }
   rel2 {
- relative: 0.5  0.98;
+ relative: 0.5  0.99;
  offset:   0 0;
   }
   image {
@@ -497,6 +494,76 @@
 }
 
 part {
+   name:  "reset_button";
+   mouse_events:  1;
+   description {
+  state:"default" 0.0;
+  min:  16 16;
+  max:  64 64;
+  aspect:   1.0 1.0;
+  aspect_preference: VERTICAL;
+  align:0.5 1.0;
+  rel1 {
+ relative: 0.5   -1.0;
+ offset:   0 0;
+ to: "power_button";
+  }
+  rel2 {
+ relative: 0.5   0.0;
+ offset:   0 -1;
+ to: "power_button";
+  }
+  image {
+ normal: "reset_button_0.png";
+  }
+   }
+   description {
+  state:"clicked" 0.0;
+  inherit: "default" 0.0;
+  image {
+ normal: "reset_button_1.png";
+  }
+   }
+}
+part {
+   name:  "reset_button_glow";
+   mouse_events:  0;
+   description {
+  state:"default" 0.0;
+  visible:   0;
+  rel1 {
+ relative: 0.0  0.0;
+ offset:   00;
+ to:   "reset_button";
+  }
+  rel2 {
+ relative: 1.0  1.0;
+ offset:   00;
+ to:   "reset_button";
+  }
+   

  1   2   >