E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_keybindings.c 


Log Message:


as key bindings are really global things, context isnt that useful (at the
moment). :)

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_keybindings.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- e_int_config_keybindings.c  16 Jun 2006 09:37:32 -  1.29
+++ e_int_config_keybindings.c  2 Jul 2006 11:05:59 -   1.30
@@ -6,12 +6,12 @@
 #define BINDING_LIST_ICON_W 16
 #define BINDING_LIST_ICON_H 16
 
-#define BTN_ASSIGN_KEYBINDING_TEXT _(Assign Key Binding...)
+#define BTN_ASSIGN_KEYBINDING_TEXT _(Choose a Key)
 
 #define TEXT_ACTION _(Action)
 #define TEXT_NONE_ACTION_KEY _(None)
-#define TEXT_PRESS_KEY_SEQUENCE _(Please press key sequence,bror 
hilightEscape\
- /hilight to abort)
+#define TEXT_PRESS_KEY_SEQUENCE _(Please press key sequence,br \
+ or hilightEscape/hilight to abort)
 
 #define ILIST_ICON_WITH_KEYBINDenlightenment/e
 #define ILIST_ICON_WITHOUT_KEYBIND  
@@ -602,7 +602,7 @@
 BINDING_LIST_ICON_H, NULL);
   e_widget_on_change_hook_set(cfdata-gui.binding_ilist, 
_e_keybinding_binding_ilist_cb_change,
  cfdata);
-  e_widget_min_size_set(cfdata-gui.binding_ilist, 250, 100);
+  e_widget_min_size_set(cfdata-gui.binding_ilist, 250, 200);
   e_widget_ilist_go(cfdata-gui.binding_ilist);
   e_widget_framelist_object_append(of, cfdata-gui.binding_ilist);
   //
@@ -610,7 +610,7 @@
   ot1 = e_widget_table_add(evas, 0);
   {
/* add keybinding button */
-   cfdata-gui.btn_add = e_widget_button_add(evas, _(Add Key Binding), 
NULL,
+   cfdata-gui.btn_add = e_widget_button_add(evas, _(Add Key), NULL,
  
_e_keybinding_keybind_cb_add_keybinding, cfdata,
  NULL);
e_widget_disabled_set(cfdata-gui.btn_add, 1);
@@ -619,7 +619,7 @@
//
 
/* delete keybinding button */
-   cfdata-gui.btn_del = e_widget_button_add(evas, _(Delete Key 
Binding), NULL,
+   cfdata-gui.btn_del = e_widget_button_add(evas, _(Remove Key), NULL,
  
_e_keybinding_keybind_cb_del_keybinding, cfdata,
  NULL);
e_widget_disabled_set(cfdata-gui.btn_del, 1);
@@ -629,6 +629,7 @@
   }
   e_widget_framelist_object_append(of, ot1);
 
+#if 0   
   /* context options */
   ot1 = e_widget_frametable_add(evas, _(Binding Context), 0);
   {
@@ -689,11 +690,12 @@
e_widget_frametable_object_append(ot1, ob, 3, 0, 1, 1, 1, 1, 1, 1);
   }
   e_widget_framelist_object_append(of, ot1);
-
+#endif
+   
   /* key action */
-  ot1 = e_widget_frametable_add(evas, _(Key Binding), 0);
+  ot1 = e_widget_frametable_add(evas, _(Key  Action), 0);
   {
-   ob = e_widget_label_add(evas, _(Key Binding));
+   ob = e_widget_label_add(evas, _(Binding));
e_widget_frametable_object_append(ot1, ob, 0, 0, 1, 1, 1, 1, 1, 1);
 
ob = e_widget_label_add(evas, _(:));
@@ -719,7 +721,7 @@
e_widget_min_size_set(cfdata-gui.key_action, 180, 25);
e_widget_frametable_object_append(ot1, cfdata-gui.key_action, 2, 1, 1, 
1, 1, 1, 1, 1);
 
-   ob = e_widget_label_add(evas, _(Params));
+   ob = e_widget_label_add(evas, _(Parameters));
e_widget_frametable_object_append(ot1, ob, 0, 2, 1, 1, 1, 1, 1, 1);
 
ob = e_widget_label_add(evas, _(:));



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_configure.c e_int_config_background.c e_int_menus.c 


Log Message:


adding polish to e17's icons... well a bit more. if anyone who can't code -
but can draw well... feel free to want to contribute with nice icons (nb -
keep them neutral so they look good almost anywhere)

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_configure.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -3 -r1.45 -r1.46
--- e_configure.c   30 Apr 2006 03:43:47 -  1.45
+++ e_configure.c   2 Jul 2006 12:51:57 -   1.46
@@ -64,42 +64,41 @@
 
/* add items here */
e_configure_header_item_add(eco, enlightenment/appearance, 
_(Appearance));
-   e_configure_standard_item_add(eco, enlightenment/desktops, 
_(Background), e_int_config_background);
+   e_configure_standard_item_add(eco, enlightenment/background, 
_(Wallpaper), e_int_config_background);
e_configure_standard_item_add(eco, enlightenment/themes, _(Theme), 
e_int_config_theme);   
-   e_configure_standard_item_add(eco, enlightenment/e, _(Fonts), 
e_int_config_fonts);
-/* 
-   e_configure_standard_item_add(eco, enlightenment/e, _(Font Display 
Hinting), e_int_config_hinting);
-*/
+   e_configure_standard_item_add(eco, enlightenment/fonts, _(Fonts), 
e_int_config_fonts);
e_configure_standard_item_add(eco, enlightenment/mouse, _(Mouse 
Cursor), e_int_config_cursor);
e_configure_standard_item_add(eco, enlightenment/windows, _(Window 
Display), e_int_config_window_display);
e_configure_standard_item_add(eco, enlightenment/shelf, _(Shelves), 
e_int_config_shelf); 

-   e_configure_header_item_add(eco, enlightenment/extensions, 
_(Extensions));
-   e_configure_standard_item_add(eco, enlightenment/modules, _(Modules), 
e_int_config_modules);
-   
e_configure_header_item_add(eco, enlightenment/screen_setup, _(Screen));
e_configure_standard_item_add(eco, enlightenment/desktops, _(Virtual 
Desktops), e_int_config_desks);
-   e_configure_standard_item_add(eco, enlightenment/desktops, _(Screen 
Resolution), e_int_config_display);
-   e_configure_standard_item_add(eco, enlightenment/desktops, _(Screen 
Lock), e_int_config_desklock);
+   e_configure_standard_item_add(eco, enlightenment/screen_resolution, 
_(Screen Resolution), e_int_config_display);
+   e_configure_standard_item_add(eco, enlightenment/desklock, _(Screen 
Lock), e_int_config_desklock);

e_configure_header_item_add(eco, enlightenment/behavior, _(Behavior));
-   e_configure_standard_item_add(eco, enlightenment/e, _(Window Focus), 
e_int_config_focus);
-   e_configure_standard_item_add(eco, enlightenment/e, _(Key Bindings), 
e_int_config_keybindings);
-   e_configure_standard_item_add(eco, enlightenment/favorites, _(Menus), 
e_int_config_menus);
+   e_configure_standard_item_add(eco, enlightenment/focus, _(Window 
Focus), e_int_config_focus);
+   e_configure_standard_item_add(eco, enlightenment/keys, _(Key Bindings), 
e_int_config_keybindings);
+   e_configure_standard_item_add(eco, enlightenment/menus, _(Menus), 
e_int_config_menus);

e_configure_header_item_add(eco, enlightenment/misc, _(Miscellaneous));
-   e_configure_standard_item_add(eco, enlightenment/configuration, 
_(Performance), e_int_config_performance);
+   e_configure_standard_item_add(eco, enlightenment/performance, 
_(Performance), e_int_config_performance);
e_configure_standard_item_add(eco, enlightenment/configuration, 
_(Configuration Dialogs), e_int_config_cfgdialogs);

e_configure_header_item_add(eco, enlightenment/advanced, _(Advanced));
-   e_configure_standard_item_add(eco, enlightenment/run, _(Startup), 
e_int_config_startup);
-   e_configure_standard_item_add(eco, enlightenment/windows, _(Window 
List), e_int_config_winlist);
-   e_configure_standard_item_add(eco, enlightenment/windows, _(Window 
Manipulation), e_int_config_window_manipulation);
+   e_configure_standard_item_add(eco, enlightenment/startup, _(Startup), 
e_int_config_startup);
+   e_configure_standard_item_add(eco, enlightenment/winlist, _(Window 
List), e_int_config_winlist);
+   e_configure_standard_item_add(eco, enlightenment/window_manipulation, 
_(Window Manipulation), e_int_config_window_manipulation);
e_configure_standard_item_add(eco, enlightenment/run, _(Run Command), 
e_int_config_exebuf);
-   e_configure_standard_item_add(eco, enlightenment/e, _(Search 
Directories), e_int_config_paths); 
+   e_configure_standard_item_add(eco, enlightenment/directories, _(Search 
Directories), e_int_config_paths); 
 
+   e_configure_header_item_add(eco, enlightenment/extensions, 
_(Extensions));
+   e_configure_standard_item_add(eco, enlightenment/modules, _(Modules), 
e_int_config_modules);
+   
/* FIXME: we should have a way for modules to hook in here and add their
 * own entries
+* 
+* 

E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_icons.edc 


Log Message:


adding polish to e17's icons... well a bit more. if anyone who can't code -
but can draw well... feel free to want to contribute with nice icons (nb -
keep them neutral so they look good almost anywhere)

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- default_icons.edc   16 Jun 2006 08:20:35 -  1.10
+++ default_icons.edc   2 Jul 2006 12:51:57 -   1.11
@@ -26,6 +26,9 @@
image: e17_icon_configuration.png LOSSY 90;
image: e17_icon_run.png LOSSY 90;
 
+   image: e17_icon_font.png LOSSY 90;
+   image: e17_icon_background.png LOSSY 90;
+
image: e17_pager_window.png COMP;

image: e17_icon_right_arrow.png COMP;
@@ -580,6 +583,42 @@
max:  64 64;
image {
   normal: e17_pointer.png;
+   }
+}
+  }
+   }
+}
+group {
+   name: icons/enlightenment/fonts;
+   max:  64 64;
+   parts {
+  part {
+name:  icon;
+mouse_events:  0;
+description {
+   state:default 0.0;
+   aspect:   1.0 1.0;
+   max:  64 64;
+   image {
+  normal: e17_icon_font.png;
+   }
+}
+  }
+   }
+}
+group {
+   name: icons/enlightenment/background;
+   max:  64 64;
+   parts {
+  part {
+name:  icon;
+mouse_events:  0;
+description {
+   state:default 0.0;
+   aspect:   1.0 1.0;
+   max:  64 64;
+   image {
+  normal: e17_icon_background.png;
}
 }
   }



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


Modified Files:
Makefile.am e17_icon_run.png 
Added Files:
e17_icon_background.png e17_icon_font.png 


Log Message:


adding polish to e17's icons... well a bit more. if anyone who can't code -
but can draw well... feel free to want to contribute with nice icons (nb -
keep them neutral so they look good almost anywhere)

===
RCS file: /cvs/e/e17/apps/e/data/themes/images/Makefile.am,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -3 -r1.55 -r1.56
--- Makefile.am 16 Jun 2006 08:20:35 -  1.55
+++ Makefile.am 2 Jul 2006 12:51:57 -   1.56
@@ -371,6 +371,7 @@
 e17_icon_fileman_zip.png \
 e17_icon_fileman_home.png \
 e17_icon_fileman_desktop.png \
+e17_icon_font.png \
 e17_button_detail_paste.png \
 e17_button_detail_arrange_name.png \
 e17_button_detail_properties.png \
===
RCS file: /cvs/e/e17/apps/e/data/themes/images/e17_icon_run.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvskIcwW5 and /tmp/cvsLOwlwU differ



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


E CVS: libs/ecore raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
ecore_evas_buffer.c 


Log Message:


fix leak - that string is a const now.

===
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_buffer.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ecore_evas_buffer.c 8 Mar 2006 08:02:55 -   1.11
+++ ecore_evas_buffer.c 2 Jul 2006 13:14:23 -   1.12
@@ -445,7 +445,7 @@

ee-engine.func = (Ecore_Evas_Engine_Func *)_ecore_buffer_engine_func;

-   ee-driver = strdup(buffer);
+   ee-driver = buffer;
 
if (w  1) w = 1;
if (h  1) h = 1;



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


Modified Files:
e17_icon_background.png 


Log Message:


beach photo instead

===
RCS file: /cvs/e/e17/apps/e/data/themes/images/e17_icon_background.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsj6Otv0 and /tmp/cvs8sYMhf differ



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


E CVS: apps/e doursse

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : doursse
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_config.c 


Log Message:
return 0 when config dialog is NULL

===
RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_config.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_mod_config.c  20 Apr 2006 11:30:24 -  1.17
+++ e_mod_config.c  2 Jul 2006 14:34:42 -   1.18
@@ -83,7 +83,7 @@
 static int 
 _basic_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) 
 {
-   if (!battery_config) return;
+   if (!battery_config) return 0;
if (cfdata-show_alert) 
  battery_config-alarm = cfdata-alarm_time;
else 
@@ -124,7 +124,7 @@
 static int 
 _advanced_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) 
 {
-   if (!battery_config) return;
+   if (!battery_config) return 0;
battery_config-poll_time = cfdata-poll_time;
if (cfdata-show_alert) 
  battery_config-alarm = cfdata-alarm_time;



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


Modified Files:
Makefile.am 
Added Files:
e17_icon_theme.png 
Removed Files:
e17_icon_theme_0.png e17_icon_theme_glow_0.png 


Log Message:


nicer theme icon.

===
RCS file: /cvs/e/e17/apps/e/data/themes/images/Makefile.am,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- Makefile.am 2 Jul 2006 12:51:57 -   1.56
+++ Makefile.am 2 Jul 2006 15:05:14 -   1.57
@@ -309,8 +309,7 @@
 e17_icon_reset_button_0.png \
 e17_icon_reset_button_glow_0.png \
 e17_icon_run.png \
-e17_icon_theme_0.png \
-e17_icon_theme_glow_0.png \
+e17_icon_theme.png \
 e17_icon_windows.png \
 e17_icon_lost_windows.png \
 e17_pointer.png \



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_icons.edc 


Log Message:


nicer theme icon.

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- default_icons.edc   2 Jul 2006 12:51:57 -   1.11
+++ default_icons.edc   2 Jul 2006 15:05:14 -   1.12
@@ -8,8 +8,7 @@
image: e17_icon_reset_button_0.png LOSSY 90;
image: e17_icon_reset_button_glow_0.png LOSSY 90;

-   image: e17_icon_theme_0.png LOSSY 90;
-   image: e17_icon_theme_glow_0.png LOSSY 90;   
+   image: e17_icon_theme.png LOSSY 90;
 
image: e17_icon_windows.png LOSSY 90;

@@ -249,51 +248,9 @@
aspect:   1.0 1.0;
max:  64 64;
image {
-  normal: e17_icon_theme_0.png;
+  normal: e17_icon_theme.png;
}
 }
-  }
-  part {
-name:  theme_button_glow;
-mouse_events:  0;
-description {
-   state:default 0.0;
-   visible:   0;
-   rel1 {
-  to:   theme_button;
-   }
-   rel2 {
-  to:   theme_button;
-   }
-   color:   255 255 255 0;
-   image {
-  normal: e17_icon_theme_glow_0.png;
-   }
-}
-description {
-   state:hilited 0.0;
-   inherit:  default  0.0;
-   visible:   1;
-   color: 255 255 255 255;
-}
-  }
-   }
-   programs {
-  program { 
-name:   theme_button_in;
-signal: active;
-source: ;
-action: STATE_SET hilited 0.0;
-transition: LINEAR 0.5;
-target: theme_button_glow;
-  }
-  program {
-name:   theme_button_out;
-signal: passive;
-source: ;
-action: STATE_SET default 0.0;
-transition: LINEAR 0.5;
-target: theme_button_glow;
   }
}
 }   



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


Modified Files:
e17_icon_run.png 


Log Message:


run command icon gets more readable prompt

===
RCS file: /cvs/e/e17/apps/e/data/themes/images/e17_icon_run.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsKWjS3w and /tmp/cvsFKnBES differ



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


E CVS: screenshot devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir : e_modules/screenshot


Modified Files:
e_mod_config.c 


Log Message:
Check that these config values exist before trying to stringshare_del them
or else E segfaults :(

===
RCS file: /cvs/e/e_modules/screenshot/e_mod_config.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e_mod_config.c  1 Jul 2006 19:53:51 -   1.25
+++ e_mod_config.c  2 Jul 2006 15:18:22 -   1.26
@@ -188,7 +188,8 @@
 ci-use_import = 0;
  }
 
-   evas_stringshare_del(ci-location);
+   if (ci-location)
+ evas_stringshare_del(ci-location);
if (cfdata-location == NULL)
  ci-location = evas_stringshare_add(e_user_homedir_get());
else
@@ -199,7 +200,8 @@
 ci-location = evas_stringshare_add(tmp);
  }
 
-   evas_stringshare_del(ci-filename);
+   if (ci-filename)
+ evas_stringshare_del(ci-filename);
if (cfdata-filename != NULL) 
  ci-filename = evas_stringshare_add(cfdata-filename); 
 



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_border.c e_border.h e_config_dialog.c e_configure.c 
e_dialog.c e_dialog.h e_int_border_menu.c 
e_int_config_background.c e_int_config_cfgdialogs.c 
e_int_config_cursor.c e_int_config_desklock.c 
e_int_config_desks.c e_int_config_display.c 
e_int_config_exebuf.c e_int_config_focus.c 
e_int_config_fonts.c e_int_config_keybindings.c 
e_int_config_menus.c e_int_config_modules.c 
e_int_config_paths.c e_int_config_performance.c 
e_int_config_shelf.c e_int_config_startup.c 
e_int_config_theme.c e_int_config_window_display.c 
e_int_config_window_manipulation.c e_int_config_winlist.c 
e_int_gadcon_config.c e_menu.h e_theme_about.c 


Log Message:
Give ability for config dialogs to set their border icon to the proper
config icon, rather than all having the E logo. Is proactive about setting
this: if it does not find or cannot set to that icon, it will fallback to
the E icon.

Change all config dialogs to support this.

If we have an internal border (config dialogs), disable the Create Icon/Edit
Icon menu items.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.507
retrieving revision 1.508
diff -u -3 -r1.507 -r1.508
--- e_border.c  19 Jun 2006 19:29:31 -  1.507
+++ e_border.c  2 Jul 2006 16:19:51 -   1.508
@@ -2448,7 +2448,11 @@
if (bd-internal)
  {
o = edje_object_add(evas);
-   e_util_edje_icon_set(o, enlightenment/e);
+   if (!bd-internal_icon) 
+ e_util_edje_icon_set(o, enlightenment/e);
+   else
+ if (!e_util_edje_icon_set(o, bd-internal_icon))
+   e_util_edje_icon_set(o, enlightenment/e); 
return o;
  }
if (e_config-use_app_icon)
@@ -3026,6 +3030,7 @@
if (bd-client.netwm.name) free(bd-client.netwm.name);
if (bd-client.netwm.icon_name) free(bd-client.netwm.icon_name);
e_object_del(E_OBJECT(bd-shape));
+   if (bd-internal_icon) evas_stringshare_del(bd-internal_icon);
if (bd-icon_object) evas_object_del(bd-icon_object);
evas_object_del(bd-bg_object);
e_canvas_del(bd-bg_ecore_evas);
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.h,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -3 -r1.141 -r1.142
--- e_border.h  19 Jun 2006 17:13:56 -  1.141
+++ e_border.h  2 Jul 2006 16:19:51 -   1.142
@@ -134,6 +134,7 @@
Evas_Object*bg_object;
Evas_Object*icon_object;
Ecore_X_Window  event_win;
+   const char *internal_icon;

struct {
   Ecore_X_Window shell_win;
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_config_dialog.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- e_config_dialog.c   31 May 2006 18:58:26 -  1.25
+++ e_config_dialog.c   2 Jul 2006 16:19:51 -   1.26
@@ -107,8 +107,6 @@
cfd-dia-data = cfd;
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-icon) e_dialog_icon_set(cfd-dia, cfd-icon, cfd-icon_size);
-   
if (!cfd-cfdata) cfd-cfdata = cfd-view-create_cfdata(cfd);

if (type == E_CONFIG_DIALOG_CFDATA_TYPE_BASIC)
@@ -162,12 +160,14 @@
  {
e_win_centered_set(cfd-dia-win, 1);
e_dialog_show(cfd-dia);
+   if (cfd-icon) e_dialog_border_icon_set(cfd-dia, cfd-icon);
  }
else
  {
int x, y;
 
e_dialog_show(cfd-dia);
+   if (cfd-icon) e_dialog_border_icon_set(cfd-dia, cfd-icon);
x = pdia-win-border-x + ((pdia-win-w - cfd-dia-win-w) / 2);
y = pdia-win-border-y + ((pdia-win-h - cfd-dia-win-h) / 2);
if (x  0) x = 0;
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_configure.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- e_configure.c   2 Jul 2006 12:51:57 -   1.46
+++ e_configure.c   2 Jul 2006 16:19:51 -   1.47
@@ -113,8 +113,9 @@
evas_object_show(eco-ilist);
evas_object_show(eco-close);
evas_object_show(eco-edje);
-   
+
e_win_show(eco-win);
+   eco-win-border-internal_icon = 
evas_stringshare_add(enlightenment/configuration);
 
e_widget_focus_set(eco-ilist, 1);
e_widget_ilist_go(eco-ilist);
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_dialog.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- e_dialog.c  2 Mar 2006 12:03:48 -   1.34
+++ e_dialog.c  2 Jul 2006 16:19:51 -   1.35
@@ -151,6 +151,18 @@

E CVS: proto moom

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir : e17/proto/etk/src/lib


Modified Files:
etk_textblock.c 


Log Message:
* [Textblock] Fix the bug with the p tag. Now, let's render!


===
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_textblock.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- etk_textblock.c 2 Jul 2006 05:53:05 -   1.12
+++ etk_textblock.c 2 Jul 2006 16:45:17 -   1.13
@@ -43,8 +43,8 @@
 
 static Etk_Textblock_Node *_etk_textblock_nodes_clean(Etk_Textblock *tb, 
Etk_Textblock_Node *nodes);
 static void _etk_textblock_tag_insert(Etk_Textblock *tb, Etk_Textblock_Iter 
*iter, const char *tag, int length);
-static void _etk_textblock_paragraph_add(Etk_Textblock *tb, Etk_Textblock_Iter 
*iter);
-static void _etk_textblock_line_add(Etk_Textblock *tb, Etk_Textblock_Iter 
*iter);
+static Etk_Textblock_Node *_etk_textblock_paragraph_add(Etk_Textblock *tb, 
Etk_Textblock_Iter *iter);
+static Etk_Textblock_Node *_etk_textblock_line_add(Etk_Textblock *tb, 
Etk_Textblock_Iter *iter);
 static void _etk_textblock_node_text_get(Etk_Textblock_Node *node, Etk_Bool 
markup, Etk_String *text);
 
 static void _etk_textblock_node_copy(Etk_Textblock_Node *dest, const 
Etk_Textblock_Node *src, Etk_Bool copy_text);
@@ -1104,6 +1104,11 @@
new_node = n;
break;
 }
+if (n-prev || iter-index  0)
+{
+   new_node = _etk_textblock_paragraph_add(tb, iter);
+   break;
+}
  }
  if (!new_node)
 return;
@@ -1266,36 +1271,42 @@
}
 }
 
-/* Adds a new paragragh in the textblock, at the iterator's position */
-static void _etk_textblock_paragraph_add(Etk_Textblock *tb, Etk_Textblock_Iter 
*iter)
+/* Adds a new paragragh in the textblock, at the iterator's position. Returns 
the new paragraph node*/
+static Etk_Textblock_Node *_etk_textblock_paragraph_add(Etk_Textblock *tb, 
Etk_Textblock_Iter *iter)
 {
Etk_Textblock_Node *new_paragraph;

if (!tb || !iter || !_etk_textblock_iter_is_valid(tb, iter))
-  return;
+  return NULL;

new_paragraph = _etk_textblock_node_new(NULL, NULL, 
ETK_TEXTBLOCK_NODE_PARAGRAPH, ETK_TEXTBLOCK_TAG_P);
if (!_etk_textblock_node_close(iter, ETK_TEXTBLOCK_NODE_PARAGRAPH, 
ETK_TEXTBLOCK_TAG_P, new_paragraph))
{
   ETK_WARNING(Could not add a new paragraph!\n);
   _etk_textblock_node_free(new_paragraph);
+  return NULL;
}
+   
+   return new_paragraph;
 }
 
-/* Adds a new line in the textblock, at the iterator's position */
-static void _etk_textblock_line_add(Etk_Textblock *tb, Etk_Textblock_Iter 
*iter)
+/* Adds a new line in the textblock, at the iterator's position. Returns the 
new line node */
+static Etk_Textblock_Node *_etk_textblock_line_add(Etk_Textblock *tb, 
Etk_Textblock_Iter *iter)
 {
Etk_Textblock_Node *new_line;

if (!tb || !iter || !_etk_textblock_iter_is_valid(tb, iter))
-  return;
+  return NULL;

new_line = _etk_textblock_node_new(NULL, NULL, ETK_TEXTBLOCK_NODE_LINE, 
ETK_TEXTBLOCK_TAG_DEFAULT);
if (!_etk_textblock_node_close(iter, ETK_TEXTBLOCK_NODE_LINE, 
ETK_TEXTBLOCK_TAG_DEFAULT, new_line))
{
   ETK_WARNING(Could not add a new line!\n);
   _etk_textblock_node_free(new_line);
+  return NULL;
}
+   
+   return new_line;
 }
 
 /* Gets recursively the text of the node */ 



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_display.c 


Log Message:


add icons for randr rotation and flipping

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_display.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_int_config_display.c  2 Jul 2006 16:19:51 -   1.15
+++ e_int_config_display.c  2 Jul 2006 17:25:18 -   1.16
@@ -46,8 +46,8 @@
int restore;
int can_rotate;
int can_flip;
-   Ecore_X_Randr_Rotation rotation;
-   Ecore_X_Randr_Rotation flip;
+   int rotation;
+   int flip;

SureBox *surebox;
 };
@@ -334,16 +334,23 @@
o2 = e_widget_list_add(evas, 0, 0);

of = e_widget_framelist_add(evas, _(Resolution), 0);   
-   ol = e_widget_ilist_add(evas, 32, 32, NULL);
-   e_widget_min_size_set(ol, 140, 120);   
+   ol = e_widget_ilist_add(evas, 24, 24, NULL);
+   e_widget_min_size_set(ol, 120, 240);   
e_widget_framelist_object_append(of, ol);
e_widget_list_object_append(o2, of, 1, 1, 0.5);
 
res_list = ol;

-   of = e_widget_framelist_add(evas, _(Refresh Rate), 0);   
-   rl = e_widget_ilist_add(evas, 8, 8, NULL);
-   e_widget_min_size_set(rl, 140, 90);   
+   ob = e_widget_check_add(evas, _(Restore on login), (cfdata-restore));
+   e_widget_list_object_append(o2, ob, 1, 1, 0.5);
+
+   e_widget_list_object_append(o, o2, 1, 1, 0.5);
+   
+   o2 = e_widget_list_add(evas, 0, 0);
+ 
+   of = e_widget_framelist_add(evas, _(Refresh), 0);   
+   rl = e_widget_ilist_add(evas, 24, 24, NULL);
+   e_widget_min_size_set(rl, 80, 80);   
e_widget_framelist_object_append(of, rl);
e_widget_list_object_append(o2, of, 1, 1, 0.5);   

@@ -422,16 +429,11 @@
  } 
  }

