E CVS: net onefang

2007-05-29 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : net

Dir : e_modules/net/src


Modified Files:
Makefile.am 


Log Message:
All the cool kids are doing it, er I mean make way for removing the m4 
directory, just like all the other modules.

===
RCS file: /cvs/e/e_modules/net/src/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 11 Feb 2007 15:28:53 -  1.1
+++ Makefile.am 29 May 2007 12:21:09 -  1.2
@@ -4,7 +4,7 @@
 INCLUDES = -I. \
 -I$(top_srcdir) \
 -I$(includedir) \
-@ENLIGHTENMENT_CFLAGS@
+@e_cflags@
 
 pkgdir = $(datadir)/$(MODULE_ARCH)
 pkg_LTLIBRARIES = module.la
@@ -19,7 +19,7 @@
e_mod_config.c \
e_mod_configure.c

-module_la_LIBADD = @ENLIGHTENMENT_LIBS@
+module_la_LIBADD = @e_libs@
 module_la_LDFLAGS = -module -avoid-version
 module_la_DEPENDENCIES = $(top_builddir)/config.h
 



-
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: net onefang

2007-05-29 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : net

Dir : e_modules/net


Modified Files:
configure.in 


Log Message:
All the cool kids are doing it, er I mean make way for removing the m4 
directory, just like all the other modules.

===
RCS file: /cvs/e/e_modules/net/configure.in,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- configure.in25 Apr 2007 09:22:07 -  1.18
+++ configure.in29 May 2007 12:21:09 -  1.19
@@ -85,7 +85,21 @@
 #
 # Check Enlightenment
 #
