E CVS: libs/ewl ningerso

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl


Modified Files:
configure.in 


Log Message:
Rename text_fmt to text_format to be consistent with displayed test name.
Remove original tree use in theme test until tree2 replacement added.

===
RCS file: /cvs/e/e17/libs/ewl/configure.in,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -3 -r1.123 -r1.124
--- configure.in5 Dec 2007 05:32:16 -   1.123
+++ configure.in10 Dec 2007 07:23:05 -  1.124
@@ -283,7 +283,7 @@
 src/bin/tests/statusbar/Makefile
 src/bin/tests/table/Makefile
 src/bin/tests/text/Makefile
-src/bin/tests/text_fmt/Makefile
+src/bin/tests/text_format/Makefile
 src/bin/tests/text_editor/Makefile
 src/bin/tests/theme/Makefile
 src/bin/tests/toolbar/Makefile



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests


Modified Files:
Makefile.am 


Log Message:
Rename text_fmt to text_format to be consistent with displayed test name.
Remove original tree use in theme test until tree2 replacement added.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/Makefile.am,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -3 -r1.53 -r1.54
--- Makefile.am 20 Nov 2007 06:11:25 -  1.53
+++ Makefile.am 10 Dec 2007 07:23:05 -  1.54
@@ -50,7 +50,7 @@
statusbar \
table \
text \
-   text_fmt \
+   text_format \
text_editor \
theme \
toolbar \



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/text_fmt


Removed Files:
.cvsignore Makefile.am ewl_text_fmt_test.c 


Log Message:
Rename text_fmt to text_format to be consistent with displayed test name.
Remove original tree use in theme test until tree2 replacement added.




-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/text_format


Added Files:
.cvsignore Makefile.am ewl_text_format_test.c 


Log Message:
Rename text_fmt to text_format to be consistent with displayed test name.
Remove original tree use in theme test until tree2 replacement added.




-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/theme


Modified Files:
ewl_theme_test.c 


Log Message:
Rename text_fmt to text_format to be consistent with displayed test name.
Remove original tree use in theme test until tree2 replacement added.

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/theme/ewl_theme_test.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_theme_test.c4 Dec 2007 05:28:04 -   1.1
+++ ewl_theme_test.c10 Dec 2007 07:23:06 -  1.2
@@ -165,7 +165,6 @@
 widgets_build(void)
 {
Ewl_Widget *misc, *item, *vbox, *notebook;
-   char *str, *str_col[2];
int i;
struct {
char *name;
@@ -309,7 +308,6 @@
ewl_container_child_append(EWL_CONTAINER(misc), item);
ewl_widget_show(item);
}
-#endif
 
/* List/tree */
vbox = ewl_vbox_new();
@@ -359,6 +357,7 @@
str_col[0] = "sub row";
str_col[1] = "label";
item = ewl_tree_text_row_add(EWL_TREE(misc), EWL_ROW(item), str_col);
+#endif
 
/* Misc */
vbox = ewl_vbox_new();



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl ningerso

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/bin/tests/text_format




Log Message:
Directory /cvs/e/e17/libs/ewl/src/bin/tests/text_format added to the repository




-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: mpdule iamsthitha

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : iamsthitha
Project : e_modules
Module  : mpdule

Dir : e_modules/mpdule


Modified Files:
ChangeLog 


Log Message:
-

===
RCS file: /cvs/e/e_modules/mpdule/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ChangeLog   10 Dec 2007 02:43:23 -  1.1
+++ ChangeLog   10 Dec 2007 05:41:02 -  1.2
@@ -1,2 +1,2 @@
-09/06/2005  Christopher Michael<[EMAIL PROTECTED]>
-   * Added Support For Virtual Desktops
+12/10/2007 Sthithaprajna Garapaty
+* MPDule in CVS



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: mpdule iamsthitha

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : iamsthitha
Project : e_modules
Module  : mpdule

Dir : e_modules/mpdule


Modified Files:
Makefile.am configure.in e_mod_main.c 


Log Message:
Autofunkey!

===
RCS file: /cvs/e/e_modules/mpdule/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 10 Dec 2007 02:43:23 -  1.1
+++ Makefile.am 10 Dec 2007 05:39:02 -  1.2
@@ -2,7 +2,6 @@
 
 SUBDIRS = 
 
-EDJE_CC = @edje_cc@
 EDJE_FLAGS = -v \
 -id $(top_srcdir) \
 -fd $(top_srcdir)
@@ -23,19 +22,20 @@
 INCLUDES   = -I. \
 -I$(top_srcdir) \
 -I$(includedir) \
-@e_cflags@
+@e_cflags@ @MPD_CFLAGS@
+
 pkgdir = $(datadir)/$(MODULE_ARCH)
 
 pkg_LTLIBRARIES= module.la
 module_la_SOURCES  = e_mod_main.c \
 e_mod_main.h \
 e_mod_config.c
-module_la_LIBADD   = @e_libs@
+module_la_LIBADD   = @e_libs@ @MPD_LIBS@
 module_la_LDFLAGS  = -module -avoid-version
 module_la_DEPENDENCIES = $(top_builddir)/config.h $(top_builddir)/mpdule.edj
 
-%.edj:  %.edc
+mpdule.edj:  mpdule.edc
$(EDJE_CC) $(EDJE_FLAGS) $< $@
 
 clean-local:
-rm -rf *.edj *~
+rm -rf mixer.edj *~
\ No newline at end of file
===
RCS file: /cvs/e/e_modules/mpdule/configure.in,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- configure.in10 Dec 2007 02:43:23 -  1.1
+++ configure.in10 Dec 2007 05:39:02 -  1.2
@@ -3,21 +3,22 @@
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
-AC_INIT(configure.in)
+AC_INIT(mpdule, 0.0.1, [EMAIL PROTECTED])
+AC_PREREQ(2.59)
+AC_CONFIG_HEADERS(config.h)
+AM_INIT_AUTOMAKE(1.8)
+
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 
-AM_INIT_AUTOMAKE(mpdule, 0.0.1)
-AM_CONFIG_HEADER(config.h)
-AC_ISC_POSIX
 AC_PROG_CC
-AM_PROG_CC_STDC
 AC_HEADER_STDC
 AC_HEADER_TIME
 AC_CHECK_HEADERS(sys/time.h libmpd/libmpdclient.h)
-AC_C_CONST
-AM_ENABLE_SHARED
-AM_PROG_LIBTOOL
+
+define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
+define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
+AC_PROG_LIBTOOL
 
 ALL_LINGUAS=""
 AC_SUBST(ALL_LINGUAS)
@@ -29,77 +30,36 @@
 AC_SUBST(MODULE_ARCH)
 AC_DEFINE_UNQUOTED(MODULE_ARCH, "$MODULE_ARCH", "Module architecture")
 
-CPPFLAGS="`enlightenment-config --cflags` `pkg-config libmpd --cflags`"
-LDFLAGS="`enlightenment-config --libs` `pkg-config libmpd --libs`"
+uname=`uname`
 
-dnl Set PACKAGE_DATA_DIR in config.h.
-if test "x${prefix}" = "xNONE"; then
-AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, "${HOME}/.e/e/modules/${PACKAGE}", 
"Package installed data destination")
-datadir="${HOME}/.e/e/modules/${PACKAGE}"
-else
-AC_DEFINE_UNQUOTED(PACKAGE_DATA_DIR, 
"${libdir}/enlightenment/modules/${PACKAGE}", "Package installed data 
destination")
-datadir="${libdir}/enlightenment/modules/${PACKAGE}"
-fi
-
-AC_PREFIX_DEFAULT(${HOME}/.e/e)
-if test "x$prefix" = "xNONE"; then
-  datarootdir=${ac_default_prefix}
-else
-  datarootdir=${prefix}/share
-fi
-localedir=${datarootdir}/locale
-AC_SUBST(LOCALEDIR, "${localedir}")
-AC_DEFINE_UNQUOTED(LOCALEDIR, "${localedir}", [Module Locale Directory])
- 
-#AC_CHECK_LIB(dl, dlopen, dlopen_libs=-ldl)
-#AC_SUBST(dlopen_libs)
-
-AC_ARG_WITH(edje-config,
-[  --with-edje-config=EDJE_CONFIG  use edje-config specified ],
-[
-  EDJE_CONFIG=$withval;
-  echo "using "$EDJE_CONFIG" for edje-config";
-/
-],[
-  PROG="edje-config";
-  AC_PATH_PROG(EDJE_CONFIG, $PROG, "", $PATH)
-])
-edje_cflags=`$EDJE_CONFIG --cflags`
-edje_libs=`$EDJE_CONFIG --libs`
-AC_SUBST(edje_cflags)
-AC_SUBST(edje_libs)
-
-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_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)
-])
+#
+# Check EFL Libs
+#
+AC_PATH_PROG(EDJE_CC, "edje_cc", "", $PATH)
+
+#
+# Check Enlightenment
+#
+AC_PATH_PROG(E_CONFIG, "enlightenment-config", "", $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)
 
+#
+# Check MPD
+#
+PKG_CHECK_MODULES(MPD, libmpd)
+
+datadir="${e_modules}/${PACKAGE}"
+AC_ARG_ENABLE(homedir-install,
+  AS_HELP_STRING([--enable-homedir-install], [Install module in homedir]),
+  [ datadir="${HOME}/.e/e/modules/${PAC

E CVS: mpdule iamsthitha

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : iamsthitha
Project : e_modules
Module  : mpdule

Dir : e_modules/mpdule


Modified Files:
module.desktop 


Log Message:
Sensible .desktop


===
RCS file: /cvs/e/e_modules/mpdule/module.desktop,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- module.desktop  10 Dec 2007 02:43:23 -  1.1
+++ module.desktop  10 Dec 2007 04:50:04 -  1.2
@@ -1,6 +1,5 @@
 [Desktop Entry]
 Type=Link
-Name=Mixer
-Icon=e-module-mixer
-Comment=Mixer GadgetAllows you to control your 
systemvolume.
-Comment[it]=Modulo MixerPermette di controllare il 
volumedell'audio del sistema.
+Name=MPDule
+Icon=e-module-mpdule
+Comment=Mpdule GadgetView what's playing in MPD.



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: e_modules iamsthitha

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : iamsthitha
Module  : e_modules

Dir : e_modules


Modified Files:
README 


Log Message:
mpdule in the README

===
RCS file: /cvs/e/e_modules/README,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- README  26 Sep 2007 14:22:11 -  1.20
+++ README  10 Dec 2007 02:54:07 -  1.21
@@ -42,6 +42,8 @@
 
 moon - A module to display moon phase information.
 
+mpdule - A module to display what's playing in MPD.
+
 net - A module to monitor traffic on a network device.
 
 news - A module to display rss feeds.



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: mpdule iamsthitha

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : iamsthitha
Project : e_modules
Module  : mpdule

Dir : e_modules/mpdule


Added Files:
ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL Makefile.am NEWS 
README VeraMono.ttf autogen.sh configure.in 
e-module-mpdule.edj e_mod_config.c e_mod_main.c e_mod_main.h 
e_modules-mpdule.spec.in module.desktop mpdule.edc 


Log Message:
New MPD Module to show MPD status in the shelf.





-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: mpdule iamsthitha

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : iamsthitha
Project : e_modules
Module  : mpdule

Dir : e_modules/mpdule




Log Message:
Directory /cvs/e/e_modules/mpdule added to the repository




-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: e kwo

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir : e16/e/docs


Modified Files:
README-0.16.8 


Log Message:
Add some info about xft/pango font selection in core themes.

===
RCS file: /cvs/e/e16/e/docs/README-0.16.8,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- README-0.16.8   8 Aug 2007 18:47:49 -   1.19
+++ README-0.16.8   9 Dec 2007 18:02:35 -   1.20
@@ -638,6 +638,16 @@
 This possibility (Pango support) is available as of version 0.16.8.9.
 Pango support must be explicitly enabled at build time with --enable-pango.
 
+When using a 0.16.8 core theme, font rendering using xft or pango can be
+activated with (restart after change is required):
+$ eesh set theme.use_alt_font_cfg 1
+$ eesh set theme.font_cfg fonts.cfg.xft
+or
+$ eesh set theme.font_cfg fonts.cfg.pango
+
+To select the theme font settings use:
+$ eesh set theme.use_alt_font_cfg 0
+
 
 Using e16 with GNOME
 



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e maxerba

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : maxerba
Project : e17
Module  : apps/e

Dir : e17/apps/e/po


Modified Files:
it.po 


Log Message:





-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: calendar maxerba

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : maxerba
Project : e_modules
Module  : calendar

Dir : e_modules/calendar/po


Modified Files:
it.po 


Log Message:





-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e maxerba

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : maxerba
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
configure.in 


Log Message:
added fr_CH localization

===
RCS file: /cvs/e/e17/apps/e/configure.in,v
retrieving revision 1.195
retrieving revision 1.196
diff -u -3 -r1.195 -r1.196
--- configure.in6 Dec 2007 04:58:39 -   1.195
+++ configure.in9 Dec 2007 17:32:22 -   1.196
@@ -143,7 +143,7 @@
 #ALL_LINGUAS="bg de eo es fi fr ja pl pt ru zh_CN hu sl it cs da sk sv nb nl 
zh_TW ko"
 #ALL_LINGUAS="bg de eo es fi fr ja pt ru zh_CN hu sl it cs da sk sv nb nl 
zh_TW"
 # a lot of .po's are broken
-ALL_LINGUAS="bg de eo es ja ru hu sl it fr pt_BR ko ca zh_CN zh_TW"
+ALL_LINGUAS="bg de eo es ja ru hu sl it fr pt_BR ko ca zh_CN zh_TW fr_CH"
 AC_SUBST(ALL_LINGUAS)
 
 AM_GNU_GETTEXT([external])



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e maxerba

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : maxerba
Project : e17
Module  : apps/e

Dir : e17/apps/e/po


Added Files:
fr_CH.po 


Log Message:
added fr_CH localization




-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: e kwo

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir : e16/e/lib


Modified Files:
Makefile.am e16_hack.c 


Log Message:
Fix visibility.

===
RCS file: /cvs/e/e16/e/lib/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 7 Nov 2007 22:05:18 -   1.3
+++ Makefile.am 9 Dec 2007 17:30:11 -   1.4
@@ -5,6 +5,7 @@
 libe16_LTLIBRARIES = libhack.la
 
 libhack_la_SOURCES  = e16_hack.c
+libhack_la_CPPFLAGS = -I$(top_srcdir)/src
 
 libhack_la_LIBADD   = $(DLOPEN_LIBS)
 libhack_la_LDFLAGS  = -avoid-version
===
RCS file: /cvs/e/e16/e/lib/e16_hack.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e16_hack.c  17 Jan 2007 01:10:40 -  1.4
+++ e16_hack.c  9 Dec 2007 17:30:11 -   1.5
@@ -31,6 +31,7 @@
 #include 
 
 #include "config.h"
+#include "util.h"
 
 /* dlopened xlib so we can find the symbols in the real xlib to call them */
 static void*lib_xlib = NULL;
@@ -65,7 +66,7 @@
 XSetWindowAttributes * _attributes);
 
 /* XCreateWindow intercept hack */
-Window
+__EXPORT__  Window
 XCreateWindow(Display * display, Window parent, int x, int y,
  unsigned int width, unsigned int height,
  unsigned int border_width,
@@ -95,7 +96,7 @@
  unsigned long _background);
 
 /* XCreateSimpleWindow intercept hack */
-Window
+__EXPORT__  Window
 XCreateSimpleWindow(Display * display, Window parent, int x, int y,
unsigned int width, unsigned int height,
unsigned int border_width,
@@ -120,7 +121,7 @@
   int x, int y);
 
 /* XReparentWindow intercept hack */
-int
+__EXPORT__ int
 XReparentWindow(Display * display, Window window, Window parent, int x, int y)
 {
static RWF *func = NULL;



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl jethomas

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : jethomas
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/lib


Modified Files:
ewl_filelist_model.c ewl_filepicker.c 


Log Message:
Don't need fnmatch twice, return needs to be freed

===
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_model.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- ewl_filelist_model.c9 Dec 2007 06:29:03 -   1.8
+++ ewl_filelist_model.c9 Dec 2007 16:59:58 -   1.9
@@ -6,7 +6,6 @@
 #include "ewl_model.h"
 #include "ewl_filelist.h"
 #include "ewl_io_manager.h"
-#include 
 #include 
 #include 
 
===
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filepicker.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- ewl_filepicker.c9 Dec 2007 04:33:39 -   1.40
+++ ewl_filepicker.c9 Dec 2007 16:59:58 -   1.41
@@ -752,7 +752,7 @@
 ewl_filepicker_cb_filter_change(Ewl_Widget *w, void *ev __UNUSED__, void *data)
 {
Ewl_Filepicker *fp;
-   const char *name;
+   char *name;
 
DENTER_FUNCTION(DLEVEL_STABLE);
DCHECK_PARAM_PTR(w);
@@ -767,6 +767,7 @@

ewl_filepicker_filter_add(fp, name, name, NULL);
ewl_filepicker_cb_type_change(fp->mvc_filters.combo, NULL, fp);
+   FREE(name);
 
DLEAVE_FUNCTION(DLEVEL_STABLE);
 }



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/modules/conf_display


Modified Files:
e_int_config_display.c 


Log Message:
Formatting & whitespace removal.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_display/e_int_config_display.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_int_config_display.c  23 Aug 2007 10:49:50 -  1.2
+++ e_int_config_display.c  9 Dec 2007 15:57:11 -   1.3
@@ -63,7 +63,7 @@
E_Dialog *dia;
SureBox *sb;
E_Config_Dialog *cfd;
-   
+
dia = win->data;
sb = dia->data;
sb->cfdata->surebox = NULL;
@@ -108,8 +108,9 @@
for (l = sb->cfdata->resolutions; l; l = l->next)
  {
Resolution *res = l->data;
-   if (res->size.width == sb->cfdata->orig_size.width 
- && res->size.height == sb->cfdata->orig_size.height)
+
+   if ((res->size.width == sb->cfdata->orig_size.width) 
+ && (res->size.height == sb->cfdata->orig_size.height))
  {
 e_widget_ilist_selected_set(sb->cfdata->res_list, res->id);
 break;
@@ -129,35 +130,34 @@
  {
if (sb->cfdata->has_rates)
  snprintf(buf, sizeof(buf),
-   _("Does this look OK? Press Yes if it does, 
or No if not."
-  "If you do not press a button, the old resolution of"
-  "%dx%d at %d Hz will be restored in %d seconds."),
-   sb->cfdata->orig_size.width, sb->cfdata->orig_size.height,
-   sb->cfdata->orig_rate.rate, sb->iterations);
+  _("Does this look OK? Press Yes if it 
does, or No if not."
+"If you do not press a button, the old resolution of"
+"%dx%d at %d Hz will be restored in %d seconds."),
+  sb->cfdata->orig_size.width, sb->cfdata->orig_size.height,
+  sb->cfdata->orig_rate.rate, sb->iterations);
else
  snprintf(buf, sizeof(buf),
-   _("Does this look OK? Press Yes if it does, 
or No if not."
-  "If you do not press a button, the old resolution of"
-  "%dx%d at will be restored in %d seconds."),
-   sb->cfdata->orig_size.width, sb->cfdata->orig_size.height,
-   sb->iterations);
-
+  _("Does this look OK? Press Yes if it 
does, or No if not."
+"If you do not press a button, the old resolution of"
+"%dx%d at will be restored in %d seconds."),
+  sb->cfdata->orig_size.width, sb->cfdata->orig_size.height,
+  sb->iterations);
  }
else
  {
if (sb->cfdata->has_rates)
  snprintf(buf, sizeof(buf),
-   _("Does this look OK? Press Yes if it does, 
or No if not."
-  "If you do not press a button, the old resolution of"
-  "%dx%d at %d Hz will be restored 
IMMEDIATELY."),
-   sb->cfdata->orig_size.width, sb->cfdata->orig_size.height,
-   sb->cfdata->orig_rate.rate);
+  _("Does this look OK? Press Yes if it 
does, or No if not."
+"If you do not press a button, the old resolution of"
+"%dx%d at %d Hz will be restored 
IMMEDIATELY."),
+  sb->cfdata->orig_size.width, sb->cfdata->orig_size.height,
+  sb->cfdata->orig_rate.rate);
else
  snprintf(buf, sizeof(buf),
-   _("Does this look OK? Press Yes if it does, 
or No if not."
-  "If you do not press a button, the old resolution of"
-  "%dx%d at will be restored IMMEDIATELY."),
-   sb->cfdata->orig_size.width, sb->cfdata->orig_size.height);
+  _("Does this look OK? Press Yes if it 
does, or No if not."
+"If you do not press a button, the old resolution of"
+"%dx%d at will be restored 
IMMEDIATELY."),
+  sb->cfdata->orig_size.width, sb->cfdata->orig_size.height);
  }
e_dialog_text_set(sb->dia, buf);
 }
@@ -179,8 +179,9 @@
for (l = sb->cfdata->resolutions; l; l = l->next)
  {
 Resolution *res = l->data;
-if (res->size.width == sb->cfdata->orig_size.width 
-  && res->size.height == sb->cfdata->orig_size.height)
+
+if ((res->size.width == sb->cfdata->orig_size.width) 
+  && (res->size.height == sb->cfdata->orig_size.height))
   {
  e_widget_ilist_selected_set(sb->cfdata->res_list, res->id);
  break;
@@ -199,7 +200,7 @@
 _surebox_new(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
 {
SureBox *sb;
-   
+
sb = E_NEW(SureBox, 1);
sb->dia = e_dialog_new(cfd->con, "E", "_display_res_sure_dialog");
sb->timer = ecore_timer_add(1.0, _sure

E CVS: apps/e englebass

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_border.c e_border.h e_desk.c 


Log Message:
Fix fullscreen on desktop change (patch by Hannes Janetzek).

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.613
retrieving revision 1.614
diff -u -3 -r1.613 -r1.614
--- e_border.c  2 Dec 2007 20:03:29 -   1.613
+++ e_border.c  9 Dec 2007 15:40:14 -   1.614
@@ -718,8 +718,6 @@
ecore_x_window_shadow_tree_flush();
if (bd->moving)
  _e_border_move_end(bd);
-   if (bd->fullscreen)
- e_border_unfullscreen(bd);
if (bd->resize_mode != RESIZE_NONE)
  {
_e_border_pointer_resize_end(bd);
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.h,v
retrieving revision 1.167
retrieving revision 1.168
diff -u -3 -r1.167 -r1.168
--- e_border.h  26 Nov 2007 21:33:23 -  1.167
+++ e_border.h  9 Dec 2007 15:40:14 -   1.168
@@ -352,7 +352,6 @@
unsigned intneed_shape_export : 1;
unsigned intfullscreen : 1;
unsigned intneed_fullscreen : 1;
-   unsigned intwant_fullscreen : 1;
unsigned intalready_unparented : 1;
unsigned intneed_reparent : 1;
unsigned intbutton_grabbed : 1;
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_desk.c,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -3 -r1.70 -r1.71
--- e_desk.c15 Nov 2007 20:16:25 -  1.70
+++ e_desk.c9 Dec 2007 15:40:14 -   1.71
@@ -244,17 +244,11 @@
  if ((bd->desk == desk) || (bd->sticky))
{
   e_border_show(bd);
-  if (bd->want_fullscreen)
-{
-   e_border_fullscreen(bd, 
e_config->fullscreen_policy);
-   bd->want_fullscreen = 0;
-}
}
  else if (bd->moving)
e_border_desk_set(bd, desk);
  else
{
-  if (bd->fullscreen) bd->want_fullscreen = 1;
   e_border_hide(bd, 2);
}
   }
@@ -599,11 +593,6 @@
bd->fx.start.y += bd->zone->container->h - (bd->zone->y + 
bd->zone->h);
  e_border_fx_offset(bd, bd->fx.start.x, bd->fx.start.y);
  e_border_show(bd);
- if (bd->want_fullscreen)
-   {
-  e_border_fullscreen(bd, e_config->fullscreen_policy);
-  bd->want_fullscreen = 0;
-   }
   }
  }
  }
@@ -737,11 +726,6 @@
  else
bd->fx.start.y += bd->zone->container->h - (bd->zone->y + 
bd->zone->h);
  e_border_fx_offset(bd, 0, 0);
- if (bd->want_fullscreen)
-   {
-  e_border_fullscreen(bd, e_config->fullscreen_policy);
-  bd->want_fullscreen = 0;
-   }
   }
  }
  }
@@ -766,7 +750,6 @@
 else if ((bd->desk == desk) && (!bd->sticky))
   {
  e_border_fx_offset(bd, 0, 0);
- if (bd->fullscreen) bd->want_fullscreen = 1;
  e_border_hide(bd, 2);
   }
  }



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e englebass

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : englebass
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_shelf.c 


Log Message:
Delay assignment of es->win, as e_popup_edje_bg_object_set might change
the window (patch from jeffdameth).

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_shelf.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -3 -r1.87 -r1.88
--- e_shelf.c   8 Dec 2007 23:40:57 -   1.87
+++ e_shelf.c   9 Dec 2007 15:38:03 -   1.88
@@ -109,15 +109,12 @@
e_popup_layer_set(es->popup, layer);
es->ee = es->popup->ecore_evas;
es->evas = es->popup->evas;
-   es->win = es->popup->evas_win;
  }
else
  {
e_drop_xdnd_register_set(zone->container->event_win, 1);
es->ee = zone->container->bg_ecore_evas;
es->evas = zone->container->bg_evas;
-   /* TODO: We should have a mouse out on the evas object if we are on the 
desktop */
-   es->win = zone->container->event_win;
  }
es->fit_along = 1;
es->layer = layer;
@@ -149,6 +146,7 @@
evas_object_show(es->o_event);
evas_object_show(es->o_base);
e_popup_edje_bg_object_set(es->popup, es->o_base);
+   es->win = es->popup->evas_win;
  }
else
  {
@@ -156,6 +154,8 @@
evas_object_move(es->o_base, es->zone->x + es->x, es->zone->y + es->y);
evas_object_layer_set(es->o_event, layer);
evas_object_layer_set(es->o_base, layer);
+   /* TODO: We should have a mouse out on the evas object if we are on the 
desktop */
+   es->win = zone->container->event_win;
  }
 
es->gadcon = e_gadcon_swallowed_new(es->name, es->id, es->o_base, 
"e.swallow.content");



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_toolbar.c 


Log Message:
No need to use a switch when detecting mouse button. A simple one-line if
will work instead.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_toolbar.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_toolbar.c 22 Nov 2007 19:33:34 -  1.10
+++ e_toolbar.c 9 Dec 2007 15:35:41 -   1.11
@@ -280,22 +280,16 @@
 
ev = event_info;
tbar = data;
-   switch (ev->button) 
- {
-  case 3:
-   mn = e_menu_new();
-   e_menu_post_deactivate_callback_set(mn, _e_toolbar_menu_cb_post, tbar);
-   tbar->menu = mn;
-   _e_toolbar_menu_append(tbar, mn);
-   zone = e_util_zone_current_get(e_manager_current_get());
-   ecore_x_pointer_xy_get(zone->container->win, &x, &y);
-   e_menu_activate_mouse(mn, zone, x, y, 1, 1, 
- E_MENU_POP_DIRECTION_DOWN, ev->timestamp);
-   e_util_evas_fake_mouse_up_later(tbar->gadcon->evas, ev->button);
-   break;
-  default:
-   break;
- }
+   if (ev->button != 3) return;
+   mn = e_menu_new();
+   e_menu_post_deactivate_callback_set(mn, _e_toolbar_menu_cb_post, tbar);
+   tbar->menu = mn;
+   _e_toolbar_menu_append(tbar, mn);
+   zone = e_util_zone_current_get(e_manager_current_get());
+   ecore_x_pointer_xy_get(zone->container->win, &x, &y);
+   e_menu_activate_mouse(mn, zone, x, y, 1, 1, 
+E_MENU_POP_DIRECTION_DOWN, ev->timestamp);
+   e_util_evas_fake_mouse_up_later(tbar->gadcon->evas, ev->button);
 }
 
 static void 
@@ -376,6 +370,7 @@
E_Menu_Item *mi;
 
mi = l->data;
+   if (!mi) continue;
if (mi->submenu) e_object_del(E_OBJECT(mi->submenu));
  }
 }
@@ -407,8 +402,7 @@
E_Toolbar *tbar;
 
tbar = data;
-   if (!tbar->gadcon->config_dialog) 
- e_int_gadcon_config_toolbar(tbar->gadcon);
+   if (!tbar->gadcon->config_dialog) e_int_gadcon_config_toolbar(tbar->gadcon);
 }
 
 static void 



-
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: libs/ewl doursse

2007-12-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/lib


Modified Files:
ewl_tree2.c 


Log Message:
remove trailing spaces

===
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_tree2.c,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -3 -r1.89 -r1.90
--- ewl_tree2.c 9 Dec 2007 00:27:17 -   1.89
+++ ewl_tree2.c 9 Dec 2007 09:10:00 -   1.90
@@ -434,7 +434,7 @@
DCHECK_PARAM_PTR(data);
DCHECK_TYPE(tree, EWL_TREE2_TYPE);
 
-   
+
/* if this tree has no expansions we're done */
if (!tree->expansions) DRETURN(DLEVEL_STABLE);
 
@@ -446,14 +446,14 @@
/* nothing to do if the row isn't expanded */
if (!ewl_tree2_row_expanded_is(tree, data, row)) DRETURN(DLEVEL_STABLE);
 