-   ob = e_widget_check_add(evas, _(Restore this resolution on login), 
(cfdata-restore));
-   e_widget_list_object_append(o2, ob, 1, 1, 0.5);
-
e_widget_ilist_go(ol);
e_widget_ilist_go(rl);
 
-   e_widget_list_object_append(o, o2, 1, 1, 0.5);
-   
-   if ((cfdata-can_rotate) || (cfdata-can_flip))
- o2 = e_widget_list_add(evas, 0, 0);
+//   if ((cfdata-can_rotate) || (cfdata-can_flip))
+// o2 = e_widget_list_add(evas, 0, 0);

if (cfdata-can_rotate)
  {
@@ -439,40 +441,41 @@

rg = e_widget_radio_group_new((cfdata-rotation));

-   ob = e_widget_radio_add(evas, _(Normal), ECORE_X_RANDR_ROT_0, rg);
+   ob = e_widget_radio_icon_add(evas, NULL, enlightenment/screen_normal, 
24, 24, ECORE_X_RANDR_ROT_0, rg);
 e_widget_framelist_object_append(of, ob);
if (!(cfdata-can_rotate  ECORE_X_RANDR_ROT_0)) 
e_widget_disabled_set(ob, 1);
-   ob = e_widget_radio_add(evas, _(To the left), ECORE_X_RANDR_ROT_90, 
rg);
+   ob = e_widget_radio_icon_add(evas, NULL, enlightenment/screen_left, 
24, 24, ECORE_X_RANDR_ROT_90, rg);
 e_widget_framelist_object_append(of, ob);
if (!(cfdata-can_rotate  ECORE_X_RANDR_ROT_90)) 
e_widget_disabled_set(ob, 1);
-   ob = e_widget_radio_add(evas, _(Turned around), 
ECORE_X_RANDR_ROT_180, rg);
+   ob = e_widget_radio_icon_add(evas, NULL, enlightenment/screen_around, 
24, 24, ECORE_X_RANDR_ROT_180, rg);
 e_widget_framelist_object_append(of, ob);
if (!(cfdata-can_rotate  ECORE_X_RANDR_ROT_180)) 
e_widget_disabled_set(ob, 1);
-   ob = e_widget_radio_add(evas, _(To the right), ECORE_X_RANDR_ROT_270, 
rg);
+   ob = e_widget_radio_icon_add(evas, NULL, enlightenment/screen_right, 
24, 24, ECORE_X_RANDR_ROT_270, rg);
 e_widget_framelist_object_append(of, ob);
if (!(cfdata-can_rotate  ECORE_X_RANDR_ROT_270)) 
e_widget_disabled_set(ob, 1);

-   e_widget_list_object_append(o2, of, 0, 0, 0.5);
+   e_widget_list_object_append(o2, of, 1, 1, 0.5);
  }
 
if (cfdata-can_flip)
  {
+   /* FIXME: flipping is a checkbox - not radio group! */
of = e_widget_framelist_add(evas, _(Mirroring), 0);

rg = e_widget_radio_group_new((cfdata-flip));

-   ob = e_widget_radio_add(evas, _(Horizontally), ECORE_X_RANDR_FLIP_X, 
rg);
+   ob = e_widget_radio_icon_add(evas, NULL, enlightenment/screen_hflip, 
24, 24, ECORE_X_RANDR_FLIP_X, rg);
 e_widget_framelist_object_append(of, ob);
if (!(cfdata-can_rotate  ECORE_X_RANDR_FLIP_X)) 
e_widget_disabled_set(ob, 1);
-   ob = e_widget_radio_add(evas, _(Vertically), ECORE_X_RANDR_FLIP_Y, 
rg);
+   ob = e_widget_radio_icon_add(evas, NULL, enlightenment/screen_vflip, 
24, 24, ECORE_X_RANDR_FLIP_Y, rg);
 e_widget_framelist_object_append(of, ob);
if (!(cfdata-can_rotate  ECORE_X_RANDR_FLIP_Y)) 
e_widget_disabled_set(ob, 1);

e_widget_list_object_append(o2, of, 0, 0, 0.5);
  }

-   if ((cfdata-can_rotate) || (cfdata-can_flip))
- e_widget_list_object_append(o, 

E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_icons.edc 


Log Message:


add icons for randr rotation and flipping

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_icons.edc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- default_icons.edc   2 Jul 2006 15:05:14 -   1.12
+++ default_icons.edc   2 Jul 2006 17:25:18 -   1.13
@@ -54,6 +54,13 @@
image: e17_shelf_menu_bar.png COMP;
image: e17_shelf_panel.png COMP;
image: e17_shelf_top_desk.png COMP;
+   
+   image: e17_icon_screen_around.png COMP;
+   image: e17_icon_screen_hflip.png COMP;
+   image: e17_icon_screen_left.png COMP;
+   image: e17_icon_screen_normal.png COMP;
+   image: e17_icon_screen_right.png COMP;
+   image: e17_icon_screen_vflip.png COMP;
 }
 
 group {
@@ -582,6 +589,132 @@
}
 }
 group {
+   name: icons/enlightenment/screen_normal;
+   max:  24 24;
+   parts {
+  part {
+name:  icon;
+mouse_events:  0;
+description {
+   state:default 0.0;
+   aspect:   1.0 1.0;
+   max:  24 24;
+   image {
+  normal: e17_icon_screen_normal.png;
+   }
+}
+  }
+   }
+}
+group {
+   name: icons/enlightenment/screen_normal;
+   max:  24 24;
+   parts {
+  part {
+name:  icon;
+mouse_events:  0;
+description {
+   state:default 0.0;
+   aspect:   1.0 1.0;
+   max:  24 24;
+   image {
+  normal: e17_icon_screen_normal.png;
+   }
+}
+  }
+   }
+}
+group {
+   name: icons/enlightenment/screen_around;
+   max:  24 24;
+   parts {
+  part {
+name:  icon;
+mouse_events:  0;
+description {
+   state:default 0.0;
+   aspect:   1.0 1.0;
+   max:  24 24;
+   image {
+  normal: e17_icon_screen_around.png;
+   }
+}
+  }
+   }
+}
+group {
+   name: icons/enlightenment/screen_left;
+   max:  24 24;
+   parts {
+  part {
+name:  icon;
+mouse_events:  0;
+description {
+   state:default 0.0;
+   aspect:   1.0 1.0;
+   max:  24 24;
+   image {
+  normal: e17_icon_screen_left.png;
+   }
+}
+  }
+   }
+}
+group {
+   name: icons/enlightenment/screen_right;
+   max:  24 24;
+   parts {
+  part {
+name:  icon;
+mouse_events:  0;
+description {
+   state:default 0.0;
+   aspect:   1.0 1.0;
+   max:  24 24;
+   image {
+  normal: e17_icon_screen_right.png;
+   }
+}
+  }
+   }
+}
+group {
+   name: icons/enlightenment/screen_vflip;
+   max:  24 24;
+   parts {
+  part {
+name:  icon;
+mouse_events:  0;
+description {
+   state:default 0.0;
+   aspect:   1.0 1.0;
+   max:  24 24;
+   image {
+  normal: e17_icon_screen_vflip.png;
+   }
+}
+  }
+   }
+}
+group {
+   name: icons/enlightenment/screen_hflip;
+   max:  24 24;
+   parts {
+  part {
+name:  icon;
+mouse_events:  0;
+description {
+   state:default 0.0;
+   aspect:   1.0 1.0;
+   max:  24 24;
+   image {
+  normal: e17_icon_screen_hflip.png;
+   }
+}
+  }
+   }
+}
+group {
name: icons/enlightenment/shelf_position_bottom;
max:  24 24;
parts {
@@ -599,7 +732,6 @@
   }
}
 }
-///
 group {
name: icons/enlightenment/shelf_position_bottom_left;
max:  24 24;



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
TODO 


Log Message:


add icons for randr rotation and flipping

===
RCS file: /cvs/e/e17/apps/e/TODO,v
retrieving revision 1.360
retrieving revision 1.361
diff -u -3 -r1.360 -r1.361
--- TODO24 Jun 2006 13:22:47 -  1.360
+++ TODO2 Jul 2006 17:25:18 -   1.361
@@ -36,6 +36,9 @@
   changing position)
 * BUG: Doing an action to vertically maximize/minimize a window results in
   in the window being horizontally maximized/minimized as well ( vice versa)
+* BUG: in screen resolution change dialog the flip config is a pair of raidio
+  buttons. it should be a pair of checkboxes to turn that flip bit on or
+  off etc. etc. this means adding check icon widgets too liek radio icons too
 ]]]
 
 [[[



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


Modified Files:
Makefile.am 
Added Files:
e17_icon_screen_around.png e17_icon_screen_hflip.png 
e17_icon_screen_left.png e17_icon_screen_normal.png 
e17_icon_screen_right.png e17_icon_screen_vflip.png 


Log Message:


add icons for randr rotation and flipping

===
RCS file: /cvs/e/e17/apps/e/data/themes/images/Makefile.am,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- Makefile.am 2 Jul 2006 15:05:14 -   1.57
+++ Makefile.am 2 Jul 2006 17:25:18 -   1.58
@@ -371,6 +371,12 @@
 e17_icon_fileman_home.png \
 e17_icon_fileman_desktop.png \
 e17_icon_font.png \
+e17_icon_screen_around.png \
+e17_icon_screen_hflip.png \
+e17_icon_screen_left.png \
+e17_icon_screen_normal.png \
+e17_icon_screen_right.png \
+e17_icon_screen_vflip.png \
 e17_button_detail_paste.png \
 e17_button_detail_arrange_name.png \
 e17_button_detail_properties.png \
@@ -442,4 +448,3 @@
 e17_shelf_menu_bar.png \
 e17_shelf_panel.png \
 e17_shelf_top_desk.png
- 



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_display.c 


Log Message:


bug in xrandr - workaround.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_display.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_int_config_display.c  2 Jul 2006 17:25:18 -   1.16
+++ e_int_config_display.c  2 Jul 2006 17:47:44 -   1.17
@@ -198,7 +198,7 @@
 _fill_data(E_Config_Dialog_Data *cfdata) 
 {
E_Manager *man;
-   Ecore_X_Randr_Rotation rots;
+   int rots;

man = e_manager_current_get();
cfdata-orig_size = ecore_x_randr_current_screen_size_get(man-root);   
@@ -245,7 +245,7 @@
 _basic_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata) 
 {
char *sel_res, *sel_rate;
-   int w, h, r, i, n;
+   int w, h, r, i, n, k, rr;
Ecore_X_Screen_Size *sizes;
Ecore_X_Screen_Size size;
Ecore_X_Screen_Refresh_Rate *rates;   
@@ -275,7 +275,6 @@
 (sizes[i].height == h))
   {
  size = sizes[i];
- int k, rr;
  rates = ecore_x_randr_screen_refresh_rates_get(man-root, i, 
rr);
  for (k = 0; k  rr; k++) 
{
@@ -297,13 +296,15 @@
cfdata-orig_size = size;
cfdata-orig_rate = rate;
  }
-   
+
if ((cfdata-can_rotate) || (cfdata-can_flip))
  {
-   Ecore_X_Randr_Rotation rot;
+   int rot;

rot = ecore_x_randr_screen_rotation_get(man-root);
-   if (rot != (cfdata-rotation | cfdata-flip))
+// FIXME: a bug in x where it returns that the current rotation is still
+// normal (none) when it isn't. so just blindly ask for a new rot anyway.
+// if (rot != (cfdata-rotation | cfdata-flip))
  ecore_x_randr_screen_rotation_set(man-root,
cfdata-rotation | cfdata-flip);
e_config-display_res_rotation = cfdata-rotation | cfdata-flip;



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


E CVS: apps/e devilhorns

2006-07-02 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:
Module about dialogs now show the module icon in the dialog, and the border.

Note: This breaks e_modules until I get them fixed.

===
RCS file: /cvs/e/e17/apps/e/src/modules/temperature/e_mod_main.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- e_mod_main.c6 Jun 2006 15:25:13 -   1.62
+++ e_mod_main.c2 Jul 2006 18:55:33 -   1.63
@@ -446,7 +446,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment Temperature Module),
+   e_module_dialog_show(m, _(Enlightenment Temperature Module),
_(A module to measure the hilightACPI Thermal 
sensor/hilight on Linux.br
  It is especially useful for modern Laptops with high 
speedbr
  CPUs that generate a lot of heat.));



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


E CVS: apps/e devilhorns

2006-07-02 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:
Module about dialogs now show the module icon in the dialog, and the border.

Note: This breaks e_modules until I get them fixed.

===
RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_main.c,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -3 -r1.80 -r1.81
--- e_mod_main.c7 Jun 2006 23:30:13 -   1.80
+++ e_mod_main.c2 Jul 2006 18:55:32 -   1.81
@@ -1430,7 +1430,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment Battery Module),
+   e_module_dialog_show(m, _(Enlightenment Battery Module),
   _(A basic battery meter that uses either
 hilightACPI/hilight or hilightAPM/hilightbr
 on Linux to monitor your battery and AC power 
adaptorbr



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
Module about dialogs now show the module icon in the dialog, and the border.

Note: This breaks e_modules until I get them fixed.

===
RCS file: /cvs/e/e17/apps/e/src/modules/itray/e_mod_main.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_mod_main.c1 Apr 2006 09:24:56 -   1.12
+++ e_mod_main.c2 Jul 2006 18:55:32 -   1.13
@@ -158,7 +158,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment ITray Module),
+   e_module_dialog_show(m, _(Enlightenment ITray Module),
_(This is the ITray system tray module for 
Enlightenment.br
  It will hold system tray icons.br
  Beware that this can be buggy due to many systray 
providingbr



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


E CVS: apps/e devilhorns

2006-07-02 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:
Module about dialogs now show the module icon in the dialog, and the border.

Note: This breaks e_modules until I get them fixed.

===
RCS file: /cvs/e/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -3 -r1.178 -r1.179
--- e_mod_main.c6 Jun 2006 15:23:44 -   1.178
+++ e_mod_main.c2 Jul 2006 18:55:32 -   1.179
@@ -1825,7 +1825,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment Pager Module),
+   e_module_dialog_show(m, _(Enlightenment Pager Module),
_(A pager module to navigate virtual desktops.));
return 1;
 }



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
Module about dialogs now show the module icon in the dialog, and the border.

Note: This breaks e_modules until I get them fixed.

===
RCS file: /cvs/e/e17/apps/e/src/modules/clock/e_mod_main.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- e_mod_main.c6 Jun 2006 15:20:49 -   1.60
+++ e_mod_main.c2 Jul 2006 18:55:32 -   1.61
@@ -146,7 +146,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment Clock Module),
+   e_module_dialog_show(m, _(Enlightenment Clock Module),
_(A simple module to give E17 a clock.));
return 1;
 }



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
Module about dialogs now show the module icon in the dialog, and the border.

Note: This breaks e_modules until I get them fixed.

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -3 -r1.129 -r1.130
--- e_mod_main.c6 Jun 2006 15:21:48 -   1.129
+++ e_mod_main.c2 Jul 2006 18:55:32 -   1.130
@@ -1377,7 +1377,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment IBar Module),
+   e_module_dialog_show(m, _(Enlightenment IBar Module),
_(This is the IBar Application Launcher bar module for 
Enlightenment.br
  It is a first example module and is being used to 
flesh out severalbr
  interfaces in Enlightenment 0.17.0. It is under 
heavy development,br



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
Module about dialogs now show the module icon in the dialog, and the border.

Note: This breaks e_modules until I get them fixed.

===
RCS file: /cvs/e/e17/apps/e/src/modules/dropshadow/e_mod_main.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- e_mod_main.c1 Jun 2006 06:44:36 -   1.43
+++ e_mod_main.c2 Jul 2006 18:55:32 -   1.44
@@ -154,7 +154,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment Dropshadow Module),
+   e_module_dialog_show(m, _(Enlightenment Dropshadow Module),
_(This is the dropshadow module that allows 
dropshadows to be castbr
  on the desktop background - without special X-Server 
extensionsbr
  or hardware acceleration.));



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
Module about dialogs now show the module icon in the dialog, and the border.

Note: This breaks e_modules until I get them fixed.

===
RCS file: /cvs/e/e17/apps/e/src/modules/start/e_mod_main.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- e_mod_main.c6 Jun 2006 15:24:26 -   1.29
+++ e_mod_main.c2 Jul 2006 18:55:32 -   1.30
@@ -252,7 +252,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment Start Module),
+   e_module_dialog_show(m, _(Enlightenment Start Module),
_(Experimental Button module for E17));
return 1;
 }



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
Module about dialogs now show the module icon in the dialog, and the border.

Note: This breaks e_modules until I get them fixed.

===
RCS file: /cvs/e/e17/apps/e/src/modules/cpufreq/e_mod_main.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -3 -r1.43 -r1.44
--- e_mod_main.c6 Jun 2006 15:25:55 -   1.43
+++ e_mod_main.c2 Jul 2006 18:55:32 -   1.44
@@ -936,7 +936,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(CPU Frequency Controller Module), 
+   e_module_dialog_show(m, _(CPU Frequency Controller Module), 
_(A simple module to control the frequency of the 
system CPU.br
  This is especially useful to save power on 
laptops.));
return 1;



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
Module about dialogs now show the module icon in the dialog, and the border.

Note: This breaks e_modules until I get them fixed.

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_main.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- e_mod_main.c12 Jun 2006 10:21:18 -  1.57
+++ e_mod_main.c2 Jul 2006 18:55:32 -   1.58
@@ -1418,7 +1418,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment IBox Module),
+   e_module_dialog_show(m, _(Enlightenment IBox Module),
_(This is the IBox Iconified Application module for 
Enlightenment.br
  It will hold minimized applications));
return 1;



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_border.c e_border.h e_module.c e_module.h 


Log Message:
Module about dialogs now show the module icon in the dialog, and the border.

Note: This breaks e_modules until I get them fixed.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.508
retrieving revision 1.509
diff -u -3 -r1.508 -r1.509
--- e_border.c  2 Jul 2006 16:19:51 -   1.508
+++ e_border.c  2 Jul 2006 18:55:31 -   1.509
@@ -2448,11 +2448,18 @@
if (bd-internal)
  {
o = edje_object_add(evas);
-   if (!bd-internal_icon) 
+   if ((!bd-internal_icon)  (!bd-module_eap)) 
  e_util_edje_icon_set(o, enlightenment/e);
-   else
- if (!e_util_edje_icon_set(o, bd-internal_icon))
-   e_util_edje_icon_set(o, enlightenment/e); 
+   else if (bd-internal_icon) 
+ {
+if (!e_util_edje_icon_set(o, bd-internal_icon))
+  e_util_edje_icon_set(o, enlightenment/e);
+ }
+   else if (bd-module_eap) 
+ {
+if (!edje_object_file_set(o, bd-module_eap, icon))
+  e_util_edje_icon_set(o, enlightenment/e); 
+ }
return o;
  }
if (e_config-use_app_icon)
@@ -3030,6 +3037,7 @@
if (bd-client.netwm.name) free(bd-client.netwm.name);
if (bd-client.netwm.icon_name) free(bd-client.netwm.icon_name);
e_object_del(E_OBJECT(bd-shape));
+   if (bd-module_eap) evas_stringshare_del(bd-module_eap);
if (bd-internal_icon) evas_stringshare_del(bd-internal_icon);
if (bd-icon_object) evas_object_del(bd-icon_object);
evas_object_del(bd-bg_object);
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.h,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -3 -r1.142 -r1.143
--- e_border.h  2 Jul 2006 16:19:51 -   1.142
+++ e_border.h  2 Jul 2006 18:55:31 -   1.143
@@ -135,7 +135,8 @@
Evas_Object*icon_object;
Ecore_X_Window  event_win;
const char *internal_icon;
-   
+   const char *module_eap;
+
struct {
   Ecore_X_Window shell_win;
   Ecore_X_Window win;
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_module.c,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- e_module.c  1 Jun 2006 06:44:35 -   1.56
+++ e_module.c  2 Jul 2006 18:55:31 -   1.57
@@ -26,6 +26,7 @@
 static void _e_module_control_menu_enabled(void *data, E_Menu *m, E_Menu_Item 
*mi);
 static void _e_module_dialog_disable_show(const char *title, const char *body, 
E_Module *m);
 static void _e_module_cb_dialog_disable(void *data, E_Dialog *dia);
+static void _e_module_dialog_icon_set(E_Dialog *dia, const char *icon);
 
 /* local subsystem globals */
 static Evas_List *_e_modules = NULL;
@@ -356,20 +357,30 @@
 }
 
 EAPI void
-e_module_dialog_show(const char *title, const char *body)
+e_module_dialog_show(E_Module *m, const char *title, const char *body)
 {
E_Dialog *dia;
+   E_Border *bd;
+   char eap[4096];
+   
+   if (!m) return;
 
+   snprintf(eap, sizeof(eap), %s/module.eap, e_module_dir_get(m));
+   
dia = e_dialog_new(e_container_current_get(e_manager_current_get()));
if (!dia) return;
 
e_dialog_title_set(dia, title);
-   e_dialog_icon_set(dia, enlightenment/modules, 64);
+   _e_module_dialog_icon_set(dia, eap);
e_dialog_text_set(dia, body);
e_dialog_button_add(dia, _(OK), NULL, NULL, NULL);
e_dialog_button_focus_num(dia, 0);
e_win_centered_set(dia-win, 1);
e_dialog_show(dia);
+   if (!eap) return;
+   bd = dia-win-border;
+   if (!bd) return;
+   bd-module_eap = evas_stringshare_add(eap);
 }
 
 /* local subsystem functions */
@@ -421,7 +432,7 @@
m = e_menu_new();

mi = e_menu_item_new(m);
-   e_menu_item_label_set(mi, _(About…));
+   e_menu_item_label_set(mi, _(About...));
e_menu_item_callback_set(mi, _e_module_control_menu_about, mod);

mi = e_menu_item_new(m);
@@ -528,4 +539,18 @@
e_object_del(E_OBJECT(m));
e_object_del(E_OBJECT(dia));
e_config_save_queue();
+}
+
+static void 
+_e_module_dialog_icon_set(E_Dialog *dia, const char *icon) 
+{
+   /* These should never happen, but just in case */
+   if (!dia) return;
+   if (!icon) return;
+   
+   dia-icon_object = edje_object_add(e_win_evas_get(dia-win));
+   edje_object_file_set(dia-icon_object, icon, icon);
+   edje_extern_object_min_size_set(dia-icon_object, 64, 64);
+   edje_object_part_swallow(dia-bg_object, icon_swallow, dia-icon_object);
+   evas_object_show(dia-icon_object);
 }
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_module.h,v
retrieving revision 1.12
retrieving revision 1.13
diff 

E CVS: wlan devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : wlan

Dir : e_modules/wlan


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/wlan/e_mod_main.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_mod_main.c4 Jun 2006 12:54:47 -   1.23
+++ e_mod_main.c2 Jul 2006 19:06:16 -   1.24
@@ -77,7 +77,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Enlightenment Wlan Monitor Module), D_(This 
module is used to monitor a wlan device.));
+   e_module_dialog_show(m, D_(Enlightenment Wlan Monitor Module), D_(This 
module is used to monitor a wlan device.));
return 1;
 }
 



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


E CVS: emu devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : emu

Dir : e_modules/emu/src/modules/emu


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/emu/src/modules/emu/e_mod_main.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_mod_main.c7 Jun 2006 03:50:06 -   1.13
+++ e_mod_main.c2 Jul 2006 19:06:09 -   1.14
@@ -99,7 +99,7 @@
 {
/* This is a basic module dialog that is provided for simplicity, 
 * but there is probably nothing stopping you from making a complex dialog. 
*/
-   e_module_dialog_show(D_(Enlightenment Emu Module - gadcon version  
VERSION),
+   e_module_dialog_show(m, D_(Enlightenment Emu Module - gadcon version  
VERSION),
 D_
 (Experimental generic scriptable module for 
E17.brbr
  Keep an eye out for the emu's.br



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


E CVS: devian devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : devian

Dir : e_modules/devian/src/module


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/devian/src/module/e_mod_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_main.c6 Jun 2006 15:43:17 -   1.6
+++ e_mod_main.c2 Jul 2006 19:06:09 -   1.7
@@ -48,7 +48,7 @@
char buf[4096];
 
snprintf(buf, sizeof(buf), _(Enlightenment %s Module - version  
MODULE_VERSION), MODULE_NAME);
-   e_module_dialog_show(buf, _(
+   e_module_dialog_show(m, buf, _(
 #ifndef HAVE_ALL
This module is part of dEvian modulebrbr
 #ifdef HAVE_PICTURE



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


E CVS: deskshow devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : deskshow

Dir : e_modules/deskshow


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/deskshow/e_mod_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_main.c6 Jun 2006 15:27:45 -   1.3
+++ e_mod_main.c2 Jul 2006 19:06:08 -   1.4
@@ -180,7 +180,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment Deskshow Module),
+   e_module_dialog_show(m, _(Enlightenment Deskshow Module),
_(This module will allow you to show your desktop if 
it is covered with windows.));
return 1;
 }



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


E CVS: bling devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : bling

Dir : e_modules/bling


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/bling/e_mod_main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_main.c25 Jun 2006 05:56:34 -  1.4
+++ e_mod_main.c2 Jul 2006 19:06:08 -   1.5
@@ -64,7 +64,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Enlightenment Bling Module), D_(A module that 
enables X composite features such as translucency and drop shadows));
+   e_module_dialog_show(m, D_(Enlightenment Bling Module), D_(A module that 
enables X composite features such as translucency and drop shadows));
return 1;
 }
 



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


E CVS: cpu devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : cpu

Dir : e_modules/cpu


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/cpu/e_mod_main.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_mod_main.c4 Jun 2006 09:58:41 -   1.19
+++ e_mod_main.c2 Jul 2006 19:06:08 -   1.20
@@ -78,7 +78,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Enlightenment Cpu Monitor Module), D_(This 
module is used to monitor a cpu.));
+   e_module_dialog_show(m, D_(Enlightenment Cpu Monitor Module), D_(This 
module is used to monitor a cpu.));
return 1;
 }
 



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


E CVS: mail devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mail

Dir : e_modules/mail


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/mail/e_mod_main.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- e_mod_main.c20 Jun 2006 21:56:38 -  1.28
+++ e_mod_main.c2 Jul 2006 19:06:09 -   1.29
@@ -454,7 +454,7 @@
 EAPI int
 e_modapi_about(E_Module *m) 
 {
-   e_module_dialog_show(D_(Enlightenment Mail Module), 
+   e_module_dialog_show(m, D_(Enlightenment Mail Module), 
D_(This is a module to notify when you have new 
mail.));
return 1;
 }



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


E CVS: mbar devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mbar

Dir : e_modules/mbar


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/mbar/e_mod_main.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_mod_main.c4 Jun 2006 12:59:16 -   1.21
+++ e_mod_main.c2 Jul 2006 19:06:09 -   1.22
@@ -172,7 +172,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment Mount Bar Module), 
+   e_module_dialog_show(m, _(Enlightenment Mount Bar Module), 
_(This is the Mount Bar module for Enlightenment.));
return 1;
 }



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


E CVS: eveil devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : eveil

Dir : e_modules/eveil


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/eveil/e_mod_main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_main.c12 Jun 2006 08:54:22 -  1.8
+++ e_mod_main.c2 Jul 2006 19:06:09 -   1.9
@@ -1210,7 +1210,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Eveil Module version  MODULE_VERSION),
+   e_module_dialog_show(m, D_(Eveil Module version  MODULE_VERSION),
D_(A module to set timers and alarms to alert youbr
when youre pastas are readybr
  or when you need to wake upbrbr



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


E CVS: evolume devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : evolume

Dir : e_modules/evolume/src/module


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/evolume/src/module/e_mod_main.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_mod_main.c3 Jun 2006 13:19:00 -   1.5
+++ e_mod_main.c2 Jul 2006 19:06:09 -   1.6
@@ -72,9 +72,9 @@
 }
 
 int
-e_modapi_about(E_Module *module __UNUSED__)
+e_modapi_about(E_Module *module)
 {
-   e_module_dialog_show(D_(Enlightenment Evolume Module), 
+   e_module_dialog_show(module, D_(Enlightenment Evolume Module), 
D_(A simple module to give E17 a volume control for 
some mixers.));
return 1;
 }



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


E CVS: flame devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : flame

Dir : e_modules/flame


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/flame/e_mod_main.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- e_mod_main.c27 Jun 2006 02:14:20 -  1.22
+++ e_mod_main.c2 Jul 2006 19:06:09 -   1.23
@@ -91,7 +91,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Enlightenment Flame Module), D_(A simple module 
to display flames.));
+   e_module_dialog_show(m, D_(Enlightenment Flame Module), D_(A simple 
module to display flames.));
return 1;
 }
 



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


E CVS: moon devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : moon

Dir : e_modules/moon/src


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/moon/src/e_mod_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_main.c3 Jun 2006 08:35:27 -   1.2
+++ e_mod_main.c2 Jul 2006 19:06:10 -   1.3
@@ -124,7 +124,7 @@
 
snprintf(title, sizeof(title), %s %s, D_(Moon Clock Module), 
 PACKAGE_VERSION);
-   e_module_dialog_show(title, 
+   e_module_dialog_show(module, title, 
 D_(Display current phase of the moon ala e16 E-MoonClock)); 
return 1;
 }



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


E CVS: rain devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : rain

Dir : e_modules/rain


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/rain/e_mod_main.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- e_mod_main.c3 Jun 2006 13:29:40 -   1.22
+++ e_mod_main.c2 Jul 2006 19:06:10 -   1.23
@@ -64,7 +64,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Enlightenment Rain Module),
+   e_module_dialog_show(m, D_(Enlightenment Rain Module),
 D_
 (This is a simple module to display some rain on the 
desktop.brIt can display clouds too, if you like clouds.));
return 1;



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


E CVS: mem devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mem

Dir : e_modules/mem


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/mem/e_mod_main.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- e_mod_main.c23 Jun 2006 06:37:29 -  1.33
+++ e_mod_main.c2 Jul 2006 19:06:09 -   1.34
@@ -339,7 +339,7 @@
 EAPI int
 e_modapi_about(E_Module *m) 
 {
-   e_module_dialog_show(D_(Enlightenment Mem Monitor Module), 
+   e_module_dialog_show(m, D_(Enlightenment Mem Monitor Module), 
D_(This module is used to monitor memory.));
return 1;   
 }



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


E CVS: net devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : net

Dir : e_modules/net


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/net/e_mod_main.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- e_mod_main.c27 Jun 2006 02:27:09 -  1.42
+++ e_mod_main.c2 Jul 2006 19:06:10 -   1.43
@@ -346,7 +346,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Enlightenment Network Monitor Module), D_(This 
module is used to monitor a network device.));
+   e_module_dialog_show(m, D_(Enlightenment Network Monitor Module), 
D_(This module is used to monitor a network device.));
return 1;
 }
 



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


E CVS: screenshot devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir : e_modules/screenshot


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -3 -r1.49 -r1.50
--- e_mod_main.c1 Jul 2006 19:53:51 -   1.49
+++ e_mod_main.c2 Jul 2006 19:06:10 -   1.50
@@ -404,7 +404,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Enlightenment Screenshot Module), D_(This module 
is used to take screenshots));
+   e_module_dialog_show(m, D_(Enlightenment Screenshot Module), D_(This 
module is used to take screenshots));
return 1;
 }
 



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


E CVS: slideshow devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : slideshow

Dir : e_modules/slideshow


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/slideshow/e_mod_main.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- e_mod_main.c7 Jun 2006 19:16:14 -   1.29
+++ e_mod_main.c2 Jul 2006 19:06:10 -   1.30
@@ -362,7 +362,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Enlightenment Slide Show Module),
+   e_module_dialog_show(m, D_(Enlightenment Slide Show Module),
 D_(This module is VERY simple and is used to cycle 
desktop backgrounds));
return 1;
 }



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


E CVS: snow devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : snow

Dir : e_modules/snow


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/snow/e_mod_main.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_mod_main.c3 Jun 2006 13:33:08 -   1.18
+++ e_mod_main.c2 Jul 2006 19:06:10 -   1.19
@@ -69,7 +69,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Enlightenment Snow Module), D_(This is a snow 
module that may replace xsnow.));
+   e_module_dialog_show(m, D_(Enlightenment Snow Module), D_(This is a snow 
module that may replace xsnow.));
return 1;
 }
 



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


E CVS: taskbar devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : taskbar

Dir : e_modules/taskbar


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/taskbar/e_mod_main.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_main.c22 Jun 2006 22:21:17 -  1.4
+++ e_mod_main.c2 Jul 2006 19:06:10 -   1.5
@@ -1305,7 +1305,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment Taskbar Module),
+   e_module_dialog_show(m, _(Enlightenment Taskbar Module),
 _(This is the Taskbar Iconified Application module 
for Enlightenment.br
   It will hold minimized applications));
return 1;



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


E CVS: uptime devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : uptime

Dir : e_modules/uptime


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/uptime/e_mod_main.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_mod_main.c2 Jul 2006 07:10:18 -   1.15
+++ e_mod_main.c2 Jul 2006 19:06:16 -   1.16
@@ -390,7 +390,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Enlightenment Uptime Monitor Module),
+   e_module_dialog_show(m, D_(Enlightenment Uptime Monitor Module),
D_(This module is used to monitor uptime.));
return 1;
 }



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


E CVS: tclock devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : tclock

Dir : e_modules/tclock


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/tclock/e_mod_main.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- e_mod_main.c29 Jun 2006 20:04:19 -  1.36
+++ e_mod_main.c2 Jul 2006 19:06:16 -   1.37
@@ -390,6 +390,6 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Simple Digital Clock), D_(Displays a digital 
clock on the desktop));
+   e_module_dialog_show(m, D_(Simple Digital Clock), D_(Displays a digital 
clock on the desktop));
return 1;
 }



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


E CVS: weather devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : weather

Dir : e_modules/weather


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/weather/e_mod_main.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- e_mod_main.c7 Jun 2006 22:39:15 -   1.38
+++ e_mod_main.c2 Jul 2006 19:06:16 -   1.39
@@ -354,7 +354,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(D_(Enlightenment Weather Module), D_(A weather 
forecast module for Enlightenment));
+   e_module_dialog_show(m, D_(Enlightenment Weather Module), D_(A weather 
forecast module for Enlightenment));
return 1;
 }
 



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


E CVS: language devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : language

Dir : e_modules/language/src/module


Modified Files:
e_mod_main.c 


Log Message:
Make all active e_modules work with the new e_module_dialog_show function
change(s). If you get errors building these, update e17/apps/e .

===
RCS file: /cvs/e/e_modules/language/src/module/e_mod_main.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_mod_main.c1 Jun 2006 22:42:09 -   1.19
+++ e_mod_main.c2 Jul 2006 19:06:09 -   1.20
@@ -283,7 +283,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show( _(Enlightenment Language Enhancment Module),
+   e_module_dialog_show(m,_(Enlightenment Language Enhancment Module),
 _(This module is used to switch between input 
languages.));
return 1;
 }



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


E CVS: mail devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mail

Dir : e_modules/mail


Modified Files:
e_mod_config_box.c 


Log Message:
Missed an module_dialog_show here.

===
RCS file: /cvs/e/e_modules/mail/e_mod_config_box.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_mod_config_box.c  13 Jun 2006 12:24:07 -  1.9
+++ e_mod_config_box.c  2 Jul 2006 19:10:15 -   1.10
@@ -230,11 +230,7 @@
int is_new = 0;
 
if (cfdata-name == NULL) 
- {
-   e_module_dialog_show(_(Enlightenment Mail Module),
-_(You must enter a name for this mailbox.));
-   return 0;
- }
+ return 0;

cb = cfd-data;
if (!cb) 



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


E CVS: evolume devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : evolume

Dir : e_modules/evolume/src/module


Modified Files:
e_mod_util.c 


Log Message:
Fix a few more module_dialog_shows that were hiding.

===
RCS file: /cvs/e/e_modules/evolume/src/module/e_mod_util.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_mod_util.c6 Apr 2006 19:13:37 -   1.3
+++ e_mod_util.c2 Jul 2006 19:16:14 -   1.4
@@ -24,15 +24,6 @@
 int
 e_volume_first_run()
 {
-   e_module_dialog_show(eVolume,
-So, if you see that post, it means, that you 
successfullbr
-compile and load eVolume module for a first timebr
-br
-Possibly, you want to change something - if you has 
anybr
-ideas - contact to me: [EMAIL PROTECTED] orbr
-JID: [EMAIL PROTECTED] (davinchi on E IRC 
channels)br
-br Thanks for using eVolume, Pavel Boldin aka 
davinchibr);
-
return 1;
 }
 



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_module.c 


Log Message:
This is slightly better, allows for passing module as NULL, and still
getting a generic module_dialog.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_module.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- e_module.c  2 Jul 2006 18:55:31 -   1.57
+++ e_module.c  2 Jul 2006 19:25:34 -   1.58
@@ -362,24 +362,25 @@
E_Dialog *dia;
E_Border *bd;
char eap[4096];
-   
-   if (!m) return;
 
-   snprintf(eap, sizeof(eap), %s/module.eap, e_module_dir_get(m));
-   
dia = e_dialog_new(e_container_current_get(e_manager_current_get()));
if (!dia) return;
 
e_dialog_title_set(dia, title);
-   _e_module_dialog_icon_set(dia, eap);
+   if (m)
+ _e_module_dialog_icon_set(dia, eap);
+   else
+ e_dialog_icon_set(dia, enlightenment/modules, 64);
+   
e_dialog_text_set(dia, body);
e_dialog_button_add(dia, _(OK), NULL, NULL, NULL);
e_dialog_button_focus_num(dia, 0);
e_win_centered_set(dia-win, 1);
e_dialog_show(dia);
-   if (!eap) return;
+   if (!m) return;
bd = dia-win-border;
if (!bd) return;
+   snprintf(eap, sizeof(eap), %s/module.eap, e_module_dir_get(m));
bd-module_eap = evas_stringshare_add(eap);
 }
 



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


E CVS: screenshot devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir : e_modules/screenshot


Modified Files:
e_mod_main.c 


Log Message:
Fix a few more module_dialog_show calls.

===
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -3 -r1.50 -r1.51
--- e_mod_main.c2 Jul 2006 19:06:10 -   1.50
+++ e_mod_main.c2 Jul 2006 19:27:23 -   1.51
@@ -19,6 +19,7 @@
 struct _Instance
 {
E_Gadcon_Client *gcc;
+   E_Module *m;
Evas_Object *ss_obj;
Screenshot *ss;
Ecore_Exe *exe;
@@ -616,7 +617,7 @@
  }
else
  {
-e_module_dialog_show(D_(Enlightenment Screenshot Module),
+e_module_dialog_show(ss_config-module, D_(Enlightenment Screenshot 
Module),
  D_(Please install either ImageMagick or Scrot 
for taking screenshots.));
 return;
  }
@@ -641,7 +642,7 @@
 static void 
 _ss_get_filename(void *data) 
 {
-   e_entry_dialog_show(_(Enlightenment Screenshot Module), enlightenment/e,
+   e_entry_dialog_show(ss_config-module, _(Enlightenment Screenshot 
Module), enlightenment/e,
   _(Enter a new filename to use for this screenshot),
   NULL, NULL, _cb_entry_ok, NULL, data);
 }
@@ -662,7 +663,7 @@
t = ecore_file_get_dir(text);
if (!strcmp(t, text))
  {
-e_module_dialog_show(D_(Enlightenment Screenshot Module),
+e_module_dialog_show(ss_config-module, D_(Enlightenment Screenshot 
Module),
  D_(You did not specify a path.br
This shot will be saved in your home 
folder.));
if (ci-location)



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_module.c 


Log Message:
If we Do have the eap, then we can set the dialog icon to it.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_module.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -3 -r1.58 -r1.59
--- e_module.c  2 Jul 2006 19:25:34 -   1.58
+++ e_module.c  2 Jul 2006 19:34:51 -   1.59
@@ -367,8 +367,11 @@
if (!dia) return;
 
e_dialog_title_set(dia, title);
-   if (m)
- _e_module_dialog_icon_set(dia, eap);
+   if (m) 
+ {
+   snprintf(eap, sizeof(eap), %s/module.eap, e_module_dir_get(m)); 
+   _e_module_dialog_icon_set(dia, eap);
+ }
else
  e_dialog_icon_set(dia, enlightenment/modules, 64);

@@ -380,7 +383,6 @@
if (!m) return;
bd = dia-win-border;
if (!bd) return;
-   snprintf(eap, sizeof(eap), %s/module.eap, e_module_dir_get(m));
bd-module_eap = evas_stringshare_add(eap);
 }
 



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


E CVS: screenshot devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir : e_modules/screenshot


Modified Files:
e_mod_main.c 


Log Message:
Make sure not to return (void *)1 on e_modapi_init, or a segfault happens
when we click about.

===
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- e_mod_main.c2 Jul 2006 19:27:23 -   1.51
+++ e_mod_main.c2 Jul 2006 19:37:30 -   1.52
@@ -343,7 +343,7 @@
 
ss_config-module = m;
e_gadcon_provider_register(_gc_class);
-   return (void *)1;
+   return 1;
 }
 
 EAPI int



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


E CVS: eveil kiwi

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : eveil

Dir : e_modules/eveil


Modified Files:
e_mod_config_alarm.c e_mod_main.c 


Log Message:
make eveil work with the new e_module_dialog_show function chages
eveil has some bugs, i'll fix that soon, and rename it =)

===
RCS file: /cvs/e/e_modules/eveil/e_mod_config_alarm.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_config_alarm.c12 Jun 2006 08:54:22 -  1.4
+++ e_mod_config_alarm.c2 Jul 2006 19:52:40 -   1.5
@@ -285,7 +285,7 @@
   The date you entered is before now));
  break;
   }
-e_module_dialog_show(D_(Eveil Module Error), buf);
+e_module_dialog_show(eveil_config-module, D_(Eveil Module Error), 
buf);
 return 0;
  }
 
@@ -432,7 +432,7 @@
 snprintf(buf, sizeof(buf),
  D_(hilightAlarm test FAILED !/hilight));
  }
-   e_module_dialog_show(D_(Eveil Module Test Report), buf);
+   e_module_dialog_show(eveil_config-module, D_(Eveil Module Test Report), 
buf);
 }
 
 static void _cb_alarm_today(void *data, void *data2)
===
RCS file: /cvs/e/e_modules/eveil/e_mod_main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_mod_main.c2 Jul 2006 19:06:09 -   1.9
+++ e_mod_main.c2 Jul 2006 19:52:40 -   1.10
@@ -318,7 +318,7 @@
  D_(hilightAlarm : %s/hilightbrbr
  %s),
  al-name, (al-description) ? al-description :  );
-e_module_dialog_show(D_(Eveil Module Popup), buf);
+e_module_dialog_show(eveil_config-module, D_(Eveil Module Popup), 
buf);
  }
 
if ((al-run_program == ALARM_RUN_PROGRAM_OWN) ||
@@ -344,7 +344,7 @@
  snprintf(buf, sizeof(buf),
   D_(hilightFailed !/hilightbrbr
   Eveil couln't launch the program you specified));
- e_module_dialog_show(D_(Eveil Module Error), buf);
+ e_module_dialog_show(eveil_config-module, D_(Eveil Module 
Error), buf);
  ret = 0;
   }
  }
@@ -937,7 +937,7 @@
 snprintf(buf, sizeof(buf),
  D_(hilightTimer elapsed !/hilightbrbr
  Time for pastas :D));
-e_module_dialog_show(D_(Eveil Module Popup), buf);
+e_module_dialog_show(eveil_config-module, D_(Eveil Module Popup), 
buf);
  }
 
if (eveil_config-timer_run_program_default)
@@ -1085,7 +1085,7 @@
 Your settings were removedbr
 Sorry for the inconveniencebrbr
 (%d - %d)), eveil_config-config_version, 
CONFIG_VERSION);
- e_module_dialog_show(D_(Eveil Module version  MODULE_VERSION), 
buf);
+ e_module_dialog_show(eveil_config-module, D_(Eveil Module 
version  MODULE_VERSION), buf);
  eveil_config = NULL;
   }
 else
@@ -1099,7 +1099,7 @@
  Your settings were removedbr
  Sorry for the inconveniencebrbr
  (%d -%d)), eveil_config-config_version, 
CONFIG_VERSION);
-  e_module_dialog_show(D_(Eveil Module version  
MODULE_VERSION), buf);
+  e_module_dialog_show(eveil_config-module, D_(Eveil Module 
version  MODULE_VERSION), buf);
   eveil_config = NULL;
}
   }



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


E CVS: devian kiwi

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : devian

Dir : e_modules/devian/src/module


Modified Files:
e_mod_config.c e_mod_config_dialog_devian.c 
e_mod_config_dialog_theme.c e_mod_container.c 
e_mod_data_file.c e_mod_data_picture.c e_mod_data_rss.c 
e_mod_devian.c e_mod_source_file.c e_mod_source_picture.c 
e_mod_source_rss.c 


Log Message:
make devian work with the new e_module_dialog_show function chages

===
RCS file: /cvs/e/e_modules/devian/src/module/e_mod_config.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_config.c  2 May 2006 14:24:23 -   1.6
+++ e_mod_config.c  2 Jul 2006 19:53:55 -   1.7
@@ -100,7 +100,7 @@
 has been upgradedbr
 Your settings were removedbr
 Sorry for the inconveniencebrbr (%d - %d)), 
cfg_main-conf_version, CONFIG_VERSION);
- e_module_dialog_show(_(MODULE_NAME  Module version  
MODULE_VERSION), buf);
+ e_module_dialog_show(DEVIANM-module, _(MODULE_NAME  Module 
version  MODULE_VERSION), buf);
 
  cfg_main = NULL;
   }
@@ -116,7 +116,7 @@
  has been downgradedbr
  Your settings were removedbr
  Sorry for the inconveniencebrbr (%d 
-%d)), cfg_main-conf_version, CONFIG_VERSION);
-  e_module_dialog_show(_(MODULE_NAME  Module version  
MODULE_VERSION), buf);
+  e_module_dialog_show(DEVIANM-module, _(MODULE_NAME  Module 
version  MODULE_VERSION), buf);
   cfg_main = NULL;
}
   }
===
RCS file: /cvs/e/e_modules/devian/src/module/e_mod_config_dialog_devian.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_mod_config_dialog_devian.c2 May 2006 14:24:23 -   1.7
+++ e_mod_config_dialog_devian.c2 Jul 2006 19:53:55 -   1.8
@@ -789,7 +789,7 @@
 snprintf(buf, sizeof(buf),
  _(hilightRss '%s' is in use !/hilightbrbr
You can't delete it while its in use.brbr Owner is 
%s), doc-name, doc-user-source-devian-id);
-e_module_dialog_show(_(MODULE_NAME  Module Error), buf);
+e_module_dialog_show(DEVIANM-module, _(MODULE_NAME  Module Error), 
buf);
  }
 }
 #endif