-AC_PATH_GENERIC([enlightenment], [0.16.999.037], [], 
[AC_MSG_ERROR(Enlightenment is not installed)],)
+AC_ARG_WITH(enlightenment-config,
+[  --with-enlightenment-config=E_CONFIGuse enlightenment-config specified 
],
+[
+  E_CONFIG=$withval;
+  echo using $E_CONFIG for enlightenment-config;
+],[
+  PROG=enlightenment-config;
+  AC_PATH_PROG(E_CONFIG, $PROG, , $PATH)
+])
+e_cflags=`$E_CONFIG --cflags`
+e_libs=`$E_CONFIG --libs`
+e_modules=`$E_CONFIG --module-dir`
+AC_SUBST(e_cflags)
+AC_SUBST(e_libs)
+AC_SUBST(e_modules)
 
 AC_OUTPUT([
 Makefile



-
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: net onefang

2007-05-29 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : net

Dir : e_modules/net/m4


Removed Files:
ac_path_generic.m4 


Log Message:
Remove m4 stuff.




-
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: net onefang

2007-05-29 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : net

Dir : e_modules/net


Modified Files:
.cvsignore 


Log Message:
And ignore m4.

===
RCS file: /cvs/e/e_modules/net/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- .cvsignore  27 May 2007 16:01:36 -  1.5
+++ .cvsignore  29 May 2007 12:26:48 -  1.6
@@ -15,6 +15,7 @@
 depcomp
 install-sh
 libtool
+m4
 missing
 mkinstalldirs
 ltmain.sh



-
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: net onefang

2007-05-27 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : net

Dir : e_modules/net/po


Modified Files:
.cvsignore 


Log Message:
cvsignore++

===
RCS file: /cvs/e/e_modules/net/po/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- .cvsignore  9 Mar 2006 11:39:09 -   1.1
+++ .cvsignore  27 May 2007 16:01:36 -  1.2
@@ -1,4 +1,13 @@
 Makefile
 Makefile.in
+Makefile.in.in
+Makevars.template
+Rules-quot
+boldquot.sed
[EMAIL PROTECTED]
[EMAIL PROTECTED]
+insert-header.sin
+quot.sed
+remove-potcdate.sin
 *.pot
 *.mo



-
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: net onefang

2007-05-27 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : net

Dir : e_modules/net


Modified Files:
.cvsignore 


Log Message:
cvsignore++

===
RCS file: /cvs/e/e_modules/net/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- .cvsignore  2 Mar 2007 23:13:08 -   1.4
+++ .cvsignore  27 May 2007 16:01:36 -  1.5
@@ -8,6 +8,7 @@
 config.h
 config.h.in
 config.log
+config.rpath
 config.status
 config.sub
 configure
@@ -15,6 +16,7 @@
 install-sh
 libtool
 missing
+mkinstalldirs
 ltmain.sh
 stamp-h1
 *.lo



-
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: net onefang

2006-09-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : net

Dir : e_modules/net


Modified Files:
.cvsignore Makefile.am configure.in e_mod_config.c 
e_mod_main.c 
Added Files:
module.desktop.in module.edj 
Removed Files:
module.eap 


Log Message:
.desktopification.

===
RCS file: /cvs/e/e_modules/net/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- .cvsignore  22 Feb 2006 11:04:33 -  1.2
+++ .cvsignore  17 Sep 2006 15:34:25 -  1.3
@@ -21,4 +21,5 @@
 *.la
 *.spec
 *.tar.gz
-*.edj
+net.edj
+module.desktop
===
RCS file: /cvs/e/e_modules/net/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- Makefile.am 2 Sep 2006 12:35:23 -   1.11
+++ Makefile.am 17 Sep 2006 15:34:25 -  1.12
@@ -11,7 +11,8 @@
 filesdir = $(datadir)
 
 files_DATA = module_icon.png \
-   module.eap \
+   module.desktop \
+   module.edj \
net.edj
 
 EXTRA_DIST=$(files_DATA) \
@@ -61,6 +62,6 @@
$(EDJE_CC) $(EDJE_FLAGS) $ $@
 
 clean-local:
-rm -rf *.edj *~
+rm -rf net.edj *~
 uninstall:
  rm -rf $(datadir)
===
RCS file: /cvs/e/e_modules/net/configure.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- configure.in25 Jul 2006 13:33:11 -  1.11
+++ configure.in17 Sep 2006 15:34:25 -  1.12
@@ -149,6 +149,7 @@
 AC_OUTPUT([
 Makefile
 e_modules-net.spec
+module.desktop
 po/Makefile
 ],[
 ])
===
RCS file: /cvs/e/e_modules/net/e_mod_config.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_mod_config.c  2 Sep 2006 12:35:23 -   1.21
+++ e_mod_config.c  17 Sep 2006 15:34:25 -  1.22
@@ -38,7 +38,7 @@
   v-basic.apply_cfdata = _basic_apply_data;
   v-basic.create_widgets = _basic_create_widgets;
 
-  snprintf (buf, sizeof (buf), %s/module.eap,
+  snprintf (buf, sizeof (buf), %s/module.edj,
e_module_dir_get (net_config-module));
   con = e_container_current_get (e_manager_current_get ());
   cfd = e_config_dialog_new (con, D_ (Net Configuration), Net, 
_e_modules_net_config_dialog, buf, 0, v, ci);
===
RCS file: /cvs/e/e_modules/net/e_mod_main.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- e_mod_main.c14 Sep 2006 14:30:14 -  1.49
+++ e_mod_main.c17 Sep 2006 15:34:25 -  1.50
@@ -121,7 +121,7 @@
   char buf[4096];
 
   o = edje_object_add (evas);
-  snprintf (buf, sizeof (buf), %s/module.eap,
+  snprintf (buf, sizeof (buf), %s/module.edj,
e_module_dir_get (net_config-module));
   edje_object_file_set (o, buf, icon);
   return o;



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


E CVS: net onefang

2006-08-14 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : net

Dir : e_modules/net


Modified Files:
e_mod_config.c 


Log Message:
Updated config dialog to match latest API.

===
RCS file: /cvs/e/e_modules/net/e_mod_config.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_mod_config.c  18 Jul 2006 00:00:34 -  1.17
+++ e_mod_config.c  14 Aug 2006 21:11:02 -  1.18
@@ -41,7 +41,7 @@
   snprintf (buf, sizeof (buf), %s/module.eap,
e_module_dir_get (net_config-module));
   con = e_container_current_get (e_manager_current_get ());
-  cfd = e_config_dialog_new (con, D_ (Net Configuration), buf, 0, v, ci);
+  cfd = e_config_dialog_new (con, D_ (Net Configuration), Net, 
_e_modules_net_config_dialog, buf, 0, v, ci);
   net_config-config_dialog = cfd;
 }
 



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


E CVS: net onefang

2006-08-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : net

Dir : e_modules/net


Added Files:
TODO 


Log Message:
TODO++




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


E CVS: net onefang

2006-08-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : net

Dir : e_modules/net


Modified Files:
net.edc 


Log Message:
Theme aspect fixeroonies.

===
RCS file: /cvs/e/e_modules/net/net.edc,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- net.edc 6 Jun 2006 14:40:08 -   1.20
+++ net.edc 9 Aug 2006 07:07:42 -   1.21
@@ -93,6 +93,7 @@
{
   state: default 0.0;
   aspect: 1.0 1.0;
+  aspect_preference: BOTH;
   rel1
 {
relative: 0.0 0.0;



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


E CVS: net onefang

2006-06-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : net

Dir : e_modules/net


Modified Files:
e_mod_main.c 


Log Message:
Fix up the API breakage.

===
RCS file: /cvs/e/e_modules/net/e_mod_main.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- e_mod_main.c29 May 2006 01:48:43 -  1.32
+++ e_mod_main.c1 Jun 2006 19:02:55 -   1.33
@@ -327,15 +327,15 @@
return 1;
 }
 
-EAPI int
-e_modapi_info(E_Module *m)
-{
-   char buf[4096];
+//EAPI int
+//e_modapi_info(E_Module *m)
+//{
+//   char buf[4096];
 
-   snprintf(buf, sizeof(buf), %s/module_icon.png, e_module_dir_get(m));
-   m-icon_file = strdup(buf);
-   return 1;
-}
+//   snprintf(buf, sizeof(buf), %s/module_icon.png, e_module_dir_get(m));
+//   m-icon_file = strdup(buf);
+//   return 1;
+//}
 
 EAPI int
 e_modapi_save(E_Module *m)




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


E CVS: net onefang

2006-04-04 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : net

Dir : e_modules/net


Modified Files:
e_mod_main.c 


Log Message:
Fix second graph render wierdness, and CPU eating, plus some extra paranoia.

===
RCS file: /cvs/e/e_modules/net/e_mod_main.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- e_mod_main.c3 Apr 2006 10:24:23 -   1.22
+++ e_mod_main.c4 Apr 2006 10:22:47 -   1.23
@@ -655,7 +655,7 @@
 
nf-old_rx = evas_list_prepend(nf-old_rx, o);
l = nf-old_rx;
-   for (i = (x + w); l  (j -2)  w; l = l-next, j++) 
+   for (i = (x + w); l  ((j -2)  w); l = l-next, j++) 
  {
Evas_Coord oy;
Evas_Object *lo;
@@ -672,6 +672,8 @@
evas_object_del(last);
  }  
 
+   j = 0;
+   last = NULL;
o = evas_object_line_add(nf-evas);
edje_object_part_swallow(nf-chart_obj, lines, o);
evas_object_layer_set(o, 1);
@@ -687,7 +689,7 @@

nf-old_tx = evas_list_prepend(nf-old_tx, o);
l = nf-old_tx;
-   for (i = (x + w); l  (j -2)  w; l = l-next, j++) 
+   for (i = (x + w); l  ((j -2)  w); l = l-next, j++) 
  {
Evas_Coord oy;
Evas_Object *lo;




---
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=lnkkid=110944bid=241720dat=121642
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs