E CVS: apps/e devilhorns

2008-08-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_msgbus.c 


Log Message:
Patch from lok to fix E compiling without e_dbus. Makes cvs build again.
Thanks lok :)

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_msgbus.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_msgbus.c  11 Jun 2008 07:02:05 -  1.5
+++ e_msgbus.c  6 Aug 2008 22:52:04 -   1.6
@@ -110,25 +110,21 @@
return 1;
 }
 
+#ifdef HAVE_EDBUS
 EAPI void
 e_msgbus_interface_attach(E_DBus_Interface *iface)
 {
-#ifdef HAVE_EDBUS
if (!_e_msgbus_data->obj) return;
e_dbus_object_interface_attach(_e_msgbus_data->obj, iface);
-#endif
 }
 
 EAPI void
 e_msgbus_interface_detach(E_DBus_Interface *iface)
 {
-#ifdef HAVE_EDBUS
if (!_e_msgbus_data->obj) return;
e_dbus_object_interface_detach(_e_msgbus_data->obj, iface);
-#endif
 }
 
-#ifdef HAVE_EDBUS
 static void
 _e_msgbus_request_name_cb(void *data, DBusMessage *msg, DBusError *err)
 {



-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-07-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_configure.edc 


Log Message:
Theme patch from Toma. Remove unused glints.

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_configure.edc,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- default_configure.edc   5 Mar 2008 05:39:55 -   1.24
+++ default_configure.edc   12 Jul 2008 06:25:32 -  1.25
@@ -3,9 +3,6 @@
image: "e17_dialog_watermark.png" COMP;
image: "e17_logo.png" COMP;
image: "e17_menu_bg.png" COMP;
-   image: "e17_titlebar_glint1.png" COMP;
-   image: "e17_titlebar_glint2.png" COMP;
-   image: "e17_titlebar_glint3.png" COMP;
 }
 
 group {
@@ -156,209 +153,5 @@
}   
 }
   }
-  part {
-name: "glint_clip";
-type: RECT;
-mouse_events: 0;
-description {
-   state: "default" 0.0;
-   color: 255 255 255 255;
-   rel1 {
-  relative: 0.0 0.0;
-  offset: 3 3;
-   }
-   rel2 {
-  relative: 1.0 1.0;
-  offset: -4 -4;
-   }
-}
-  }
-  part {
-name: "glint1";
-mouse_events: 0;
-description {
-   state: "default" 0.0;
-   visible: 0;
-   color: 255 255 255 0;
-   align: 0.0 0.0;
-   max: 34 13;
-   rel1 {
-  relative: 0.0 0.0;
-  offset: 2 2;
-   }
-   rel2 {
-  relative: 1.0 1.0;
-  offset: -3 -3;
-   }
-   image {
-  normal: "e17_titlebar_glint1.png";
-  border: 5 0 5 0;
-   }
-   fill {
-  smooth: 0;
-   }
-}
-description {
-   state: "active" 0.0;
-   inherit: "default" 0.0;
-   visible: 1;
-   color: 255 255 255 255;
-}
-  }
-  part {
-name: "glint2";
-mouse_events: 0;
-clip_to: "glint_clip";
-description {
-   state: "default" 0.0;
-   visible: 0;
-   color: 255 255 255 0;
-   align: 1.0 0.5;
-   max: 0 0;
-   rel1 {
-  relative: 0.0 0.0;
-  offset: 3 3;
-   }
-   rel2 {
-  relative: 0.0 1.0;
-  offset: 3 -4;
-   }
-   image {
-  normal: "e17_titlebar_glint2.png";
-  border: 0 0 5 5;
-   }
-   fill {
-  smooth: 0;
-   }
-}
-description {
-   state: "active" 0.0;
-   inherit: "default" 0.0;
-   visible: 1;
-   color: 255 255 255 255;
-   max: 169 ;
-   min: 169 8;
-   align: 0.5 0.5;
-}
-description {
-   state: "active2" 0.0;
-   inherit: "default" 0.0;
-   visible: 1;
-   color: 255 255 255 128;
-   max: 169 ;
-   min: 169 8;
-   align: 0.5 0.5;
-   rel1 {
-  relative: 1.0 0.0;
-  offset: -4 3;
-   }
-   rel2 {
-  relative: 1.0 1.0;
-  offset: -4 -4;
-   }
-}
-description {
-   state: "active3" 0.0;
-   inherit: "default" 0.0;
-   visible: 0;
-   color: 255 255 255 0;
-   max: 169 ;
-   min: 169 8;
-   align: 0.0 0.5;
-   rel1 {
-  relative: 1.0 0.0;
-  offset: -4 3;
-   }
-   rel2 {
-  relative: 1.0 1.0;
-  offset: -4 -4;
-   }
-}
-  }
-  part {
-name: "glint3";
-mouse_events: 0;
-description {
-   state: "default" 0.0;
-   visible: 0;
-   color: 255 255 255 0;
-   align: 1.0 1.0;
-   max: 34 13;
-   rel1 {
-  relative: 0.0 0.0;
-  offset: 2 2;
-   }
-   rel2 {
-  relative: 1.0 1.0;
-  offset: -3 -3;
-   }
-   image {
-  normal: "e17_titlebar_glint3.png";
-  border: 0 5 0 5;
-   }
-   fill {
-  smooth: 0;
-   }
-}
-description {
-   state: "active" 0.0;
-   inherit: "default" 0.0;
-   visible: 1;
-   color: 255 255 255 255;
-}
-  }
-   }
-   programs {
-  program {
-name: "button_in";
-signal: "mouse,in";
-source: "e.swallow.button";
-script {
-   run_program(PROGRAM:"go_active");
-}
-  }
-  program {
-name: "go_active";
-action: STATE_SET "active" 0.0;
-target: "glint1";
-target: "glint2";
-tran

E CVS: apps/e devilhorns

2008-07-10 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_about.c 


Log Message:
Formatting/Whitespace Fixes.
Update Copyright year.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_about.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_about.c   8 Jul 2008 19:41:42 -   1.20
+++ e_about.c   11 Jul 2008 03:01:02 -  1.21
@@ -21,11 +21,11 @@
E_Manager *man;
Evas_Object *o;
E_About *about;
-   
+
if (_e_about) 
  {
E_Zone *z, *z2;
-   
+
about = _e_about;
z = e_util_zone_current_get(e_manager_current_get());
z2 = about->win->border->zone;
@@ -43,7 +43,7 @@
e_border_unshade(about->win->border, E_DIRECTION_DOWN);
return NULL;
  }
-   
+
if (!con)
  {
man = e_manager_current_get();
@@ -66,19 +66,19 @@
e_win_dialog_set(about->win, 1);
e_win_name_class_set(about->win, "E", "_about");
e_win_title_set(about->win, _("About Enlightenment"));
-   
+
o = edje_object_add(e_win_evas_get(about->win));
about->bg_object = o;
e_theme_edje_object_set(o, "base/theme/about", "e/widgets/about/main");
evas_object_move(o, 0, 0);
evas_object_show(o);
-   
+
edje_object_part_text_set(about->bg_object, "e.text.title", 
_("Enlightenment"));
edje_object_part_text_set(about->bg_object, "e.text.version", VERSION);
edje_object_part_text_set
  (about->bg_object, "e.textblock.about",
   _(
-   "Copyright © 1999-2007, by the Enlightenment Development Team."
+   "Copyright © 1999-2008, by the Enlightenment Development Team."
""
"We hope you enjoy using this software as much as we enjoyed "
"writing it."
@@ -98,7 +98,7 @@
  {
FILE *f;
char buf[4096], buf2[4096], *tbuf;
-   
+
snprintf(buf, sizeof(buf), "%s/AUTHORS", e_prefix_data_get());
f = fopen(buf, "r");
if (f)
@@ -107,7 +107,7 @@
 while (fgets(buf, sizeof(buf), f))
   {
  int len;
- 
+
  len = strlen(buf);
  if (len > 0)
{  
@@ -119,7 +119,7 @@
   if (len > 0)
 {
char *p;
-   
+
do
  {
 p = strchr(buf, '<');
@@ -141,7 +141,8 @@
 fclose(f);
 if (tbuf)
   {
- edje_object_part_text_set(about->bg_object, 
"e.textblock.authors", tbuf);
+ edje_object_part_text_set(about->bg_object, 
+"e.textblock.authors", tbuf);
  free(tbuf);
   }
  }
@@ -155,7 +156,7 @@
 e_about_show(E_About *about)
 {
Evas_Coord w, h, mw, mh;
-   
+
edje_object_size_min_get(about->bg_object, &w, &h);
edje_object_size_min_calc(about->bg_object, &mw, &mh);
if (w > mw) mw = w;
@@ -163,7 +164,7 @@
evas_object_resize(about->bg_object, mw, mh);
e_win_resize(about->win, mw, mh);
e_win_size_min_set(about->win, mw, mh);
-   
+
edje_object_size_max_get(about->bg_object, &w, &h);
if ((w > 0) && (h > 0))
  {
@@ -188,9 +189,8 @@
 _e_about_cb_delete(E_Win *win)
 {
E_About *about;
-   
-   about = win->data;
-   if (!about) return;
+
+   if (!(about = win->data)) return;
e_object_del(E_OBJECT(about));
 }
 
@@ -198,9 +198,8 @@
 _e_about_cb_close(void *data, Evas_Object *obj, const char *emission, const 
char *source)
 {
E_About *about;
-   
-   about = data;
-   if (!about) return;
+
+   if (!(about = data)) return;
e_util_defer_object_del(E_OBJECT(about));
 }
 
@@ -208,7 +207,7 @@
 _e_about_cb_resize(E_Win *win)
 {
E_About *about;
-   
+
about = win->data;
evas_object_resize(about->bg_object, about->win->w, about->win->h);
 }



-
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/e devilhorns

2008-07-10 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_desklock.edc 


Log Message:
Patch from Toma to remove duplicate color: entries for some parts.

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_desklock.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- default_desklock.edc17 Sep 2007 12:03:47 -  1.11
+++ default_desklock.edc10 Jul 2008 15:19:50 -  1.12
@@ -63,7 +63,6 @@
effect: SHADOW;
description {
   state: "default" 0.0;
-  color: 0 0 0 255;
   fixed: 0 1;
   align: 0.0 0.5;
   rel1 {
@@ -162,7 +161,6 @@
   clip_to: "passwd_entry_clip";
   description {
  state: "default" 0.0;
- color: 0 0 0 255;
  fixed: 0 1;
  align: 0.0 0.5;
  



-
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/e devilhorns

2008-07-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_sys.edc 


Log Message:
Small patch from Toma to fix Logout dialog not having a fixed: 1 1; for
certain parts.

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_sys.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- default_sys.edc 10 Sep 2006 04:51:07 -  1.1
+++ default_sys.edc 7 Jul 2008 09:53:09 -   1.2
@@ -128,6 +128,7 @@
aspect_preference: BOTH;
min: 128 128;
max: 128 128;
+   fixed: 1 1;
align: 0.5 0.0;
rel1 {
relative: 0.0 0.0;
@@ -363,6 +364,7 @@
aspect_preference: BOTH;
min: 128 128;
max: 128 128;
+   fixed: 1 1;
align: 0.5 0.0;
rel1 {
relative: 0.0 0.0;
@@ -598,6 +600,7 @@
aspect_preference: BOTH;
min: 128 128;
max: 128 128;
+   fixed: 1 1;
align: 0.5 0.0;
rel1 {
relative: 0.0 0.0;
@@ -833,6 +836,7 @@
aspect_preference: BOTH;
min: 128 128;
max: 128 128;
+   fixed: 1 1;
align: 0.5 0.0;
rel1 {
relative: 0.0 0.0;
@@ -1068,6 +1072,7 @@
aspect_preference: BOTH;
min: 128 128;
max: 128 128;
+   fixed: 1 1;
align: 0.5 0.0;
rel1 {
relative: 0.0 0.0;



-
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/e devilhorns

2008-07-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_desk.c 


Log Message:
Formatting/Whitespace fixes.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_desk.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -3 -r1.72 -r1.73
--- e_desk.c5 Jun 2008 10:52:13 -   1.72
+++ e_desk.c7 Jul 2008 01:03:33 -   1.73
@@ -13,7 +13,6 @@
 static void _e_border_event_desk_before_show_free(void *data, void *ev);
 static void _e_border_event_desk_deskshow_free(void *data, void *ev);
 static void _e_border_event_desk_name_change_free(void *data, void *ev);
-
 static void _e_desk_show_begin(E_Desk *desk, int mode, int dx, int dy);
 static void _e_desk_show_end(E_Desk *desk);
 static int _e_desk_show_animator(void *data);
@@ -49,10 +48,10 @@
Evas_List *l;
char name[40];
int ok;
-   
+
E_OBJECT_CHECK_RETURN(zone, NULL);
E_OBJECT_TYPE_CHECK_RETURN(zone, E_ZONE_TYPE, NULL);
-   
+
desk = E_OBJECT_ALLOC(E_Desk, E_DESK_TYPE, _e_desk_free);
if (!desk) return NULL;
 
@@ -71,7 +70,8 @@
(zone->container->num != cfname->container)) continue;
if ((cfname->zone >= 0) &&
(zone->num != cfname->zone)) continue;
-   if ((cfname->desk_x != desk->x) || (cfname->desk_y != desk->y)) 
continue;
+   if ((cfname->desk_x != desk->x) || (cfname->desk_y != desk->y)) 
+  continue;
desk->name = evas_stringshare_add(cfname->name);
ok = 1;
break;
@@ -82,7 +82,7 @@
snprintf(name, sizeof(name), _(e_config->desktop_default_name), x, y);
desk->name = evas_stringshare_add(name);
  }
-   
+
return desk;
 }
 
@@ -107,7 +107,7 @@
 e_desk_name_add(int container, int zone, int desk_x, int desk_y, const char 
*name)
 {
E_Config_Desktop_Name *cfname;
-   
+
e_desk_name_del(container, zone, desk_x, desk_y);
cfname = E_NEW(E_Config_Desktop_Name, 1);
cfname->container = container;
@@ -121,12 +121,12 @@
 EAPI void
 e_desk_name_del(int container, int zone, int desk_x, int desk_y)
 {
-   Evas_List *l;
-   
+   Evas_List *l = NULL;
+
for (l = e_config->desktop_names; l; l = l->next)
  {
E_Config_Desktop_Name *cfname;
-   
+
cfname = l->data;
if ((cfname->container == container) && (cfname->zone == zone) &&
(cfname->desk_x == desk_x) && (cfname->desk_y == desk_y))
@@ -150,7 +150,7 @@
E_Desk *desk;
int d_x, d_y, ok;
charname[40];
-   
+
for (m = e_manager_list(); m; m = m->next)
  {
man = m->data;
@@ -200,13 +200,12 @@
 EAPI void
 e_desk_show(E_Desk *desk)
 {
-   E_Border_List *bl;
-   E_Border  *bd;
+   E_Border_List *bl;
+   E_Border *bd;
E_Event_Desk_Show *ev;
E_Event_Desk_Before_Show *eev;
Evas_List *l;
-   intwas_zone = 0;
-   intx, y, dx = 0, dy = 0;
+   int was_zone = 0, x, y, dx = 0, dy = 0;
 
E_OBJECT_CHECK(desk);
E_OBJECT_TYPE_CHECK(desk, E_DESK_TYPE);
@@ -215,7 +214,8 @@
eev = E_NEW(E_Event_Desk_Before_Show, 1);
eev->desk = e_desk_current_get(desk->zone);
e_object_ref(E_OBJECT(eev->desk));
-   ecore_event_add(E_EVENT_DESK_BEFORE_SHOW, eev, 
_e_border_event_desk_before_show_free, NULL);
+   ecore_event_add(E_EVENT_DESK_BEFORE_SHOW, eev, 
+   _e_border_event_desk_before_show_free, NULL);
 
ecore_x_window_shadow_tree_flush();
for (x = 0; x < desk->zone->desk_x_count; x++)
@@ -237,7 +237,7 @@
   }
  }
  }
-   
+
desk->zone->desk_x_current = desk->x;
desk->zone->desk_y_current = desk->y;
desk->visible = 1;
@@ -251,15 +251,11 @@
 if ((bd->desk->zone == desk->zone) && (!bd->iconic))
   {
  if ((bd->desk == desk) || (bd->sticky))
-   {
-  e_border_show(bd);
-   }
+e_border_show(bd);
  else if (bd->moving)
e_border_desk_set(bd, desk);
  else
-   {
-  e_border_hide(bd, 2);
-   }
+e_border_hide(bd, 2);
   }
  }
e_container_border_list_free(bl);
@@ -267,15 +263,15 @@
 
if (e_config->desk_flip_animate_mode > 0)
  _e_desk_show_begin(desk, e_config->desk_flip_animate_mode, dx, dy);
-   
+
if (e_config->focus_last_focused_per_desktop)
  e_desk_last_focused_focus(desk);
-   
+
if (was_zone)
  e_bg_zone_update(desk->zone, E_BG_TRANSITION_DESK);
else
  e_bg_zone_update(desk->zone, E_BG_TRANSITION_START);
-   
+
ev = E_NEW(E_Event_Desk_Show, 1);
ev->desk = desk;
e_object_ref(E_OBJECT(desk));
@@ -295,7 +291,7 @@
cf_es = es->cfg;
if (!cf_es) continue;
 
-   zone = 
e_zone_current_get(e_container_current_get(e_manager_current_get())

E CVS: apps/e devilhorns

2008-07-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_zone.c 


Log Message:
Formatting/Whitespace fixes.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_zone.c,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -3 -r1.136 -r1.137
--- e_zone.c19 Jun 2008 13:23:20 -  1.136
+++ e_zone.c7 Jul 2008 00:53:52 -   1.137
@@ -87,24 +87,28 @@
zone->edge.bottom = ecore_x_window_input_new(con->win, zone->x + 1, zone->y 
+ zone->h - 1, zone->w - 2, 1);
e_container_window_raise(zone->container, zone->edge.bottom, 999);
 
-   zone->handlers = evas_list_append(zone->handlers,
-
ecore_event_handler_add(ECORE_X_EVENT_MOUSE_IN,
-
_e_zone_cb_mouse_in, zone));
-   zone->handlers = evas_list_append(zone->handlers,
-
ecore_event_handler_add(ECORE_X_EVENT_MOUSE_OUT,
-
_e_zone_cb_mouse_out, zone));
-   zone->handlers = evas_list_append(zone->handlers,
-
ecore_event_handler_add(ECORE_X_EVENT_MOUSE_MOVE,
-
_e_zone_cb_mouse_move, zone));
-   zone->handlers = evas_list_append(zone->handlers,
-ecore_event_handler_add(E_EVENT_DESK_SHOW,
-
_e_zone_cb_desk_show, zone));
+   zone->handlers = 
+ evas_list_append(zone->handlers,
+  ecore_event_handler_add(ECORE_X_EVENT_MOUSE_IN,
+  _e_zone_cb_mouse_in, zone));
+   zone->handlers = 
+ evas_list_append(zone->handlers,
+  ecore_event_handler_add(ECORE_X_EVENT_MOUSE_OUT,
+  _e_zone_cb_mouse_out, zone));
+   zone->handlers = 
+ evas_list_append(zone->handlers,
+  ecore_event_handler_add(ECORE_X_EVENT_MOUSE_MOVE,
+  _e_zone_cb_mouse_move, zone));
+   zone->handlers = 
+ evas_list_append(zone->handlers,
+  ecore_event_handler_add(E_EVENT_DESK_SHOW,
+  _e_zone_cb_desk_show, zone));
 
snprintf(name, sizeof(name), "Zone %d", zone->num);
zone->name = evas_stringshare_add(name);
 
con->zones = evas_list_append(con->zones, zone);
-   
+
o = evas_object_rectangle_add(con->bg_evas);
zone->bg_clip_object = o;
evas_object_move(o, x, y);
@@ -125,9 +129,9 @@
evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_MOVE, 
_e_zone_cb_bg_mouse_move, zone);
 
/* TODO: config the ecore_evas type. */
-   zone->black_ecore_evas = e_canvas_new(e_config->evas_engine_zone, 
zone->container->win,
-0, 0, zone->w, zone->h, 1, 1,
-&(zone->black_win), NULL);
+   zone->black_ecore_evas = 
+ e_canvas_new(e_config->evas_engine_zone, zone->container->win,
+  0, 0, zone->w, zone->h, 1, 1, &(zone->black_win), NULL);
e_canvas_add(zone->black_ecore_evas);
ecore_evas_layer_set(zone->black_ecore_evas, 6);
zone->black_evas = ecore_evas_get(zone->black_ecore_evas);
@@ -146,20 +150,19 @@
zone->desk_y_count = 0;
zone->desk_x_current = 0;
zone->desk_y_current = 0;
-   e_zone_desk_count_set(zone,
-e_config->zone_desks_x_count,
+   e_zone_desk_count_set(zone, e_config->zone_desks_x_count,
 e_config->zone_desks_y_count);
 
_e_zone_update_flip(zone);
_e_zone_update_edge(zone);
 
e_object_del_attach_func_set(E_OBJECT(zone), _e_zone_object_del_attach);
-   
+
ev = E_NEW(E_Event_Zone_Add, 1);
ev->zone = zone;
e_object_ref(E_OBJECT(ev->zone));
ecore_event_add(E_EVENT_ZONE_ADD, ev, _e_zone_event_add_free, NULL);
-   
+
return zone;
 }
 
@@ -168,6 +171,7 @@
 {
E_OBJECT_CHECK(zone);
E_OBJECT_TYPE_CHECK(zone, E_ZONE_TYPE);
+
if (zone->name) evas_stringshare_del(zone->name);
zone->name = evas_stringshare_add(name);
 }
@@ -176,10 +180,10 @@
 e_zone_move(E_Zone *zone, int x, int y)
 {
E_Event_Zone_Move_Resize *ev;
-   
+
E_OBJECT_CHECK(zone);
E_OBJECT_TYPE_CHECK(zone, E_ZONE_TYPE);
-   
+
if ((x == zone->x) && (y == zone->y)) return;
zone->x = x;
zone->y = y;
@@ -202,10 +206,10 @@
 e_zone_resize(E_Zone *zone, int w, int h)
 {
E_Event_Zone_Move_Resize *ev;
-   
+
E_OBJECT_CHECK(zone);
E_OBJECT_TYPE_CHECK(zone, E_ZONE_TYPE);
-   
+
if ((w == zone->w) && (h == zone->h)) return;
zone->w = w;
zone->h = h;
@@ -216,19 +220,23 @@
ev = E_NEW(E_Event_Zone_Move_Resize, 1);
ev->zone = zone;
e_object_ref(E_OBJECT(ev->zone));
-   ecore_ev

E CVS: apps/e devilhorns

2008-06-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
little formatting fix.

===
RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_main.c,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -3 -r1.119 -r1.120
--- e_mod_main.c3 May 2008 22:18:35 -   1.119
+++ e_mod_main.c14 Jun 2008 06:18:30 -  1.120
@@ -209,7 +209,8 @@
edje_object_message_send(battery, EDJE_MESSAGE_FLOAT, 1, &msg);
 }
 
-static void _battery_face_time_set(Evas_Object *battery, int time_left)
+static void 
+_battery_face_time_set(Evas_Object *battery, int time_left)
 {
char buf[256];
int hrs, mins;
@@ -249,8 +250,7 @@
ecore_exe_terminate(battery_config->batget_exe);
ecore_exe_free(battery_config->batget_exe);
  }
-   snprintf(buf, sizeof(buf),
-   "%s/%s/batget %i",
+   snprintf(buf, sizeof(buf), "%s/%s/batget %i",
e_module_dir_get(battery_config->module), MODULE_ARCH,
battery_config->poll_interval);
 
@@ -266,9 +266,7 @@
Instance *inst;
 
inst = data;
-
e_gadcon_popup_hide(inst->warning);
-
return 0;
 }
 
@@ -279,15 +277,13 @@
 
inst = (Instance *)data;
if ((!inst) || (!inst->warning)) return;
-
e_gadcon_popup_hide(inst->warning);
 }
 
 static void
 _battery_warning_popup_destroy(Instance *inst)
 {
-   if (!inst || !inst->warning) return;
-
+   if ((!inst) || (!inst->warning)) return;
e_object_del(E_OBJECT(inst->warning));
inst->warning = NULL;
inst->popup_battery = NULL;
@@ -312,7 +308,8 @@
 
if ((!inst) || (inst->warning)) return;
 
-   inst->warning = e_gadcon_popup_new(inst->gcc, 
_battery_warning_popup_resize);
+   inst->warning = 
+ e_gadcon_popup_new(inst->gcc, _battery_warning_popup_resize);
if (!inst->warning) return;
 
e = inst->warning->win->evas;



-
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

2008-06-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_eap_editor.c 


Log Message:
If the desktop editor dialog is closed, close any open icon selector dialog.
This fixes a nasty segfault if you closed the editor dialog while the icon
selector dialog was open.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -3 -r1.95 -r1.96
--- e_eap_editor.c  17 Apr 2008 03:07:51 -  1.95
+++ e_eap_editor.c  7 Jun 2008 18:31:08 -   1.96
@@ -313,9 +313,9 @@
if (cfdata->desktop) efreet_desktop_free(cfdata->desktop);
if (cfdata->editor->tmp_image_path) 
  {
-   if (!cfdata->desktop || !cfdata->editor->saved || 
-   !cfdata->desktop->icon ||
-   strcmp(cfdata->editor->tmp_image_path, cfdata->desktop->icon))
+   if ((!cfdata->desktop) || (!cfdata->editor->saved) || 
+   (!cfdata->desktop->icon) ||
+   (strcmp(cfdata->editor->tmp_image_path, cfdata->desktop->icon)))
  {
 ecore_file_unlink(cfdata->editor->tmp_image_path);
  }
@@ -330,6 +330,9 @@
IFFREE(cfdata->categories);
IFFREE(cfdata->icon);
IFFREE(cfdata->mimes);
+
+   if (cfdata->editor->icon_fsel_dia) 
+ e_object_del(E_OBJECT(cfdata->editor->icon_fsel_dia));
 
e_object_del(E_OBJECT(cfdata->editor));
free(cfdata);



-
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

2008-05-23 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_border_menu.c 


Log Message:
Minor format fix.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_border_menu.c,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -3 -r1.82 -r1.83
--- e_int_border_menu.c 21 May 2008 22:59:19 -  1.82
+++ e_int_border_menu.c 23 May 2008 22:36:57 -  1.83
@@ -57,8 +57,8 @@
if (bd->border_menu) return;
 
m = e_menu_new();
-   e_menu_category_set(m,"border");
-   e_menu_category_data_set("border",bd);
+   e_menu_category_set(m, "border");
+   e_menu_category_data_set("border", bd);
e_object_data_set(E_OBJECT(m), bd);
bd->border_menu = m;
e_menu_post_deactivate_callback_set(m, _e_border_cb_border_menu_end, NULL);



-
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/e devilhorns

2008-05-21 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_border_menu.c 


Log Message:
remove #if 1...we use #if 0 to denote testing code, #if 1 serves no purpose
(afaik).
Fix some formatting & whitespace issues.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_border_menu.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -3 -r1.81 -r1.82
--- e_int_border_menu.c 21 May 2008 22:37:00 -  1.81
+++ e_int_border_menu.c 21 May 2008 22:59:19 -  1.82
@@ -63,7 +63,6 @@
bd->border_menu = m;
e_menu_post_deactivate_callback_set(m, _e_border_cb_border_menu_end, NULL);
 
-#if 1
if (!bd->internal)
  {
if (bd->desktop)
@@ -81,17 +80,16 @@
   "e/widgets/border/default/application_add"),
   "e/widgets/border/default/application_add");
  }
-   else if (bd->client.icccm.class) /* icons with no class useless to 
borders */
+   else if (bd->client.icccm.class) 
  {
+ /* icons with no class useless to borders */
 mi = e_menu_item_new(m);
 e_menu_item_label_set(mi, _("Create Icon"));
 e_menu_item_callback_set(mi, _e_border_menu_cb_icon_edit, bd);
  }
-
mi = e_menu_item_new(m);
e_menu_item_separator_set(mi, 1);
  }
-#endif
 
if (!bd->sticky)
  {
@@ -215,13 +213,14 @@

"e/widgets/border/default/close");
  }
 }
-   
+
 EAPI void
 e_int_border_menu_show(E_Border *bd, Evas_Coord x, Evas_Coord y, int key, 
Ecore_X_Time timestamp)
 {
e_int_border_menu_create(bd);
if (key)
- e_menu_activate_key(bd->border_menu, bd->zone, x, y, 1, 1, 
E_MENU_POP_DIRECTION_DOWN);
+ e_menu_activate_key(bd->border_menu, bd->zone, x, y, 1, 1, 
+ E_MENU_POP_DIRECTION_DOWN);
else
  e_menu_activate_mouse(bd->border_menu, bd->zone, x, y, 1, 1,
   E_MENU_POP_DIRECTION_DOWN, timestamp);
@@ -296,8 +295,7 @@
E_Border *bd;
 
bd = data;
-   if (!bd->lock_close)
- e_border_act_close_begin(bd);
+   if (!bd->lock_close) e_border_act_close_begin(bd);
 }
 
 static void
@@ -336,8 +334,7 @@
E_Border *bd;
Evas *evas;
 
-   bd = data;
-   if (!bd) return;
+   if (!(bd = data)) return;
 
subm = e_menu_new();
e_object_data_set(E_OBJECT(subm), bd);
@@ -388,7 +385,6 @@
 "e/widgets/border/default/maximize");
 }
 
-
 static void
 _e_border_menu_cb_maximize(void *data, E_Menu *m, E_Menu_Item *mi)
 {
@@ -471,8 +467,7 @@
E_Border *bd;
Evas *evas;
 
-   bd = data;
-   if (!bd) return;
+   if (!(bd = data)) return;
 
subm = e_menu_new();
e_object_data_set(E_OBJECT(subm), bd);
@@ -493,7 +488,8 @@
 
submi = e_menu_item_new(subm);
e_menu_item_label_set(submi, _("To Launcher"));
-   e_menu_item_submenu_pre_callback_set(submi, _e_border_menu_cb_ibar_add_pre, 
bd);
+   e_menu_item_submenu_pre_callback_set(submi, 
+_e_border_menu_cb_ibar_add_pre, bd);
e_util_menu_item_edje_icon_set(submi, "enlightenment/ibar_applications");
 }
 
@@ -505,8 +501,7 @@
E_Border *bd;
Evas *evas;
 
-   bd = data;
-   if (!bd) return;
+   if (!(bd = data)) return;
 
subm = e_menu_new();
e_object_data_set(E_OBJECT(subm), bd);
@@ -648,8 +643,7 @@
E_Border *bd;
int toggle;
 
-   bd = data;
-   if (!bd) return;
+   if (!(bd = data)) return;
 
if (!bd->lock_user_fullscreen)
  {
@@ -666,8 +660,7 @@
 {
E_Border *bd;
 
-   bd = data;
-   if (!bd) return;
+   if (!(bd = data)) return;
 
if (((bd->client.icccm.accepts_focus) || (bd->client.icccm.take_focus)) &&
(!bd->client.netwm.state.skip_taskbar))
@@ -683,8 +676,7 @@
 {
E_Border *bd;
 
-   bd = data;
-   if (!bd) return;
+   if (!(bd = data)) return;
 
if ((bd->client.icccm.accepts_focus) || (bd->client.icccm.take_focus))
  bd->client.netwm.state.skip_pager = e_menu_item_toggle_get(mi);
@@ -699,8 +691,7 @@
 {
E_Border *bd;
 
-   bd = data;
-   if (!bd) return;
+   if (!(bd = data)) return;
 
if ((bd->client.icccm.accepts_focus) || (bd->client.icccm.take_focus))
  bd->client.netwm.state.skip_taskbar = e_menu_item_toggle_get(mi);
@@ -748,8 +739,7 @@
 
desk = data;
bd = e_object_data_get(E_OBJECT(m));
-   if ((bd) && (desk))
- e_border_desk_set(bd, desk);
+   if ((bd) && (desk)) e_border_desk_set(bd, desk);
 }
 
 static void
@@ -758,8 +748,7 @@
E_Border *bd;
 
bd = e_object_data_get(E_OBJECT(m));
-   if (bd)
- e_border_pinned_set(bd, 1);
+   if (bd) e_border_pinned_set(bd, 1);
 }
 
 static void
@@ -768,8 +757,7 @@
E_Border *bd;
 
bd = e_object_data_get(E_OBJECT(m));
-   if (bd)
- e_border_pinned_set(bd, 0);
+   if (bd) e_border_pinned_set(bd, 0);
 }
 
 

E CVS: apps/e devilhorns

2008-05-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_gadman.c 


Log Message:
Be consistent and label the move/resize as it appears when the module is in
a shelf.

===
RCS file: /cvs/e/e17/apps/e/src/modules/gadman/e_mod_gadman.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_gadman.c  19 May 2008 09:39:37 -  1.3
+++ e_mod_gadman.c  19 May 2008 10:03:10 -  1.4
@@ -583,7 +583,7 @@
 
/* Move / resize*/
mi = e_menu_item_new(menu);
-   e_menu_item_label_set(mi, _("Move/resize this gadget"));
+   e_menu_item_label_set(mi, _("Begin move/resize this gadget"));
e_menu_item_icon_edje_set(mi, Man->icon_name, "move_icon");
e_menu_item_callback_set(mi, on_menu_edit, gcc);
 



-
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/e devilhorns

2008-05-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_gadcon.c 


Log Message:
Fix some formatting while I am here tracking down why every module (when
used with new gadman module) has an extra separator in the menu.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -3 -r1.107 -r1.108
--- e_gadcon.c  19 May 2008 04:37:34 -  1.107
+++ e_gadcon.c  19 May 2008 09:57:48 -  1.108
@@ -1214,7 +1214,8 @@
e_menu_item_submenu_set(mi, mn);
e_object_del(E_OBJECT(mn));
  }
-   if (gcc->gadcon->shelf || gcc->gadcon->toolbar)
+
+   if ((gcc->gadcon->shelf) || (gcc->gadcon->toolbar))
  {
mi = e_menu_item_new(menu);
e_menu_item_label_set(mi, _("Automatically scroll contents"));
@@ -1262,15 +1263,21 @@
E_OBJECT_TYPE_CHECK(gcc, E_GADCON_CLIENT_TYPE);
if (gcc->o_frame)
  {
-   evas_object_event_callback_add(gcc->o_frame, EVAS_CALLBACK_MOUSE_DOWN, 
_e_gadcon_client_cb_mouse_down, gcc);
-   evas_object_event_callback_add(gcc->o_frame, EVAS_CALLBACK_MOUSE_UP, 
_e_gadcon_client_cb_mouse_up, gcc);
-   evas_object_event_callback_add(gcc->o_frame, EVAS_CALLBACK_MOUSE_MOVE, 
_e_gadcon_client_cb_mouse_move, gcc);
+   evas_object_event_callback_add(gcc->o_frame, EVAS_CALLBACK_MOUSE_DOWN, 
+   _e_gadcon_client_cb_mouse_down, gcc);
+   evas_object_event_callback_add(gcc->o_frame, EVAS_CALLBACK_MOUSE_UP, 
+   _e_gadcon_client_cb_mouse_up, gcc);
+   evas_object_event_callback_add(gcc->o_frame, EVAS_CALLBACK_MOUSE_MOVE, 
+   _e_gadcon_client_cb_mouse_move, gcc);
  }
else if (gcc->o_base)
  {
-   evas_object_event_callback_add(gcc->o_base, EVAS_CALLBACK_MOUSE_DOWN, 
_e_gadcon_client_cb_mouse_down, gcc);
-   evas_object_event_callback_add(gcc->o_base, EVAS_CALLBACK_MOUSE_UP, 
_e_gadcon_client_cb_mouse_up, gcc);
-   evas_object_event_callback_add(gcc->o_base, EVAS_CALLBACK_MOUSE_MOVE, 
_e_gadcon_client_cb_mouse_move, gcc);
+   evas_object_event_callback_add(gcc->o_base, EVAS_CALLBACK_MOUSE_DOWN, 
+   _e_gadcon_client_cb_mouse_down, gcc);
+   evas_object_event_callback_add(gcc->o_base, EVAS_CALLBACK_MOUSE_UP, 
+   _e_gadcon_client_cb_mouse_up, gcc);
+   evas_object_event_callback_add(gcc->o_base, EVAS_CALLBACK_MOUSE_MOVE, 
+   _e_gadcon_client_cb_mouse_move, gcc);
  }
 }
 
@@ -1299,9 +1306,11 @@
if (d < 0.0) d = 0.0;
else if (d > 1.0) d = 1.0;
if (!gcc->scroll_timer)
- gcc->scroll_timer = ecore_timer_add(0.01, 
_e_gadcon_cb_client_scroll_timer, gcc);
+ gcc->scroll_timer = 
+  ecore_timer_add(0.01, _e_gadcon_cb_client_scroll_timer, gcc);
if (!gcc->scroll_animator)
- gcc->scroll_animator = 
ecore_animator_add(_e_gadcon_cb_client_scroll_animator, gcc);
+ gcc->scroll_animator = 
+  ecore_animator_add(_e_gadcon_cb_client_scroll_animator, gcc);
gcc->scroll_wanted = d;
  }
 }
@@ -1438,7 +1447,8 @@
ev = event_info;
gcc = data;
evas_object_geometry_get(gcc->o_box, &x, &y, NULL, NULL);
-   e_gadcon_client_autoscroll_update(gcc, ev->cur.output.x - x, 
ev->cur.output.y - y);
+   e_gadcon_client_autoscroll_update(gcc, ev->cur.output.x - x, 
+ ev->cur.output.y - y);
 }
 
 static void
@@ -1483,7 +1493,8 @@
 
e_object_ref(E_OBJECT(gcc));
/* Remove this config from the current gadcon */
-   gcc->gadcon->cf->clients = evas_list_remove(gcc->gadcon->cf->clients, 
gcc->cf);
+   gcc->gadcon->cf->clients = 
+ evas_list_remove(gcc->gadcon->cf->clients, gcc->cf);
gcc->state_info.state = E_LAYOUT_ITEM_STATE_NONE;
gcc->state_info.resist = 0;
 
@@ -1558,9 +1569,7 @@
  gcc->state_info.seq = seq++;
   }
 else
-  {
- gcc2->state_info.seq = seq++;
-  }
+   gcc2->state_info.seq = seq++;
  }
else
  {
@@ -1575,9 +1584,7 @@
  gcc->state_info.seq = seq++;
   }
 else
-  {
- gcc2->state_info.seq = seq++;
-  }
+   gcc2->state_info.seq = seq++;
  }
  }
 }
@@ -1621,7 +1628,8 @@
gc = data;

evas_object_geometry_get(gc->o_container, &x, &y, &w, &h);
-   if (gc->drop_handler) e_drop_handler_geometry_set(gc->drop_handler, x, y, 
w, h);
+   if (gc->drop_handler) 
+ e_drop_handler_geometry_set(gc->drop_handler, x, y, w, h);
 }
 
 static void
@@ -2273,9 +2281,9 @@
e_menu_post_deactivate_callback_set(mn, _e_gadcon_client_cb_menu_post,

E CVS: apps/e devilhorns

2008-05-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_gadman.c e_mod_gadman.h e_mod_main.c 


Log Message:
Cleanup compiler warnings.

===
RCS file: /cvs/e/e17/apps/e/src/modules/gadman/e_mod_gadman.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_gadman.c  19 May 2008 09:21:44 -  1.2
+++ e_mod_gadman.c  19 May 2008 09:39:37 -  1.3
@@ -1,5 +1,5 @@
 #include 
-#include 
+//#include 
 #include "config.h"
 #include "e_mod_main.h"
 #include "e_mod_gadman.h"
@@ -639,7 +639,7 @@
  strcat(b, l);
  free(l);
   }
-return &b;
+return strdup(b);
  }
return "(You must define a binding)";
 }
===
RCS file: /cvs/e/e17/apps/e/src/modules/gadman/e_mod_gadman.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_gadman.h  19 May 2008 04:37:34 -  1.1
+++ e_mod_gadman.h  19 May 2008 09:39:37 -  1.2
@@ -20,7 +20,7 @@
Evas_Object *mover;
Evas_Object *mover_top;
Evas_Object *full_bg;
-   char*icon_name;
+   const char*icon_name;

int visible;
int use_composite;
===
RCS file: /cvs/e/e17/apps/e/src/modules/gadman/e_mod_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_main.c19 May 2008 09:21:44 -  1.2
+++ e_mod_main.c19 May 2008 09:39:37 -  1.3
@@ -41,8 +41,9 @@
/* Menu augmentation */
Man->icon_name = evas_stringshare_add(buf);
Man->maug = NULL;
-   Man->maug = e_int_menus_menu_augmentation_add("config/1", _gadman_maug_add,
- Man->icon_name, NULL, NULL);
+   Man->maug = 
+ e_int_menus_menu_augmentation_add("config/1", _gadman_maug_add,
+   (void *)Man->icon_name, NULL, NULL);
/* Create toggle action */
Man->action = e_action_add("gadman_toggle");
if (Man->action)



-
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/e devilhorns

2008-05-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_config.c e_mod_config.h e_mod_gadman.c e_mod_main.c 


Log Message:
Format that giant mess.

===
RCS file: /cvs/e/e17/apps/e/src/modules/gadman/e_mod_config.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_config.c  19 May 2008 04:37:34 -  1.1
+++ e_mod_config.c  19 May 2008 09:21:44 -  1.2
@@ -4,14 +4,12 @@
 #include "e_mod_config.h"
 #include "config.h"
 
-
 struct _E_Config_Dialog_Data
 {
Evas_Object *o_avail;//List of available gadgets
Evas_Object *o_add;  //Add button
 };
 
-
 /* Local protos */
 static void *_create_data(E_Config_Dialog *cfd);
 static void _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata);