===
RCS file: /cvs/e/e_modules/devian/src/module/e_mod_config_dialog_theme.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_config_dialog_theme.c 2 May 2006 14:24:23 -   1.4
+++ e_mod_config_dialog_theme.c 2 Jul 2006 19:53:55 -   1.5
@@ -636,7 +636,7 @@
if (!ecore_file_is_dir(themes_path))
  {
 snprintf(buf, sizeof(buf), _(hilightDirectory %s doesnt 
exists./hilightbrbr No themes found !!!), themes_path);
-e_module_dialog_show(_(MODULE_NAME  Module Error), buf);
+e_module_dialog_show(DEVIANM-module, _(MODULE_NAME  Module Error), 
buf);
 return NULL;
  }
 
@@ -644,7 +644,7 @@
if (ecore_list_is_empty(list) || !list)
  {
 snprintf(buf, sizeof(buf), _(hilightDirectory %s is empty 
!/hilightbrbr No themes found !!!), themes_path);
-e_module_dialog_show(_(MODULE_NAME  Module Error), buf);
+e_module_dialog_show(DEVIANM-module, _(MODULE_NAME  Module Error), 
buf);
 return NULL;
  }
 
@@ -701,5 +701,5 @@
snprintf(buf, sizeof(buf),
 _(hilightInvalid theme/hilightbrbr
   You have selected an invalid theme.br A valid theme has a 
dEvian icon in front of it.));
-   e_module_dialog_show(_(MODULE_NAME  Module Error), buf);
+   e_module_dialog_show(DEVIANM-module, _(MODULE_NAME  Module Error), buf);
 }
===
RCS file: /cvs/e/e_modules/devian/src/module/e_mod_container.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_mod_container.c   2 May 2006 14:24:23 -   1.5
+++ e_mod_container.c   2 Jul 2006 19:53:55 -   1.6
@@ -248,7 +248,7 @@
  char buf[4096];
 
  snprintf(buf, sizeof(buf), _(hilightInvalid theme 
!/hilightbrbr Failed to switch to %s theme), *theme);
- e_module_dialog_show(_(MODULE_NAME  Module Error), buf);
+ e_module_dialog_show(DEVIANM-module, _(MODULE_NAME  Module 
Error), buf);
  evas_stringshare_del(*theme);
  *theme = evas_stringshare_add(DEVIAN_THEME_DEFAULT);
  DEVIANF(container_change) (devian, devian-conf-container_type);
@@ -272,7 +272,7 @@
 
snprintf(buf, sizeof(buf),
 _(hilightInvalid theme !/hilightbrbr 
Failed 

E CVS: engage handyande

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir : misc/engage/src/module


Modified Files:
e_mod_main.c 


Log Message:
engage module update for dialog changes

===
RCS file: /cvs/e/misc/engage/src/module/e_mod_main.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -3 -r1.115 -r1.116
--- e_mod_main.c6 Jun 2006 15:06:09 -   1.115
+++ e_mod_main.c2 Jul 2006 20:01:44 -   1.116
@@ -185,7 +185,7 @@
 EAPI int
 e_modapi_about(E_Module *m)
 {
-   e_module_dialog_show(_(Enlightenment Engage Module),
+   e_module_dialog_show(m, _(Enlightenment Engage Module),
   _(This is the Engage module for Enlightenment.br
 It is the native E17 version of engage.br
 This version offers far greater featuresbr



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


E CVS: mbar devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mbar

Dir : e_modules/mbar


Modified Files:
e_mod_main.c 


Log Message:
Make mbar build with new e_module api changes.

===
RCS file: /cvs/e/e_modules/mbar/e_mod_main.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- e_mod_main.c2 Jul 2006 19:06:09 -   1.22
+++ e_mod_main.c2 Jul 2006 20:24:53 -   1.23
@@ -2007,12 +2007,12 @@
if (!strcmp(tag, Unmount))
  {
 if (mounted)
-   e_module_dialog_show(_(Mount Bar Module), _(Unmount Failed.));
+   e_module_dialog_show(NULL, _(Mount Bar Module), _(Unmount 
Failed.));
  }
else if (!strcmp(tag, Mount))
  {
 if (!mounted)
-   e_module_dialog_show(_(Mount Bar Module), _(Mount Failed.));
+   e_module_dialog_show(NULL, _(Mount Bar Module), _(Mount 
Failed.));
 else
   {
  if (ic-app-exe)
@@ -2028,7 +2028,7 @@
else if (!strcmp(tag, Eject))
  {
 if (mounted)
-   e_module_dialog_show(_(Mount Bar Module), _(Eject Failed.));
+   e_module_dialog_show(NULL, _(Mount Bar Module), _(Eject 
Failed.));
  }

_mbar_set_state(ic, mounted);



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


E CVS: proto urandom

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : urandom
Project : e17
Module  : proto

Dir : e17/proto/edje_viewer/src/bin


Modified Files:
Makefile.am edje_etk.c edje_viewer.h etk_gui.c etk_gui.h 
main.c 


Log Message:
ecore_config has been mastered. and it brings an open recent menu

===
RCS file: /cvs/e/e17/proto/edje_viewer/src/bin/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 17 Jun 2006 23:31:39 -  1.1
+++ Makefile.am 2 Jul 2006 21:15:03 -   1.2
@@ -9,10 +9,10 @@
 bin_PROGRAMS = edje_viewer
 
 edje_viewer_INCLUDES = \
-edje_viewer.h edje_etk.h etk_gui.h
+edje_viewer.h edje_etk.h etk_gui.h conf.h
 
 edje_viewer_SOURCES = \
-edje_etk.c etk_gui.c main.c \
-$(edje_etk_INCLUDES)
+edje_etk.c etk_gui.c main.c conf.c \
+$(edje_viewer_INCLUDES)
 
 edje_viewer_LDADD = @my_libs@
===
RCS file: /cvs/e/e17/proto/edje_viewer/src/bin/edje_etk.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- edje_etk.c  27 Jun 2006 20:52:06 -  1.4
+++ edje_etk.c  2 Jul 2006 21:15:03 -   1.5
@@ -151,6 +151,7 @@
 etk_tree_row_data_set(row, de);
  }
edje_file_collection_list_free(entries);
+   edje_viewer_config_recent_set(file);
  }
 }
 
===
RCS file: /cvs/e/e17/proto/edje_viewer/src/bin/edje_viewer.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- edje_viewer.h   17 Jun 2006 23:31:39 -  1.1
+++ edje_viewer.h   2 Jul 2006 21:15:03 -   1.2
@@ -14,6 +14,7 @@
 #include Ecore_Fb.h
 #endif
 #include Ecore_Evas.h
+#include Ecore_Config.h
 #include Eet.h
 #include Edje.h
 #include etk/Etk.h
@@ -34,6 +35,7 @@
 
 #include edje_etk.h
 #include etk_gui.h
+#include conf.h
 #define DAT PACKAGE_DATA_DIR/
 
 #endif
===
RCS file: /cvs/e/e17/proto/edje_viewer/src/bin/etk_gui.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- etk_gui.c   27 Jun 2006 20:52:06 -  1.5
+++ etk_gui.c   2 Jul 2006 21:15:03 -   1.6
@@ -8,6 +8,8 @@
Etk_Menu_Shell *menu_shell);
 static Etk_Widget *_gui_menu_stock_item_new(Gui *gui, const char *label, 
Etk_Stock_Id stock_id, Etk_Menu_Shell *menu_shell);
+static Etk_Widget *_gui_menu_item_new(Gui *gui, const char *label,
+  Etk_Menu_Shell *menu_shell);
 static void _gui_menu_item_selected_cb(Etk_Object *obj, void *data);
 static void _gui_menu_item_deselected_cb(Etk_Object *obj, void *data);
 static void _gui_menu_item_clicked_cb(Etk_Object *obj, void *data);
@@ -34,6 +36,10 @@
Etk_Widget *signal_label, *signal_entry;
Etk_Widget *source_label, *source_entry;
Etk_Widget *send_button;
+   Etk_Widget *separator;
+
+   int count, i;
+   const char *recent;
 
gui = calloc(1, sizeof(Gui));
gui-win = etk_window_new();
@@ -54,9 +60,26 @@
etk_menu_item_submenu_set(ETK_MENU_ITEM(menuitem), ETK_MENU(menu));
_gui_menu_stock_item_new(gui, _(Open), ETK_STOCK_DOCUMENT_OPEN,
   ETK_MENU_SHELL(menu));
+   menuitem = _gui_menu_stock_item_new(gui, _(Open recent),
+ETK_STOCK_DOCUMENT_OPEN, ETK_MENU_SHELL(menu));
+   separator = etk_menu_item_separator_new();
+   etk_menu_shell_append(ETK_MENU_SHELL(menu), ETK_MENU_ITEM(separator));
_gui_menu_stock_item_new(gui, _(Quit), ETK_STOCK_DIALOG_CLOSE,
   ETK_MENU_SHELL(menu));
 
+   /* Recent submenu */
+   menu = etk_menu_new();
+   etk_menu_item_submenu_set(ETK_MENU_ITEM(menuitem), ETK_MENU(menu));
+   count = edje_viewer_config_count_get();
+   for (i = 0; i  count; i++) 
+ {
+   recent = edje_viewer_config_recent_get(i+1);
+   _gui_menu_stock_item_new(gui, recent, ETK_STOCK_X_OFFICE_DOCUMENT,
+ ETK_MENU_SHELL(menu));
+ }
+   if (count == 0)
+ _gui_menu_item_new(gui, _(No recent files), ETK_MENU_SHELL(menu));
+
paned = etk_hpaned_new();
vpaned = etk_vpaned_new();
etk_box_pack_start(ETK_BOX(vbox), vpaned, ETK_TRUE, ETK_TRUE, 0);
@@ -107,7 +130,7 @@
gui-source_entry = source_entry;
 
send_button = etk_button_new_with_label(Send);
-   etk_button_alignment_set(send_button, 1, 0.5);
+   etk_button_alignment_set(ETK_BUTTON(send_button), 1.0, 0.5);
etk_box_pack_end(ETK_BOX(hbox), send_button, ETK_FALSE, ETK_FALSE, 0);
etk_signal_connect(clicked, ETK_OBJECT(send_button), 
   ETK_CALLBACK(_gui_send_clicked_cb), gui);
@@ -170,6 +193,28 @@
 
 }
 
+static Etk_Widget *_gui_menu_item_new(Gui *gui, const char *label,
+  Etk_Menu_Shell *menu_shell)
+{
+   Etk_Widget *menu_item;
+
+   if (!menu_shell)
+ return NULL;
+
+   menu_item = etk_menu_item_new_with_label(label);
+   etk_menu_shell_append(menu_shell, ETK_MENU_ITEM(menu_item));
+
+   

E CVS: devian kiwi

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kiwi
Project : e_modules
Module  : devian

Dir : e_modules/devian/src/module


Modified Files:
e_mod_source_picture.c e_mod_source_rss.c 


Log Message:
use e_module_dialog instead of e_dialog to display source informations

===
RCS file: /cvs/e/e_modules/devian/src/module/e_mod_source_picture.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_source_picture.c  2 Jul 2006 19:53:55 -   1.8
+++ e_mod_source_picture.c  2 Jul 2006 21:25:14 -   1.9
@@ -339,7 +339,6 @@
 
 void DEVIANF(source_picture_dialog_infos) (Source_Picture *source)
 {
-   E_Dialog *dia;
char buf[4096];
char *path = NULL;
int edje_part;
@@ -360,10 +359,6 @@
if (!path)
  return;
 
-   dia = e_dialog_new(DEVIANM-container);
-   if (!dia)
- return;
-
snprintf(buf, 4096,
 hilightInformations on %s/hilightbrbr
 underline=on underline_color=#000Picture path :/ %sbr
@@ -371,13 +366,7 @@
 underline=on underline_color=#000Total pictures in local list 
:/ %d,
 DEVIANF(source_picture_name_get) (source, edje_part), path,
evas_list_count(DEVIANM-picture_list_local-pictures));
-   e_dialog_title_set(dia, MODULE_NAME  Module - Picture Informations);
-   e_dialog_icon_set(dia, enlightenment/e, 64);
-   e_dialog_text_set(dia, buf);
-   e_dialog_button_add(dia, _(Ok), NULL, NULL, NULL);
-   e_win_centered_set(dia-win, 1);
-   e_dialog_show(dia);
-
+   e_module_dialog_show(DEVIANM-module, _(MODULE_NAME  Module Information), 
buf);
 }
 
 char *DEVIANF(source_picture_name_get) (Source_Picture *source, int part)
===
RCS file: /cvs/e/e_modules/devian/src/module/e_mod_source_rss.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_mod_source_rss.c  2 Jul 2006 19:53:55 -   1.6
+++ e_mod_source_rss.c  2 Jul 2006 21:25:14 -   1.7
@@ -188,13 +188,9 @@
 
 void DEVIANF(source_rss_dialog_infos) (Source_Rss *source)
 {
-   E_Dialog *dia;
Rss_Doc *doc;
char buf[4096];
 
-   dia = e_dialog_new(DEVIANM-container);
-   if (!dia)
- return;
doc = source-devian-conf-rss_doc;
if (!doc)
  return;
@@ -207,12 +203,7 @@
 underline=on underline_color=#000Web site associated :/ 
%sbrbr
 underline=on underline_color=#000Description :/br%s,
 doc-name, doc-url, doc-version, doc-host, doc-link, 
doc-description);
-   e_dialog_title_set(dia, MODULE_NAME  Module - Picture Informations);
-   e_dialog_icon_set(dia, enlightenment/e, 64);
-   e_dialog_text_set(dia, buf);
-   e_dialog_button_add(dia, _(Ok), NULL, NULL, NULL);
-   e_win_centered_set(dia-win, 1);
-   e_dialog_show(dia);
+   e_module_dialog_show(DEVIANM-module, _(MODULE_NAME  Module Information), 
buf);
 }
 
 char *DEVIANF(source_rss_name_get) (Source_Rss *source)



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


E CVS: screenshot devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir : e_modules/screenshot


Modified Files:
e_mod_config.c e_mod_main.c 


Log Message:
Some fixes for entry dialog and evas_stringshare_del when non stringshared.

===
RCS file: /cvs/e/e_modules/screenshot/e_mod_config.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- e_mod_config.c  2 Jul 2006 15:18:22 -   1.26
+++ e_mod_config.c  2 Jul 2006 21:28:39 -   1.27
@@ -336,11 +336,13 @@
if (!cfdata-prompt) 
  {
e_widget_disabled_set(cfdata-file_entry, 0);
-   e_widget_entry_text_set(cfdata-file_entry, cfdata-filename);
+   if (cfdata-filename)
+ e_widget_entry_text_set(cfdata-file_entry, cfdata-filename);
  }
else 
  {
e_widget_disabled_set(cfdata-file_entry, 1);
e_widget_entry_text_set(cfdata-file_entry, );
+   cfdata-filename = NULL;
  }
 }
===
RCS file: /cvs/e/e_modules/screenshot/e_mod_main.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -3 -r1.52 -r1.53
--- e_mod_main.c2 Jul 2006 19:37:30 -   1.52
+++ e_mod_main.c2 Jul 2006 21:28:39 -   1.53
@@ -642,7 +642,7 @@
 static void 
 _ss_get_filename(void *data) 
 {
-   e_entry_dialog_show(ss_config-module, _(Enlightenment Screenshot 
Module), enlightenment/e,
+   e_entry_dialog_show(_(Enlightenment Screenshot Module), enlightenment/e,
   _(Enter a new filename to use for this screenshot),
   NULL, NULL, _cb_entry_ok, NULL, data);
 }
@@ -678,7 +678,7 @@
ci-location = evas_stringshare_add(t);
  }

-   inst-filename = strdup(text);
+   inst-filename = evas_stringshare_add(text);
_ss_take_shot(inst);
 }
 



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


E CVS: libs/ewl pfritz

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/lib


Modified Files:
ewl_entry.c 


Log Message:
Don't insert a char when CTRL is pressed

===
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_entry.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- ewl_entry.c 10 Jun 2006 16:52:06 -  1.60
+++ ewl_entry.c 3 Jul 2006 00:37:43 -   1.61
@@ -386,7 +386,7 @@

ewl_entry_cursor_position_get(EWL_ENTRY_CURSOR(e-cursor)));
}
}
-   else 
+   else if (!(event-modifiers  EWL_KEY_MODIFIER_CTRL)) 
{
ewl_entry_selection_clear(e);
 



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


E CVS: libs/ewl pfritz

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

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


Modified Files:
ewl_text_editor.c 


Log Message:
you can now test utf character support when you hit CTRL-a

===
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_text_editor.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- ewl_text_editor.c   22 May 2006 18:09:00 -  1.3
+++ ewl_text_editor.c   3 Jul 2006 00:56:53 -   1.4
@@ -2,6 +2,7 @@
 #include ewl_test_private.h
 #include stdio.h
 #include stdlib.h
+#include string.h
 
 typedef struct 
 {
@@ -47,6 +48,7 @@
 static void ete_cb_set(Ewl_Widget *w, void *ev, void *data);
 static void ete_cb_load(Ewl_Widget *w, void *ev, void *data);
 static void ete_cb_clear(Ewl_Widget *w, void *ev, void *data);
+static void ete_cb_key_down(Ewl_Widget *w, void *ev, void *data);
 
 void 
 test_info(Ewl_Test *test)
@@ -139,6 +141,7 @@
 
ewl_object_fill_policy_set(EWL_OBJECT(o), 
EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VFILL);
+   ewl_callback_append(o, EWL_CALLBACK_KEY_DOWN, ete_cb_key_down, NULL);
ewl_widget_show(o);
 
hbox = ewl_hbox_new();
@@ -377,4 +380,27 @@
ewl_text_clear(EWL_TEXT(entry));
 }
 
+static void
+ete_cb_key_down(Ewl_Widget *w, void *ev, void *data __UNUSED__)
+{
+   Ewl_Event_Key_Down *e;
+
+   e = ev;
+
+   /*
+* insert an utf-8 character when you hit CTRL-a
+*/
+   if (e  (e-modifiers  EWL_KEY_MODIFIER_CTRL) 
+!strcmp(e-keyname, a)) {
+   Ewl_Embed * emb;
+   unsigned char buf[3];
+
+   emb = ewl_embed_widget_find(w);
+   buf[0] = 0xC3;
+   buf[1] = 0xA4;
+   buf[2] = 0;
+   
+   ewl_embed_key_down_feed(emb, (char *)buf, 0);
+   }
+}
 



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


E CVS: proto urandom

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : urandom
Project : e17
Module  : proto

Dir : e17/proto/edje_viewer/src/bin


Added Files:
conf.c conf.h 


Log Message:
oops




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


E CVS: proto lok

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : lok
Project : e17
Module  : proto

Dir : e17/proto/emphasis/src/bin


Modified Files:
emphasis_callbacks.c emphasis_callbacks.h emphasis_gui.c 
emphasis_mpc.c 


Log Message:
Update db option added to the menu.
Menu Icons are restored too.

===
RCS file: /cvs/e/e17/proto/emphasis/src/bin/emphasis_callbacks.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- emphasis_callbacks.c2 Jul 2006 01:51:56 -   1.3
+++ emphasis_callbacks.c3 Jul 2006 02:33:26 -   1.4
@@ -529,10 +529,19 @@
 void
 cb_pls_contextual_menu(Etk_Object *object, Etk_Event_Mouse_Up_Down *event, 
void *data)
 {
+   Emphasis_Gui *gui;
+
+   gui = data;
if (event-button == 3)
-   {
-etk_menu_popup(ETK_MENU(data));
-   }
+   {
+   if (etk_tree_selected_rows_get(ETK_TREE(gui-tree_pls)) 
== NULL)
+   {
+   printf(coin\n);
+   event-button = 1;
+   etk_signal_emit_by_name(row_clicked, 
ETK_OBJECT(gui-tree_pls), NULL, gui, event);
+   }
+   etk_menu_popup(ETK_MENU(gui-menu));
+   }
 }
 
 /**
@@ -617,9 +626,20 @@
  * @brief Request an database update
  */
 void
-cb_database_update(Etk_Object *object, Etk_Event_Mouse_Up_Down *event, void 
*data)
+cb_database_update(Etk_Object *object, void *data)
 {
-   mpc_database_update(/home/lok/Music/);
+   Emphasis_Gui *gui;
+   const char *tree_title;
+
+   mpc_database_update(/);
+   emphasis_tree_mlib_init(data, EMPHASIS_ARTIST);
+
+   /* Clear old search */
+   gui = data;
+   etk_tree_col_title_set(etk_tree_nth_col_get(ETK_TREE(gui-tree_artist), 
0), Artist);
+   etk_tree_col_title_set(etk_tree_nth_col_get(ETK_TREE(gui-tree_album), 
0), Album);
+   etk_tree_col_title_set(etk_tree_nth_col_get(ETK_TREE(gui-tree_track), 
0), Track);
+
 }
 
 void
===
RCS file: /cvs/e/e17/proto/emphasis/src/bin/emphasis_callbacks.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- emphasis_callbacks.h2 Jul 2006 01:51:56 -   1.2
+++ emphasis_callbacks.h3 Jul 2006 02:33:26 -   1.3
@@ -36,7 +36,7 @@
 
 void cb_vol_image_clicked(Etk_Object *object, Etk_Event_Mouse_Up_Down *event, 
void *data);
 void cb_vol_slider_value_changed(Etk_Object *object, double value, void *data);
-void cb_database_update(Etk_Object *object, Etk_Event_Mouse_Up_Down *event, 
void *data);
+void cb_database_update(Etk_Object *object, void *data);
 
 void cb_config_show(Etk_Object *object, void *data);
 void cb_config_hide(Etk_Object *object, void *data);
===
RCS file: /cvs/e/e17/proto/emphasis/src/bin/emphasis_gui.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- emphasis_gui.c  2 Jul 2006 01:51:56 -   1.3
+++ emphasis_gui.c  3 Jul 2006 02:33:26 -   1.4
@@ -220,13 +220,16 @@
/* playlist menu setup*/ 
gui-menu = etk_menu_new();

-   Etk_Widget *menu_item, *radio_item=NULL, *menu;
+   Etk_Widget *menu_item, *separator, *radio_item=NULL, *menu;

-   emphasis_menu_append(gui-menu, clear, ETK_STOCK_EDIT_CUT, 
cb_playlist_clear, NULL,
-   delete, NULL, cb_playlist_delete, gui,
+   emphasis_menu_append(gui-menu, clear, ETK_STOCK_EDIT_CLEAR, 
cb_playlist_clear, NULL,
+   delete, ETK_STOCK_EDIT_DELETE, 
cb_playlist_delete, gui,
+   update, ETK_STOCK_VIEW_REFRESH, 
cb_database_update, gui,
/*  config, ETK_STOCK_PREFERENCES_SYSTEM, 
cb_config_show, gui, */
-   Open a file, ETK_STOCK_DOCUMENT_OPEN, 
NULL, NULL,
NULL);
+   separator = etk_menu_item_separator_new();
+   etk_menu_shell_append(ETK_MENU_SHELL(gui-menu), 
ETK_MENU_ITEM(separator));
+
radio_item = etk_menu_item_radio_new_with_label_from_widget(full, 
NULL);
etk_menu_shell_append(ETK_MENU_SHELL(gui-menu), 
ETK_MENU_ITEM(radio_item));
etk_signal_connect(activated, ETK_OBJECT(radio_item), 
ETK_CALLBACK(cb_switch_full), gui);
@@ -235,9 +238,9 @@
etk_signal_connect(activated, ETK_OBJECT(radio_item), 
ETK_CALLBACK(cb_switch_small), gui);

etk_signal_connect(mouse_down, ETK_OBJECT(gui-window), 
-  ETK_CALLBACK(cb_pls_contextual_menu), 
ETK_MENU(gui-menu));
+  ETK_CALLBACK(cb_pls_contextual_menu), gui);
etk_signal_connect(mouse_down, 

E CVS: libs/evas raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir : e17/libs/evas


Modified Files:
configure.in 


Log Message:


asparagus time...

===
RCS file: /cvs/e/e17/libs/evas/configure.in,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -3 -r1.162 -r1.163
--- configure.in28 Jun 2006 07:20:17 -  1.162
+++ configure.in3 Jul 2006 04:08:47 -   1.163
@@ -5,7 +5,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(evas, 0.9.9.028)
+AM_INIT_AUTOMAKE(evas, 0.9.9.029)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_module.h 


Log Message:


asparagus time...

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_module.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_module.h  2 Jul 2006 18:55:31 -   1.13
+++ e_module.h  3 Jul 2006 04:08:47 -   1.14
@@ -3,7 +3,7 @@
  */
 #ifdef E_TYPEDEFS
 
-#define E_MODULE_API_VERSION 3
+#define E_MODULE_API_VERSION 4
 
 typedef struct _E_Module E_Module;
 typedef struct _E_Module_Api E_Module_Api;



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


E CVS: libs/ecore raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir : e17/libs/ecore


Modified Files:
configure.in 


Log Message:


asparagus time...

===
RCS file: /cvs/e/e17/libs/ecore/configure.in,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -3 -r1.141 -r1.142
--- configure.in28 Jun 2006 07:20:16 -  1.141
+++ configure.in3 Jul 2006 04:08:47 -   1.142
@@ -4,7 +4,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(ecore, 0.9.9.028)
+AM_INIT_AUTOMAKE(ecore, 0.9.9.029)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
configure.in 


Log Message:


asparagus time...

===
RCS file: /cvs/e/e17/apps/e/configure.in,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -3 -r1.120 -r1.121
--- configure.in22 Jun 2006 09:21:49 -  1.120
+++ configure.in3 Jul 2006 04:08:47 -   1.121
@@ -5,7 +5,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(enlightenment, 0.16.999.028)
+AM_INIT_AUTOMAKE(enlightenment, 0.16.999.029)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN



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


E CVS: libs/eet raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/eet

Dir : e17/libs/eet


Modified Files:
configure.in 


Log Message:


asparagus time...

===
RCS file: /cvs/e/e17/libs/eet/configure.in,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -3 -r1.56 -r1.57
--- configure.in28 Jun 2006 07:20:16 -  1.56
+++ configure.in3 Jul 2006 04:08:47 -   1.57
@@ -5,7 +5,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(eet, 0.9.10.028)
+AM_INIT_AUTOMAKE(eet, 0.9.10.029)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC



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


E CVS: libs/embryo raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/embryo

Dir : e17/libs/embryo


Modified Files:
configure.in 


Log Message:


asparagus time...

===
RCS file: /cvs/e/e17/libs/embryo/configure.in,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- configure.in28 Jun 2006 07:20:16 -  1.40
+++ configure.in3 Jul 2006 04:08:47 -   1.41
@@ -5,7 +5,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(embryo, 0.9.1.028)
+AM_INIT_AUTOMAKE(embryo, 0.9.1.029)
 AM_CONFIG_HEADER(config.h)
 
 AC_C_BIGENDIAN



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


E CVS: libs/edje raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir : e17/libs/edje


Modified Files:
configure.in 


Log Message:


asparagus time...

===
RCS file: /cvs/e/e17/libs/edje/configure.in,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- configure.in22 Jun 2006 09:21:50 -  1.63
+++ configure.in3 Jul 2006 04:08:47 -   1.64
@@ -7,7 +7,7 @@
 AC_CANONICAL_BUILD
 AC_CANONICAL_HOST
 AC_ISC_POSIX
-AM_INIT_AUTOMAKE(edje, 0.5.0.028)
+AM_INIT_AUTOMAKE(edje, 0.5.0.029)
 AM_CONFIG_HEADER(config.h)
 
 AC_PROG_CC



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


E CVS: proto moom

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir : e17/proto/etk/src/lib


Modified Files:
etk_textblock.c etk_textblock.h 


Log Message:
* The textblock can now render. Still a lot of knows issues though!!


===
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_textblock.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- etk_textblock.c 2 Jul 2006 16:45:17 -   1.13
+++ etk_textblock.c 3 Jul 2006 05:06:26 -   1.14
@@ -3,6 +3,7 @@
 #include etk_textblock.h
 #include stdlib.h
 #include string.h
+#include Ecore_Job.h
 #include etk_string.h
 #include etk_utils.h
 
@@ -17,19 +18,26 @@
Etk_Textblock *tb;

Etk_Textblock_Wrap wrap;
+   Evas_Textblock_Style *style;

-   Evas_List *paragraphs;
+   Evas_List *lines;
Evas_Object *cursor_object;
+   
+   Ecore_Job *update_job;
 } Etk_Textblock_Object_SD;
 
-/* A paragraph  */
-typedef struct Etk_Textblock_Object_Paragraph
+/* A line for a textblock object is text terminated by '\n', br or /p.
+ * It can actually fill several visual lines because of wrapping */
+typedef struct Etk_Textblock_Object_Line
 {
+   Etk_Textblock_Node *node;
+   
Etk_Geometry geometry;
Evas_Object *object;
+   
Etk_Bool need_geometry_update;
Etk_Bool need_content_update;
-} Etk_Textblock_Object_Paragraph;
+} Etk_Textblock_Object_Line;
 
 static void _etk_tb_constructor(Etk_Textblock *tb);
 static void _etk_tb_destructor(Etk_Textblock *tb);