-   /* we found the item so we can remove it */ 
+   /* we found the item so we can remove it */
for (i = 0; exp->expanded[i] != row; i++)
;
 
-   memmove(exp->expanded + i, exp->expanded + i + 1, 
+   memmove(exp->expanded + i, exp->expanded + i + 1,
sizeof(unsigned int) * (exp->size - i - 1));
exp->size--;
-   exp->expanded = realloc(exp->expanded, 
+   exp->expanded = realloc(exp->expanded,
sizeof(unsigned int) * exp->size);
 
node = ewl_container_child_get(exp->c, row);
@@ -775,10 +775,10 @@
if (tree->row_color_alternate)
{
if (colour)
-   ewl_widget_state_set(row, "odd", 
+   ewl_widget_state_set(row, "odd",
EWL_STATE_PERSISTENT);
else
-   ewl_widget_state_set(row, "even", 
+   ewl_widget_state_set(row, "even",
EWL_STATE_PERSISTENT);
}
 
@@ -958,7 +958,7 @@
exp = ecore_hash_get(tree->expansions, data);
if (!exp)
DRETURN_PTR(NULL, DLEVEL_STABLE);
-   
+
c = exp->c;
}
 
@@ -966,7 +966,7 @@
r = ewl_container_child_get(c, row);
if (tree->type == EWL_TREE_SELECTION_TYPE_ROW)
w = EWL_WIDGET(r);
-   else 
+   else
{
/* infact our row is a node so we have to get the row
 * to search for the right container */
@@ -1071,16 +1071,16 @@
ewl_tree2_cb_node_child_add);
ewl_container_remove_notify_set(EWL_CONTAINER(node),
ewl_tree2_cb_node_child_del);
-   
+
/* we don't want the mvc to unref our data since the data is owned
 * by the tree or the parent node */
-   ewl_callback_del(EWL_WIDGET(node), EWL_CALLBACK_DESTROY, 
+   ewl_callback_del(EWL_WIDGET(node), EWL_CALLBACK_DESTROY,
ewl_mvc_cb_data_unref);
 
ewl_object_fill_policy_set(EWL_OBJECT(node),
EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_HSHRINK);
 
-   ewl_callback_del(EWL_WIDGET(node), EWL_CALLBACK_CONFIGURE, 
+   ewl_callback_del(EWL_WIDGET(node), EWL_CALLBACK_CONFIGURE,
ewl_box_cb_configure);
ewl_callback_append(EWL_WIDGET(node), EWL_CALLBACK_CONFIGURE,
ewl_tree2_cb_node_configure, NULL);
@@ -1142,7 +1142,7 @@
DCHECK_PARAM_PTR_RET(node, FALSE);
DCHECK_TYPE_RET(node, EWL_TREE2_NODE_TYPE, FALSE);
 
-   DRETURN_INT((node->handle) && 
+   DRETURN_INT((node->handle) &&

ewl_expansion_is_expandable(EWL_EXPANSION(node->handle)), DLEVEL_STABLE);
 }
 
@@ -1193,18 +1193,18 @@
{
Ewl_Tree2_Expansions_List *exp;
 
-   node->expansion.data = 
+   node->expansion.data =
model->expansion.data(data, node->row_num);
 
/* Put the node into the expansions hash */
exp = ewl_tree2_expansions_list_new();
exp->c = EWL_CONTAINER(node);
-   ecore_hash_set(EWL_TREE2(node->tree)->expansions, 
+   ecore_hash_set(EWL_TREE2(node->tree)->expansions,
node->expansion.data, exp);
}
 
if (!node->expansion.model && model->expansion.model)
-   node->expansion.model = 
+   node->expansion.model =
model->expansion.model(data, node->row_num);
 
/* We only save the model reference here to unref it on destroy.
@@ -1220,7 +1220,7 @@