@@ -21,7 +19,6 @@
 static void _cb_add(void *data, void *data2);
 static void _avail_list_cb_change(void *data, Evas_Object *obj);
 
-
 EAPI E_Config_Dialog *
 e_int_config_gadman_module(E_Container *con, const char *params __UNUSED__)
 {
@@ -31,24 +28,21 @@
 
/* check if config dialog exists ... */
if (e_config_dialog_find("E", "_e_modules_gadman_config_dialog"))
-  return NULL;
-   
+ return NULL;
+
/* ... else create it */
v = E_NEW(E_Config_Dialog_View, 1);
v->create_cfdata = _create_data;
v->free_cfdata = _free_data;
v->basic.apply_cfdata = _basic_apply_data;
v->basic.create_widgets = _basic_create_widgets;
-   v->advanced.apply_cfdata = NULL;
-   v->advanced.create_widgets = NULL;
v->override_auto_apply = 0; //TODO this should remove the ok/apply buttons 
... but doesnt work :(
 
-   snprintf(buf, sizeof(buf), "%s/e-module-gadman.edj",
-Man->module->dir);
+   snprintf(buf, sizeof(buf), "%s/e-module-gadman.edj", Man->module->dir);
cfd = e_config_dialog_new(con, _("Gadgets Manager"),
  "E", "_e_modules_gadman_config_dialog",
  buf, 0, v, Man);
-   
+
Man->config_dialog = cfd;
 
return Man->config_dialog;
@@ -58,6 +52,7 @@
 _create_data(E_Config_Dialog *cfd)
 {
E_Config_Dialog_Data *cfdata;
+
cfdata = E_NEW(E_Config_Dialog_Data, 1);
return cfdata;
 }
@@ -66,8 +61,7 @@
 _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
 {
Man->config_dialog = NULL;
-   free(cfdata);
-   cfdata = NULL;
+   E_FREE(cfdata);
 }
 
 static Evas_Object *
@@ -77,7 +71,7 @@
 
o = e_widget_list_add(evas, 0, 0);
of = e_widget_framelist_add(evas, _("Available Gadgets"), 0);
-   
+
//o_avail  List of available gadgets
ol = e_widget_ilist_add(evas, 24, 24, NULL);
e_widget_ilist_multi_select_set(ol, 0);
@@ -85,13 +79,13 @@
cfdata->o_avail = ol;
_fill_gadgets_list(ol);
e_widget_framelist_object_append(of, ol);
-   
+
//o_add  Button to add a gadget
ob = e_widget_button_add(evas, _("Add Gadget"), NULL, _cb_add, cfdata, 
NULL);
e_widget_disabled_set(ob, 1);
cfdata->o_add = ob;
e_widget_framelist_object_append(of, ob);
-   
+
e_widget_list_object_append(o, of, 1, 1, 0.5);
 
return o;
@@ -105,14 +99,12 @@
return 1;
 }
 
-//
-
 static void 
 _fill_gadgets_list(Evas_Object *ilist)
 {
Evas_List *l = NULL;
int w;
-   
+
e_widget_ilist_freeze(ilist);
e_widget_ilist_clear(ilist);
 
@@ -126,10 +118,9 @@
 if (cc->func.label) lbl = cc->func.label();
 if (!lbl) lbl = cc->name;
 if (cc->func.icon) icon = cc->func.icon(Man->gc->evas);
-e_widget_ilist_append(ilist, icon, lbl, NULL, 
-  (void *)cc, NULL);
+e_widget_ilist_append(ilist, icon, lbl, NULL, (void *)cc, NULL);
  }
-   
+
e_widget_ilist_go(ilist);
e_widget_min_size_get(ilist, &w, NULL);
if (w < 200) w = 200;
@@ -140,12 +131,12 @@
 static void 
 _cb_add(void *data, void *data2) 
 {
-   E_Config_Dialog_Data *cfdata = data;
-   Evas_List *l;
+   E_Config_Dialog_Data *cfdata;
+   Evas_List *l = NULL;
Evas_List *selected;
int i;
 
-   if (!cfdata) return;
+   if (!(cfdata = data)) return;
 
for (i = 0, l = e_widget_ilist_items_get(cfdata->o_avail); l; l = l->next, 
i++) 
  {
@@ -156,21 +147,22 @@
 
 if (!(item = l->data)) continue;
 if (!item->selected) continue;
-
+
 cc = e_widget_ilist_nth_data_get(cfdata->o_avail, i);
 if (!cc) continue;
-
+
 gcc = gadman_gadget_add(cc, 0);
 gadman_gadget_edit_start(gcc);
  }
+
if (l) evas_list_free(l);
 }
 
 static void 
 _avail_list_cb_change(void *data, Evas_Object *obj) 
 {
-   E_Config_Dialog_Data *cfdata = data;
-   
-   if (!cfdata) return;
+   E_Config_Dialog_Data *cfdata;
+
+   if (!(cfdata = data)) return;
e_widget_disabled_set(cfdata->o_add, 0);
 }

E CVS: apps/e devilhorns

2008-05-18 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_remember.c 


Log Message:
Use -1 to sort the remember list. Saves a call to evas_list_count because we
are sorting the whole list anyway.
Fix formatting.
Remove whitespace.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_remember.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e_remember.c9 Mar 2008 16:43:58 -   1.25
+++ e_remember.c18 May 2008 17:59:12 -  1.26
@@ -19,9 +19,9 @@
 EAPI int
 e_remember_init(E_Startup_Mode mode)
 {
-   Evas_List *l;
+   Evas_List *l = NULL;
int not_updated = 0;
- 
+
if (mode == E_STARTUP_START)
  {
for (l = e_config->remembers; l; l = l->next)
@@ -59,7 +59,8 @@
  }
 
if (not_updated)
- e_config->remembers = evas_list_sort(e_config->remembers, 
evas_list_count(e_config->remembers), _e_remember_sort_list);
+ e_config->remembers = evas_list_sort(e_config->remembers, -1, 
+  _e_remember_sort_list);
 #endif
return 1;
 }
@@ -74,7 +75,7 @@
 e_remember_new(void)
 {
E_Remember *rem;
-   
+
rem = E_NEW(E_Remember, 1);
if (!rem) return NULL;
e_config->remembers = evas_list_prepend(e_config->remembers, rem);
@@ -108,13 +109,13 @@
if (rem->delete_me) return;
if (rem->used_count != 0)
  {
-   Evas_List *l;
-   
+   Evas_List *l = NULL;
+
rem->delete_me = 1;
for (l = e_border_client_list(); l; l = l->next)
  {
 E_Border *bd;
-
+
 bd = l->data;
 if (bd->remember == rem)
   {
@@ -127,18 +128,20 @@
_e_remember_free(rem);
 }
 
-EAPI E_Remember  *
+EAPI E_Remember *
 e_remember_find_usable(E_Border *bd)
 {
-   E_Remember * rem;
+   E_Remember *rem;
+
rem = _e_remember_find(bd, 1);
return rem;
 }
 
-EAPI E_Remember  *
+EAPI E_Remember *
 e_remember_find(E_Border *bd)
 {
-   E_Remember * rem;
+   E_Remember *rem;
+
rem = _e_remember_find(bd, 0);
return rem;
 }
@@ -161,16 +164,16 @@
/* The number of matches for this remember has changed so we
 * need to remove from list and insert back into the appropriate
 * loction. */
-   Evas_List *l;
+   Evas_List *l = NULL;
E_Remember *r; 
+
rem->max_score = max_count;
e_config->remembers = evas_list_remove(e_config->remembers, rem);
 
for (l = e_config->remembers; l; l = l->next)
  {
 r = l->data;
-if (r->max_score <= rem->max_score)
-  break;
+if (r->max_score <= rem->max_score) break;
  }
 
if (l)
@@ -220,7 +223,7 @@
rem->role = NULL;
rem->prop.border = NULL;
rem->prop.command = NULL;
-   
+
if (bd->client.icccm.name)
  rem->name = evas_stringshare_add(bd->client.icccm.name);
if (bd->client.icccm.class)
@@ -233,26 +236,26 @@
  rem->role = evas_stringshare_add(bd->client.icccm.window_role);
 
e_remember_match_update(rem);
-   
+
rem->type = bd->client.netwm.type;
-   
+
if (bd->client.icccm.transient_for != 0)
  rem->transient = 1;
else
  rem->transient = 0;
-   
+
rem->prop.pos_x = bd->x - bd->zone->x;
rem->prop.pos_y = bd->y - bd->zone->y;
rem->prop.res_x = bd->zone->w;
rem->prop.res_y = bd->zone->h;
rem->prop.pos_w = bd->client.w;
rem->prop.pos_h = bd->client.h;
-   
+
rem->prop.w = bd->client.w;
rem->prop.h = bd->client.h;
-   
+
rem->prop.layer = bd->layer;
-   
+
rem->prop.lock_user_location = bd->lock_user_location;
rem->prop.lock_client_location = bd->lock_client_location;
rem->prop.lock_user_size = bd->lock_user_size;
@@ -281,29 +284,28 @@
  rem->prop.border = evas_stringshare_add(bd->bordername);
 
rem->prop.sticky = bd->sticky;
-   
+
if (bd->shaded)
- rem->prop.shaded = 100 + bd->shade.dir;
+ rem->prop.shaded = (100 + bd->shade.dir);
else
- rem->prop.shaded = 50 + bd->shade.dir;
-   
+ rem->prop.shaded = (50 + bd->shade.dir);
+
rem->prop.skip_winlist = bd->user_skip_winlist;
rem->prop.skip_pager   = bd->client.netwm.state.skip_pager;
rem->prop.skip_taskbar = bd->client.netwm.state.skip_taskbar;
rem->prop.icon_preference = bd->icon_preference;
 
e_desk_xy_get(bd->desk, &rem->prop.desk_x, &rem->prop.desk_y);
-   
+
rem->prop.zone = bd->zone->num;
-   
rem->prop.head = bd->zone->container->manager->num;
-   
+
if ((bd->client.icccm.command.argc > 0) &&
(bd->client.icccm.command.argv))
  {
char buf[4096];
int i, j, k;
-   
+
buf[0] = 0;
k = 0;
for (i = 0; i < bd->client.icccm.command.argc; i++)
@@ -339,7 +341,7 @@
done:
rem->prop.command = evas_stringshare_add(buf);
  }
-   
+
e_config_save_queue

E CVS: apps/e devilhorns

2008-05-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_int_config_remembers.c 


Log Message:

Add some code to handle deleting remembers for any active borders. This
catches a segfault that according previously when trying to remove a
remember from an active border via this dialog.

===
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_window_remembers/e_int_config_remembers.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_int_config_remembers.c13 May 2008 07:05:27 -  1.5
+++ e_int_config_remembers.c13 May 2008 08:39:29 -  1.6
@@ -182,7 +182,7 @@
 _cb_delete(void *data, void *data2) 
 {
E_Config_Dialog_Data *cfdata;
-   Evas_List *l = NULL;
+   Evas_List *l = NULL, *b = NULL;
int i = 0, changed = 0;
 
if (!(cfdata = data)) return;
@@ -194,6 +194,15 @@
 item = l->data;
 if ((!item) || (!item->selected)) continue;
 if (!(rem = e_widget_ilist_nth_data_get(cfdata->list, i))) continue;
+for (b = e_border_client_list(); b; b = b->next) 
+  {
+ E_Border *bd = NULL;
+
+ if (!(bd = b->data)) continue;
+ if (!bd->remember) continue;
+ if (bd->remember != rem) continue;
+ bd->remember = NULL;
+  }
 e_remember_unuse(rem);
 e_remember_del(rem);
 changed = 1;
@@ -201,6 +210,7 @@
 
if (changed) e_config_save_queue();
if (1) evas_list_free(l);
+   if (b) evas_list_free(b);
 
_fill_remembers(cfdata);
 }



-
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/e devilhorns

2008-05-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_int_config_remembers.c 


Log Message:

Fix remember sorting.

===
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_window_remembers/e_int_config_remembers.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_int_config_remembers.c13 May 2008 06:20:15 -  1.4
+++ e_int_config_remembers.c13 May 2008 07:05:27 -  1.5
@@ -41,10 +41,8 @@
E_Remember *rem2 = NULL;
const char *d1, *d2;
 
-   rem1 = data1;
-   rem2 = data2;
-   if (!rem1) return 1;
-   if (!rem2) return -1;
+   if (!(rem1 = data1)) return 1;
+   if (!(rem2 = data2)) return -1;
 
if (rem1->name)
  d1 = rem1->name;
@@ -145,8 +143,9 @@
e_widget_ilist_freeze(cfdata->list);
e_widget_ilist_clear(cfdata->list);
 
-   //for (l = evas_list_sort(e_config->remembers, -1, _cb_sort); l; l = 
l->next) 
-   for (l = e_config->remembers; l; l = l->next) 
+   l = e_config->remembers;
+   for (l = evas_list_sort(l, -1, _cb_sort); l; l = l->next) 
+   //for (l = e_config->remembers; l; l = l->next) 
  {
 E_Remember *rem = NULL;
 
@@ -167,6 +166,10 @@
 
e_widget_ilist_go(cfdata->list);
e_widget_min_size_get(cfdata->list, &w, NULL);
+
+   /* NB: make the window look a bit better by not being so small */
+   if (w < 300) w = 300;
+
e_widget_min_size_set(cfdata->list, w, 200);
e_widget_ilist_thaw(cfdata->list);
edje_thaw();
@@ -216,10 +219,14 @@
n = e_widget_ilist_selected_get(cfdata->list);
if ((rem = e_widget_ilist_nth_data_get(cfdata->list, n)))
  {
-   e_widget_label_text_set(cfdata->name, rem->name ? rem->name : _(""));
-   e_widget_label_text_set(cfdata->class, rem->class ? rem->class : _(""));
-   e_widget_label_text_set(cfdata->title, rem->title ? rem->title : _(""));
-   e_widget_label_text_set(cfdata->role, rem->role ? rem->role : _(""));
+   e_widget_label_text_set(cfdata->name, rem->name ? 
+rem->name : _(""));
+   e_widget_label_text_set(cfdata->class, rem->class ? 
+rem->class : _(""));
+   e_widget_label_text_set(cfdata->title, rem->title ? 
+rem->title : _(""));
+   e_widget_label_text_set(cfdata->role, rem->role ? 
+rem->role : _(""));
  }
 
if (e_widget_ilist_selected_count_get(cfdata->list) < 1)



-
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/e devilhorns

2008-05-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_border_remember.c 


Log Message:

minor formatting fix.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_border_remember.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_int_border_remember.c 9 Mar 2008 16:43:58 -   1.18
+++ e_int_border_remember.c 13 May 2008 07:05:00 -  1.19
@@ -267,7 +267,7 @@
  {
cfdata->border->remember = e_remember_new();
if (cfdata->border->remember)
-e_remember_use(cfdata->border->remember);
+  e_remember_use(cfdata->border->remember);
  }
 
if (cfdata->border->remember)



-
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/e devilhorns

2008-05-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_int_config_wallpaper.c 


Log Message:

Remove C++ commented variable. Not needed anymore.

===
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_wallpaper/e_int_config_wallpaper.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_int_config_wallpaper.c12 May 2008 20:40:00 -  1.11
+++ e_int_config_wallpaper.c12 May 2008 20:49:44 -  1.12
@@ -38,7 +38,6 @@
 struct _E_Config_Dialog_Data
 {
E_Config_Dialog *cfd;
-//   Evas_Object *o_frame;
Evas_Object *o_fm;
Evas_Object *o_up_button;
Evas_Object *o_preview;



-
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/e devilhorns

2008-05-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_int_config_theme.c 


Log Message:

Port theme dialog to use new e_widget_flist.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_theme/e_int_config_theme.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_int_config_theme.c18 Dec 2007 02:01:27 -  1.11
+++ e_int_config_theme.c12 May 2008 20:40:44 -  1.12
@@ -20,7 +20,6 @@
E_Config_Dialog *cfd;
 
/* Basic */
-   Evas_Object *o_frame;
Evas_Object *o_fm;
Evas_Object *o_up_button;
Evas_Object *o_preview;
@@ -76,38 +75,23 @@
 e_int_config_theme_update(E_Config_Dialog *dia, char *file)
 {
E_Config_Dialog_Data *cfdata;
-   const char *homedir;
char path[4096];
 
cfdata = dia->cfdata;
 
-   homedir = e_user_homedir_get();
cfdata->fmdir = 1;
e_widget_radio_toggle_set(cfdata->o_personal, 1);
 
-   snprintf(path, sizeof(path), "%s/.e/e/themes", homedir);
+   snprintf(path, sizeof(path), "%s/.e/e/themes", e_user_homedir_get());
E_FREE(cfdata->theme);
cfdata->theme = strdup(file);
 
if (cfdata->o_fm)
- e_fm2_path_set(cfdata->o_fm, path, "/");
+ e_widget_flist_path_set(cfdata->o_fm, path, "/");
 
if (cfdata->o_preview)
  e_widget_preview_edje_set(cfdata->o_preview, cfdata->theme, 
"e/desktop/background");
-   if (cfdata->o_frame)
- e_widget_change(cfdata->o_frame);
-
-/*
-
-   if (cfdata->o_fm)
- {
-   e_fm2_select_set(cfdata->o_fm, file, 1);
-   e_fm2_file_show(cfdata->o_fm, file);
-
-   evas_object_smart_callback_call(cfdata->o_fm,
-   "selection_change", cfdata);
- }
- */
+   if (cfdata->o_fm) e_widget_change(cfdata->o_fm);
 }
 
 static void
@@ -116,10 +100,7 @@
E_Config_Dialog_Data *cfdata;
 
cfdata = data1;
-   if (cfdata->o_fm)
- e_fm2_parent_go(cfdata->o_fm);
-   if (cfdata->o_frame)
- e_widget_scrollframe_child_pos_set(cfdata->o_frame, 0, 0);
+   if (cfdata->o_fm) e_widget_flist_parent_go(cfdata->o_fm);
 }
 
 static void
@@ -129,18 +110,9 @@
 
cfdata = data;
if (!cfdata->o_fm) return;
-   if (!e_fm2_has_parent_get(cfdata->o_fm))
- {
-   if (cfdata->o_up_button)
- e_widget_disabled_set(cfdata->o_up_button, 1);
- }
-   else
- {
-   if (cfdata->o_up_button)
- e_widget_disabled_set(cfdata->o_up_button, 0);
- }
-   if (cfdata->o_frame)
- e_widget_scrollframe_child_pos_set(cfdata->o_frame, 0, 0);
+   if (cfdata->o_up_button)
+ e_widget_disabled_set(cfdata->o_up_button, 
+   !e_widget_flist_has_parent_get(cfdata->o_fm));
 }
 
 static void
@@ -155,11 +127,10 @@
cfdata = data;
if (!cfdata->o_fm) return;
 
-   selected = e_fm2_selected_list_get(cfdata->o_fm);
-   if (!selected) return;
+   if (!(selected = e_widget_flist_selected_list_get(cfdata->o_fm))) return;
 
ici = selected->data;
-   realpath = e_fm2_real_path_get(cfdata->o_fm);
+   realpath = e_widget_flist_real_path_get(cfdata->o_fm);
 
if (!strcmp(realpath, "/"))
  snprintf(buf, sizeof(buf), "/%s", ici->file);
@@ -173,8 +144,7 @@
cfdata->theme = strdup(buf);
if (cfdata->o_preview)
  e_widget_preview_edje_set(cfdata->o_preview, buf, "e/desktop/background");
-   if (cfdata->o_frame)
- e_widget_change(cfdata->o_frame);
+   if (cfdata->o_fm) e_widget_change(cfdata->o_fm);
 }
 
 static void
@@ -190,20 +160,19 @@
 {
E_Config_Dialog_Data *cfdata;
const char *p;
-   const char *homedir;
char buf[4096];
 
cfdata = data;
-   if (!cfdata->theme) return;
-   if (!cfdata->o_fm) return;
-   p = e_fm2_real_path_get(cfdata->o_fm);
+   if ((!cfdata->theme) || (!cfdata->o_fm)) return;
+
+   p = e_widget_flist_real_path_get(cfdata->o_fm);
if (p)
  {
if (strncmp(p, cfdata->theme, strlen(p))) return;
  }
-   homedir = e_user_homedir_get();
-   snprintf(buf, sizeof(buf), "%s/.e/e/themes", homedir);
if (!p) return;
+
+   snprintf(buf, sizeof(buf), "%s/.e/e/themes", e_user_homedir_get());
if (!strncmp(cfdata->theme, buf, strlen(buf)))
  p = cfdata->theme + strlen(buf) + 1;
else
@@ -214,8 +183,8 @@
else
  p = cfdata->theme;
  }
-   e_fm2_select_set(cfdata->o_fm, p, 1);
-   e_fm2_file_show(cfdata->o_fm, p);
+   e_widget_flist_select_set(cfdata->o_fm, p, 1);
+   e_widget_flist_file_show(cfdata->o_fm, p);
 }
 
 static void
@@ -223,19 +192,13 @@
 {
E_Config_Dialog_Data *cfdata;
char path[4096];
-   const char *homedir;
 
cfdata = data;
if (cfdata->fmdir == 1)
- {
-   snprintf(path, sizeof(path), "%s/data/themes", e_prefix_data_get());
- }
+ snprintf(path, sizeof(path), "%s/data/themes", e_prefix_data_get());
else
- {
-   homedir = e_user_homedir_get();
-   snprintf(path, sizeof(path), "%s/

E CVS: apps/e devilhorns

2008-05-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_int_config_wallpaper.c e_int_config_wallpaper_import.c 


Log Message:

Port wallpaper dialog to use the new e_widget_flist. This fixes issue where
using keyboard to navigate the file list would not select the next item in
list. Fix formatting & whitespace in dialog & import dialog.

===
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_wallpaper/e_int_config_wallpaper.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_int_config_wallpaper.c25 Mar 2008 02:17:55 -  1.10
+++ e_int_config_wallpaper.c12 May 2008 20:40:00 -  1.11
@@ -38,16 +38,14 @@
 struct _E_Config_Dialog_Data
 {
E_Config_Dialog *cfd;
-   Evas_Object *o_frame;
+//   Evas_Object *o_frame;
Evas_Object *o_fm;
Evas_Object *o_up_button;
Evas_Object *o_preview;
Evas_Object *o_theme_bg;
Evas_Object *o_personal;
Evas_Object *o_system;
-   int fmdir;
-
-   int use_theme_bg;
+   int fmdir, use_theme_bg;
char *bg;
 
/* advanced */
@@ -129,11 +127,11 @@
cfdata->use_theme_bg = 0;
if (cfdata->o_theme_bg)
  e_widget_check_checked_set(cfdata->o_theme_bg, cfdata->use_theme_bg);
-   if (cfdata->o_fm) e_fm2_path_set(cfdata->o_fm, path, "/");
+   if (cfdata->o_fm) e_widget_flist_path_set(cfdata->o_fm, path, "/");
if (cfdata->o_preview)
  e_widget_preview_edje_set(cfdata->o_preview, cfdata->bg, 
"e/desktop/background");
-   if (cfdata->o_frame) e_widget_change(cfdata->o_frame);
+   if (cfdata->o_fm) e_widget_change(cfdata->o_fm);
 }
 
 EAPI void
@@ -200,9 +198,7 @@
E_Config_Dialog_Data *cfdata;
 
cfdata = data1;
-   if (cfdata->o_fm) e_fm2_parent_go(cfdata->o_fm);
-   if (cfdata->o_frame)
- e_widget_scrollframe_child_pos_set(cfdata->o_frame, 0, 0);
+   if (cfdata->o_fm) e_widget_flist_parent_go(cfdata->o_fm);
 }
 
 static void
@@ -210,14 +206,11 @@
 {
E_Config_Dialog_Data *cfdata;
 
-   cfdata = data;
+   if (!(cfdata = data)) return;
if (!cfdata->o_fm) return;
if (cfdata->o_up_button) 
  e_widget_disabled_set(cfdata->o_up_button, 
-   !e_fm2_has_parent_get(cfdata->o_fm));
-
-   if (cfdata->o_frame)
- e_widget_scrollframe_child_pos_set(cfdata->o_frame, 0, 0);
+   !e_widget_flist_has_parent_get(cfdata->o_fm));
 }
 
 static void
@@ -231,10 +224,9 @@
 
cfdata = data;
if (!cfdata->o_fm) return;
-   selected = e_fm2_selected_list_get(cfdata->o_fm);
-   if (!selected) return;
+   if (!(selected = e_widget_flist_selected_list_get(cfdata->o_fm))) return;
ici = selected->data;
-   realpath = e_fm2_real_path_get(cfdata->o_fm);
+   realpath = e_widget_flist_real_path_get(cfdata->o_fm);
if (!strcmp(realpath, "/"))
  snprintf(buf, sizeof(buf), "/%s", ici->file);
else
@@ -250,7 +242,7 @@
if (cfdata->o_theme_bg)
  e_widget_check_checked_set(cfdata->o_theme_bg, 0);
cfdata->use_theme_bg = 0;
-   if (cfdata->o_frame) e_widget_change(cfdata->o_frame);
+   e_widget_change(cfdata->o_fm);
 }
 
 static void
@@ -262,7 +254,7 @@
 
cfdata = data;
if ((!cfdata->bg) || (!cfdata->o_fm)) return;
-   p = e_fm2_real_path_get(cfdata->o_fm);
+   p = e_widget_flist_real_path_get(cfdata->o_fm);
if (p)
  {
if (strncmp(p, cfdata->bg, strlen(p))) return;
@@ -281,8 +273,8 @@
  p = cfdata->bg;
  }
 
-   e_fm2_select_set(cfdata->o_fm, p, 1);
-   e_fm2_file_show(cfdata->o_fm, p);
+   e_widget_flist_select_set(cfdata->o_fm, p, 1);
+   e_widget_flist_file_show(cfdata->o_fm, p);
 }
 
 static void