@@ -48,6 +56,7 @@
 static void _etk_textblock_node_text_get(Etk_Textblock_Node *node, Etk_Bool 
markup, Etk_String *text);
 
 static void _etk_textblock_node_copy(Etk_Textblock_Node *dest, const 
Etk_Textblock_Node *src, Etk_Bool copy_text);
+static int _etk_textblock_node_compare(Etk_Textblock_Node *node1, 
Etk_Textblock_Node *node2);
 static Etk_Textblock_Node *_etk_textblock_node_split(Etk_Textblock *tb, 
Etk_Textblock_Node *node, int index, int pos);
 static Etk_Bool _etk_textblock_node_close(Etk_Textblock_Iter *iter, 
Etk_Textblock_Node_Type node_type, Etk_Textblock_Tag_Type tag_type, 
Etk_Textblock_Node *replace_node);
 
@@ -59,6 +68,13 @@
 static void _etk_textblock_color_parse(const char *color_string, int length, 
Etk_Color *color);
 static int _etk_textblock_hex_string_get(char ch);
 
+static void _etk_textblock_object_line_add(Evas_Object *tbo, 
Etk_Textblock_Node *line_node);
+static void _etk_textblock_object_line_update_queue(Evas_Object *tbo, 
Etk_Textblock_Object_Line *line, Etk_Bool content_update, Etk_Bool 
geometry_update);
+static void _etk_textblock_object_line_update(Evas_Object *tbo, 
Etk_Textblock_Object_Line *line, int y);
+static void _etk_textblock_object_line_fill(Evas_Textblock_Cursor *cur, 
Etk_Textblock_Node *node);
+static void _etk_textblock_object_update(Evas_Object *tbo);
+static void _etk_textblock_object_update_job(void *data);
+
 static void _etk_tb_object_smart_add(Evas_Object *obj);
 static void _etk_tb_object_smart_del(Evas_Object *obj);
 static void _etk_tb_object_smart_move(Evas_Object *obj, Evas_Coord x, 
Evas_Coord y);
@@ -177,7 +193,9 @@

/* Adds an empty node */
node = _etk_textblock_node_new(tb-root, NULL, 
ETK_TEXTBLOCK_NODE_PARAGRAPH, ETK_TEXTBLOCK_TAG_P);
-   _etk_textblock_node_new(node, NULL, ETK_TEXTBLOCK_NODE_LINE, 
ETK_TEXTBLOCK_TAG_DEFAULT);
+   node = _etk_textblock_node_new(node, NULL, ETK_TEXTBLOCK_NODE_LINE, 
ETK_TEXTBLOCK_TAG_DEFAULT);
+   for (l = tb-evas_objects; l; l = l-next)
+  _etk_textblock_object_line_add(l-data, node);

for (l = tb-iters; l; l = l-next)
   etk_textblock_iter_backward_start(l-data);