@@ -295,10 +287,8 @@
cfdata = data;
if ((!cfdata->bg) || (!cfdata->o_fm)) return;
 
-   all = e_fm2_all_list_get(cfdata->o_fm);
-   if (!all) return;
-   sel = e_fm2_selected_list_get(cfdata->o_fm);
-   if (!sel) return;
+   if (!(all = e_widget_flist_all_list_get(cfdata->o_fm))) return;
+   if (!(sel = e_widget_flist_selected_list_get(cfdata->o_fm))) return;
 
ici = sel->data;
all = evas_list_find_list(all, ici);
@@ -311,8 +301,8 @@
 
if (!(ic = n->data)) return;
 
-   e_fm2_select_set(cfdata->o_fm, ic->file, 1);
-   e_fm2_file_show(cfdata->o_fm, ic->file);
+   e_widget_flist_select_set(cfdata->o_fm, ic->file, 1);
+   e_widget_flist_file_show(cfdata->o_fm, ic->file);
 
evas_list_free(n);
 
@@ -360,7 +350,7 @@
  snprintf(path, sizeof(path), "%s/data/backgrounds", e_prefix_data_get());
else
  snprintf(path, sizeof(path), "%s/.e/e/backgrounds", e_user_homedir_get());
-   e_fm2_path_set(cfdata->o_fm, path, "/");
+   e_widget_flist_path_set(cfdata->o_fm, path, "/");
 }
 
 static void
@@ -410,6 +400,7 @@
if (cw->specific_config)
  {
const char *bg;
+
/* specific config passed in. set for that only */
bg = e_bg_file_get(cw->con_num, cw->zone_num, cw

E CVS: apps/e devilhorns

2008-05-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
Makefile.am e_includes.h 
Added Files:
e_widget_flist.c e_widget_flist.h 


Log Message:

Add new flist widget which wraps the e_fm2 evas_objects which are used in
wallpaper dialog, theme dialog, and other places. This provides a common
widget for file lists with less duplicated code. This also fixes a problem
with the wallpaper/theme dialogs when you tried to use keyboard arrows to
navigate the list, the next item in list was not being selected.
E_Widget_FSel should be ported to use this new widget for file listings.

===
RCS file: /cvs/e/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -3 -r1.207 -r1.208
--- Makefile.am 2 Feb 2008 05:26:07 -   1.207
+++ Makefile.am 12 May 2008 20:38:27 -  1.208
@@ -161,7 +161,8 @@
 e_int_toolbar_config.h \
 e_powersave.h \
 e_slidesel.h \
-e_slidecore.h
+e_slidecore.h \
+e_widget_flist.h
 
 enlightenment_src = \
 e_user.c \
@@ -296,6 +297,7 @@
 e_powersave.c \
 e_slidesel.c \
 e_slidecore.c \
+e_widget_flist.c \
 $(ENLIGHTENMENTHEADERS)
 
 enlightenment_SOURCES = \
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -3 -r1.175 -r1.176
--- e_includes.h2 Feb 2008 05:26:07 -   1.175
+++ e_includes.h12 May 2008 20:38:27 -  1.176
@@ -134,3 +134,4 @@
 #include "e_powersave.h"
 #include "e_slidesel.h"
 #include "e_slidecore.h"
+#include "e_widget_flist.h"



-
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/e devilhorns

2008-05-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_container.c 


Log Message:

Tracking a strange segfault with shelf removal; add a little extra trapping
for a shape change.
Remove whitespace & fix some formatting.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_container.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -3 -r1.121 -r1.122
--- e_container.c   18 Oct 2007 09:06:30 -  1.121
+++ e_container.c   11 May 2008 21:42:38 -  1.122
@@ -39,7 +39,7 @@
 {
E_EVENT_CONTAINER_RESIZE = ecore_event_type_new();
container_count = 0;
-   
+
handlers = evas_list_append(handlers, 
ecore_event_handler_add(ECORE_X_EVENT_MOUSE_IN, _e_container_cb_mouse_in, 
NULL));
handlers = evas_list_append(handlers, 
ecore_event_handler_add(ECORE_X_EVENT_MOUSE_OUT, _e_container_cb_mouse_out, 
NULL));
handlers = evas_list_append(handlers, 
ecore_event_handler_add(ECORE_X_EVENT_MOUSE_BUTTON_DOWN, 
_e_container_cb_mouse_down, NULL));
@@ -71,7 +71,7 @@
int i;
Ecore_X_Window mwin;
static int container_num = 0;
-   
+
con = E_OBJECT_ALLOC(E_Container, E_CONTAINER_TYPE, _e_container_free);
if (!con) return NULL;
con->manager = man;
@@ -86,9 +86,8 @@
ecore_x_window_raise(con->win);
  }
else
- {
-   con->win = con->manager->win;
- }
+ con->win = con->manager->win;
+
con->bg_ecore_evas = e_canvas_new(e_config->evas_engine_container, con->win,
 0, 0, con->w, con->h, 1, 1,
 &(con->bg_win), NULL);
@@ -113,7 +112,7 @@
evas_object_name_set(o, "e/desktop/background");
evas_object_data_set(o, "e_container", con);
evas_object_show(o);
-   
+
con->num = container_num;
container_num++;
snprintf(name, sizeof(name), _("Container %d"), con->num);
@@ -164,23 +163,22 @@
for (l = screens; l; l = l->next)
  {
 E_Screen *scr;
-
+
 scr = l->data;
 zone = e_zone_new(con, scr->screen, scr->escreen, scr->x, scr->y, 
scr->w, scr->h);
  }
  }
else
- {
-   zone = e_zone_new(con, 0, 0, 0, 0, con->w, con->h);
- }
+ zone = e_zone_new(con, 0, 0, 0, 0, con->w, con->h);
return con;
 }
-
+
 EAPI void
 e_container_show(E_Container *con)
 {
E_OBJECT_CHECK(con);
E_OBJECT_TYPE_CHECK(con, E_CONTAINER_TYPE);
+
if (con->visible) return;
ecore_evas_show(con->bg_ecore_evas);
ecore_x_window_configure(con->bg_win,
@@ -193,12 +191,13 @@
ecore_x_icccm_state_set(con->bg_win, ECORE_X_WINDOW_STATE_HINT_NORMAL);
con->visible = 1;
 }
-
+
 EAPI void
 e_container_hide(E_Container *con)
 {
E_OBJECT_CHECK(con);
E_OBJECT_TYPE_CHECK(con, E_CONTAINER_TYPE);
+
if (!con->visible) return;
ecore_evas_hide(con->bg_ecore_evas);
if (con->win != con->manager->win)
@@ -215,13 +214,14 @@
 
for (l = man->containers; l; l = l->next)
  {
-   E_Container *con = l->data;
-   if (con->visible)
- return con;
+   E_Container *con;
+
+if (!(con = l->data)) continue;
+   if (con->visible) return con;
  }
+
/* If noone is available, return the first */
-   if (!man->containers)
- return NULL;
+   if (!man->containers) return NULL;
l = man->containers;
return (E_Container *)l->data;
 }
@@ -236,10 +236,9 @@
for (l = man->containers; l; l = l->next)
  {
E_Container *con;
-   
+
con = l->data;
-   if (con->num == num)
- return con;
+   if (con->num == num) return con;
  }
return NULL;
 }
@@ -256,7 +255,7 @@
  ecore_x_window_move(con->win, con->x, con->y);
evas_object_move(con->bg_blank_object, con->x, con->y);
 }
-
+
 EAPI void
 e_container_resize(E_Container *con, int w, int h)
 {
@@ -307,14 +306,14 @@
 EAPI E_Zone *
 e_container_zone_at_point_get(E_Container *con, int x, int y)
 {
-   Evas_List *l;
-   
+   Evas_List *l = NULL;
+
E_OBJECT_CHECK_RETURN(con, NULL);
E_OBJECT_TYPE_CHECK_RETURN(con, E_CONTAINER_TYPE, NULL);
for (l = con->zones; l; l = l->next)
  {
E_Zone *zone;
-   
+
zone = l->data;
if (E_INSIDE(x, y, zone->x, zone->y, zone->w, zone->h))
  return zone;
@@ -325,17 +324,16 @@
 EAPI E_Zone *
 e_container_zone_number_get(E_Container *con, int num)
 {
-   Evas_List *l;
-   
+   Evas_List *l = NULL;
+
E_OBJECT_CHECK_RETURN(con, NULL);
E_OBJECT_TYPE_CHECK_RETURN(con, E_CONTAINER_TYPE, NULL);
for (l = con->zones; l; l = l->next)
  {
E_Zone *zone;
-   
+
zone = l->data;
-   if (zone->num == num)
- return zone;
+   if (zone->num == num) return zone;
  }
return NULL;
 }
@@ -343,17 +341,16 @@
 EAPI E_Zone *
 e_container_zone_id_get(E_Container *con, int id)

E CVS: apps/e devilhorns

2008-05-10 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_widget_scrollframe.c 


Log Message:

Whitespace removal.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_scrollframe.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_widget_scrollframe.c  4 May 2007 01:04:46 -   1.8
+++ e_widget_scrollframe.c  10 May 2008 18:17:20 -  1.9
@@ -14,6 +14,7 @@
 static void _e_wid_focus_steal(void *data, Evas *e, Evas_Object *obj, void 
*event_info);
 static void _e_wid_cb_scrollframe_resize(void *data, Evas *e, Evas_Object *obj,
 void *event_info);
+
 /* externally accessible functions */
 EAPI Evas_Object *
 e_widget_scrollframe_simple_add(Evas *evas, Evas_Object *child)
@@ -22,7 +23,7 @@
Evas_Object *obj, *o;
 
obj = e_widget_add(evas);
-   
+
e_widget_del_hook_set(obj, _e_wid_del_hook);
e_widget_focus_hook_set(obj, _e_wid_focus_hook);
wd = calloc(1, sizeof(E_Widget_Data));
@@ -35,7 +36,8 @@
evas_object_show(o);
e_widget_sub_object_add(obj, o);
e_widget_resize_object_set(obj, o);
-   evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_DOWN, 
_e_wid_focus_steal, obj);
+   evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_DOWN, 
+  _e_wid_focus_steal, obj);
 
e_scrollframe_child_set(wd->o_scrollframe, child);
evas_object_show(child);
@@ -52,9 +54,9 @@
 {
Evas_Object *obj, *o;
E_Widget_Data *wd;
-   
+
obj = e_widget_add(evas);
-   
+
e_widget_del_hook_set(obj, _e_wid_del_hook);
e_widget_focus_hook_set(obj, _e_wid_focus_hook);
wd = calloc(1, sizeof(E_Widget_Data));
@@ -65,12 +67,14 @@
evas_object_show(o);
e_widget_sub_object_add(obj, o);
e_widget_resize_object_set(obj, o);
-   evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_DOWN, 
_e_wid_focus_steal, obj);
+   evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_DOWN, 
+  _e_wid_focus_steal, obj);
 
-   e_scrollframe_extern_pan_set(o, pan, pan_set, pan_get, pan_max_get, 
pan_child_size_get);
+   e_scrollframe_extern_pan_set(o, pan, pan_set, pan_get, pan_max_get, 
+pan_child_size_get);
evas_object_show(pan);
e_widget_sub_object_add(obj, pan);
-   
+
return obj;
 }
 
@@ -105,7 +109,7 @@
 e_widget_scrollframe_focus_object_set(Evas_Object *obj, Evas_Object *fobj)
 {
E_Widget_Data *wd;
-   
+
wd = e_widget_data_get(obj);
wd->o_fobj = fobj;
 }
@@ -114,7 +118,7 @@
 e_widget_scrollframe_object_get(Evas_Object *obj)
 {
E_Widget_Data *wd;
-   
+
wd = e_widget_data_get(obj);
return wd->o_scrollframe;
 }
@@ -124,7 +128,7 @@
 _e_wid_del_hook(Evas_Object *obj)
 {
E_Widget_Data *wd;
-   
+
wd = e_widget_data_get(obj);
free(wd);
 }
@@ -133,7 +137,7 @@
 _e_wid_focus_hook(Evas_Object *obj)
 {
E_Widget_Data *wd;
-   
+
wd = e_widget_data_get(obj);
if (e_widget_focus_get(obj))
  {
@@ -159,7 +163,7 @@
 _e_wid_cb_scrollframe_resize(void *data, Evas *e, Evas_Object *obj, void 
*event_info)
 {
Evas_Coord mw, mh, vw, vh, w, h;
-   
+
e_scrollframe_child_viewport_size_get(obj, &vw, &vh);
e_widget_min_size_get(data, &mw, &mh);
evas_object_geometry_get(data, NULL, NULL, &w, &h);
@@ -168,4 +172,3 @@
if (w != vw) evas_object_resize(data, vw, h);
  }
 }
-



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-05-10 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_int_config_wallpaper_web.c 


Log Message:

asprintf not supported on Solaris, use snprintf.

===
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_wallpaper/e_int_config_wallpaper_web.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- e_int_config_wallpaper_web.c14 Apr 2008 10:26:33 -  1.14
+++ e_int_config_wallpaper_web.c10 May 2008 08:02:27 -  1.15
@@ -16,11 +16,11 @@
 
 struct _Import
 {
-   int  magic;
+   int magic;
 
-   E_Config_Dialog *parent;
+   E_Config_Dialog *parent;
E_Config_Dialog_Data *cfdata;
-   E_Dialog*dia;
+   E_Dialog *dia;
 };
 
 struct _E_Config_Dialog_Data 
@@ -224,7 +224,7 @@
Ecore_Con_Event_Url_Complete *euc;
E_Config_Dialog_Data *cfdata;
Import *import;
-   char *title;
+   char title[4096];
 
euc = (Ecore_Con_Event_Url_Complete *)event;
import = data;
@@ -241,14 +241,16 @@
cfdata->hcomplete = NULL;
if (euc->status == 200)
  {
-   asprintf(&title, _("[%s] Getting feed... DONE!"), cfdata->source);
+snprintf(title, sizeof(title), _("[%s] Getting feed... DONE!"), 
+ cfdata->source);
e_dialog_title_set(import->dia, title);
_parse_feed(data);
return 0;
  }
else
  {
-   asprintf(&title, _("[%s] Getting feed... FAILED!"), cfdata->source);
+snprintf(title, sizeof(title), _("[%s] Getting feed... FAILED!"), 
+ cfdata->source);
e_dialog_title_set(import->dia, title);
  }
return 0;
@@ -299,7 +301,8 @@
E_Config_Dialog_Data *cfdata;
FILE *fh;
char instr[1024];
-   char *edj, *img, *name, *title;
+   char *edj, *img, *name;
+   char title[4096];
int state = -1;
 
import = data;
@@ -369,14 +372,16 @@
 
if (state == 0)
  {
-   asprintf(&title, _("[%s] Parsing feed... DONE!"), cfdata->source);
+snprintf(title, sizeof(title), _("[%s] Parsing feed... DONE!"), 
+ cfdata->source);
e_dialog_title_set(import->dia, title);
e_fm2_path_set(cfdata->ofm, cfdata->tmpdir, "/");
_get_thumbs(import);
  } 
else
  {
-   asprintf(&title, _("[%s] Parsing feed... FAILED!"), cfdata->source);
+snprintf(title, sizeof(title), _("[%s] Parsing feed... FAILED!"), 
+ cfdata->source);
cfdata->busy = 0;
e_dialog_title_set(import->dia, title);
  }
@@ -387,12 +392,13 @@
 {
Import *import;
E_Config_Dialog_Data *cfdata;
-   char *src, *dest, *dtmp, *name, *ext;
+   char *src, *name, *ext;
+   char dtmp[4096], dest[4096];
 
import = data;
cfdata = import->cfdata;
cfdata->pending_downloads = 1;
-   asprintf(&dtmp, "%s/.tmp", cfdata->tmpdir);
+   snprintf(dtmp, sizeof(dtmp), "%s/.tmp", cfdata->tmpdir);
ecore_file_mkdir(dtmp);
ecore_list_first_goto(cfdata->thumbs);
ecore_list_first_goto(cfdata->names);
@@ -400,7 +406,7 @@
  {
name = ecore_list_next(cfdata->names);
ext = strrchr(src, '.');
-   asprintf(&dest, "%s/%s%s", dtmp, name, ext);
+snprintf(dest, sizeof(dest), "%s/%s%s", dtmp, name, ext);
ecore_file_download(src, dest, _get_thumb_complete, NULL, import);
  }
 }
@@ -483,15 +489,17 @@
Import *i;
E_Config_Dialog_Data *cfdata;
const char *file;
-   char *buf, *title;
+   char buf[4096], title[4096];
 
i = import;
cfdata = i->cfdata;

cfdata->pending_downloads = 1;
file = ecore_file_file_get(cfdata->edj);
-   asprintf(&buf, "%s/.e/e/backgrounds/%s", e_user_homedir_get(), file);
-   asprintf(&title, _("[%s] Downloading of edje file..."), cfdata->source);
+   snprintf(buf, sizeof(buf), "%s/.e/e/backgrounds/%s", 
+e_user_homedir_get(), file);
+   snprintf(title, sizeof(title), _("[%s] Downloading of edje file..."), 
+cfdata->source);
e_dialog_title_set(i->dia, title);
ecore_file_download(cfdata->edj, buf,
_download_media_complete_cb,
@@ -502,12 +510,12 @@
 _download_media_complete_cb(void *data, const char *file, int status)
 {
Import *import;
-   char *dest;
+   char dest[4096];
 
import = data;
import->cfdata->pending_downloads = 0;
-   asprintf(&dest, "%s/.e/e/backgrounds/%s", e_user_homedir_get(),
-ecore_file_file_get(import->cfdata->edj));
+   snprintf(dest, sizeof(dest), "%s/.e/e/backgrounds/%s", 
+e_user_homedir_get(), ecore_file_file_get(import->cfdata->edj));
e_int_config_wallpaper_update(import->parent, dest);
e_int_config_wallpaper_web_del(import->dia);
 }
@@ -517,18 +525,19 @@
 {
Import *import;
E_Config_Dialog_Data *cfdata;
-   char *title, *dst;
+   char title[4096], dst[4096];
static int got = 1;
 
import = data;

E CVS: apps/e devilhorns

2008-05-10 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_ilist.c e_widget_ilist.c 


Log Message:

Reduce some 2 line variable checks to single line.
Fix some formatting & remove whitespace.
In some instances, check if creation of widget_data was succesful before
continuing with the rest of the function.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_ilist.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- e_ilist.c   18 Apr 2008 06:23:21 -  1.41
+++ e_ilist.c   10 May 2008 07:44:01 -  1.42
@@ -649,8 +649,7 @@
int i;
 
API_ENTRY return;
-   if (!sd->items) return;
-   if (!sd->multi_select) return;
+   if ((!sd->items) || (!sd->multi_select)) return;
 
i = evas_list_count(sd->items);
if (n >= i) n = i - 1;
@@ -688,8 +687,7 @@
int i, j, dir;
 
API_ENTRY return;
-   if (!sd->items) return;
-   if (!sd->multi_select) return;
+   if ((!sd->items) || (!sd->multi_select)) return;
 
i = evas_list_count(sd->items);
if (n >= i) n = i - 1;
@@ -891,8 +889,7 @@
/* NB: Remove if headers ever become selectable */
if (si->header) return;
 
-   if (!sd->items) return;
-   if (!sd->selector) return;
+   if ((!sd->items) || (!sd->selector)) return;
if (!(si = evas_list_nth(sd->items, sd->selected))) return;
if (sd->on_hold)
  {
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_ilist.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- e_widget_ilist.c15 Jul 2007 23:39:28 -  1.38
+++ e_widget_ilist.c10 May 2008 07:44:01 -  1.39
@@ -32,24 +32,25 @@
 {
Evas_Object *obj, *o;
E_Widget_Data *wd;
-   
+
+   wd = E_NEW(E_Widget_Data, 1);
+   if (!wd) return NULL;
+
obj = e_widget_add(evas);
-   
+
e_widget_del_hook_set(obj, _e_wid_del_hook);
e_widget_focus_hook_set(obj, _e_wid_focus_hook);
-   wd = E_NEW(E_Widget_Data, 1);
-   if (!wd) return NULL;
e_widget_data_set(obj, wd);
 
wd->value = value;
-   
+
o = e_scrollframe_add(evas);
wd->o_scrollframe = o;
evas_object_show(o);
e_widget_sub_object_add(obj, o);
e_widget_resize_object_set(obj, o);
evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_DOWN, 
_e_wid_focus_steal, obj);
-   
+
o = e_ilist_add(evas);
wd->o_ilist = o;
e_ilist_icon_size_set(o, icon_w, icon_h);
@@ -58,7 +59,7 @@
e_widget_sub_object_add(obj, o);
evas_object_show(o);
evas_object_smart_callback_add(o, "selected", _e_wid_cb_selected, obj);
-   
+
evas_object_resize(obj, 32, 32);
e_widget_min_size_set(obj, 32, 32);
return obj;
@@ -68,7 +69,7 @@
 e_widget_ilist_freeze(Evas_Object *obj)
 {
E_Widget_Data *wd;
-   
+
wd = e_widget_data_get(obj);
e_ilist_freeze(wd->o_ilist);
 }
@@ -77,7 +78,7 @@
 e_widget_ilist_thaw(Evas_Object *obj)
 {
E_Widget_Data *wd;
-   
+
wd = e_widget_data_get(obj);
e_ilist_thaw(wd->o_ilist);
 }
@@ -87,10 +88,11 @@
 {
E_Widget_Data *wd;
E_Widget_Callback *wcb;
-   
-   wd = e_widget_data_get(obj);
+
wcb = E_NEW(E_Widget_Callback, 1);
if (!wcb) return;
+
+   wd = e_widget_data_get(obj);
wcb->func = func;
wcb->data = data;
if (val) wcb->value = strdup(val);
@@ -104,10 +106,11 @@
 {
E_Widget_Data *wd;
E_Widget_Callback *wcb, *rcb;
-   
-   wd = e_widget_data_get(obj);
+
wcb = E_NEW(E_Widget_Callback, 1);
if (!wcb) return;
+
+   wd = e_widget_data_get(obj);
wcb->func = func;
wcb->data = data;
if (val) wcb->value = strdup(val);
@@ -132,10 +135,11 @@
 {
E_Widget_Data *wd;
E_Widget_Callback *wcb;
-   
-   wd = e_widget_data_get(obj);
+
wcb = E_NEW(E_Widget_Callback, 1);
if (!wcb) return;
+
+   wd = e_widget_data_get(obj);
wcb->func = func;
wcb->data = data;
if (val) wcb->value = strdup(val);
@@ -149,14 +153,15 @@
 {
E_Widget_Data *wd;
E_Widget_Callback *wcb, *rcb;
-   
-   wd = e_widget_data_get(obj);
+
wcb = E_NEW(E_Widget_Callback, 1);
if (!wcb) return;
+
+   wd = e_widget_data_get(obj);
wcb->func = func;
wcb->data = data;
if (val) wcb->value = strdup(val);
-   
+
rcb = evas_list_nth(wd->callbacks, relative);
if (rcb) 
  {
@@ -177,10 +182,11 @@
 {
E_Widget_Data *wd;
E_Widget_Callback *wcb;
-   
-   wd = e_widget_data_get(obj);
+
wcb = E_NEW(E_Widget_Callback, 1);
if (!wcb) return;
+
+   wd = e_widget_data_get(obj);
wd->callbacks = evas_list_append(wd->callbacks, wcb);
e_ilist_append(wd->o_ilist, icon, label, 1, NULL, NULL, NULL, NULL);
if (icon) evas_object_show(icon);
@@ -190,7 +196,7 @@
 e_widget_ilist_selector_set(Evas_Object *obj, int selector)
 {
E_Widget_Data *wd;
-   
+
wd = e_widget_data_get(obj);
e_ilist_selector_set(wd->o_ilist, selector);
 }
@@ -200,7 +206,7 @@
 {
   

E CVS: apps/e devilhorns

2008-05-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:

Fix window remember ordering in the config panel.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_window_remembers/e_mod_main.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_mod_main.c6 May 2008 09:30:21 -   1.1
+++ e_mod_main.c7 May 2008 04:01:51 -   1.2
@@ -13,7 +13,7 @@
 {
e_configure_registry_category_add("windows", 50, _("Windows"), NULL, 
  "enlightenment/windows");
-   e_configure_registry_item_add("windows/window_remembers", 20, 
+   e_configure_registry_item_add("windows/window_remembers", 40, 
  _("Window Remembers"), NULL, 
  "enlightenment/window_remembers", 
  e_int_config_remembers);



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-05-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes/images


Modified Files:
Makefile.am 
Added Files:
e17_icon_window_remembers.png 


Log Message:

Add a very simple config dialog for deleting window remembers.
This is very very basic. Someone may want to redo the icon for this...I
didn't bring my crayons :)

===
RCS file: /cvs/e/e17/apps/e/data/themes/images/Makefile.am,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -3 -r1.105 -r1.106
--- Makefile.am 2 Dec 2007 09:08:25 -   1.105
+++ Makefile.am 6 May 2008 09:30:20 -   1.106
@@ -557,4 +557,6 @@
 e17_tl_corner_logo_shadow.png \
 e17_whitev.png \
 e17_wiz_b1.png \
-e17_wiz_b2.png
+e17_wiz_b2.png \
+e17_icon_window_remembers.png
+



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-05-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
configure.in 


Log Message:

Add a very simple config dialog for deleting window remembers.
This is very very basic. Someone may want to redo the icon for this...I
didn't bring my crayons :)

===
RCS file: /cvs/e/e17/apps/e/configure.in,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -3 -r1.205 -r1.206
--- configure.in23 Apr 2008 03:50:21 -  1.205
+++ configure.in6 May 2008 09:30:10 -   1.206
@@ -351,6 +351,8 @@
 src/modules/conf_window_display/module.desktop
 src/modules/conf_window_focus/Makefile
 src/modules/conf_window_focus/module.desktop
+src/modules/conf_window_remembers/Makefile
+src/modules/conf_window_remembers/module.desktop
 src/modules/conf_window_manipulation/Makefile
 src/modules/conf_window_manipulation/module.desktop
 src/modules/conf_menus/Makefile



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-05-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_icons.edc 


Log Message:

Add a very simple config dialog for deleting window remembers.
This is very very basic. Someone may want to redo the icon for this...I
didn't bring my crayons :)

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- default_icons.edc   14 Apr 2007 19:00:01 -  1.49
+++ default_icons.edc   6 May 2008 09:30:20 -   1.50
@@ -105,6 +105,8 @@
image: "e17_icon_startup_applications.png" COMP;
image: "e17_icon_power_management.png" COMP;
image: "e17_icon_screensaver.png" COMP;
+
+   image: "e17_icon_window_remembers.png" COMP;
 }
 
 group {
@@ -2248,6 +2250,25 @@
   }
}
 }
+group {
+   name: "e/icons/enlightenment/window_remembers";
+   max:  64 64;
+   parts {
+  part {
+name:  "icon";
+mouse_events:  0;
+description {
+   state:"default" 0.0;
+   aspect:   1.0 1.0;
+   aspect_preference: BOTH;
+   max:  64 64;
+   image {
+  normal: "e17_icon_window_remembers.png";
+   }
+}
+  }
+   }
+}   
 
 
 



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-05-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/modules


Modified Files:
Makefile.am 


Log Message:

Add a very simple config dialog for deleting window remembers.
This is very very basic. Someone may want to redo the icon for this...I
didn't bring my crayons :)

===
RCS file: /cvs/e/e17/apps/e/src/modules/Makefile.am,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -3 -r1.44 -r1.45
--- Makefile.am 23 Apr 2008 03:50:21 -  1.44
+++ Makefile.am 6 May 2008 09:30:21 -   1.45
@@ -49,7 +49,8 @@
 conf_exebuf \
 conf_paths \
 conf_mime \
-conf_interaction
+conf_interaction \
+conf_window_remembers
 
 if HAVE_TEMPERATURE
 SUBDIRS += temperature



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-05-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_config_dialog.c 


Log Message:

Add a very simple config dialog for deleting window remembers.
This is very very basic. Someone may want to redo the icon for this...I
didn't bring my crayons :)

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_config_dialog.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- e_config_dialog.c   4 May 2007 16:21:53 -   1.36
+++ e_config_dialog.c   6 May 2008 09:30:21 -   1.37
@@ -177,7 +177,7 @@
e_object_del_attach_func_set(E_OBJECT(cfd->dia), 
_e_config_dialog_cb_dialog_del);
e_dialog_title_set(cfd->dia, cfd->title);
if (!cfd->cfdata) cfd->cfdata = cfd->view->create_cfdata(cfd);
-   
+
if (type == E_CONFIG_DIALOG_CFDATA_TYPE_BASIC)
  {
if (cfd->view->advanced.create_widgets)



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-05-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Added Files:
.cvsignore Makefile.am e-module-conf_window_remembers.edj 
e_int_config_remembers.c e_int_config_remembers.h e_mod_main.c 
e_mod_main.h module.desktop.in 


Log Message:

Add a very simple config dialog for deleting window remembers.
This is very very basic. Someone may want to redo the icon for this...I
didn't bring my crayons :)




-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-05-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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




Log Message:
Directory /cvs/e/e17/apps/e/src/modules/conf_window_remembers added to the 
repository




-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-05-05 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_fwin.c 


Log Message:

When using the Open With dialog, if user choose nothing and clicked open,
then a segfault would occur. Fix seggy :) (bug #420)

Minor formatting fixes.

===
RCS file: /cvs/e/e17/apps/e/src/modules/fileman/e_fwin.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- e_fwin.c6 Apr 2008 02:08:09 -   1.26
+++ e_fwin.c6 May 2008 05:05:13 -   1.27
@@ -709,7 +709,7 @@
 _e_fwin_cb_menu_open_with(void *data, E_Menu *m, E_Menu_Item *mi)
 {
E_Fwin *fwin;
-   Evas_List *selected;
+   Evas_List *selected = NULL;

fwin = data;
selected = e_fm2_selected_list_get(fwin->fm_obj);
@@ -784,6 +784,9 @@
  desktop = efreet_util_desktop_file_id_find(fad->app1);
else if (fad->app2) 
  desktop = efreet_util_desktop_file_id_find(fad->app2);
+
+   if ((!desktop) && (!fad->exec_cmd)) return;
+
if ((desktop) || (strcmp(fad->exec_cmd, "")))
  {
getcwd(pcwd, sizeof(pcwd));
@@ -842,20 +845,18 @@
 if (fad->fwin->win)
   {
  if (desktop)
-e_exec(fad->fwin->win->border->zone, desktop, NULL, files,
-   "fwin");
+e_exec(fad->fwin->win->border->zone, desktop, NULL, files,
+   "fwin");
   }
 else if (fad->fwin->zone)
   {
  if (desktop)
-e_exec(fad->fwin->zone, desktop, NULL, files, "fwin");
+e_exec(fad->fwin->zone, desktop, NULL, files, "fwin");
   }
 
 // Free fake .desktop
 if (!strcmp(fad->exec_cmd, ""))
-  {
- efreet_desktop_free(desktop);
-  }
+   efreet_desktop_free(desktop);
 
 ecore_list_destroy(files); 
  }
@@ -1084,7 +1085,7 @@
   {
  if (S_ISDIR(ici->statinfo.st_mode))
{
-  if (!fileman_config->view.open_dirs_in_place || 
fwin->zone) 
+  if ((!fileman_config->view.open_dirs_in_place) || 
(fwin->zone)) 
 {
if (fwin->win)
  fwin2 = _e_fwin_new(fwin->win->container, NULL, 
ici->real_link);



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-05-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:

Fix formatting.

===
RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_main.c,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -3 -r1.118 -r1.119
--- e_mod_main.c3 May 2008 21:49:37 -   1.118
+++ e_mod_main.c3 May 2008 22:18:35 -   1.119
@@ -98,7 +98,7 @@
battery_config->instances = 
  evas_list_remove(battery_config->instances, inst);
evas_object_del(inst->o_battery);
-   if(inst->warning)
+   if (inst->warning)
  {
 e_object_del(E_OBJECT(inst->warning));
 inst->popup_battery = NULL;
@@ -238,7 +238,7 @@
 
if (!battery_config) return;
 
-   if(battery_config->instances)
+   if (battery_config->instances)
  {
 for (l = battery_config->instances; l; l = l->next)
   _battery_warning_popup_destroy(l->data);
@@ -286,7 +286,7 @@
 static void
 _battery_warning_popup_destroy(Instance *inst)
 {
-   if(!inst || !inst->warning) return;
+   if (!inst || !inst->warning) return;
 
e_object_del(E_OBJECT(inst->warning));
inst->warning = NULL;
@@ -539,7 +539,7 @@
   edje_object_signal_emit(inst->o_battery, 
   
"e,state,discharging", 
   "e");
-  if(inst->popup_battery)
+  if (inst->popup_battery)
 
edje_object_signal_emit(inst->popup_battery, 
 
"e,state,discharging", "e");
}
@@ -550,7 +550,7 @@
{
   _battery_face_level_set(inst->o_battery, 
   (double)full / 
100.0);
-  if(inst->popup_battery)
+  if (inst->popup_battery)
 
_battery_face_level_set(inst->popup_battery, 
 (double)full / 
100.0);
}
@@ -566,7 +566,7 @@
if (time_left != battery_config->time_left)
   {
  _battery_face_time_set(inst->o_battery, 
time_left);
- if(inst->popup_battery)
+ if (inst->popup_battery)
_battery_face_time_set(inst->popup_battery, 
   time_left);
   }
@@ -579,7 +579,7 @@
  if (++debounce_popup == POPUP_DEBOUNCE_CYCLES)
_battery_warning_popup(inst, time_left, 
(double)full/100.0);
   }
-else if(have_power)
+else if (have_power)
   _battery_warning_popup_destroy(inst);
 }
   if (!have_battery)



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-05-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:

Fix formatting issues.
Remove Whitespace.
Use E_FREE to free the inst struct (Ensures to null the pointer).

===
RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_main.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -3 -r1.116 -r1.117
--- e_mod_main.c3 May 2008 19:51:49 -   1.116
+++ e_mod_main.c3 May 2008 20:12:57 -   1.117
@@ -6,8 +6,6 @@
 
 #define POPUP_DEBOUNCE_CYCLES  2
 
-/***/
-/**/
 /* gadcon requirements */
 static E_Gadcon_Client *_gc_init(E_Gadcon *gc, const char *name, const char 
*id, const char *style);
 static void _gc_shutdown(E_Gadcon_Client *gcc);
@@ -15,6 +13,7 @@
 static char *_gc_label(void);
 static Evas_Object *_gc_icon(Evas *evas);
 static const char *_gc_id_new(void);
+
 /* and actually define the gadcon class that this module provides (just 1) */
 static const E_Gadcon_Client_Class _gadcon_class =
 {
@@ -25,13 +24,8 @@
  },
E_GADCON_CLIENT_STYLE_PLAIN
 };
-/**/
-/***/
 
-/***/
-/**/
 /* actual module specifics */
-
 typedef struct _Instance Instance;
 
 struct _Instance
@@ -65,21 +59,21 @@
Evas_Object *o;
E_Gadcon_Client *gcc;
Instance *inst;
-   
+
battery_config->full = -2;
battery_config->time_left = -2;
battery_config->have_battery = -2;
battery_config->have_power = -2;
-   
+
inst = E_NEW(Instance, 1);
-   
+
o = edje_object_add(gc->evas);
e_theme_edje_object_set(o, "base/theme/modules/battery",
   "e/modules/battery/main");
-   
+
gcc = e_gadcon_client_new(gc, name, id, style, o);
gcc->data = inst;
-   
+
inst->gcc = gcc;
inst->o_battery = o;   
inst->warning = NULL;
@@ -87,8 +81,10 @@
 
evas_object_event_callback_add(o, EVAS_CALLBACK_MOUSE_DOWN,
  _button_cb_mouse_down, inst);
-   battery_config->instances = evas_list_append(battery_config->instances, 
inst);
+   battery_config->instances = 
+ evas_list_append(battery_config->instances, inst);
_battery_config_updated();
+
return gcc;
 }
 
@@ -96,16 +92,17 @@
 _gc_shutdown(E_Gadcon_Client *gcc)
 {
Instance *inst;
-   
+
inst = gcc->data;
-   battery_config->instances = evas_list_remove(battery_config->instances, 
inst);
+   battery_config->instances = 
+ evas_list_remove(battery_config->instances, inst);
evas_object_del(inst->o_battery);
if(inst->warning)
  {
 e_object_del(E_OBJECT(inst->warning));
 inst->popup_battery = NULL;
  }
-   free(inst);
+   E_FREE(inst);
 }
 
 static void
@@ -113,7 +110,7 @@
 {
Instance *inst;
Evas_Coord mw, mh;
-   
+
inst = gcc->data;
mw = 0, mh = 0;
edje_object_size_min_get(inst->o_battery, &mw, &mh);
@@ -136,7 +133,7 @@
 {
Evas_Object *o;
char buf[4096];
-   
+
o = edje_object_add(evas);
snprintf(buf, sizeof(buf), "%s/e-module-battery.edj",
e_module_dir_get(battery_config->module));
@@ -150,17 +147,12 @@
return _gadcon_class.name;
 }
 
-/**/
-/***/
-
-/***/
-/**/
 static void
 _button_cb_mouse_down(void *data, Evas *e, Evas_Object *obj, void *event_info)
 {
Instance *inst;
Evas_Event_Mouse_Down *ev;
-   
+
inst = data;
ev = event_info;
if ((ev->button == 3) && (!battery_config->menu))
@@ -168,7 +160,7 @@
E_Menu *mn;
E_Menu_Item *mi;
int cx, cy, cw, ch;
-   
+
mn = e_menu_new();
e_menu_post_deactivate_callback_set(mn, _menu_cb_post, inst);
battery_config->menu = mn;
@@ -177,9 +169,9 @@
e_menu_item_label_set(mi, _("Configuration"));
e_util_menu_item_edje_icon_set(mi, "enlightenment/configuration");   
e_menu_item_callback_set(mi, _battery_face_cb_menu_configure, NULL);
-   
+
e_gadcon_client_util_menu_items_append(inst->gcc, mn, 0);
-   
+
e_gadcon_canvas_zone_geometry_get(inst->gcc->gadcon,
  &cx, &cy, &cw, &ch);
e_menu_activate_mouse(mn,
@@ -189,8 +181,8 @@
e_util_evas_fake_mouse_up_later(inst->gcc->gadcon->evas,
ev->button);
  }
-if (ev->button == 1)
-  _battery_cb_warning_popup_hide(data, e, obj, event_info);
+   if (ev->button == 1)
+ _battery_cb_warning_popup_hide(data, e, obj, event_info);
 }
 
 static void
@@ -220,9 +212,9 @@
 {
char buf[256];
int hrs, mins;
-   

E CVS: apps/e devilhorns

2008-04-23 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_fileman.edc 


Log Message:

Use correct font_class for desktop icons in default theme.

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_fileman.edc,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -3 -r1.64 -r1.65
--- default_fileman.edc 2 Dec 2007 09:07:40 -   1.64
+++ default_fileman.edc 23 Apr 2008 20:06:49 -  1.65
@@ -6949,7 +6949,7 @@
   min:  0 1;
   align:0.5 1.0;
   elipsis:  0.0;
-  text_class: "desktop_fileman_icon";
+  text_class: "desktop_icon";
}
 }
   } 
@@ -7270,7 +7270,7 @@
   min:  0 1;
   align:0.5 1.0;
   elipsis:  0.0;
-  text_class: "desktop_fileman_icon";
+  text_class: "desktop_icon";
}
 }
   } 



-
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-04-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_ilist.c e_int_config_modules.c 


Log Message:
E_Ilist
   - Remove tons of nasty whitespace.
   - Initialize some list vars to NULL before use.
   - Reduce some 2 line checks (x = data; if !x return) into single line.
   - When setting an ilist item to selectable via API, 
 check that the item is not a header as these are not selectable 
 currently.
   - Add some NBs for if/when headers do become selectable.

Modules Dialog:
   - Initialize some list vars to NULL before use.
   - Reduce some 2 line checks (x = data; if !x return) into single line.
   - When loading/unload module(s), attempt to reselect the next item in
 the list(s).

sshh...I wasn't here ;)

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_ilist.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- e_ilist.c   23 Jan 2008 09:04:55 -  1.40
+++ e_ilist.c   18 Apr 2008 06:23:21 -  1.41
@@ -11,8 +11,7 @@
 struct _E_Smart_Data 
 {
Evas_Coord x, y, w, h, iw, ih;
-   Evas_Object *o_smart;
-   Evas_Object *o_box;
+   Evas_Object *o_smart, *o_box;
Evas_List *items;
int selected;
unsigned char selector : 1;
@@ -49,12 +48,12 @@
 {
E_Ilist_Item *si;
Evas_Coord mw = 0, mh = 0;
-   
+
API_ENTRY return;
si = E_NEW(E_Ilist_Item, 1);
si->sd = sd;
si->o_base = edje_object_add(evas_object_evas_get(sd->o_smart));
-   
+
if (header) 
  e_theme_edje_object_set(si->o_base, "base/theme/widgets", 
 "e/widgets/ilist_header");
@@ -79,14 +78,14 @@
si->data2 = data2;
si->header = header;
sd->items = evas_list_append(sd->items, si);
-   
+
edje_object_size_min_calc(si->o_base, &mw, &mh);
e_box_freeze(sd->o_box);
e_box_pack_end(sd->o_box, si->o_base);
e_box_pack_options_set(si->o_base, 1, 1, 1, 1, 0.5, 0.5, 
  mw, mh, 9, 9);
e_box_thaw(sd->o_box);
-   
+
evas_object_lower(sd->o_box);
evas_object_event_callback_add(si->o_base, EVAS_CALLBACK_MOUSE_DOWN,
  _e_smart_event_mouse_down, si);
@@ -100,12 +99,12 @@
 {
E_Ilist_Item *si, *ri;
Evas_Coord mw = 0, mh = 0;
-   
+
API_ENTRY return;
si = E_NEW(E_Ilist_Item, 1);
si->sd = sd;
si->o_base = edje_object_add(evas_object_evas_get(sd->o_smart));
-   
+
if (header) 
  e_theme_edje_object_set(si->o_base, "base/theme/widgets", 
 "e/widgets/ilist_header");
@@ -129,13 +128,13 @@
si->data = data;
si->data2 = data2;
si->header = header;
-   
+
ri = evas_list_nth(sd->items, relative);
if (ri)
  sd->items = evas_list_append_relative(sd->items, si, ri);
else
  sd->items = evas_list_append(sd->items, si);
- 
+
edje_object_size_min_calc(si->o_base, &mw, &mh);
e_box_freeze(sd->o_box);
if (ri)
@@ -145,7 +144,7 @@
e_box_pack_options_set(si->o_base, 1, 1, 1, 1, 0.5, 0.5, 
  mw, mh, 9, 9);
e_box_thaw(sd->o_box);
-   
+
evas_object_lower(sd->o_box);
evas_object_event_callback_add(si->o_base, EVAS_CALLBACK_MOUSE_DOWN,
  _e_smart_event_mouse_down, si);
@@ -159,12 +158,12 @@
 {
E_Ilist_Item *si;
Evas_Coord mw = 0, mh = 0;
-   
+
API_ENTRY return;
si = E_NEW(E_Ilist_Item, 1);
si->sd = sd;
si->o_base = edje_object_add(evas_object_evas_get(sd->o_smart));
-   
+
if (header) 
  e_theme_edje_object_set(si->o_base, "base/theme/widgets", 
 "e/widgets/ilist_header");
@@ -189,14 +188,14 @@
si->data2 = data2;
si->header = header;
sd->items = evas_list_prepend(sd->items, si);
-   
+
edje_object_size_min_calc(si->o_base, &mw, &mh);
e_box_freeze(sd->o_box);
e_box_pack_start(sd->o_box, si->o_base);
e_box_pack_options_set(si->o_base, 1, 1, 1, 1, 0.5, 0.5, 
  mw, mh, 9, 9);
e_box_thaw(sd->o_box);
-   
+
evas_object_lower(sd->o_box);
evas_object_event_callback_add(si->o_base, EVAS_CALLBACK_MOUSE_DOWN,
  _e_smart_event_mouse_down, si);
@@ -210,12 +209,12 @@
 {
E_Ilist_Item *si, *ri;
Evas_Coord mw = 0, mh = 0;
-   
+
API_ENTRY return;
si = E_NEW(E_Ilist_Item, 1);
si->sd = sd;
si->o_base = edje_object_add(evas_object_evas_get(sd->o_smart));
-   
+
if (header) 
  e_theme_edje_object_set(si->o_base, "base/theme/widgets", 
 "e/widgets/ilist_header");
@@ -239,13 +238,13 @@
si->data = data;
si->data2 = data2;
si->header = header;
-   
+
ri = evas_list_nth(sd->items, relative);
if (ri) 
  sd->items = evas_list_prepend_relative(sd->items, si, ri);
else 
  sd->items = evas_l

E CVS: apps/e devilhorns

2008-02-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
more evas_hash_foreach fixes.
add __UNUSED__ where needed.

===
RCS file: /cvs/e/e17/apps/e/src/modules/temperature/e_mod_main.c,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -3 -r1.91 -r1.92
--- e_mod_main.c6 Feb 2008 00:13:25 -   1.91
+++ e_mod_main.c12 Feb 2008 06:14:27 -  1.92
@@ -43,8 +43,8 @@
 static void _temperature_face_level_set(Config_Face *inst, double level);
 static void _temperature_face_cb_menu_configure(void *data, E_Menu *m, 
E_Menu_Item *mi);
 
-static Evas_Bool _temperature_face_shutdown(Evas_Hash *hash, const char *key, 
void *hdata, void *fdata);
-static Evas_Bool _temperature_face_id_max(Evas_Hash *hash, const char *key, 
void *hdata, void *fdata);
+static Evas_Bool _temperature_face_shutdown(const Evas_Hash *hash __UNUSED__, 
const char *key __UNUSED__, void *hdata, void *fdata __UNUSED__);
+static Evas_Bool _temperature_face_id_max(const Evas_Hash *hash __UNUSED__, 
const char *key, void *hdata __UNUSED__, void *fdata);
 
 static E_Config_DD *conf_edd = NULL;
 static E_Config_DD *conf_face_edd = NULL;
@@ -360,7 +360,7 @@
 }
 
 static Evas_Bool
-_temperature_face_shutdown(Evas_Hash *hash, const char *key, void *hdata, void 
*fdata)
+_temperature_face_shutdown(const Evas_Hash *hash __UNUSED__, const char *key 
__UNUSED__, void *hdata, void *fdata __UNUSED__)
 {
Config_Face *inst;
 
@@ -373,11 +373,11 @@
 }
 
 static Evas_Bool
-_temperature_face_id_max(Evas_Hash *hash, const char *key, void *hdata, void 
*fdata)
+_temperature_face_id_max(const Evas_Hash *hash __UNUSED__, const char *key, 
void *hdata __UNUSED__, void *fdata)
 {
const char *p;
-   int*max;
-   int num = -1;
+   int *max;
+   int num = -1;
 
max = fdata;
p = strrchr(key, '.');



-
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/e devilhorns

2008-02-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_int_config_imc.c 


Log Message:
more evas_hash_foreach fixes.
add __UNUSED__ where needed.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_imc/e_int_config_imc.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_int_config_imc.c  7 Oct 2007 21:22:40 -   1.4
+++ e_int_config_imc.c  12 Feb 2008 06:11:22 -  1.5
@@ -36,8 +36,8 @@
 static void _e_imc_entry_change_cb   (void *data, Evas_Object *obj);
 static void_e_imc_form_fill (E_Config_Dialog_Data *cfdata);
 static const char*  _e_imc_file_name_new_get (void);
-static Evas_Bool_change_hash_free_cb (Evas_Hash *hash, const char 
*key, void *data, void *fdata);
-static Evas_Bool_change_hash_apply_cb(Evas_Hash *hash, const char 
*key, void *data, void *fdata);
+static Evas_Bool_change_hash_free_cb (const Evas_Hash *hash 
__UNUSED__, const char *key __UNUSED__, void *data, void *fdata __UNUSED__);
+static Evas_Bool_change_hash_apply_cb(const Evas_Hash *hash 
__UNUSED__, const char *key, void *data, void *fdata __UNUSED__);
 
 struct _E_Config_Dialog_Data
 {
@@ -143,7 +143,7 @@
 }
 
 static Evas_Bool 
-_change_hash_free_cb(Evas_Hash *hash, const char *key, void *data, void *fdata)
+_change_hash_free_cb(const Evas_Hash *hash __UNUSED__, const char *key 
__UNUSED__, void *data, void *fdata __UNUSED__)
 {
E_Input_Method_Config *imc;
 
@@ -385,7 +385,7 @@
 
 /*** Start Advanced Dialog Logic ***/
 static Evas_Bool 
-_change_hash_apply_cb(Evas_Hash *hash, const char *key, void *data, void 
*fdata)
+_change_hash_apply_cb(const Evas_Hash *hash __UNUSED__, const char *key, void 
*data, void *fdata __UNUSED__)
 {
E_Input_Method_Config *imc;
Eet_File *ef;



-
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/e devilhorns

2008-02-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_int_config_intl.c 


Log Message:
more evas_hash_foreach fixes.
Add __UNUSED__ where appropriate.
Fix some formatting.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_intl/e_int_config_intl.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_int_config_intl.c 23 Nov 2007 10:11:53 -  1.7
+++ e_int_config_intl.c 12 Feb 2008 06:09:05 -  1.8
@@ -28,10 +28,10 @@
 /* Fill the clear lists, fill with language, select */
 /* Update lanague */
 static void  _cfdata_language_go(const char *lang, const char 
*region, const char *codeset, const char *modifier, E_Config_Dialog_Data 
*cfdata);
-static Evas_Bool _lang_hash_cb  (Evas_Hash *hash, const char *key, 
void *data, void *fdata);
-static Evas_Bool _region_hash_cb(Evas_Hash *hash, const char *key, 
void *data, void *fdata);
-static Evas_Bool _language_hash_free_cb (Evas_Hash *hash, const char *key, 
void *data, void *fdata);
-static Evas_Bool _region_hash_free_cb   (Evas_Hash *hash, const char *key, 
void *data, void *fdata);
+static Evas_Bool _lang_hash_cb  (const Evas_Hash *hash __UNUSED__, 
const char *key __UNUSED__, void *data, void *fdata);
+static Evas_Bool _region_hash_cb(const Evas_Hash *hash __UNUSED__, 
const char *key __UNUSED__, void *data, void *fdata);
+static Evas_Bool _language_hash_free_cb (const Evas_Hash *hash __UNUSED__, 
const char *key __UNUSED__, void *data, void *fdata __UNUSED__);
+static Evas_Bool _region_hash_free_cb   (const Evas_Hash *hash __UNUSED__, 
const char *key __UNUSED__, void *data, void *fdata __UNUSED__);
 static void  _intl_current_locale_setup (E_Config_Dialog_Data *cfdata);
 static const char *_intl_charset_upper_get  (const char *charset);
 
@@ -809,7 +809,7 @@
 }
 
 static Evas_Bool 
-_language_hash_free_cb(Evas_Hash *hash, const char *key, void *data, void 
*fdata)
+_language_hash_free_cb(const Evas_Hash *hash __UNUSED__, const char *key 
__UNUSED__, void *data, void *fdata __UNUSED__)
 {
E_Intl_Language_Node *node;
 
@@ -823,7 +823,7 @@
 }
 
 static Evas_Bool 
-_region_hash_free_cb(Evas_Hash *hash, const char *key, void *data, void *fdata)
+_region_hash_free_cb(const Evas_Hash *hash __UNUSED__, const char *key 
__UNUSED__, void *data, void *fdata __UNUSED__)
 { 
E_Intl_Region_Node *node;
 
@@ -835,7 +835,8 @@
 
str = node->available_codesets->data;
if (str) evas_stringshare_del(str);
-   node->available_codesets = 
evas_list_remove_list(node->available_codesets, node->available_codesets);
+   node->available_codesets = 
+  evas_list_remove_list(node->available_codesets, 
node->available_codesets);
  }
 
while (node->available_modifiers) 
@@ -844,7 +845,8 @@
 
str = node->available_modifiers->data;
if (str) evas_stringshare_del(str);
-   node->available_modifiers = 
evas_list_remove_list(node->available_modifiers, node->available_modifiers);
+   node->available_modifiers = 
+  evas_list_remove_list(node->available_modifiers, 
node->available_modifiers);
  }

free(node);  
@@ -978,9 +980,9 @@

if (cfdata->lang_list) 
  {
-   cfdata->lang_list = evas_list_sort(cfdata->lang_list, 
-  evas_list_count(cfdata->lang_list), 
-  _lang_list_sort);
+   cfdata->lang_list = 
+  evas_list_sort(cfdata->lang_list, 
evas_list_count(cfdata->lang_list), 
+ _lang_list_sort);
_lang_list_load(cfdata);
  }

@@ -1170,12 +1172,13 @@
 if (lang_update)
   {
  e_widget_ilist_clear(cfdata->gui.reg_list);
-  
  cfdata->region_list = evas_list_free(cfdata->region_list);
- evas_hash_foreach(lang_node->region_hash, _region_hash_cb, 
cfdata);
- cfdata->region_list = evas_list_sort(cfdata->region_list, 
-
evas_list_count(cfdata->region_list), 
-_region_list_sort);
+ evas_hash_foreach(lang_node->region_hash, 
+_region_hash_cb, cfdata);
+ cfdata->region_list = 
+evas_list_sort(cfdata->region_list, 
+   evas_list_count(cfdata->region_list), 
+   _region_list_sort);
  _region_list_load(cfdata);
   }
 
@@ -1234,7 +1237,7 @@
 }
 
 static Evas_Bool
-_lang_hash_cb(Evas_Hash *hash, const char *key, void *data, void *fdata)
+_lang_hash_cb(const Evas_Hash *hash __UNUSED__, const char *key __UNUS

E CVS: apps/e devilhorns

2008-02-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_int_config_fonts.c 


Log Message:
fixes for recent evas_hash changes.
actual add func proto for the evas_hash_foreach callback function.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_fonts/e_int_config_fonts.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_int_config_fonts.c5 Dec 2007 02:08:54 -   1.5
+++ e_int_config_fonts.c12 Feb 2008 06:02:17 -  1.6
@@ -31,6 +31,8 @@
 static void _class_list_load(E_Config_Dialog_Data *cfdata);
 static void _font_preview_update(E_Config_Dialog_Data *cfdata);
 
+static Evas_Bool _font_hash_cb(const Evas_Hash *hash __UNUSED__, const char 
*key __UNUSED__, void *data, void *fdata);
+
 struct _E_Font_Size_Data
 {
E_Config_Dialog_Data *cfdata;
@@ -415,7 +417,7 @@
 }
 
 static Evas_Bool
-_font_hash_cb(Evas_Hash *hash, const char *key, void *data, void *fdata)
+_font_hash_cb(const Evas_Hash *hash __UNUSED__, const char *key __UNUSED__, 
void *data, void *fdata)
 {
E_Config_Dialog_Data *cfdata;
E_Font_Properties *efp;



-
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/e devilhorns

2008-02-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_fwin.c 


Log Message:
fix evas_hash_foreach function for recent Evas changes.
fix some formatting.

===
RCS file: /cvs/e/e17/apps/e/src/modules/fileman/e_fwin.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_fwin.c22 Dec 2007 00:20:53 -  1.23
+++ e_fwin.c12 Feb 2008 05:59:01 -  1.24
@@ -87,7 +87,7 @@
 static void _e_fwin_cb_open(void *data, E_Dialog *dia);
 static void _e_fwin_cb_close(void *data, E_Dialog *dia);
 static void _e_fwin_cb_dialog_free(void *obj);
-static Evas_Bool _e_fwin_cb_hash_foreach(Evas_Hash *hash, const char *key, 
void *data, void *fdata);
+static Evas_Bool _e_fwin_cb_hash_foreach(const Evas_Hash *hash __UNUSED__, 
const char *key, void *data __UNUSED__, void *fdata);
 static E_Fwin_Exec_Type _e_fwin_file_is_exec(E_Fm2_Icon_Info *ici);
 static void _e_fwin_file_exec(E_Fwin *fwin, E_Fm2_Icon_Info *ici, 
E_Fwin_Exec_Type ext);
 static void _e_fwin_file_open_dialog(E_Fwin *fwin, Evas_List *files, int 
always);
@@ -154,12 +154,12 @@
fwin->zone = zone;

/* Add Event Handler for zone move/resize & del */
-   fwin->zone_handler = ecore_event_handler_add(E_EVENT_ZONE_MOVE_RESIZE, 
-   _e_fwin_zone_move_resize, 
-   fwin);
-   fwin->zone_del_handler = ecore_event_handler_add(E_EVENT_ZONE_DEL, 
-   _e_fwin_zone_del,
-   fwin);
+   fwin->zone_handler = 
+ ecore_event_handler_add(E_EVENT_ZONE_MOVE_RESIZE, 
+ _e_fwin_zone_move_resize, fwin);
+   fwin->zone_del_handler = 
+ ecore_event_handler_add(E_EVENT_ZONE_DEL, 
+ _e_fwin_zone_del, fwin);

/* Trap the mouse_down on zone so we can unselect */
evas_object_event_callback_add(zone->bg_event_object, 
@@ -295,7 +295,7 @@
  else 
{
   char buf[256];
-  
+
   if (fileman_config->view.show_desktop_icons) 
 {
snprintf(buf, sizeof(buf), "%i", 
@@ -877,7 +877,7 @@
 }
 
 static Evas_Bool
-_e_fwin_cb_hash_foreach(Evas_Hash *hash, const char *key, void *data, void 
*fdata)
+_e_fwin_cb_hash_foreach(const Evas_Hash *hash __UNUSED__, const char *key, 
void *data __UNUSED__, void *fdata)
 {
Evas_List **mlist;




-
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/e devilhorns

2008-02-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix module description to use proper grammar.

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/module.desktop.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- module.desktop.in   30 Dec 2007 19:34:56 -  1.6
+++ module.desktop.in   9 Feb 2008 23:16:33 -   1.7
@@ -2,7 +2,7 @@
 Type=Link
 Name=IBox
 Icon=e-module-ibox
-Comment=IconBox GadgetAn home for your iconified 
applications.
+Comment=IconBox GadgetA home for your iconified 
applications.
 Comment[de]=
 Comment[es]=Dispositivo IconBoxUn contenedor para 
sus aplicaciones iconificadas.
 Comment[fr]=



-
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/e devilhorns

2008-02-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_font.c 


Log Message:
Add __UNUSED__ to evas_hash_foreach function.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_font.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_font.c9 Feb 2008 22:41:30 -   1.24
+++ e_font.c9 Feb 2008 22:48:28 -   1.25
@@ -5,7 +5,7 @@
 
 #define E_TOK_STYLE ":style="
 
-static Evas_Bool _font_hash_free_cb(const Evas_Hash *hash, const char *key, 
void *data, void *fdata);
+static Evas_Bool _font_hash_free_cb(const Evas_Hash *hash __UNUSED__, const 
char *key __UNUSED__, void *data, void *fdata __UNUSED__);
 static Evas_Hash *_e_font_available_hash_add(Evas_Hash *font_hash, const char 
*full_name);
 static E_Font_Properties *_e_font_fontconfig_name_parse(Evas_Hash **font_hash, 
E_Font_Properties *efp, const char *font);
 static char _fn_buf[1024];
@@ -151,7 +151,7 @@
 }
 
 static Evas_Bool
-_font_hash_free_cb(const Evas_Hash *hash, const char *key, void *data, void 
*fdata)
+_font_hash_free_cb(const Evas_Hash *hash __UNUSED__, const char *key 
__UNUSED__, void *data, void *fdata __UNUSED__)
 {
E_Font_Properties *efp;
 



-
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/e devilhorns

2008-02-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_exec.c 


Log Message:
Add __UNUSED__ to evas_hash_foreach function.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_exec.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_exec.c9 Feb 2008 22:41:30 -   1.10
+++ e_exec.c9 Feb 2008 22:47:09 -   1.11
@@ -57,7 +57,7 @@
 static int  _e_exec_cb_expire_timer(void *data);
 static int  _e_exec_cb_exit(void *data, int type, void *event);
 
-static Evas_Bool _e_exec_startup_id_pid_find(const Evas_Hash *hash, const char 
*key, void *value, void *data);
+static Evas_Bool _e_exec_startup_id_pid_find(const Evas_Hash *hash __UNUSED__, 
const char *key __UNUSED__, void *value, void *data);
 
 static void _e_exec_error_dialog(Efreet_Desktop *desktop, const char 
*exec, Ecore_Exe_Event_Del *event, Ecore_Exe_Event_Data *error, 
Ecore_Exe_Event_Data *read);
 static void _fill_data(E_Config_Dialog_Data *cfdata);
@@ -352,7 +352,7 @@
 }
 
 static Evas_Bool
-_e_exec_startup_id_pid_find(const Evas_Hash *hash, const char *key, void 
*value, void *data)
+_e_exec_startup_id_pid_find(const Evas_Hash *hash __UNUSED__, const char *key 
__UNUSED__, void *value, void *data)
 {
E_Exec_Search *search;
Evas_List *instances, *l;
@@ -365,7 +365,8 @@
 
inst = l->data;
if (((search->startup_id > 0) && (search->startup_id == 
inst->startup_id)) ||
-   ((inst->exe) && (search->pid > 1) && (search->pid == 
ecore_exe_pid_get(inst->exe
+   ((inst->exe) && (search->pid > 1) && 
+ (search->pid == ecore_exe_pid_get(inst->exe
  {
 search->desktop = inst->desktop;
 return 0;



-
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/e devilhorns

2008-02-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_exec.c e_filereg.c e_fm_custom.c e_fm_mime.c e_font.c 
e_int_config_modules.c e_intl.c e_manager.c e_menu.c e_path.c 
e_theme.c 


Log Message:
Fix function protos & functions for recent Evas_Hash changes to remove
compiler warnings.
Fix some formatting in e_font.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_exec.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_exec.c25 Aug 2007 07:39:57 -  1.9
+++ e_exec.c9 Feb 2008 22:41:30 -   1.10
@@ -57,7 +57,7 @@
 static int  _e_exec_cb_expire_timer(void *data);
 static int  _e_exec_cb_exit(void *data, int type, void *event);
 
-static Evas_Bool _e_exec_startup_id_pid_find(Evas_Hash *hash, const char *key, 
void *value, void *data);
+static Evas_Bool _e_exec_startup_id_pid_find(const Evas_Hash *hash, const char 
*key, void *value, void *data);
 
 static void _e_exec_error_dialog(Efreet_Desktop *desktop, const char 
*exec, Ecore_Exe_Event_Del *event, Ecore_Exe_Event_Data *error, 
Ecore_Exe_Event_Data *read);
 static void _fill_data(E_Config_Dialog_Data *cfdata);
@@ -352,10 +352,10 @@
 }
 
 static Evas_Bool
-_e_exec_startup_id_pid_find(Evas_Hash *hash, const char *key, void *value, 
void *data)
+_e_exec_startup_id_pid_find(const Evas_Hash *hash, const char *key, void 
*value, void *data)
 {
E_Exec_Search *search;
-   Evas_List *instances, *l;
+   Evas_List *instances, *l;
 
search = data;
instances = value;
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_filereg.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_filereg.c 21 Aug 2007 22:35:45 -  1.3
+++ e_filereg.c 9 Feb 2008 22:41:30 -   1.4
@@ -17,7 +17,7 @@
int ref_count;
 };
 
-static Evas_Bool _filereg_hash_cb_free(Evas_Hash *hash __UNUSED__, 
+static Evas_Bool _filereg_hash_cb_free(const Evas_Hash *hash __UNUSED__, 
   const char *key __UNUSED__, 
   void *data, void *fdata __UNUSED__);
 
@@ -86,7 +86,7 @@
 
 /* Private Functions */
 static Evas_Bool 
-_filereg_hash_cb_free(Evas_Hash *hash __UNUSED__, const char *key __UNUSED__, 
+_filereg_hash_cb_free(const Evas_Hash *hash __UNUSED__, const char *key 
__UNUSED__, 
  void *data, void *fdata __UNUSED__) 
 {
Filereg_Item *fi;
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_custom.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_fm_custom.c   11 Jan 2008 07:33:55 -  1.9
+++ e_fm_custom.c   9 Feb 2008 22:41:30 -   1.10
@@ -3,12 +3,12 @@
  */
 #include "e.h"
 
-static Evas_Bool _e_fm2_custom_file_hash_foreach_list(Evas_Hash *hash, const 
char *key, void *data, void *fdata);
+static Evas_Bool _e_fm2_custom_file_hash_foreach_list(const Evas_Hash *hash, 
const char *key, void *data, void *fdata);
 static Evas_List *_e_fm2_custom_hash_key_base_list(Evas_Hash *hash, const char 
*str);
 //static Evas_Bool _e_fm2_custom_file_hash_foreach_sub_list(Evas_Hash *hash, 
const char *key, void *data, void *fdata);
 //static Evas_List *_e_fm2_custom_hash_key_sub_list(Evas_Hash *hash, const 
char *str);
-static Evas_Bool _e_fm2_custom_file_hash_foreach(Evas_Hash *hash, const char 
*key, void *data, void *fdata);
-static Evas_Bool _e_fm2_custom_file_hash_foreach_save(Evas_Hash *hash, const 
char *key, void *data, void *fdata);
+static Evas_Bool _e_fm2_custom_file_hash_foreach(const Evas_Hash *hash, const 
char *key, void *data, void *fdata);
+static Evas_Bool _e_fm2_custom_file_hash_foreach_save(const Evas_Hash *hash, 
const char *key, void *data, void *fdata);
 static void _e_fm2_custom_file_info_load(void);
 static void _e_fm2_custom_file_info_save(void);
 static void _e_fm2_custom_file_info_free(void);
@@ -220,7 +220,7 @@
 };
 
 static Evas_Bool
-_e_fm2_custom_file_hash_foreach_list(Evas_Hash *hash, const char *key, void 
*data, void *fdata)
+_e_fm2_custom_file_hash_foreach_list(const Evas_Hash *hash, const char *key, 
void *data, void *fdata)
 {
struct _E_Custom_List *cl;

@@ -245,7 +245,7 @@
 
 /*
 static Evas_Bool
-_e_fm2_custom_file_hash_foreach_sub_list(Evas_Hash *hash, const char *key, 
void *data, void *fdata)
+_e_fm2_custom_file_hash_foreach_sub_list(const Evas_Hash *hash, const char 
*key, void *data, void *fdata)
 {
struct _E_Custom_List *cl;

@@ -258,7 +258,7 @@
 
 /*
 static Evas_List *
-_e_fm2_custom_hash_key_sub_list(Evas_Hash *hash, const char *str)
+_e_fm2_custom_hash_key_sub_list(const Evas_Hash *hash, const char *str)
 {
struct _E_Custom_List cl;

@@ -271,7 +271,7 @@
 */
 
 static Evas_Bool
-_e_fm2_custom_file_hash_foreach(

E CVS: apps/e devilhorns

2008-02-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_tlist.c 


Log Message:
Fix more nasty formatting.
Please, please, please do not run 'indent' on E's code. It really makes a
mess of things :)

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_tlist.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_tlist.c   6 Feb 2008 21:02:34 -   1.10
+++ e_tlist.c   6 Feb 2008 21:33:28 -   1.11
@@ -14,70 +14,69 @@
 
 struct _E_Smart_Data
 {
-   Evas_Coord  x, y, w, h;
+   Evas_Coord x, y, w, h;
 
-   Evas_Object*smart_obj;
-   Evas_Object*box_obj;
-   Evas_List  *items;
-   int selected;
-   unsigned char   selector : 1;
-   unsigned char   on_hold : 1;
+   Evas_Object *smart_obj;
+   Evas_Object *box_obj;
+   Evas_List *items;
+   int selected;
+   unsigned char selector : 1;
+   unsigned char on_hold : 1;
 };
 
 struct _E_Smart_Item
 {
-   E_Smart_Data   *sd;
-   Evas_Object*base_obj;
-   void(*func) (void *data, void *data2);
-   void(*func_hilight) (void *data, void *data2);
-   void   *data;
-   void   *data2;
-   unsigned char   markup:1;
+   E_Smart_Data *sd;
+   Evas_Object *base_obj;
+   void (*func) (void *data, void *data2);
+   void (*func_hilight) (void *data, void *data2);
+   void *data, *data2;
+   unsigned char markup:1;
 };
 
 /* local subsystem functions */
-static void _e_tlist_append(Evas_Object * obj, const char *label,
-   void (*func) (void *data, void *data2),
-   void (*func_hilight) (void *data,
- void *data2),
-   void *data, void *data2, int markup);
-static void _e_smart_event_mouse_down(void *data, Evas * e,
+static void _e_tlist_append(Evas_Object * obj, const char *label,
+void (*func) (void *data, void *data2),
+void (*func_hilight) (void *data,
+  void *data2),
+void *data, void *data2, int markup);
+static void _e_smart_event_mouse_down(void *data, Evas * e,
  Evas_Object * obj,
  void *event_info);
-static void _e_smart_event_mouse_up(void *data, Evas * e,
+static void _e_smart_event_mouse_up(void *data, Evas * e,
Evas_Object * obj,
void *event_info);
-static void _e_smart_event_key_down(void *data, Evas * e,
+static void _e_smart_event_key_down(void *data, Evas * e,
Evas_Object * obj,
void *event_info);
-static void _e_smart_reconfigure(E_Smart_Data * sd);
-static void _e_smart_add(Evas_Object * obj);
-static void _e_smart_del(Evas_Object * obj);
-static void _e_smart_move(Evas_Object * obj, Evas_Coord x,
- Evas_Coord y);
-static void _e_smart_resize(Evas_Object * obj, Evas_Coord w,
-   Evas_Coord h);
-static void _e_smart_show(Evas_Object * obj);
-static void _e_smart_hide(Evas_Object * obj);
-static void _e_smart_color_set(Evas_Object * obj, int r, int g, int b,
-  int a);
-static void _e_smart_clip_set(Evas_Object * obj, Evas_Object * clip);
-static void _e_smart_clip_unset(Evas_Object * obj);
-static void _e_smart_init(void);
+static void _e_smart_reconfigure(E_Smart_Data * sd);
+static void _e_smart_add(Evas_Object * obj);
+static void _e_smart_del(Evas_Object * obj);
+static void _e_smart_move(Evas_Object * obj, Evas_Coord x,
+  Evas_Coord y);
+static void _e_smart_resize(Evas_Object * obj, Evas_Coord w,
+Evas_Coord h);
+static void _e_smart_show(Evas_Object * obj);
+static void _e_smart_hide(Evas_Object * obj);
+static void _e_smart_color_set(Evas_Object * obj, int r, int g, int b,
+   int a);
+static void _e_smart_clip_set(Evas_Object * obj, Evas_Object * clip);
+static void _e_smart_clip_unset(Evas_Object * obj);
+static void _e_smart_init(void);
 
 /* local subsystem globals */
-static Evas_Smart  *_e_smart = NULL;
+static Evas_Smart *_e_smart = NULL;
 
 /* externally accessible functions */
-EAPI Evas_Object   *
-e_tlist_add(Evas * evas)
+EAPI Evas_Object *
+e_tlist_add(Evas *evas)
 {
_e_smart_init();
return evas_object_smart_add(evas, _e_smart);
 }
 
 EAPI void
-e_tlist_append(Evas_Object * obj, const char *label,

E CVS: apps/e devilhorns

2008-02-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_widget_tlist.c 


Log Message:
Fix horrid formatting.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_tlist.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_widget_tlist.c6 Feb 2008 21:02:34 -   1.6
+++ e_widget_tlist.c6 Feb 2008 21:18:41 -   1.7
@@ -10,37 +10,37 @@
 typedef struct _E_Widget_Callback E_Widget_Callback;
 struct _E_Widget_Data
 {
-   Evas_Object*o_widget, *o_scrollframe, *o_tlist;
-   Evas_List  *callbacks;
-   char  **value;
+   Evas_Object *o_widget, *o_scrollframe, *o_tlist;
+   Evas_List  *callbacks;
+   char  **value;
 };
 struct _E_Widget_Callback
 {
-   void(*func) (void *data);
-   void   *data;
-   char   *value;
+   void (*func) (void *data);
+   void *data;
+   char *value;
 };
 
-static void _e_widget_tlist_append(Evas_Object * obj, const char 
*label,
-  void (*func) (void *data),
-  void *data, const char *val,
-  int markup);
-static void _e_wid_del_hook(Evas_Object * obj);
-static void _e_wid_focus_hook(Evas_Object * obj);
-static void _e_wid_cb_scrollframe_resize(void *data, Evas * e,
-Evas_Object * obj,
-void *event_info);
-static void _e_wid_cb_item_sel(void *data, void *data2);
-static void _e_wid_cb_item_hilight(void *data, void *data2);
-static void _e_wid_focus_steal(void *data, Evas * e, Evas_Object * obj,
-  void *event_info);
+static void _e_widget_tlist_append(Evas_Object *obj, const char *label,
+   void (*func) (void *data),
+   void *data, const char *val,
+   int markup);
+static void _e_wid_del_hook(Evas_Object *obj);
+static void _e_wid_focus_hook(Evas_Object *obj);
+static void _e_wid_cb_scrollframe_resize(void *data, Evas *e, 
+ Evas_Object *obj,
+ void *event_info);
+static void _e_wid_cb_item_sel(void *data, void *data2);
+static void _e_wid_cb_item_hilight(void *data, void *data2);
+static void _e_wid_focus_steal(void *data, Evas *e, Evas_Object *obj,
+   void *event_info);
 
 /* externally accessible functions */
-EAPI Evas_Object   *
-e_widget_tlist_add(Evas * evas, char **value)
+EAPI Evas_Object *
+e_widget_tlist_add(Evas *evas, char **value)
 {
-   Evas_Object*obj, *o;
-   E_Widget_Data  *wd;
+   Evas_Object *obj, *o;
+   E_Widget_Data *wd;
 
obj = e_widget_add(evas);
 
@@ -73,14 +73,14 @@
 }
 
 EAPI void
-e_widget_tlist_append(Evas_Object * obj, const char *label,
+e_widget_tlist_append(Evas_Object *obj, const char *label,
  void (*func) (void *data), void *data, const char *val)
 {
_e_widget_tlist_append(obj, label, func, data, val, 0);
 }
 
 EAPI void
-e_widget_tlist_markup_append(Evas_Object * obj, const char *label,
+e_widget_tlist_markup_append(Evas_Object *obj, const char *label,
 void (*func) (void *data), void *data,
 const char *val)
 {
@@ -88,112 +88,111 @@
 }
 
 EAPI void
-e_widget_tlist_selected_set(Evas_Object * obj, int n)
+e_widget_tlist_selected_set(Evas_Object *obj, int n)
 {
-   E_Widget_Data  *wd;
+   E_Widget_Data *wd;
 
wd = e_widget_data_get(obj);
e_tlist_selected_set(wd->o_tlist, n);
 }
 
 EAPI int
-e_widget_tlist_selected_get(Evas_Object * obj)
+e_widget_tlist_selected_get(Evas_Object *obj)
 {
-   E_Widget_Data  *wd;
+   E_Widget_Data *wd;
 
wd = e_widget_data_get(obj);
return e_tlist_selected_get(wd->o_tlist);
 }
 
-EAPI const char*
-e_widget_tlist_selected_label_get(Evas_Object * obj)
+EAPI const char *
+e_widget_tlist_selected_label_get(Evas_Object *obj)
 {
-   E_Widget_Data  *wd;
+   E_Widget_Data *wd;
 
wd = e_widget_data_get(obj);
return e_tlist_selected_label_get(wd->o_tlist);
 }
 
 EAPI void
-e_widget_tlist_selector_set(Evas_Object * obj, int selector)
+e_widget_tlist_selector_set(Evas_Object *obj, int selector)
 {
-   E_Widget_Data  *wd;
+   E_Widget_Data *wd;
 
wd = e_widget_data_get(obj);
e_tlist_selector_set(wd->o_tlist, selector);
 }
 
 EAPI void
-e_widget_tlist_go(Evas_Object * obj)
+e_widget_tlist_go(Evas_Object *obj)
 {
-   E_Widget_Data  *wd;
+   E_Widget_Data *wd;
 
wd = e_widget_data_get(obj);
wd->o_widget = obj;
 }
 
 EAPI void
-e_widget_tlist_remove_num(Evas_Object * obj, int n)
+e_widget_tlist_remove_num(Evas_Object *obj,

E CVS: apps/e devilhorns

2008-02-05 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_box.c 


Log Message:
Remove uselss if block. The same calculation was being done in both parts of
the if.
Fix some formatting issues.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_box.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_box.c 26 Jan 2008 05:28:46 -  1.23
+++ e_box.c 6 Feb 2008 02:14:04 -   1.24
@@ -485,10 +485,12 @@
   hh = h;
   ow = bi->min.w;
   if (bi->fill_w) ow = ww;
-  if ((bi->max.w >= 0) && (bi->max.w < ow)) ow = bi->max.w;
+  if ((bi->max.w >= 0) && (bi->max.w < ow)) 
+ ow = bi->max.w;
   oh = bi->min.h;
   if (bi->fill_h) oh = hh;
-  if ((bi->max.h >= 0) && (bi->max.h < oh)) oh = bi->max.h;
+  if ((bi->max.h >= 0) && (bi->max.h < oh)) 
+ oh = bi->max.h;
   evas_object_move(obj, 
xx + (Evas_Coord)(((double)(ww - ow)) * 
bi->align.x),
yy + (Evas_Coord)(((double)(hh - oh)) * 
bi->align.y));
@@ -595,26 +597,14 @@
 bi = evas_object_data_get(obj, "e_box_data");  
 if (bi)
   {
- if (sd->horizontal)
-   {
-  if (minh < bi->min.h) minh = bi->min.h;
-  if (minw < bi->min.w) minw = bi->min.w;
-   }
- else
-   {
-  if (minw < bi->min.w) minw = bi->min.w;
-  if (minh < bi->min.h) minh = bi->min.h;
-   }
+  if (minh < bi->min.h) minh = bi->min.h;
+  if (minw < bi->min.w) minw = bi->min.w;
   }
  }
if (sd->horizontal)
- {
-minw *= evas_list_count(sd->items); 
- }
+  minw *= evas_list_count(sd->items);   
else
- {
-minh *= evas_list_count(sd->items); 
- }
+  minh *= evas_list_count(sd->items);   
  }
else
  {



-
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/e devilhorns

2008-02-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_exebuf.edc 


Log Message:
No need for 2 color statements.

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_exebuf.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- default_exebuf.edc  17 Sep 2007 12:03:47 -  1.10
+++ default_exebuf.edc  2 Feb 2008 01:15:14 -   1.11
@@ -256,7 +256,6 @@
  effect: SHADOW;
 description {
state: "default" 0.0;
-   color: 0 0 0 255;
fixed: 0 1;
align: 0.0 0.5;
rel1 {



-
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/e devilhorns

2008-01-25 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_box.c 


Log Message:
Remove redundant checks for horizontal; replace with one simple check.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_box.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- e_box.c 4 Aug 2007 13:12:40 -   1.22
+++ e_box.c 26 Jan 2008 05:28:46 -  1.23
@@ -99,8 +99,7 @@

sd = evas_object_smart_data_get(obj);
if (!sd) return;
-   if (((sd->horizontal) && (horizontal)) ||
-   ((!sd->horizontal) && (!horizontal))) return;
+   if (sd->horizontal == horizontal) return;
sd->horizontal = horizontal;
sd->changed = 1;
if (sd->frozen <= 0) _e_box_smart_reconfigure(sd);



-
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/e devilhorns

2008-01-24 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_pan.c 


Log Message:
Very minor formatting fix.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_pan.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_pan.c 4 Aug 2007 13:12:41 -   1.6
+++ e_pan.c 25 Jan 2008 04:48:06 -  1.7
@@ -230,7 +230,7 @@
 }
 
 static void
-_e_smart_clip_set(Evas_Object *obj, Evas_Object * clip)
+_e_smart_clip_set(Evas_Object *obj, Evas_Object *clip)
 {
INTERNAL_ENTRY;
evas_object_clip_set(sd->child_obj, clip);



-
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/e devilhorns

2008-01-16 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_int_config_borders.c 


Log Message:
Fix 'Border Style' dialog on resize.
Don't expand the space around the checkbox.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_borders/e_int_config_borders.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_int_config_borders.c  13 Sep 2007 21:11:02 -  1.3
+++ e_int_config_borders.c  16 Jan 2008 19:14:05 -  1.4
@@ -228,7 +228,7 @@
if (cfdata->border) 
  {
ob = e_widget_check_add(evas, _("Remember this Border for this window 
next time it appears"), &(cfdata->remember_border));
-   e_widget_list_object_append(o, ob, 1, 1, 1.0);
+   e_widget_list_object_append(o, ob, 1, 0, 0.0);
  }

E_FREE(tmp);



-
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/e devilhorns

2008-01-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_gadcon_config.c 


Log Message:
Disable sorting the gadget list for now. Seems to be causing an issue where
gadgets don't show up.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- e_int_gadcon_config.c   12 Jan 2008 00:27:41 -  1.46
+++ e_int_gadcon_config.c   13 Jan 2008 23:20:34 -  1.47
@@ -198,9 +198,9 @@
edje_freeze();
e_widget_ilist_freeze(cfdata->o_avail);
e_widget_ilist_clear(cfdata->o_avail);
-   l = e_gadcon_provider_list();
-   if (l) l = evas_list_sort(l, -1, _gad_list_sort);
-   for (; l; l = l->next) 
+//   l = e_gadcon_provider_list();
+//   if (l) l = evas_list_sort(l, -1, _gad_list_sort);
+   for (l = e_gadcon_provider_list(); l; l = l->next) 
  {
 E_Gadcon_Client_Class *cc;
 Evas_Object *icon = NULL;
@@ -376,7 +376,7 @@
 
if (cc->func.label) lbl1 = cc->func.label();
if (!lbl1) lbl1 = cc->name;
-
+   
if (cc2->func.label) lbl2 = cc2->func.label();
if (!lbl2) lbl2 = cc2->name;
 



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-01-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_gadcon_config.c 


Log Message:
Make dialog a little wider.
Sort the list of available gadgets by name.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- e_int_gadcon_config.c   10 Jan 2008 17:24:02 -  1.45
+++ e_int_gadcon_config.c   12 Jan 2008 00:27:41 -  1.46
@@ -3,7 +3,6 @@
 /* local function protos */
 static void _e_int_gadcon_config(E_Gadcon *gc, const char *title);
 static void *_create_data(E_Config_Dialog *cfd);
-static void _fill_data(E_Config_Dialog_Data *cfdata);
 static void _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata);
 static Evas_Object *_basic_create(E_Config_Dialog *cfd, Evas *evas, 
E_Config_Dialog_Data *cfdata);
 static int _cb_mod_update(void *data, int type, void *event);
@@ -14,6 +13,7 @@
 static void _cb_add(void *data, void *data2);
 static void _cb_del(void *data, void *data2);
 static void _set_description(void *data, const char *name);
+static int _gad_list_sort(void *data1, void *data2);
 
 struct _E_Config_Dialog_Data 
 {
@@ -68,17 +68,10 @@
 
cfdata = E_NEW(E_Config_Dialog_Data, 1);
cfdata->gc = cfd->data;
-//   _fill_data(cfdata);
return cfdata;
 }
 
 static void 
-_fill_data(E_Config_Dialog_Data *cfdata) 
-{
-
-}
-
-static void 
 _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) 
 {
E_Gadcon *gc = NULL;
@@ -205,7 +198,9 @@
edje_freeze();
e_widget_ilist_freeze(cfdata->o_avail);
e_widget_ilist_clear(cfdata->o_avail);
-   for (l = e_gadcon_provider_list(); l; l = l->next) 
+   l = e_gadcon_provider_list();
+   if (l) l = evas_list_sort(l, -1, _gad_list_sort);
+   for (; l; l = l->next) 
  {
 E_Gadcon_Client_Class *cc;
 Evas_Object *icon = NULL;
@@ -220,6 +215,7 @@
  }
e_widget_ilist_go(cfdata->o_avail);
e_widget_min_size_get(cfdata->o_avail, &w, NULL);
+   if (w < 200) w = 200;
e_widget_min_size_set(cfdata->o_avail, w, 250);
e_widget_ilist_thaw(cfdata->o_avail);
edje_thaw();
@@ -265,6 +261,7 @@
  }
e_widget_ilist_go(cfdata->o_sel);
e_widget_min_size_get(cfdata->o_sel, &w, NULL);
+   if (w < 200) w = 200;
e_widget_min_size_set(cfdata->o_sel, w, 250);
e_widget_ilist_thaw(cfdata->o_sel);
edje_thaw();
@@ -366,4 +363,22 @@
if (desk->comment) 
  e_widget_textblock_markup_set(cfdata->o_desc, desk->comment);
efreet_desktop_free(desk);
+}
+
+static int 
+_gad_list_sort(void *data1, void *data2) 
+{
+   E_Gadcon_Client_Class *cc, *cc2;
+   char *lbl1 = NULL, *lbl2 = NULL;
+
+   if (!(cc = data1)) return 1;
+   if (!(cc2 = data2)) return -1;
+
+   if (cc->func.label) lbl1 = cc->func.label();
+   if (!lbl1) lbl1 = cc->name;
+
+   if (cc2->func.label) lbl2 = cc2->func.label();
+   if (!lbl2) lbl2 = cc2->name;
+
+   return (strcmp(lbl1, lbl2));
 }



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-01-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_grabinput.c 


Log Message:
Set the proper grab_mouse_win to zero when releasing grabinput.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_grabinput.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_grabinput.c   4 Mar 2006 12:38:18 -   1.6
+++ e_grabinput.c   12 Jan 2008 00:13:31 -  1.7
@@ -76,7 +76,7 @@
if (mouse_win == grab_mouse_win)
  {
ecore_x_pointer_ungrab();
-   mouse_win = 0;
+   grab_mouse_win = 0;
  }
if (key_win == grab_key_win)
  {



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-01-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_gadcon_popup.c 


Log Message:
Handle corner cases where popup X may be less than the zone X.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon_popup.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_gadcon_popup.c8 Jan 2008 06:12:22 -   1.8
+++ e_gadcon_popup.c8 Jan 2008 19:33:48 -   1.9
@@ -62,7 +62,8 @@
 e_gadcon_popup_show(E_Gadcon_Popup *pop)
 {
Evas_Object *o;
-   Evas_Coord gx, gy, gw, gh, zw, zh, px, py, ww, wh;
+   Evas_Coord gx, gy, gw, gh, zw, zh, zx;
+   Evas_Coord px, py, ww, wh;
 
if (!pop) return;
E_OBJECT_CHECK(pop);
@@ -92,6 +93,7 @@
e_gadcon_client_geometry_get(pop->gcc, &gx, &gy, &gw, &gh);
zw = pop->gcc->gadcon->zone->w;
zh = pop->gcc->gadcon->zone->h;
+   zx = pop->gcc->gadcon->zone->x;
switch (pop->gcc->gadcon->orient)
  {
   case E_GADCON_ORIENT_CORNER_RT:
@@ -118,6 +120,8 @@
px = (gx + (gw / 2)) - (pop->w / 2);
if (px + pop->w >= zw)
  px = gx + gw - pop->w;
+else if (px < zx)
+  px = zx;
break;
   case E_GADCON_ORIENT_BOTTOM:
   case E_GADCON_ORIENT_CORNER_BL:
@@ -126,6 +130,8 @@
px = (gx + (gw / 2)) - (pop->w / 2);
if (px + pop->w >= zw)
  px = gx + gw - pop->w;
+else if (px < zx)
+  px = zx;
break;
   default:
e_popup_move_resize(pop->win, 50, 50, pop->w, pop->h);



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-01-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_gadcon_popup.c 


Log Message:
Center gadcon popups over their respective gadgets, not aligned to the left.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon_popup.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_gadcon_popup.c13 Dec 2007 19:27:02 -  1.7
+++ e_gadcon_popup.c8 Jan 2008 06:12:22 -   1.8
@@ -115,7 +115,7 @@
   case E_GADCON_ORIENT_CORNER_TL:
   case E_GADCON_ORIENT_CORNER_TR:
py = gy + gh;
-   px = gx;
+   px = (gx + (gw / 2)) - (pop->w / 2);
if (px + pop->w >= zw)
  px = gx + gw - pop->w;
break;
@@ -123,7 +123,7 @@
   case E_GADCON_ORIENT_CORNER_BL:
   case E_GADCON_ORIENT_CORNER_BR:
py = gy - pop->h;
-   px = gx;
+   px = (gx + (gw / 2)) - (pop->w / 2);
if (px + pop->w >= zw)
  px = gx + gw - pop->w;
break;



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-01-07 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
Fix formatting.

===
RCS file: /cvs/e/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -3 -r1.226 -r1.227
--- e_mod_main.c8 Jan 2008 00:30:21 -   1.226
+++ e_mod_main.c8 Jan 2008 00:45:12 -   1.227
@@ -2493,17 +2493,11 @@
max_x -= 1;
 
if (current_desk->x + ev->z > max_x)
- {
-   _pager_popup_desk_switch(1, 1);
- } 
+ _pager_popup_desk_switch(1, 1);
else if (current_desk->x + ev->z < 0)
- {
-   _pager_popup_desk_switch(-1, -1);
- }
+ _pager_popup_desk_switch(-1, -1);
else
- {
-   _pager_popup_desk_switch(ev->z, 0);
- }
+ _pager_popup_desk_switch(ev->z, 0);
 
return 1;
 }



-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
___
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs


E CVS: apps/e devilhorns

2008-01-04 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:
For now, use the same toolbar for each new efm window.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_toolbar.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_toolbar.c 9 Dec 2007 15:35:41 -   1.11
+++ e_toolbar.c 4 Jan 2008 20:59:10 -   1.12
@@ -52,7 +52,8 @@
 
tbar = E_OBJECT_ALLOC(E_Toolbar, E_TOOLBAR_TYPE, _e_toolbar_free);
if (!tbar) return NULL;
-   tbar->id = evas_list_count(toolbars) + 1;
+   tbar->id = 1;
+//   tbar->id = evas_list_count(toolbars) + 1;
tbar->x = tbar->y = 0;
tbar->h = 32;
tbar->w = fwin->w;



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2008-01-04 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_gadcon_config.c 


Log Message:
Better Shelf Contents Dialog.
  - Allows multi-select so we don't have to constently reload the shelf.
  - Provides descriptions for the modules just like the module dialog.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_gadcon_config.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- e_int_gadcon_config.c   9 Nov 2007 23:53:38 -   1.43
+++ e_int_gadcon_config.c   4 Jan 2008 09:18:42 -   1.44
@@ -1,33 +1,33 @@
-/*
- * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
- */
 #include "e.h"
 
-/* PROTOTYPES - same all the time */
+/* local function protos */
+static void _e_int_gadcon_config(E_Gadcon *gc, const char *title);
 static void *_create_data(E_Config_Dialog *cfd);
+static void _fill_data(E_Config_Dialog_Data *cfdata);
 static void _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata);
-static Evas_Object *_basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, 
E_Config_Dialog_Data *cfdata);
-static void _load_available_gadgets(void *data);
-static void _load_selected_gadgets(void *data);
+static Evas_Object *_basic_create(E_Config_Dialog *cfd, Evas *evas, 
E_Config_Dialog_Data *cfdata);
 static int _cb_mod_update(void *data, int type, void *event);
-static void _e_int_gadcon_config(E_Gadcon *gc, const char *title);
+static void _avail_list_cb_change(void *data, Evas_Object *obj);
+static void _sel_list_cb_change(void *data, Evas_Object *obj);
+static void _load_avail_gadgets(void *data);
+static void _load_sel_gadgets(void *data);
+static void _cb_add(void *data, void *data2);
+static void _cb_del(void *data, void *data2);
+static void _set_description(void *data, const char *name);
+
+struct _E_Config_Dialog_Data 
+{
+   Evas_Object *o_avail, *o_sel;
+   Evas_Object *o_add, *o_del;
+   Evas_Object *o_desc;
 
-/* Actual config data we will be playing with while the dialog is active */
-struct _E_Config_Dialog_Data
-{
E_Gadcon *gc;
-   char *name_add;
-   char *id_remove;
-   Evas_Hash *ids;
-   Evas_Object *o_add, *o_remove, *o_instances, *o_avail;
-
-   E_Config_Gadcon *cf_gc;
-   
Ecore_Event_Handler *hdl;
 };
 
-EAPI void
-e_int_gadcon_config_shelf(E_Gadcon *gc)
+/* externals */
+EAPI void 
+e_int_gadcon_config_shelf(E_Gadcon *gc) 
 {
_e_int_gadcon_config(gc, _("Shelf Contents"));
 }
@@ -38,281 +38,333 @@
_e_int_gadcon_config(gc, _("Toolbar Contents"));
 }
 
-/* a nice easy setup function that does the dirty work */
+/* local functions */
 static void 
 _e_int_gadcon_config(E_Gadcon *gc, const char *title) 
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
-   
+   E_Container *con;
+
v = E_NEW(E_Config_Dialog_View, 1);
if (!v) return;
 
-   v->create_cfdata   = _create_data;
-   v->free_cfdata = _free_data;
-   v->basic.create_widgets= _basic_create_widgets;
-   v->override_auto_apply = 1;
-
-   cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
-title, "E", "_gadcon_config_dialog",
-"enlightenment/shelf", 0, v, gc);
-   gc->config_dialog = cfd;
-   e_dialog_resizable_set(cfd->dia, 1);
-}
-
-static void
-_fill_data(E_Config_Dialog_Data *cfdata)
-{
-   Evas_List *l;
-
-   cfdata->name_add = NULL;
-   cfdata->id_remove = NULL;
-   cfdata->cf_gc = cfdata->gc->cf;
+   con = e_container_current_get(e_manager_current_get());
 
-   for (l = cfdata->cf_gc->clients; l; l = l->next)
- {
-   char buf[32];
+   v->create_cfdata = _create_data;
+   v->free_cfdata = _free_data;
+   v->basic.create_widgets = _basic_create;
 
-   snprintf(buf, sizeof(buf), "%p", l->data);
-   cfdata->ids = evas_hash_add(cfdata->ids, buf, l->data);
- }
+   cfd = e_config_dialog_new(con, title, "E", "_gadcon_config_dialog", 
+ "enlightenment/shelf", 0, v, gc);
+   gc->config_dialog = cfd;
+   e_dialog_resizable_set(cfd->dia, 1);
 }
 
 static void *
-_create_data(E_Config_Dialog *cfd)
+_create_data(E_Config_Dialog *cfd) 
 {
E_Config_Dialog_Data *cfdata;
-   
+
cfdata = E_NEW(E_Config_Dialog_Data, 1);
cfdata->gc = cfd->data;
-   _fill_data(cfdata);
+//   _fill_data(cfdata);
return cfdata;
 }
 
-static void
-_free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
+static void 
+_fill_data(E_Config_Dialog_Data *cfdata) 
 {
-   cfdata->gc->config_dialog = NULL;
-   evas_hash_free(cfdata->ids);
-   if (cfdata->name_add) free(cfdata->name_add);
-   if (cfdata->id_remove) free(cfdata->id_remove);
-   if (cfdata->hdl) ecore_event_handler_del(cfdata->hdl);
-   E_FREE(cfdata);
+
 }
 
-static void
-_cb_select_client(void *data)
+static void 
+_free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) 
 {
-   E_Config_Dialog_Data *cfdat

E CVS: apps/e devilhorns

2008-01-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_fm.c 


Log Message:
Change char to const char to avoid compiler warning.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm.c,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -3 -r1.232 -r1.233
--- e_fm.c  18 Dec 2007 10:43:03 -  1.232
+++ e_fm.c  4 Jan 2008 03:47:27 -   1.233
@@ -1112,7 +1112,7 @@
(!strncmp(ic->info.icon, "./", 2)) ||
(!strncmp(ic->info.icon, "../", 3)))
  {
-char *icfile = NULL;
+const char *icfile;
 
 /* path to icon file */
 icfile = ic->info.icon;



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2008-01-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_zone.c 


Log Message:
Remove unused function prototype.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_zone.c,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -3 -r1.131 -r1.132
--- e_zone.c3 Jan 2008 22:05:40 -   1.131
+++ e_zone.c3 Jan 2008 22:06:56 -   1.132
@@ -14,7 +14,6 @@
 static void _e_zone_event_zone_desk_count_set_free(void *data, void *ev);
 static int  _e_zone_cb_mouse_in(void *data, int type, void *event);
 static int  _e_zone_cb_mouse_out(void *data, int type, void *event);
-static int  _e_zone_cb_mouse_down(void *data, int type, void *event);
 static int  _e_zone_cb_timer(void *data);
 static int  _e_zone_cb_desk_show(void *data, int type, void *event);
 static void _e_zone_update_flip(E_Zone *zone);



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2008-01-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_zone.c 


Log Message:
Cannot use mouse_down on the input windows to pop the menu because of the
input_window's layer. This was causing menus to popup over applications.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_zone.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -3 -r1.130 -r1.131
--- e_zone.c27 Dec 2007 03:42:04 -  1.130
+++ e_zone.c3 Jan 2008 22:05:40 -   1.131
@@ -96,9 +96,6 @@
 
ecore_event_handler_add(ECORE_X_EVENT_MOUSE_OUT,
 
_e_zone_cb_mouse_out, zone));
zone->handlers = evas_list_append(zone->handlers,
-
ecore_event_handler_add(ECORE_X_EVENT_MOUSE_BUTTON_DOWN,
-
_e_zone_cb_mouse_down, zone));
-   zone->handlers = evas_list_append(zone->handlers,
 ecore_event_handler_add(E_EVENT_DESK_SHOW,
 
_e_zone_cb_desk_show, zone));
 
@@ -910,35 +907,6 @@
else if (ev->win == zone->edge.left) zev->edge = E_ZONE_EDGE_LEFT;
else if (ev->win == zone->edge.right) zev->edge = E_ZONE_EDGE_RIGHT;
ecore_event_add(E_EVENT_ZONE_EDGE_OUT, zev, NULL, NULL);
- }
-   return 1;
-}
-
-static int 
-_e_zone_cb_mouse_down(void *data, int type, void *event) 
-{
-   Ecore_X_Event_Mouse_Button_Down *ev;
-   E_Event_Zone_Edge_Out *zev;
-   E_Zone *zone;
-
-   ev = event;
-   zone = data;
-   if ((ev->win == zone->edge.top) ||
-   (ev->win == zone->edge.bottom) ||
-   (ev->win == zone->edge.left) ||
-   (ev->win == zone->edge.right))
- {
-   zone->cur_mouse_action =
- e_bindings_mouse_down_event_handle(E_BINDING_CONTEXT_ZONE,
-E_OBJECT(zone), ev);
-   if (zone->cur_mouse_action)
- {
-if ((!zone->cur_mouse_action->func.end_mouse) &&
-(!zone->cur_mouse_action->func.end))
-  zone->cur_mouse_action = NULL;
-if (zone->cur_mouse_action)
-  e_object_ref(E_OBJECT(zone->cur_mouse_action));
- }
  }
return 1;
 }



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_modules.c 


Log Message:
Remove commented lines.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_modules.c,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -3 -r1.81 -r1.82
--- e_int_config_modules.c  30 Dec 2007 19:01:33 -  1.81
+++ e_int_config_modules.c  30 Dec 2007 21:20:41 -  1.82
@@ -178,8 +178,6 @@
e_widget_frametable_object_append(of, ol, 0, 1, 1, 1, 1, 1, 1, 0);
e_widget_table_object_append(o, of, 0, 0, 1, 1, 1, 1, 1, 1);
 
-//   e_widget_list_object_append(o, of, 1, 1, 0.5);
-
of = e_widget_frametable_add(evas, _("Loaded Modules"), 0);
ol = e_widget_ilist_add(evas, 24, 24, NULL);
cfdata->l_loaded = ol;
@@ -194,16 +192,11 @@
e_widget_frametable_object_append(of, ol, 0, 1, 1, 1, 1, 1, 1, 0);
e_widget_table_object_append(o, of, 1, 0, 1, 1, 1, 1, 1, 1);
 
-//   e_widget_list_object_append(o, of, 1, 1, 0.5);
-
ol = e_widget_textblock_add(evas);
e_widget_min_size_set(ol, 200, 70);
cfdata->o_desc = ol;
e_widget_textblock_markup_set(ol, _("Description: Unavailable"));
-//   e_widget_frametable_object_append(of, ol, 0, 1, 1, 1, 1, 1, 1, 0);
e_widget_table_object_append(o, ol, 0, 1, 2, 1, 1, 0, 1, 0);
-
-//   e_widget_list_object_append(o, of, 1, 1, 0.5);
 
return o;
 }



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/winlist/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   2 Nov 2007 06:30:33 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:57 -  1.6
@@ -3,6 +3,6 @@
 Name=Window Switcher List
 Name[it]=Commutatore finestre
 Icon=e-module-winlist
-Comment=Window List ModuleA module to show the list 
ofclient applications presently running.
-Comment[it]=Modulo commutazione finestreUn modulo per 
la visualizzazione e lanavigazione tra le finestre aperte.
+Comment=Window List ModuleA module to show the list 
of client applications presently running.
+Comment[it]=Modulo commutazione finestreUn modulo 
per la visualizzazione e la navigazione tra le finestre aperte.
 X-Enlightenment-ModuleType=system



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_intl/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:30 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:53 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_intl
-Comment=E17 Configuration AppletUsed to select a 
default language.
+Comment=E17 Configuration AppletUsed to select a 
default language.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Usado para 
elegir el idioma predeterminado.
+Comment[es]=Applet de configuración de E17Usado 
para elegir el idioma predeterminado.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Usato per 
selezionare unalingua predefinita.
+Comment[it]=Applet configurazione di E17Usato per 
selezionare una lingua predefinita.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_theme/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:31 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:55 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_theme
-Comment=E17 Configuration AppletUsed to configure your 
themepreferences.
+Comment=E17 Configuration AppletUsed to configure 
your theme preferences.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Usado para 
configurar suspreferencias del tema.
+Comment[es]=Applet de configuración de E17Usado 
para configurar sus preferencias del tema.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Usato per 
configurare le preferenzeper il vostro tema.
+Comment[it]=Applet configurazione di E17Usato per 
configurare le preferenze per il vostro tema.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_shelves/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:31 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:54 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_shelves
-Comment=E17 Configuration AppletShelf configuration 
dialog.
+Comment=E17 Configuration AppletShelf configuration 
dialog.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Diálogo de 
configuración del contenedor.
+Comment[es]=Applet de configuración de E17Diálogo 
de configuración del contenedor.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Interfaccia per 
la configurazionedelle mensole portamoduli.
+Comment[it]=Applet configurazione di E17Interfaccia 
per la configurazione delle mensole portamoduli.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_window_focus/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:31 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:55 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_window_focus
-Comment=E17 Configuration AppletConfigure window focus 
behavior.
+Comment=E17 Configuration AppletConfigure window 
focus behavior.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Configura el 
comportamiento del foco de las ventanas.
+Comment[es]=Applet de configuración de 
E17Configura el comportamiento del foco de las ventanas.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Configura il 
comportamento delfuoco delle finestre.
+Comment[it]=Applet configurazione di E17Configura 
il comportamento del fuoco delle finestre.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_screensaver/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:31 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:54 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_screensaver
-Comment=E17 Configuration AppletConfigures the X 
screensaver.
+Comment=E17 Configuration AppletConfigures the X 
screensaver.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Configura el 
salvapantallas de X.
+Comment[es]=Applet de configuración de 
E17Configura el salvapantallas de X.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Configura lo 
screensaver di X.
+Comment[it]=Applet configurazione di E17Configura 
lo screensaver di X.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_mouse_cursor/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:30 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:54 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_mouse_cursor
-Comment=E17 Configuration AppletSelect the mouse cursor 
style.
+Comment=E17 Configuration AppletSelect the mouse 
cursor style.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Seleccione 
el diseño del cursor del mouse.
+Comment[es]=Applet de configuración de 
E17Seleccione el diseño del cursor del mouse.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Seleziona lo 
stile di puntatoreper il mouse.
+Comment[it]=Applet configurazione di E17Seleziona 
lo stile di puntatore per il mouse.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_exebuf/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:29 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:52 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_exebuf
-Comment=E17 Configuration AppletUsed to configure the 
settings ofthe run command GUI.
+Comment=E17 Configuration AppletUsed to configure 
the settings of the run command GUI.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Usado para 
configurar las opciones dela GUI para ejecutar un comando.
+Comment[es]=Applet de configuración de E17Usado 
para configurar las opciones de la GUI para ejecutar un comando.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Usato per 
configurare leimpostazioni della GUI perl'esecuzione di comandi.
+Comment[it]=Applet configurazione di E17Usato per 
configurare le impostazioni della GUI per l'esecuzione di comandi.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/pager/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:33 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:56 -  1.6
@@ -2,11 +2,11 @@
 Type=Link
 Name=Pager
 Icon=e-module-pager
-Comment=Pager GadgetGadget to allow you to 
visualizeyour virtual desktops and thewindows they contain.
+Comment=Pager GadgetGadget to allow you to 
visualize your virtual desktops and the windows they contain.
 Comment[de]=
-Comment[es]=Dispositivo paginadorDispositivo que 
permite visualizarlos escritorios virtuales ylas ventanas que contienen.
+Comment[es]=Dispositivo paginadorDispositivo que 
permite visualizar los escritorios virtuales y las ventanas que contienen.
 Comment[fr]=
-Comment[it]=Modulo PagerModulo che permette di 
visualizzarei desktop virtuali e le finestreche contengono.
+Comment[it]=Modulo PagerModulo che permette di 
visualizzare i desktop virtuali e le finestre che contengono.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:33 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:56 -  1.6
@@ -2,11 +2,11 @@
 Type=Link
 Name=IBox
 Icon=e-module-ibox
-Comment=IconBox GadgetAn home for your 
iconifiedapplications.
+Comment=IconBox GadgetAn home for your iconified 
applications.
 Comment[de]=
-Comment[es]=Dispositivo IconBoxUn contenedor para sus 
aplicacionesiconificadas.
+Comment[es]=Dispositivo IconBoxUn contenedor para 
sus aplicaciones iconificadas.
 Comment[fr]=
-Comment[it]=Modulo IBoxUn contenitore per le 
applicazioniiconificate.
+Comment[it]=Modulo IBoxUn contenitore per le 
applicazioni iconificate.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_mousebindings/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:30 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:54 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_mousebindings
-Comment=E17 Configuration AppletUsed to configure your 
mousebindings.
+Comment=E17 Configuration AppletUsed to configure 
your mouse bindings.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Usado para 
configurar los atajosdel mouse.
+Comment[es]=Applet de configuración de E17Usado 
para configurar los atajos del mouse.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Usato per 
configurare leassociazioni per i tasti del mouse.
+Comment[it]=Applet configurazione di E17Usato per 
configurare le associazioni per i tasti del mouse.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:33 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:56 -  1.6
@@ -2,11 +2,11 @@
 Type=Link
 Name=IBar
 Icon=e-module-ibar
-Comment=IconBar GadgetIconic application launcher.
+Comment=IconBar GadgetIconic application launcher.
 Comment[de]=
-Comment[es]=Dispositivo IconBarLanzador de aplicaciones 
con íconos.
+Comment[es]=Dispositivo IconBarLanzador de 
aplicaciones con íconos.
 Comment[fr]=
-Comment[it]=Modulo IBarUna barra di icone per 
illancio di applicazioni.
+Comment[it]=Modulo IBarUna barra di icone per il 
lancio di applicazioni.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/fileman/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:32 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:56 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-fileman
-Comment=The E17 File ManagerE17's integrated file 
manager.Under Construction!
+Comment=The E17 File ManagerE17's integrated file 
manager.Under Construction!
 Comment[de]=
-Comment[es]=El Administrador de archivos de E17El 
administrador de archivos integrado a E17.¡Todavía en 
construcción!
+Comment[es]=El Administrador de archivos de E17El 
administrador de archivos integrado a E17.¡Todavía en 
construcción!
 Comment[fr]=
-Comment[it]=Il file manager di E17Questo è il file 
managerintegrato in E17.
+Comment[it]=Il file manager di E17Questo è il file 
manager integrato in E17.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_wallpaper/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:31 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:55 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_wallpaper
-Comment=E17 Configuration AppletUsed to pick a 
wallpaper.
+Comment=E17 Configuration AppletUsed to pick a 
wallpaper.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Para elegir 
un fondo de pantalla.
+Comment[es]=Applet de configuración de E17Para 
elegir un fondo de pantalla.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Usato per 
selezionare uno sfondo.
+Comment[it]=Applet configurazione di E17Usato per 
selezionare uno sfondo.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/wizard/module.desktop.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- module.desktop.in   2 Nov 2007 06:30:33 -   1.6
+++ module.desktop.in   30 Dec 2007 19:34:57 -  1.7
@@ -3,6 +3,6 @@
 Name=First Run Wizard
 Name[it]=Wizard prima esecuzione
 Icon=e-module-wizard
-Comment=First Run WizardThe first run wizard will 
helpconfigure E, when E is startedfor the first 
time.WARNING!!! DO NOT USE!!!
-Comment[it]=Wizard prima esecuzioneWizard che aiuta a 
configurareE17 la prima volta che questoviene 
avviato.ATTENZIONE!!! NON USARE!!!
+Comment=First Run WizardThe first run wizard will 
help configure E, when E is started for the first time.WARNING!!! 
DO NOT USE!!!
+Comment[it]=Wizard prima esecuzioneWizard che aiuta 
a configurare E17 la prima volta che questo viene 
avviato.ATTENZIONE!!! NON USARE!!!
 X-Enlightenment-ModuleType=config



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/layout/module.desktop.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- module.desktop.in   6 Dec 2007 05:07:33 -   1.4
+++ module.desktop.in   30 Dec 2007 19:34:56 -  1.5
@@ -2,11 +2,11 @@
 Type=Link
 Name=Layout
 Icon=e-module-layout
-Comment=Layout ModuleUsed to enforce layout 
policies.Generally not applicable for adesktop PC.
+Comment=Layout ModuleUsed to enforce layout 
policies. Generally not applicable for a desktop PC.
 Comment[de]=
-Comment[es]=Módulo distribuciónUsado para forzar las 
reglas de la distribución en la pantalla.Generalmente no útil para 
computadoras de escritorio.
+Comment[es]=Módulo distribuciónUsado para forzar 
las reglas de la distribución en la pantalla. Generalmente no útil para 
computadoras de escritorio.
 Comment[fr]=
-Comment[it]=Modulo LayoutUsato per forzare delle regole 
dilayout. In genere non applicabilead un PC desktop.
+Comment[it]=Modulo LayoutUsato per forzare delle 
regole di layout. In genere non applicabile ad un PC desktop.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/start/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:33 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:56 -  1.6
@@ -2,11 +2,11 @@
 Type=Link
 Name=Start
 Icon=e-module-start
-Comment=Start Button GadgetE17's "Start" button 
equivalent.
+Comment=Start Button GadgetE17's "Start" button 
equivalent.
 Comment[de]=
-Comment[es]=Dispositivo botón de inicioEl equivalente 
al botón "Inicio" en E17.
+Comment[es]=Dispositivo botón de inicioEl 
equivalente al botón "Inicio" en E17.
 Comment[fr]=
-Comment[it]=Modulo StartL'equivalente del pulsante 
"Avvio" in E17.
+Comment[it]=Modulo StartL'equivalente del pulsante 
"Avvio" in E17.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: 
/cvs/e/e17/apps/e/src/modules/conf_window_manipulation/module.desktop.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- module.desktop.in   6 Dec 2007 05:07:31 -   1.6
+++ module.desktop.in   30 Dec 2007 19:34:55 -  1.7
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_winmanip
-Comment=E17 Configuration AppletConfigures window 
raise, resistance,and maximize policies.
+Comment=E17 Configuration AppletConfigures window 
raise, resistance, and maximize policies.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Configura 
las reglas para la subida,resistencia y maximización de las ventanas.
+Comment[es]=Applet de configuración de 
E17Configura las reglas para la subida, resistencia y 
maximización de las ventanas.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Configura le 
regole per l'elevazione,la resistenza e la massimizzazionedelle 
finestre.
+Comment[it]=Applet configurazione di E17Configura 
le regole per l'elevazione, la resistenza e la massimizzazione delle finestre.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_winlist/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:31 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:55 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_winlist
-Comment=E17 Configuration AppletConfigure your window 
listproperties.
+Comment=E17 Configuration AppletConfigure your 
window list properties.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Configura las 
propiedades de su listade ventanas.
+Comment[es]=Applet de configuración de E17Configura 
las propiedades de su lista de ventanas.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Configura le 
proprietà dellalista delle finestre.
+Comment[it]=Applet configurazione di E17Configura 
le proprietà della lista delle finestre.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_profiles/module.desktop.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- module.desktop.in   6 Dec 2007 05:07:30 -   1.7
+++ module.desktop.in   30 Dec 2007 19:34:54 -  1.8
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_profiles
-Comment=E17 Configuration AppletAllows management of 
configurationprofiles.
+Comment=E17 Configuration AppletAllows management 
of configuration profiles.
 Comment[de]=
-Comment[es]=Applet de copnfiguración de E17Permite la 
administración de perfilesde configuración.
+Comment[es]=Applet de copnfiguración de E17Permite 
la administración de perfiles de configuración.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Consente la 
gestione deiprofili di configurazione.
+Comment[it]=Applet configurazione di E17Consente la 
gestione dei profili di configurazione.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/cpufreq/module.desktop.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- module.desktop.in   6 Dec 2007 05:07:32 -   1.8
+++ module.desktop.in   30 Dec 2007 19:34:55 -  1.9
@@ -2,11 +2,11 @@
 Type=Link
 Name=Cpufreq
 Icon=e-module-cpufreq
-Comment=CPUfreq GadgetGadget to moitor and 
changethe CPU frequency.
+Comment=CPUfreq GadgetGadget to moitor and change 
the CPU frequency.
 Comment[de]=
-Comment[es]=Dispositivo de frecuencia de CPUDispositivo 
para monitorear y cambiarla frecuencia del CPU.
+Comment[es]=Dispositivo de frecuencia de 
CPUDispositivo para monitorear y cambiar la frecuencia del 
CPU.
 Comment[fr]=
-Comment[it]=Modulo CPUfreqModulo per il monitoraggio e 
lavariazione della frequenza della CPU.
+Comment[it]=Modulo CPUfreqModulo per il 
monitoraggio e la variazione della frequenza della CPU.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_transitions/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:31 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:55 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_transitions
-Comment=E17 Configuration AppletUsed to choose a 
default transition.Transitions are used  upon wallpaperchanges, among 
other things.
+Comment=E17 Configuration AppletUsed to choose a 
default transition. Transitions are used upon wallpaper changes, among other 
things.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Usado para 
elegir la transición predeterminada.Las transiciones se usan cuandose 
cambia el fondo de pantalla, entre otras cosas.
+Comment[es]=Applet de configuración de E17Usado 
para elegir la transición predeterminada. Las transiciones se usan cuando se 
cambia el fondo de pantalla, entre otras cosas.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Usato per 
scegliere una transizionepredefinita. Le transizioni sonousate al 
cambio di sfondo, e peraltre cose.
+Comment[it]=Applet configurazione di E17Usato per 
scegliere una transizione predefinita. Le transizioni sono usate al cambio di 
sfondo, e per altre cose.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/exebuf/module.desktop.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- module.desktop.in   6 Dec 2007 05:07:32 -   1.6
+++ module.desktop.in   30 Dec 2007 19:34:56 -  1.7
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-exebuf
-Comment=Run Command ModuleThe run command module 
providesan application launcher dialog.
+Comment=Run Command ModuleThe run command module 
provides an application launcher dialog.
 Comment[de]=
-Comment[es]=Módulo para ejecutar comandosEl módulo de 
ejecutar comandos proveeun diálogo para ejecutar aplicaciones.
+Comment[es]=Módulo para ejecutar comandosEl módulo 
de ejecutar comandos provee un diálogo para ejecutar aplicaciones.
 Comment[fr]=
-Comment[it]=Modulo lanciacomandiQuesto modulo fornisce 
una vocedi menù per l'esecuzione di comandi.
+Comment[it]=Modulo lanciacomandiQuesto modulo 
fornisce una voce di menù per l'esecuzione di comandi.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_menus/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:30 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:53 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_menus
-Comment=E17 Configuration AppletConfigures menu 
behavior.
+Comment=E17 Configuration AppletConfigures menu 
behavior.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Configura el 
comportamiento del menú.
+Comment[es]=Applet de configuración de E17Configura 
el comportamiento del menú.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Configura il 
comportamentodei menù.
+Comment[it]=Applet configurazione di E17Configura 
il comportamento dei menù.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/temperature/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   2 Nov 2007 06:22:24 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:57 -  1.6
@@ -2,6 +2,6 @@
 Type=Link
 Name=Temperature
 Icon=e-module-temperature
-Comment=Temperature GadgetTemperature monitor.
-Comment[it]=Modulo TemperatureMonitor per le 
temperature.
+Comment=Temperature GadgetTemperature monitor.
+Comment[it]=Modulo TemperatureMonitor per le 
temperature.
 X-Enlightenment-ModuleType=system



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/dropshadow/module.desktop.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- module.desktop.in   6 Dec 2007 05:07:32 -   1.6
+++ module.desktop.in   30 Dec 2007 19:34:56 -  1.7
@@ -2,11 +2,11 @@
 Type=Link
 Name=Dropshadow
 Icon=e-module-dropshadow
-Comment=Dropshadow ModuleModule to add a dropshadow 
towindows.
+Comment=Dropshadow ModuleModule to add a dropshadow 
to windows.
 Comment[de]=
-Comment[es]=Módulo de sombraMódulo para añadir una 
sombraa las ventanas.
+Comment[es]=Módulo de sombraMódulo para añadir 
una sombra a las ventanas.
 Comment[fr]=
-Comment[it]=Modulo DropshadowModulo per aggiungere 
un'ombreggiaturaalle finestre.
+Comment[it]=Modulo DropshadowModulo per aggiungere 
un'ombreggiatura alle finestre.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_startup/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:31 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:55 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_startup
-Comment=E17 Configuration AppletUsed to configure the 
E17 splashscreen.
+Comment=E17 Configuration AppletUsed to configure 
the E17 splash screen.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Usado para 
configurar la pantallade inicio de E17.
+Comment[es]=Applet de configuración de E17Usado 
para configurar la pantalla de inicio de E17.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Usato per 
configurare losplash screen di E17.
+Comment[it]=Applet configurazione di E17Usato per 
configurare lo splash screen di E17.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_performance/module.desktop.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- module.desktop.in   23 Dec 2007 05:36:55 -  1.6
+++ module.desktop.in   30 Dec 2007 19:34:54 -  1.7
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_performance
-Comment=E17 Configuration AppletUsed to configure 
certainperformance related items asframe rates and cache settings.
+Comment=E17 Configuration AppletUsed to configure 
certain performance related items as frame rates and cache settings.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Usado para 
configurar ciertoselementos de rendimientocomo opciones de caché y 
cuadros por segundo.
+Comment[es]=Applet de configuración de E17Usado 
para configurar ciertos elementos de rendimiento como opciones de caché y 
cuadros por segundo.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Usato per 
configurare alcuneproprieta' correlate alle prestazionicome velocità 
frame e cache.
+Comment[it]=Applet configurazione di E17Usato per 
configurare alcune proprieta' correlate alle prestazioni come velocità frame e 
cache.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_desk/module.desktop.in,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- module.desktop.in   6 Dec 2007 05:07:28 -   1.6
+++ module.desktop.in   30 Dec 2007 19:34:52 -  1.7
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_desk
-Comment=E17 Configuration AppletUsed to configure the 
desktop nameand wallpaper for individualvirtual desktops.
+Comment=E17 Configuration AppletUsed to configure 
the desktop name and wallpaper for individual virtual desktops.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Usado para 
configurar el nombre del escritorioy los fondos de pantalla para cada 
escritorio virtual individualmente.
+Comment[es]=Applet de configuración de E17Usado 
para configurar el nombre del escritorio y los fondos de pantalla para cada 
escritorio virtual individualmente.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Usato per 
configurare il nome elo sfondo per ogni singolodesktop virtuale.
+Comment[it]=Applet configurazione di E17Usato per 
configurare il nome e lo sfondo per ogni singolo desktop virtuale.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_imc/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:29 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:53 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_imc
-Comment=E17 Configuration AppletUsed to select an input 
method.
+Comment=E17 Configuration AppletUsed to select an 
input method.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Usado para 
elegir el método de entrada.
+Comment[es]=Applet de configuración de E17Usado 
para elegir el método de entrada.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Usato per 
selezionare unmetodo di input.
+Comment[it]=Applet configurazione di E17Usato per 
selezionare un metodo di input.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_mime/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:30 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:54 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_mime
-Comment=E17 Configuration AppletConfigure E17 mime 
icons.
+Comment=E17 Configuration AppletConfigure E17 mime 
icons.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Configure 
los íconos mime de E17.
+Comment[es]=Applet de configuración de 
E17Configure los íconos mime de E17.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Configura le 
icone dei tipiMIME in E17.
+Comment[it]=Applet configurazione di E17Configura 
le icone dei tipi MIME in E17.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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/e devilhorns

2007-12-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
module.desktop.in 


Log Message:
Fix up module descriptions for new width of description box.

===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_window_display/module.desktop.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- module.desktop.in   6 Dec 2007 05:07:31 -   1.5
+++ module.desktop.in   30 Dec 2007 19:34:55 -  1.6
@@ -11,11 +11,11 @@
 Name[zh_CN]=
 Name[zh_TW]=
 Icon=e-module-conf_window_display
-Comment=E17 Configuration AppletConfigures default 
windowproperties such as defaultgeometries, border icons,placement 
styles, etc.
+Comment=E17 Configuration AppletConfigures default 
window properties such as default geometries, border icons, placement styles, 
etc.
 Comment[de]=
-Comment[es]=Applet de configuración de E17Configura las 
propiedades predefinidasde las ventanas, como su geometría, los íconos del 
borde, el diseño, ubicación, etc.
+Comment[es]=Applet de configuración de E17Configura 
las propiedades predefinidas de las ventanas, como su geometría, los íconos del 
borde, el diseño, ubicación, etc.
 Comment[fr]=
-Comment[it]=Applet configurazione di E17Configura le 
proprietà predefinitedelle finestre come geometrie, iconadel bordo, 
stile di posizionamento, ecc.
+Comment[it]=Applet configurazione di E17Configura 
le proprietà predefinite delle finestre come geometrie, icona del bordo, stile 
di posizionamento, ecc.
 Comment[ja]=
 Comment[pt]=
 Comment[pt_BR]=



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
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


  1   2   3   4   5   6   7   8   9   10   >