@@ -505,9 +523,7 @@
  */
 int etk_textblock_iter_compare(Etk_Textblock_Iter *iter1, Etk_Textblock_Iter 
*iter2)
 {
-   Etk_Textblock_Node *p1, *p2;
-   Etk_Textblock_Node *c1, *c2;
-   Etk_Textblock_Node *children = NULL, *n;
+   int node_compare;

if (!iter1 || !iter2 || !iter1-tb)
   return -1;
@@ -516,45 +532,17 @@
if (iter1 == iter2)
   return 0;

-   /* We search the common parent node */
-   c1 = iter1-node;
-   c2 = iter2-node;
-   for (p1 = iter1-node-parent; p1; p1 = p1-parent)
-   {
-  for (p2 = iter2-node-parent; p2; p2 = p2-parent)
-  {
- if (p1 == p2)
- {
-children = p1-children;
-break;
- }
- c2 = p2;
-  }
-  
-  if (children)
- break;
-  c1 = p1;
-   }
-   
-   /* Then we compare the positions of the two iterators in the list of 
children of the common parent */
-   for (n = children; n; n = n-next)
+   if ((node_compare = _etk_textblock_node_compare(iter1-node, iter2-node)) 
!= 0)
+  return node_compare;
+   else
{
-  if (n == c1  n != c2)
+  if (iter1-pos  iter2-pos)
  return -1;
-  else if (n != c1  n == c2)
+  else if (iter1-pos  iter2-pos)
  return 1;
-  else if (n == c1  n == c2)
-  {
- if 

E CVS: proto moom

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir : e17/proto/etk/src/bin


Modified Files:
etk_text_view_test.c 


Log Message:
* The textblock can now render. Still a lot of knows issues though!!


===
RCS file: /cvs/e/e17/proto/etk/src/bin/etk_text_view_test.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- etk_text_view_test.c2 Jul 2006 05:53:05 -   1.7
+++ etk_text_view_test.c3 Jul 2006 05:06:26 -   1.8
@@ -27,6 +27,7 @@
   ETK_TRUE);*/
etk_textblock_text_set(ETK_TEXT_VIEW(text_view)-textblock,
   p align=\center\Title/p
+  bBold iBold-Italic /bItalic /i: Overlapping tags are 
supported!\n
   A paragraph here font color=#f00red btext/b/font and stuff.
   And escaping lt; and gt; as well as amp; as bnormal./b
   If you want a newline use lt;brgt;\nwoo a new line!



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


E CVS: proto moom

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir : e17/proto/etk/data/fonts


Modified Files:
Makefile.am fonts.alias fonts.dir 
Added Files:
VeraBI.ttf 


Log Message:
* The textblock can now render. Still a lot of knows issues though!!


===
RCS file: /cvs/e/e17/proto/etk/data/fonts/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 15 Mar 2006 10:04:34 -  1.2
+++ Makefile.am 3 Jul 2006 05:06:26 -   1.3
@@ -1,7 +1,7 @@
 MAINTAINERCLEANFILES = Makefile.in
 
 FILES = Vera.ttf Vera.COPYING \
-VeraBd.ttf VeraIt.ttf \
+VeraBd.ttf VeraIt.ttf VeraBI.ttf \
 fonts.alias fonts.dir
 
 filesdir = $(pkgdatadir)/fonts
===
RCS file: /cvs/e/e17/proto/etk/data/fonts/fonts.alias,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- fonts.alias 15 Mar 2006 10:04:34 -  1.2
+++ fonts.alias 3 Jul 2006 05:06:26 -   1.3
@@ -1,3 +1,4 @@
 Vera -Bitstream-Bitstream Vera Sans-medium-r-normal--0-0-0-0-p-0-ascii-0
 Vera-Bold -Bitstream-Bitstream Vera Sans-bold-r-normal--0-0-0-0-p-0-ascii-0
 Vera-Italic -Bitstream-Bitstream Vera Sans-medium-i-normal--0-0-0-0-p-0-ascii-0
+Vera-Bold-Italic -Bitstream-Bitstream Vera 
Sans-bold-i-normal--0-0-0-0-p-0-ascii-0
===
RCS file: /cvs/e/e17/proto/etk/data/fonts/fonts.dir,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- fonts.dir   15 Mar 2006 10:04:34 -  1.2
+++ fonts.dir   3 Jul 2006 05:06:26 -   1.3
@@ -1,4 +1,4 @@
-5
+20
 Vera.ttf -Bitstream-Bitstream Vera Sans-medium-r-normal--0-0-0-0-p-0-ascii-0
 Vera.ttf -Bitstream-Bitstream Vera Sans-medium-r-normal--0-0-0-0-p-0-fcd8859-15
 Vera.ttf -Bitstream-Bitstream Vera Sans-medium-r-normal--0-0-0-0-p-0-iso8859-1
@@ -14,4 +14,8 @@
 VeraIt.ttf -Bitstream-Bitstream Vera 
Sans-medium-i-normal--0-0-0-0-p-0-iso8859-1
 VeraIt.ttf -Bitstream-Bitstream Vera 
Sans-medium-i-normal--0-0-0-0-p-0-iso8859-15
 VeraIt.ttf -Bitstream-Bitstream Vera 
Sans-medium-i-normal--0-0-0-0-p-0-iso8859-9
-
+VeraBI.ttf -Bitstream-Bitstream Vera Sans-bold-i-normal--0-0-0-0-p-0-ascii-0
+VeraBI.ttf -Bitstream-Bitstream Vera Sans-bold-i-normal--0-0-0-0-p-0-fcd8859-15
+VeraBI.ttf -Bitstream-Bitstream Vera Sans-bold-i-normal--0-0-0-0-p-0-iso8859-1
+VeraBI.ttf -Bitstream-Bitstream Vera Sans-bold-i-normal--0-0-0-0-p-0-iso8859-15
+VeraBI.ttf -Bitstream-Bitstream Vera Sans-bold-i-normal--0-0-0-0-p-0-iso8859-9



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


E CVS: libs/edje raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir : e17/libs/edje/src/lib


Modified Files:
edje_cache.c edje_calc.c edje_load.c edje_private.h 
edje_text.c edje_textblock_styles.c 


Log Message:


revert cedrics patch for font stuff - it breaks textblocks

===
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_cache.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- edje_cache.c2 Jul 2006 06:18:18 -   1.7
+++ edje_cache.c3 Jul 2006 06:15:05 -   1.8
@@ -63,32 +63,6 @@
return edc;
 }
 
-static int
-_edje_font_hash (Edje_File *edf)
-{
-   int count = 0;
-
-   if (edf-font_dir)
- {
-   Evas_List *l;
-   for (l = edf-font_dir-entries; l; l = evas_list_next (l))
- {
-Edje_Font_Directory_Entry  *fnt = l-data;
-intlength = strlen (fnt-entry) + 7;
-char   *tmp = alloca (length);
-
-snprintf (tmp, length, fonts/%s, fnt-entry);
-fnt-path = evas_stringshare_add (tmp);
-evas_stringshare_del (fnt-entry);
-fnt-entry = fnt-path + 6;
-edf-font_hash = evas_hash_direct_add (edf-font_hash, fnt-entry, 
fnt);
-
-count++;
- }
- }
-   return count;
-}
-
 static Edje_File *
 _edje_file_open(const char *file, const char *coll, int *error_ret, 
Edje_Part_Collection **edc_ret)
 {
@@ -129,19 +103,18 @@
 
_edje_textblock_style_parse_and_fix(edf);

-   if (coll)
+   if (!coll)
  {
-   edc = _edje_file_coll_open(edf, ef, coll);
-   if (!edc)
- {
-*error_ret = EDJE_LOAD_ERROR_UNKNOWN_COLLECTION;
- }
-   if (edc_ret) *edc_ret = edc;
+   eet_close(ef);
+   return edf;
  }
-
-   edf-font_hash = NULL;

-   _edje_font_hash (edf);
+   edc = _edje_file_coll_open(edf, ef, coll);
+   if (!edc)
+ {
+   *error_ret = EDJE_LOAD_ERROR_UNKNOWN_COLLECTION;
+ }
+   if (edc_ret) *edc_ret = edc;
 
eet_close(ef);
return edf;
===
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_calc.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -3 -r1.79 -r1.80
--- edje_calc.c 2 Jul 2006 06:18:18 -   1.79
+++ edje_calc.c 3 Jul 2006 06:15:05 -   1.80
@@ -592,14 +592,24 @@
if (!text) text = ;

 /* check if the font is embedded in the .eet */
-if (ed-file-font_hash)
+/* FIXME: we should cache this result */
+if (ed-file-font_dir)
  {
-Edje_Font_Directory_Entry *fnt = evas_hash_find 
(ed-file-font_hash, font);
-
-if (fnt)
+Evas_List *l;
+
+for (l = ed-file-font_dir-entries; l; l = l-next)
   {
- font = fnt-path;
- inlined_font = 1;
+ Edje_Font_Directory_Entry *fnt = l-data;
+
+ if ((fnt-entry)  (!strcmp(fnt-entry, font)))
+   {
+  strcpy(buf, fonts/);
+  strncpy(buf + 6, font, sizeof(buf) - 7);
+  buf[sizeof(buf) - 1] = 0;
+  font = buf;
+  inlined_font = 1;
+  break;
+   }
   }
  }
if (inlined_font) evas_object_text_font_source_set(ep-object, 
ed-path);
===
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_load.c,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -3 -r1.85 -r1.86
--- edje_load.c 2 Jul 2006 06:18:18 -   1.85
+++ edje_load.c 3 Jul 2006 06:15:05 -   1.86
@@ -612,8 +612,7 @@
 fe = edf-font_dir-entries-data;
 edf-font_dir-entries = 
   evas_list_remove(edf-font_dir-entries, fe);
-edf-font_hash = evas_hash_del (edf-font_hash, fe-entry, NULL);
-if (fe-path) evas_stringshare_del(fe-path);
+if (fe-entry) evas_stringshare_del(fe-entry);
 free(fe);
  }
free(edf-font_dir);
===
RCS file: /cvs/e/e17/libs/edje/src/lib/edje_private.h,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -3 -r1.109 -r1.110
--- edje_private.h  2 Jul 2006 06:18:18 -   1.109
+++ edje_private.h  3 Jul 2006 06:15:05 -   1.110
@@ -222,7 +222,6 @@
int feature_ver;

Evas_Hash  *collection_hash;
-   Evas_Hash *font_hash;
Evas_List  *collection_cache;
 };
 
@@ -260,7 +259,6 @@
 struct _Edje_Font_Directory_Entry
 {
char *entry; /* the name of the font */
-   char *path;
 };
 


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_config.c 


Log Message:
As per HandyAndE request, this patch gives ability for modules config
dialogs to show their icon in their config dialog by passing in the
module_eap path to the config_dialog_new function as the icon parameter ie:

e_config_dialog_new(con, module_name, eap_path, 0, v, data);

Update E core modules to use this ability.
Fix dropshadow config dialog to fit in 640x480.

===
RCS file: /cvs/e/e17/apps/e/src/modules/temperature/e_mod_config.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_mod_config.c  7 Jun 2006 08:34:10 -   1.20
+++ e_mod_config.c  3 Jul 2006 07:35:44 -   1.21
@@ -44,6 +44,7 @@
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
+   char buf[4096];

v = E_NEW(E_Config_Dialog_View, 1);

@@ -53,9 +54,10 @@
v-basic.create_widgets = _basic_create_widgets;
v-advanced.apply_cfdata = _advanced_apply_data;
v-advanced.create_widgets = _advanced_create_widgets;
-   
+
+   snprintf(buf, sizeof(buf), %s/module.eap, 
e_module_dir_get(temperature_config-module));
cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()), 
-_(Temperature Configuration), NULL, 0, v, NULL);
+_(Temperature Configuration), buf, 0, v, NULL);
temperature_config-config_dialog = cfd;
 }
 



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_border.c e_border.h e_dialog.h e_module.c 


Log Message:
As per HandyAndE request, this patch gives ability for modules config
dialogs to show their icon in their config dialog by passing in the
module_eap path to the config_dialog_new function as the icon parameter ie:

e_config_dialog_new(con, module_name, eap_path, 0, v, data);

Update E core modules to use this ability.
Fix dropshadow config dialog to fit in 640x480.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.509
retrieving revision 1.510
diff -u -3 -r1.509 -r1.510
--- e_border.c  2 Jul 2006 18:55:31 -   1.509
+++ e_border.c  3 Jul 2006 07:35:44 -   1.510
@@ -2448,17 +2448,20 @@
if (bd-internal)
  {
o = edje_object_add(evas);
-   if ((!bd-internal_icon)  (!bd-module_eap)) 
+   if (!bd-internal_icon) 
  e_util_edje_icon_set(o, enlightenment/e);
-   else if (bd-internal_icon) 
- {
-if (!e_util_edje_icon_set(o, bd-internal_icon))
-  e_util_edje_icon_set(o, enlightenment/e);
- }
-   else if (bd-module_eap) 
+   else
  {
-if (!edje_object_file_set(o, bd-module_eap, icon))
-  e_util_edje_icon_set(o, enlightenment/e); 
+if (!strcmp(bd-internal_icon + strlen(bd-internal_icon) - 4, 
.eap)) 
+  {
+ if (!edje_object_file_set(o, bd-internal_icon, icon))
+   e_util_edje_icon_set(o, enlightenment/e);
+  }
+else 
+  {
+ if (!e_util_edje_icon_set(o, bd-internal_icon))
+   e_util_edje_icon_set(o, enlightenment/e); 
+  }
  }
return o;
  }
@@ -3037,7 +3040,6 @@
if (bd-client.netwm.name) free(bd-client.netwm.name);
if (bd-client.netwm.icon_name) free(bd-client.netwm.icon_name);
e_object_del(E_OBJECT(bd-shape));
-   if (bd-module_eap) evas_stringshare_del(bd-module_eap);
if (bd-internal_icon) evas_stringshare_del(bd-internal_icon);
if (bd-icon_object) evas_object_del(bd-icon_object);
evas_object_del(bd-bg_object);
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.h,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -3 -r1.143 -r1.144
--- e_border.h  2 Jul 2006 18:55:31 -   1.143
+++ e_border.h  3 Jul 2006 07:35:44 -   1.144
@@ -135,7 +135,6 @@
Evas_Object*icon_object;
Ecore_X_Window  event_win;
const char *internal_icon;
-   const char *module_eap;
 
struct {
   Ecore_X_Window shell_win;
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_dialog.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_dialog.h  2 Jul 2006 16:19:51 -   1.13
+++ e_dialog.h  3 Jul 2006 07:35:44 -   1.14
@@ -29,18 +29,18 @@
unsigned charresizable : 1;
 };
 
-EAPI E_Dialog *e_dialog_new(E_Container *con);
-EAPI void  e_dialog_button_add (E_Dialog *dia, const char 
*label, const char *icon, void (*func) (void *data, E_Dialog *dia), void *data);
-EAPI int   e_dialog_button_focus_num   (E_Dialog *dia, int button);
-EAPI int   e_dialog_button_disable_num_set (E_Dialog *dia, int button, int 
disabled);
-EAPI int   e_dialog_button_disable_num_get (E_Dialog *dia, int button);
-EAPI void  e_dialog_title_set  (E_Dialog *dia, const char 
*title);
-EAPI void  e_dialog_text_set   (E_Dialog *dia, const char 
*text);
-EAPI void  e_dialog_icon_set   (E_Dialog *dia, const char 
*icon, Evas_Coord size);
-EAPI void  e_dialog_border_icon_set(E_Dialog *dia, const char 
*icon);
-EAPI void  e_dialog_content_set(E_Dialog *dia, Evas_Object 
*obj, Evas_Coord minw, Evas_Coord minh);
-EAPI void  e_dialog_resizable_set  (E_Dialog *dia, int resizable);
-EAPI void  e_dialog_show   (E_Dialog *dia);
+EAPI E_Dialog *e_dialog_new   (E_Container *con);
+EAPI void  e_dialog_button_add   (E_Dialog *dia, const char 
*label, const char *icon, void (*func) (void *data, E_Dialog *dia), void *data);
+EAPI int   e_dialog_button_focus_num (E_Dialog *dia, int button);
+EAPI int   e_dialog_button_disable_num_set   (E_Dialog *dia, int button, 
int disabled);
+EAPI int   e_dialog_button_disable_num_get   (E_Dialog *dia, int button);
+EAPI void  e_dialog_title_set(E_Dialog *dia, const char 
*title);
+EAPI void  e_dialog_text_set (E_Dialog *dia, const char 
*text);
+EAPI void  e_dialog_icon_set 

E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_config.c 


Log Message:
As per HandyAndE request, this patch gives ability for modules config
dialogs to show their icon in their config dialog by passing in the
module_eap path to the config_dialog_new function as the icon parameter ie:

e_config_dialog_new(con, module_name, eap_path, 0, v, data);

Update E core modules to use this ability.
Fix dropshadow config dialog to fit in 640x480.

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_config.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_mod_config.c  8 Jun 2006 07:35:31 -   1.24
+++ e_mod_config.c  3 Jul 2006 07:35:44 -   1.25
@@ -33,7 +33,8 @@
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
-
+   char buf[4096];
+   
v = E_NEW(E_Config_Dialog_View, 1);
 
/* Dialog Methods */
@@ -45,8 +46,9 @@
v-advanced.create_widgets = NULL;

/* Create The Dialog */
+   snprintf(buf, sizeof(buf), %s/module.eap, 
e_module_dir_get(ibox_config-module));
cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
-_(IBox Configuration), NULL, 0, v, ci);
+_(IBox Configuration), buf, 0, v, ci);
ibox_config-config_dialog = evas_list_append(ibox_config-config_dialog, 
cfd);
 }
 



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_config.c 


Log Message:
As per HandyAndE request, this patch gives ability for modules config
dialogs to show their icon in their config dialog by passing in the
module_eap path to the config_dialog_new function as the icon parameter ie:

e_config_dialog_new(con, module_name, eap_path, 0, v, data);

Update E core modules to use this ability.
Fix dropshadow config dialog to fit in 640x480.

===
RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_config.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_mod_config.c  2 Jul 2006 14:34:42 -   1.18
+++ e_mod_config.c  3 Jul 2006 07:35:44 -   1.19
@@ -21,6 +21,7 @@
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
+   char buf[4096];

v = E_NEW(E_Config_Dialog_View, 1);

@@ -30,10 +31,11 @@
v-basic.create_widgets = _basic_create_widgets;
v-advanced.apply_cfdata = _advanced_apply_data;
v-advanced.create_widgets = _advanced_create_widgets;
-   
+
+   snprintf(buf, sizeof(buf), %s/module.eap, 
e_module_dir_get(battery_config-module));
cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()), 
 _(Battery Monitor Configuration), 
-NULL, 0, v, NULL);
+buf, 0, v, NULL);
battery_config-config_dialog = cfd;
 }
 



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_config.c 


Log Message:
As per HandyAndE request, this patch gives ability for modules config
dialogs to show their icon in their config dialog by passing in the
module_eap path to the config_dialog_new function as the icon parameter ie:

e_config_dialog_new(con, module_name, eap_path, 0, v, data);

Update E core modules to use this ability.
Fix dropshadow config dialog to fit in 640x480.

===
RCS file: /cvs/e/e17/apps/e/src/modules/dropshadow/e_mod_config.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_mod_config.c  18 Mar 2006 16:44:52 -  1.10
+++ e_mod_config.c  3 Jul 2006 07:35:44 -   1.11
@@ -23,6 +23,7 @@
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
+   char buf[4096];

v = E_NEW(E_Config_Dialog_View, 1);

@@ -30,8 +31,9 @@
v-free_cfdata = _free_data;
v-basic.apply_cfdata = _basic_apply_data;
v-basic.create_widgets = _basic_create_widgets;
-   
-   cfd = e_config_dialog_new(con, _(Dropshadow Configuration), NULL, 0, v, 
ds);   
+
+   snprintf(buf, sizeof(buf), %s/module.eap, e_module_dir_get(ds-module));
+   cfd = e_config_dialog_new(con, _(Dropshadow Configuration), buf, 0, v, 
ds);   
ds-config_dialog = cfd;
 }
 
@@ -90,12 +92,14 @@
 static Evas_Object *
 _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data 
*cfdata) 
 {
-   Evas_Object *o, *ob, *of;
+   Evas_Object *o, *ob, *of, *ot;
E_Radio_Group *rg;

o = e_widget_list_add(evas, 0, 0);
-
+   ot = e_widget_table_add(evas, 1);
+   
of = e_widget_framelist_add(evas, _(Quality), 0);
+   e_widget_framelist_content_align_set(of, 0.5, 0.0);
rg = e_widget_radio_group_new((cfdata-quality));   
ob = e_widget_radio_add(evas, _(High Quality), 1, rg);
e_widget_framelist_object_append(of, ob);
@@ -103,9 +107,10 @@
e_widget_framelist_object_append(of, ob);
ob = e_widget_radio_add(evas, _(Low Quality), 4, rg);
e_widget_framelist_object_append(of, ob);
-   e_widget_list_object_append(o, of, 1, 1, 0.5);
+   e_widget_table_object_append(ot, of, 0, 0, 1, 1, 1, 1, 1, 1);

of = e_widget_framelist_add(evas, _(Blur Type), 0);
+   e_widget_framelist_content_align_set(of, 0.5, 0.0);
rg = e_widget_radio_group_new((cfdata-blur_size));   
ob = e_widget_radio_add(evas, _(Very Fuzzy), 80, rg);
e_widget_framelist_object_append(of, ob);
@@ -117,9 +122,10 @@
e_widget_framelist_object_append(of, ob);
ob = e_widget_radio_add(evas, _(Very Sharp), 5, rg);
e_widget_framelist_object_append(of, ob);
-   e_widget_list_object_append(o, of, 1, 1, 0.5);
+   e_widget_table_object_append(ot, of, 0, 1, 1, 1, 1, 1, 1, 1);
 
of = e_widget_framelist_add(evas, _(Shadow Distance), 0);
+   e_widget_framelist_content_align_set(of, 0.5, 0.0);
rg = e_widget_radio_group_new((cfdata-shadow_x));   
ob = e_widget_radio_add(evas, _(Very Far), 32, rg);
e_widget_framelist_object_append(of, ob);
@@ -133,9 +139,10 @@
e_widget_framelist_object_append(of, ob);
ob = e_widget_radio_add(evas, _(Underneath), 0, rg);
e_widget_framelist_object_append(of, ob);   
-   e_widget_list_object_append(o, of, 1, 1, 0.5);
+   e_widget_table_object_append(ot, of, 1, 0, 1, 1, 1, 1, 1, 1);
 
of = e_widget_framelist_add(evas, _(Shadow Darkness), 0);
+   e_widget_framelist_content_align_set(of, 0.5, 0.0);
rg = e_widget_radio_group_new((cfdata-darkness));   
ob = e_widget_radio_add(evas, _(Very Dark), 0, rg);
e_widget_framelist_object_append(of, ob);
@@ -145,7 +152,9 @@
e_widget_framelist_object_append(of, ob);
ob = e_widget_radio_add(evas, _(Very Light), 3, rg);
e_widget_framelist_object_append(of, ob);
-   e_widget_list_object_append(o, of, 1, 1, 0.5);   
+   e_widget_table_object_append(ot, of, 1, 1, 1, 1, 1, 1, 1, 1);
+
+   e_widget_list_object_append(o, ot, 1, 1, 0.5);   

return o;
 }



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_config.c 


Log Message:
As per HandyAndE request, this patch gives ability for modules config
dialogs to show their icon in their config dialog by passing in the
module_eap path to the config_dialog_new function as the icon parameter ie:

e_config_dialog_new(con, module_name, eap_path, 0, v, data);

Update E core modules to use this ability.
Fix dropshadow config dialog to fit in 640x480.

===
RCS file: /cvs/e/e17/apps/e/src/modules/pager/e_mod_config.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_mod_config.c  20 Apr 2006 11:30:25 -  1.18
+++ e_mod_config.c  3 Jul 2006 07:35:44 -   1.19
@@ -21,6 +21,7 @@
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
+   char buf[4096];

v = E_NEW(E_Config_Dialog_View, 1);

@@ -30,9 +31,10 @@
v-basic.create_widgets = _basic_create_widgets;
v-advanced.apply_cfdata = _advanced_apply_data;
v-advanced.create_widgets = _advanced_create_widgets;
-   
+
+   snprintf(buf, sizeof(buf), %s/module.eap, 
e_module_dir_get(pager_config-module));
cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
-_(Pager Configuration), NULL, 0, v, ci);
+_(Pager Configuration), buf, 0, v, ci);
pager_config-config_dialog = cfd;
 }
 



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


E CVS: apps/e devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_config.c 


Log Message:
As per HandyAndE request, this patch gives ability for modules config
dialogs to show their icon in their config dialog by passing in the
module_eap path to the config_dialog_new function as the icon parameter ie:

e_config_dialog_new(con, module_name, eap_path, 0, v, data);

Update E core modules to use this ability.
Fix dropshadow config dialog to fit in 640x480.

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_config.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- e_mod_config.c  8 Jun 2006 07:35:31 -   1.26
+++ e_mod_config.c  3 Jul 2006 07:35:44 -   1.27
@@ -34,7 +34,8 @@
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
-
+   char buf[4096];
+   
v = E_NEW(E_Config_Dialog_View, 1);
 
/* Dialog Methods */
@@ -44,10 +45,11 @@
v-basic.create_widgets = _basic_create_widgets;
v-advanced.apply_cfdata = NULL;
v-advanced.create_widgets = NULL;
-   
+
+   snprintf(buf, sizeof(buf), %s/module.eap, 
e_module_dir_get(ibar_config-module));
/* Create The Dialog */
cfd = e_config_dialog_new(e_container_current_get(e_manager_current_get()),
-_(IBar Configuration), NULL, 0, v, ci);
+_(IBar Configuration), buf, 0, v, ci);
ibar_config-config_dialog = cfd;
 }
 



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


E CVS: wlan devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : wlan

Dir : e_modules/wlan


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


Log Message:
Update some e_modules to use module icons in their config dialogs.

===
RCS file: /cvs/e/e_modules/wlan/e_mod_config.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_config.c  5 Apr 2006 17:48:50 -   1.8
+++ e_mod_config.c  3 Jul 2006 07:37:33 -   1.9
@@ -28,7 +28,8 @@
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
-
+   char buf[4096];
+   
v = E_NEW(E_Config_Dialog_View, 1);
 
v-create_cfdata = _create_data;
@@ -36,7 +37,8 @@
v-basic.apply_cfdata = _basic_apply_data;
v-basic.create_widgets = _basic_create_widgets;
 
-   cfd = e_config_dialog_new(nf-con, D_(Wlan Configuration), NULL, 0, v, 
nf);
+   snprintf(buf, sizeof(buf), %s/module.eap, 
e_module_dir_get(nf-wlan-module));
+   cfd = e_config_dialog_new(nf-con, D_(Wlan Configuration), buf, 0, v, nf);
nf-wlan-cfd = cfd;
 }
 
===
RCS file: /cvs/e/e_modules/wlan/e_mod_main.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_mod_main.c2 Jul 2006 19:06:16 -   1.24
+++ e_mod_main.c3 Jul 2006 07:37:33 -   1.25
@@ -41,6 +41,7 @@
if (!n)
   return NULL;
 
+   n-module = m;
return n;
 }
 
@@ -217,6 +218,7 @@
e_object_del(E_OBJECT(n-config_menu));
evas_list_free(n-conf-faces);
 
+   n-module = NULL;
E_FREE(n-conf);
E_FREE(n);
 }
===
RCS file: /cvs/e/e_modules/wlan/e_mod_main.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_main.h4 Jun 2006 12:54:47 -   1.8
+++ e_mod_main.h3 Jul 2006 07:37:33 -   1.9
@@ -28,6 +28,7 @@
Evas_List *faces;
Config *conf;
E_Config_Dialog *cfd;
+   E_Module *module;
 };
 
 struct _Wlan_Face



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


E CVS: mbar devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mbar

Dir : e_modules/mbar


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


Log Message:
Update some e_modules to use module icons in their config dialogs.

===
RCS file: /cvs/e/e_modules/mbar/e_mod_config.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_mod_config.c  7 Apr 2006 09:12:31 -   1.4
+++ e_mod_config.c  3 Jul 2006 07:37:32 -   1.5
@@ -29,7 +29,8 @@
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
-
+   char buf[4096];
+   
v = E_NEW(E_Config_Dialog_View, 1);
 
/* Dialog Methods */
@@ -41,7 +42,8 @@
v-advanced.create_widgets = _advanced_create_widgets;
 
/* Create The Dialog */
-   cfd = e_config_dialog_new(con, _(Mount Bar Configuration), NULL, 0, v, 
mbar);
+   snprintf(buf, sizeof(buf), %s/module.eap, e_module_dir_get(mbar-module));
+   cfd = e_config_dialog_new(con, _(Mount Bar Configuration), buf, 0, v, 
mbar);
mbar-config_dialog = cfd;
 }
 
===
RCS file: /cvs/e/e_modules/mbar/e_mod_main.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_mod_main.c2 Jul 2006 20:24:53 -   1.23
+++ e_mod_main.c3 Jul 2006 07:37:32 -   1.24
@@ -138,6 +138,7 @@
 
/* actually init mbar */
mb = _mbar_new();
+   mb-module = m;
return mb;
 }
 
@@ -379,6 +380,7 @@
 #endif
 
evas_list_free(mb-conf-bars);
+   mb-module = NULL;
free(mb-conf);
free(mb);
 }
===
RCS file: /cvs/e/e_modules/mbar/e_mod_main.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_mod_main.h4 Jun 2006 12:59:16 -   1.5
+++ e_mod_main.h3 Jul 2006 07:37:32 -   1.6
@@ -41,7 +41,8 @@
E_App *apps;
Evas_List *bars;
E_Menu *config_menu;
-
+   E_Module *module;
+   
Config *conf;
E_Config_Dialog *config_dialog;
 #ifdef HAVE_LINUX



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


E CVS: flame devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : flame

Dir : e_modules/flame


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


Log Message:
Update some e_modules to use module icons in their config dialogs.

===
RCS file: /cvs/e/e_modules/flame/e_mod_config.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_mod_config.c  6 Apr 2006 21:03:08 -   1.23
+++ e_mod_config.c  3 Jul 2006 07:37:32 -   1.24
@@ -23,7 +23,8 @@
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
-
+   char buf[4096];
+   
v = E_NEW(E_Config_Dialog_View, 1);
 
v-create_cfdata = _create_data;
@@ -33,7 +34,8 @@
v-advanced.apply_cfdata = _advanced_apply_data;
v-advanced.create_widgets = _advanced_create_widgets;
 
-   cfd = e_config_dialog_new(con, D_(Flame Configuration), NULL, 0, v, fl);
+   snprintf(buf, sizeof(buf), %s/module.eap, e_module_dir_get(fl-module));
+   cfd = e_config_dialog_new(con, D_(Flame Configuration), buf, 0, v, fl);
fl-config_dialog = cfd;
 }
 
===
RCS file: /cvs/e/e_modules/flame/e_mod_main.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_mod_main.c2 Jul 2006 19:06:09 -   1.23
+++ e_mod_main.c3 Jul 2006 07:37:32 -   1.24
@@ -56,6 +56,7 @@
bind_textdomain_codeset(PACKAGE, UTF-8);
 
f = _flame_init(m);
+   f-module = m;
return f;
 }
 
@@ -199,6 +200,7 @@
free(f-conf);
E_CONFIG_DD_FREE(f-conf_edd);
_flame_face_free(f-face);
+   f-module = NULL;   
free(f);
 }
 
===
RCS file: /cvs/e/e_modules/flame/e_mod_main.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_mod_main.h3 Jun 2006 13:33:25 -   1.12
+++ e_mod_main.h3 Jul 2006 07:37:32 -   1.13
@@ -36,7 +36,8 @@
 {
E_Menu *config_menu;
Flame_Face *face;
-
+   E_Module *module;
+   
E_Config_DD *conf_edd;
Config *conf;
E_Config_Dialog *config_dialog;



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


E CVS: mail devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mail

Dir : e_modules/mail


Modified Files:
e_mod_config.c 


Log Message:
Update some e_modules to use module icons in their config dialogs.

===
RCS file: /cvs/e/e_modules/mail/e_mod_config.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_mod_config.c  11 Jun 2006 17:41:42 -  1.11
+++ e_mod_config.c  3 Jul 2006 07:37:32 -   1.12
@@ -31,6 +31,7 @@
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
E_Container *con;
+   char buf[4096];

v = E_NEW(E_Config_Dialog_View, 1);
if (!v) return;
@@ -39,9 +40,10 @@
v-free_cfdata = _free_data;
v-basic.apply_cfdata = _basic_apply_data;
v-basic.create_widgets = _basic_create_widgets;
-   
+
+   snprintf(buf, sizeof(buf), %s/module.eap, 
e_module_dir_get(mail_config-module));
con = e_container_current_get(e_manager_current_get());
-   cfd = e_config_dialog_new(con, _(Mail Configuration), NULL, 0, v, ci);
+   cfd = e_config_dialog_new(con, _(Mail Configuration), buf, 0, v, ci);
mail_config-config_dialog = cfd;
 }
 



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


E CVS: mem devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : mem

Dir : e_modules/mem


Modified Files:
e_mod_config.c 


Log Message:
Update some e_modules to use module icons in their config dialogs.

===
RCS file: /cvs/e/e_modules/mem/e_mod_config.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_mod_config.c  14 Jun 2006 14:15:39 -  1.7
+++ e_mod_config.c  3 Jul 2006 07:37:32 -   1.8
@@ -26,6 +26,7 @@
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
E_Container *con;
+   char buf[4096];

v = E_NEW(E_Config_Dialog_View, 1);
 
@@ -34,8 +35,9 @@
v-basic.apply_cfdata = _basic_apply_data;
v-basic.create_widgets = _basic_create_widgets;
 
+   snprintf(buf, sizeof(buf), %s/module.eap, 
e_module_dir_get(mem_config-module));
con = e_container_current_get(e_manager_current_get());
-   cfd = e_config_dialog_new(con, D_(Mem Configuration), NULL, 0, v, ci);
+   cfd = e_config_dialog_new(con, D_(Mem Configuration), buf, 0, v, ci);
mem_config-config_dialog = cfd;
 }
 



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


E CVS: net devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : net

Dir : e_modules/net


Modified Files:
e_mod_config.c 


Log Message:
Update some e_modules to use module icons in their config dialogs.

===
RCS file: /cvs/e/e_modules/net/e_mod_config.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- e_mod_config.c  25 May 2006 15:54:55 -  1.14
+++ e_mod_config.c  3 Jul 2006 07:37:32 -   1.15
@@ -27,7 +27,8 @@
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
E_Container *con;
-
+   char buf[4096];
+   
v = E_NEW(E_Config_Dialog_View, 1);
 
v-create_cfdata = _create_data;
@@ -35,8 +36,9 @@
v-basic.apply_cfdata = _basic_apply_data;
v-basic.create_widgets = _basic_create_widgets;
 
+   snprintf(buf, sizeof(buf), %s/module.eap, 
e_module_dir_get(net_config-module));
con = e_container_current_get(e_manager_current_get());
-   cfd = e_config_dialog_new(con, D_(Net Configuration), NULL, 0, v, ci);
+   cfd = e_config_dialog_new(con, D_(Net Configuration), buf, 0, v, ci);
net_config-config_dialog = cfd;
 }
 



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


E CVS: uptime devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : uptime

Dir : e_modules/uptime


Modified Files:
e_mod_config.c 


Log Message:
Update some e_modules to use module icons in their config dialogs.

===
RCS file: /cvs/e/e_modules/uptime/e_mod_config.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_mod_config.c  29 Jun 2006 19:56:51 -  1.9
+++ e_mod_config.c  3 Jul 2006 07:37:33 -   1.10
@@ -27,7 +27,8 @@
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
E_Container *con;
-
+   char buf[4096];
+   
if (!ut_config) return;
 
v = E_NEW(E_Config_Dialog_View, 1);
@@ -42,8 +43,9 @@
v-basic.apply_cfdata = _basic_apply_data;
v-basic.create_widgets = _basic_create_widgets;
 
+   snprintf(buf, sizeof(buf), %s/module.eap, 
e_module_dir_get(ut_config-module));
con = e_container_current_get(e_manager_current_get());
-   cfd = e_config_dialog_new(con, D_(Uptime Configuration), NULL, 0, v, ci);
+   cfd = e_config_dialog_new(con, D_(Uptime Configuration), buf, 0, v, ci);
ut_config-config_dialog = cfd;
 }
 



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


E CVS: slideshow devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : slideshow

Dir : e_modules/slideshow


Modified Files:
e_mod_config.c 


Log Message:
Update some e_modules to use module icons in their config dialogs.

===
RCS file: /cvs/e/e_modules/slideshow/e_mod_config.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_mod_config.c  30 May 2006 07:45:24 -  1.24
+++ e_mod_config.c  3 Jul 2006 07:37:32 -   1.25
@@ -20,7 +20,8 @@
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
E_Container *con;
-
+   char buf[4096];
+   
v = E_NEW(E_Config_Dialog_View, 1);
 
v-create_cfdata = _create_data;
@@ -28,8 +29,9 @@
v-basic.apply_cfdata = _basic_apply_data;
v-basic.create_widgets = _basic_create_widgets;
 
+   snprintf(buf, sizeof(buf), %s/module.eap, 
e_module_dir_get(slide_config-module));
con = e_container_current_get(e_manager_current_get());
-   cfd = e_config_dialog_new(con, D_(Slideshow Configuration), NULL, 0, v, 
ci);
+   cfd = e_config_dialog_new(con, D_(Slideshow Configuration), buf, 0, v, 
ci);
slide_config-config_dialog = cfd;
 }
 



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


E CVS: rain devilhorns

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : rain

Dir : e_modules/rain


Modified Files:
e_mod_config.c 


Log Message:
Update some e_modules to use module icons in their config dialogs.

===
RCS file: /cvs/e/e_modules/rain/e_mod_config.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_mod_config.c  5 Apr 2006 17:48:49 -   1.19
+++ e_mod_config.c  3 Jul 2006 07:37:32 -   1.20
@@ -25,7 +25,8 @@
 {
E_Config_Dialog *cfd;
E_Config_Dialog_View *v;
-
+   char buf[4096];
+   
v = E_NEW(E_Config_Dialog_View, 1);
 
if (v)
@@ -34,8 +35,9 @@
 v-free_cfdata = _free_data;
 v-basic.apply_cfdata = _basic_apply_data;
 v-basic.create_widgets = _basic_create_widgets;
-
-cfd = e_config_dialog_new(con, D_(Rain Module), NULL, 0, v, r);
+   
+   snprintf(buf, sizeof(buf), %s/module.eap, 
e_module_dir_get(r-module));
+cfd = e_config_dialog_new(con, D_(Rain Module), buf, 0, v, r);
 r-config_dialog = cfd;
  }
 }



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


E CVS: apps/e raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

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


Modified Files:
Makefile.am 


Log Message:


fix makefile for icon

===
RCS file: /cvs/e/e17/apps/e/data/themes/images/Makefile.am,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -3 -r1.58 -r1.59
--- Makefile.am 2 Jul 2006 17:25:18 -   1.58
+++ Makefile.am 3 Jul 2006 08:15:35 -   1.59
@@ -370,6 +370,7 @@
 e17_icon_fileman_zip.png \
 e17_icon_fileman_home.png \
 e17_icon_fileman_desktop.png \
+e17_icon_background.png \
 e17_icon_font.png \
 e17_icon_screen_around.png \
 e17_icon_screen_hflip.png \



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


E CVS: language onefang

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : language

Dir : e_modules/language/src/module


Modified Files:
e_mod_lang.c 


Log Message:
Fix up some more module dialogs.

===
RCS file: /cvs/e/e_modules/language/src/module/e_mod_lang.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- e_mod_lang.c14 Jun 2006 18:34:01 -  1.28
+++ e_mod_lang.c3 Jul 2006 08:53:29 -   1.29
@@ -778,7 +778,7 @@
// is used.
if (conf-lang_policy == LS_GLOBAL_POLICY)
  { 
-   e_module_dialog_show(Warning, Warning: This is a bug in the code. 
This messagebr
+   e_module_dialog_show(NULL, Warning, Warning: This is a bug in the 
code. This messagebr
should in this context when GLOBAL 
policy is used.br
Please report this behaviour.);
return 1;



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


E CVS: emu onefang

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : onefang
Project : e_modules
Module  : emu

Dir : e_modules/emu/src/modules/emu


Modified Files:
e_mod_main.c 


Log Message:
Fix up some more module dialogs.

===
RCS file: /cvs/e/e_modules/emu/src/modules/emu/e_mod_main.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- e_mod_main.c2 Jul 2006 19:06:09 -   1.14
+++ e_mod_main.c3 Jul 2006 08:53:29 -   1.15
@@ -224,7 +224,7 @@
 ecore_exe_pipe_run(emu_face-command, ECORE_EXE_PIPE_READ | 
ECORE_EXE_PIPE_WRITE | ECORE_EXE_PIPE_READ_LINE_BUFFERED
/*| ECORE_EXE_RESPAWN */ , emu_face);
  if (!emu_face-exe)
-e_module_dialog_show(D_(Enlightenment Emu Module - error), 
D_(There is no emu.));
+e_module_dialog_show(NULL, D_(Enlightenment Emu Module - 
error), D_(There is no emu.));
   }
 
 e_gadcon_client_util_menu_attach(gcc);



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


E CVS: libs/evas raster

2006-07-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir : e17/libs/evas/src/lib/engines/common


Modified Files:
evas_font_load.c 


Log Message:


way too many freetype headers are wrong - dont rely on them. :(

===
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_font_load.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -3 -r1.35 -r1.36
--- evas_font_load.c22 Apr 2006 11:08:01 -  1.35
+++ evas_font_load.c3 Jul 2006 09:09:06 -   1.36
@@ -385,7 +385,7 @@
 #ifdef TT_CONFIG_OPTION_UNPATENTED_HINTING
return 1;
 #else  
-   return 0;
+   return 1;
 #endif
  }
else if (hinting == FONT_BYTECODE_HINT)
@@ -393,7 +393,7 @@
 #ifdef TT_CONFIG_OPTION_BYTECODE_INTERPRETER
return 1;
 #else
-   return 0;
+   return 1;
 #endif
  }
return 0;



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


  1   2   >