E CVS: apps/e rephorm

2007-07-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e.h 


Log Message:
ecore_dbus is no longer used

===
RCS file: /cvs/e/e17/apps/e/src/bin/e.h,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- e.h 16 Jun 2007 16:18:45 -  1.66
+++ e.h 11 Jul 2007 15:11:28 -  1.67
@@ -71,7 +71,6 @@
 #include Ecore_File.h
 #include Ecore_X_Atoms.h
 #include Ecore_X_Cursor.h
-#include Ecore_DBus.h
 #include Eet.h
 #include Edje.h
 #include Efreet.h



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


E CVS: apps/e rephorm

2007-07-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
configure.in 


Log Message:
ecore_dbus is no longer used

===
RCS file: /cvs/e/e17/apps/e/configure.in,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -3 -r1.168 -r1.169
--- configure.in10 Jul 2007 00:13:21 -  1.168
+++ configure.in11 Jul 2007 15:11:28 -  1.169
@@ -169,7 +169,6 @@
   ecore
   ecore-evas
   ecore-config
-  ecore-dbus
   ecore-file
   edje
   eet



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


E CVS: apps/e rephorm

2007-07-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_exebuf.c 


Log Message:
fix comment

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_exebuf.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- e_exebuf.c  24 Apr 2007 11:16:24 -  1.33
+++ e_exebuf.c  12 Jul 2007 02:19:50 -  1.34
@@ -3,7 +3,7 @@
  */
 #include e.h
 
-/* currently default bind is alt+` buf alt+space has been suggested */
+/* currently default bind is alt+esc buf alt+space has been suggested */
 
 /* local subsystem functions */
 typedef struct _E_Exebuf_Exe E_Exebuf_Exe;



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


E CVS: apps/e rephorm

2007-07-11 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_fm_main.c 


Log Message:
its not guaranteed that storage devices will have UDI's beginning with 
'storage', nor does it make sense to query those that do for capability 
'volume'.
check all devices for both capabilities

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_main.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_fm_main.c 3 Jul 2007 15:35:14 -   1.24
+++ e_fm_main.c 12 Jul 2007 02:20:51 -  1.25
@@ -278,18 +278,13 @@
while ((device = ecore_list_next(ret-strings)))
  {
 // printf(DB INIT DEV+: %s\n, device);
-   if (!strncmp(device, /org/freedesktop/Hal/devices/storage,
-strlen(/org/freedesktop/Hal/devices/storage)))
- {
-char *udi;
-int ret;
-
-udi = device;
-ret = e_hal_device_query_capability(_e_dbus_conn, udi, storage,
-_e_dbus_cb_store_is, 
strdup(udi));
-e_hal_device_query_capability(_e_dbus_conn, udi, volume, 
-  _e_dbus_cb_vol_is, strdup(udi));
- }
+   char *udi;
+
+   udi = device;
+   e_hal_device_query_capability(_e_dbus_conn, udi, storage,
+ _e_dbus_cb_store_is, strdup(udi));
+   e_hal_device_query_capability(_e_dbus_conn, udi, volume, 
+ _e_dbus_cb_vol_is, strdup(udi));
  }
 }
 



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


E CVS: apps/e rephorm

2007-06-16 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_fm_main.c 


Log Message:
not all storage devices have serial based udi's

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_fm_main.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- e_fm_main.c 17 Jun 2007 02:22:28 -  1.22
+++ e_fm_main.c 17 Jun 2007 04:00:53 -  1.23
@@ -276,8 +276,8 @@
while ((device = ecore_list_next(ret-strings)))
  {
 // printf(DB INIT DEV+: %s\n, device);
-   if (!strncmp(device, /org/freedesktop/Hal/devices/storage_serial,
-strlen(/org/freedesktop/Hal/devices/storage_serial)))
+   if (!strncmp(device, /org/freedesktop/Hal/devices/storage,
+strlen(/org/freedesktop/Hal/devices/storage)))
  {
 char *udi;
 int ret;



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


E CVS: apps/e rephorm

2007-06-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
Makefile.am e_includes.h e_order.c e_widget_ilist.c 


Log Message:

New app selection dialog for ibar/favorites/etc.
Desktops are grouped by Category instead of using the applications menu.

===
RCS file: /cvs/e/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.186
retrieving revision 1.187
diff -u -3 -r1.186 -r1.187
--- Makefile.am 10 May 2007 13:15:08 -  1.186
+++ Makefile.am 7 Jun 2007 01:09:23 -   1.187
@@ -133,8 +133,7 @@
 e_int_config_display.h \
 e_int_config_desklock.h \
 e_int_config_exebuf.h \
-e_int_config_apps_menu.h \
-e_int_config_apps_order.h \
+e_int_config_apps.h \
 e_int_config_dialogs.h \
 e_int_config_color_classes.h \
 e_int_config_mime.h \
@@ -296,8 +295,7 @@
 e_int_config_display.c \
 e_int_config_desklock.c \
 e_int_config_exebuf.c \
-e_int_config_apps_menu.c \
-e_int_config_apps_order.c \
+e_int_config_apps.c \
 e_int_config_dialogs.c \
 e_int_config_intl.c \
 e_int_config_imc.c \
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -3 -r1.157 -r1.158
--- e_includes.h10 May 2007 13:15:08 -  1.157
+++ e_includes.h7 Jun 2007 01:09:24 -   1.158
@@ -104,8 +104,7 @@
 #include e_int_config_screensaver.h
 #include e_int_config_dpms.h
 #include e_int_config_exebuf.h
-#include e_int_config_apps_menu.h
-#include e_int_config_apps_order.h
+#include e_int_config_apps.h
 #include e_int_config_dialogs.h
 #include e_int_config_intl.h
 #include e_int_config_imc.h
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_order.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_order.c   10 Apr 2007 07:25:25 -  1.20
+++ e_order.c   7 Jun 2007 01:09:24 -   1.21
@@ -135,6 +135,17 @@
_e_order_save(eo);
 }
 
+EAPI void
+e_order_clear(E_Order *eo)
+{
+   E_OBJECT_CHECK(eo);
+   E_OBJECT_TYPE_CHECK(eo, E_ORDER_TYPE);
+
+   while (eo-desktops)
+ eo-desktops = evas_list_remove_list(eo-desktops, eo-desktops);
+   _e_order_save(eo);
+}
+
 /* local subsystem functions */
 static void
 _e_order_free(E_Order *eo)
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_ilist.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- e_widget_ilist.c12 May 2007 02:43:13 -  1.34
+++ e_widget_ilist.c7 Jun 2007 01:09:24 -   1.35
@@ -152,6 +152,7 @@
 
wd = e_widget_data_get(obj);
e_ilist_clear(wd-o_ilist);
+   e_scrollframe_child_pos_set(wd-o_scrollframe, 0, 0);
while (wd-callbacks)
  {
E_Widget_Callback *wcb;



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


E CVS: apps/e rephorm

2007-06-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Added Files:
e_int_config_apps.c e_int_config_apps.h 


Log Message:
add the files




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


E CVS: apps/e rephorm

2007-06-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_apps.c 


Log Message:
todo++
add current category to list header
fix headers on right side of dialog


===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_apps.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- e_int_config_apps.c 7 Jun 2007 01:14:38 -   1.66
+++ e_int_config_apps.c 7 Jun 2007 02:47:29 -   1.67
@@ -297,7 +297,7 @@
e_widget_disabled_set(ob, 1);
e_widget_table_object_append(ot, ob, 1, 2, 1, 1, 1, 0, 0, 0);
 
-   of = e_widget_framelist_add(evas, _(Favorites), 0);
+   of = e_widget_framelist_add(evas, cfdata-once-title, 0);
ob = e_widget_ilist_add(evas, 24, 24, (cfdata-fav));
cfdata-o_list = ob;
_fill_list(cfdata);
@@ -414,6 +414,7 @@
int i;
Ecore_List *desktops;
Efreet_Desktop *desktop;
+   char buf[4096];
 
if (!cfdata-category) return;
evas = evas_object_evas_get(cfdata-o_apps);
@@ -421,7 +422,8 @@
edje_freeze();
e_widget_ilist_freeze(cfdata-o_apps);
e_widget_ilist_clear(cfdata-o_apps);
-   e_widget_framelist_label_set(cfdata-o_frame, _(Applications));
+   snprintf(buf, sizeof(buf), %s (%s), _(Applications), cfdata-category);
+   e_widget_framelist_label_set(cfdata-o_frame, buf);
 
desktops = (Ecore_List 
*)efreet_util_desktop_category_list(cfdata-category);
ecore_list_sort(desktops, ECORE_COMPARE_CB(_cb_desktop_name_sort), 
ECORE_SORT_MIN);



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


E CVS: apps/e rephorm

2007-06-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
TODO 


Log Message:
todo++
add current category to list header
fix headers on right side of dialog


===
RCS file: /cvs/e/e17/apps/e/TODO,v
retrieving revision 1.544
retrieving revision 1.545
diff -u -3 -r1.544 -r1.545
--- TODO6 Jun 2007 12:37:06 -   1.544
+++ TODO7 Jun 2007 02:47:29 -   1.545
@@ -125,6 +125,7 @@
 * desktop flip animations need to allow control over accel/decel and
   have a better ui - add wobble and controls etc. etc.
 * internal windows (config dialogs, etc) should re-open after a restart
+* order / menu editing dialogs (e_int_config_apps.c) need to allow re-sorting 
the list of desktops
 ]]]
 
 [[[



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


E CVS: apps/e rephorm

2007-06-06 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_ilist.c e_ilist.h e_int_config_apps.c e_widget_framelist.c 
e_widget_framelist.h e_widget_ilist.c e_widget_ilist.h 


Log Message:
when going back to categories list, scroll to the category we were just in
get rid of some warnings

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_ilist.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- e_ilist.c   12 May 2007 02:43:13 -  1.33
+++ e_ilist.c   7 Jun 2007 03:49:09 -   1.34
@@ -1,3 +1,6 @@
+/*
+ * vim:ts=8:sw=3:sts=8:noexpandtab:cino=5n-3f0^-2{2
+ */
 #include e.h
 
 #define SMART_NAME e_ilist
@@ -401,6 +404,23 @@
si = evas_list_nth(sd-items, n);
if (si) return si-header;
return 0;
+}
+
+EAPI void
+e_ilist_nth_geometry_get(Evas_Object *obj, int n, Evas_Coord *x, Evas_Coord 
*y, Evas_Coord *w, Evas_Coord *h)
+{
+  E_Ilist_Item *si;
+  int error;
+
+  API_ENTRY return;
+  if (!sd-items) return;
+
+  si = evas_list_nth(sd-items, n);
+  if (!si) return;
+
+  evas_object_geometry_get(si-o_base, x, y, w, h);
+  *x -= sd-x;
+  *y -= sd-y;
 }
 
 EAPI void 
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_ilist.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_ilist.h   12 May 2007 02:43:13 -  1.17
+++ e_ilist.h   7 Jun 2007 03:49:09 -   1.18
@@ -44,6 +44,7 @@
 EAPI Evas_Object *e_ilist_nth_icon_get  (Evas_Object *obj, int n);
 EAPI void e_ilist_nth_icon_set  (Evas_Object *obj, int n, 
Evas_Object *icon);
 EAPI int  e_ilist_nth_is_header (Evas_Object *obj, int n);
+EAPI void e_ilist_nth_geometry_get  (Evas_Object *obj, int n, 
Evas_Coord *x, Evas_Coord *y, Evas_Coord *w, Evas_Coord *h);
 EAPI void e_ilist_icon_size_set (Evas_Object *obj, Evas_Coord 
w, Evas_Coord h);
 EAPI Evas_List   *e_ilist_items_get (Evas_Object *obj);
 EAPI void e_ilist_multi_select  (Evas_Object *obj, int n);
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_apps.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- e_int_config_apps.c 7 Jun 2007 02:47:29 -   1.67
+++ e_int_config_apps.c 7 Jun 2007 03:49:09 -   1.68
@@ -44,6 +44,7 @@
Evas_Object *o_add, *o_del, *o_categories;
Ecore_List *apps;
const char *category;
+   int category_n;

char *fav, *app;
 };
@@ -491,6 +492,7 @@

cfdata = data;
 
+   cfdata-category_n = e_widget_ilist_selected_get(cfdata-o_apps);
if (cfdata-category) ecore_string_release(cfdata-category);
cfdata-category = ecore_string_instance(cfdata-app);
_fill_apps(cfdata);
@@ -525,6 +527,8 @@
if (cfdata-category) ecore_string_release(cfdata-category);
cfdata-category = NULL;
_fill_categories(cfdata);
+   e_widget_ilist_nth_show(cfdata-o_apps, cfdata-category_n, 1);
+   cfdata-category_n = 0;
 }
 
 static void 
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_framelist.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_widget_framelist.c17 Apr 2007 05:37:15 -  1.13
+++ e_widget_framelist.c7 Jun 2007 03:49:09 -   1.14
@@ -16,7 +16,7 @@
 
 /* externally accessible functions */
 EAPI Evas_Object *
-e_widget_framelist_add(Evas *evas, char *label, int horiz)
+e_widget_framelist_add(Evas *evas, const char *label, int horiz)
 {
Evas_Object *obj, *o;
E_Widget_Data *wd;
@@ -88,7 +88,7 @@
 }
 
 EAPI void
-e_widget_framelist_label_set(Evas_Object *obj, char *label)
+e_widget_framelist_label_set(Evas_Object *obj, const char *label)
 {
E_Widget_Data *wd;

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_framelist.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_widget_framelist.h21 Feb 2007 03:55:18 -  1.5
+++ e_widget_framelist.h7 Jun 2007 03:49:09 -   1.6
@@ -6,10 +6,10 @@
 #ifndef E_WIDGET_FRAMELIST_H
 #define E_WIDGET_FRAMELIST_H
 
-EAPI Evas_Object *e_widget_framelist_add(Evas *evas, char *label, int horiz);
+EAPI Evas_Object *e_widget_framelist_add(Evas *evas, const char *label, int 
horiz);
 EAPI void e_widget_framelist_object_append(Evas_Object *obj, Evas_Object 
*sobj);
 EAPI void e_widget_framelist_content_align_set(Evas_Object *obj, double 
halign, double valign);
-EAPI void e_widget_framelist_label_set(Evas_Object *obj, char *label);
+EAPI void e_widget_framelist_label_set(Evas_Object *obj, const char *label);
 
 #endif
 #endif
===

E CVS: apps/e rephorm

2007-05-02 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_transitions.c 


Log Message:
no need for extra param.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_transitions.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_int_config_transitions.c  2 May 2007 11:21:18 -   1.15
+++ e_int_config_transitions.c  2 May 2007 12:26:53 -   1.16
@@ -1,6 +1,6 @@
 #include e.h
 
-static Evas_Object *_trans_preview_add(E_Config_Dialog_Data *cfdata, Evas 
*evas, int minw, int minh, Evas_Object **tp);
+static Evas_Object *_trans_preview_add(E_Config_Dialog_Data *cfdata, Evas 
*evas, int minw, int minh);
 static void _e_wid_done(void *data, Evas_Object *obj, const char 
*emission, const char *source);
 static void _trans_preview_trans_set(E_Config_Dialog_Data *cfdata, 
const char *trans);
 
@@ -165,7 +165,7 @@
e_widget_list_object_append(o, of, 1, 1, 0.5);
 
of = e_widget_framelist_add(evas, _(Preview), 0);
-   il = _trans_preview_add(cfdata, evas, 300, ((300 * zone-h) / zone-w), 
(cfdata-tp));
+   il = _trans_preview_add(cfdata, evas, 300, ((300 * zone-h) / zone-w));
e_widget_framelist_object_append(of, il);
e_widget_list_object_append(o, of, 1, 1, 0.5);
 
@@ -256,7 +256,7 @@
 }
 
 Evas_Object *
-_trans_preview_add(E_Config_Dialog_Data *cfdata, Evas *evas, int minw, int 
minh, Evas_Object **tp)
+_trans_preview_add(E_Config_Dialog_Data *cfdata, Evas *evas, int minw, int 
minh)
 {
Evas_Object *obj, *o, *oa;

@@ -269,8 +269,8 @@
e_theme_edje_object_set(o, base/theme/widgets, e/transpreview/1);
evas_object_show(o);
e_widget_preview_extern_object_set(obj, o);
-
-   *tp = obj;
+   
+   cfdata-tp = obj;
return oa;
 }
 



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


E CVS: apps/e rephorm

2007-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_widget_aspect.c 


Log Message:
fix aspect widget

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_aspect.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_widget_aspect.c   25 Jan 2007 17:15:10 -  1.2
+++ e_widget_aspect.c   2 May 2007 02:06:39 -   1.3
@@ -54,19 +54,15 @@
cx = px + ((pw - cw) / 2);
cy = py + ((ph - ch) / 2);
 
+   printf(ASPECT RECONF -  p: %d,%d %dx%d c: %d,%d %dx%d\n, px, py, pw, ph, 
cx, cy, cw, ch);
evas_object_resize(wd-child, cw, ch);
evas_object_move(wd-child, cx, cy);
 }
 
 static void
-_e_wid_resize_intercept(void *data, Evas_Object *obj, int w, int h)
+_cb_reconfigure(void *data, Evas *a, Evas_Object *obj, void *event_info)
 {
-   E_Widget_Data *wd;
-
-   wd = e_widget_data_get(obj);
-   if (!wd) return;
-
-   evas_object_resize(obj, w, h);
+   E_Widget_Data *wd = data;
_e_wid_reconfigure(wd);
 }
 
@@ -83,7 +79,8 @@
e_widget_data_set(obj, wd);
e_widget_del_hook_set(obj, _e_wid_del_hook);
 
-   evas_object_intercept_resize_callback_add(obj, _e_wid_resize_intercept, wd);
+   evas_object_event_callback_add(obj, EVAS_CALLBACK_RESIZE, _cb_reconfigure, 
wd);
+   evas_object_event_callback_add(obj, EVAS_CALLBACK_MOVE, _cb_reconfigure, 
wd);
e_widget_aspect_aspect_set(obj, w, h);
 
return obj;
@@ -106,10 +103,14 @@
 e_widget_aspect_child_set(Evas_Object *obj, Evas_Object *child)
 {
E_Widget_Data *wd;
+   int mw, mh;
 
wd = e_widget_data_get(obj);
if (!wd) return;
 
wd-child = child;
+   e_widget_min_size_get(child, mw, mh);
+   e_widget_min_size_set(obj, mw, mh);
+   e_widget_sub_object_add(obj, child);
_e_wid_reconfigure(wd);
 }



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


E CVS: apps/e rephorm

2007-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_theme.c e_widget_aspect.c e_widget_aspect.h 


Log Message:
use aspect widget for theme preview, so that it scales up to fit as large as it 
can, without losing aspect

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_theme.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- e_int_config_theme.c17 Apr 2007 12:02:11 -  1.48
+++ e_int_config_theme.c2 May 2007 02:18:39 -   1.49
@@ -425,16 +425,26 @@
   _cb_import, cfdata, NULL);
e_widget_list_object_append(il, o, 1, 0, 0.5);
e_widget_list_object_append(of, il, 1, 0, 0.0);
-   
-   o = e_widget_preview_add(evas, 320, (320 * z-h) / z-w);
-   cfdata-o_preview = o;
-   if (cfdata-theme) 
- {
-   f = cfdata-theme;
-   e_widget_preview_edje_set(o, f, e/desktop/background);
- }
-   e_widget_list_object_append(of, o, 0, 0, 0.5);
-   e_widget_table_object_append(ot, of, 1, 0, 1, 1, 0, 0, 0, 0);
+ 
+   {
+  Evas_Object *oa;
+  int mw, mh;
+
+  mw = 320;
+  mh = (mw * z-h) / z-w;
+  oa = e_widget_aspect_add(evas, mw, mh);
+  o = e_widget_preview_add(evas, mw, mh);
+  cfdata-o_preview = o;
+  if (cfdata-theme) 
+   {
+  f = cfdata-theme;
+  e_widget_preview_edje_set(o, f, e/desktop/background);
+   }
+  e_widget_aspect_child_set(oa, o);
+  e_widget_list_object_append(of, oa, 1, 1, 0);
+
+   }
+   e_widget_table_object_append(ot, of, 1, 0, 1, 1, 1, 1, 1, 1);

e_dialog_resizable_set(cfd-dia, 1);
return ot;
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_aspect.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_widget_aspect.c   2 May 2007 02:06:39 -   1.3
+++ e_widget_aspect.c   2 May 2007 02:18:40 -   1.4
@@ -13,6 +13,7 @@
Evas_Object *child;
int aspect_w, aspect_h;
int aspect_preference;
+   double align_x, align_y;
 };
 
 
@@ -51,8 +52,8 @@
ch = (cw * wd-aspect_h) / wd-aspect_w;
  }
 
-   cx = px + ((pw - cw) / 2);
-   cy = py + ((ph - ch) / 2);
+   cx = px + (wd-align_x * (pw - cw));
+   cy = py + (wd-align_y * (ph - ch));
 
printf(ASPECT RECONF -  p: %d,%d %dx%d c: %d,%d %dx%d\n, px, py, pw, ph, 
cx, cy, cw, ch);
evas_object_resize(wd-child, cw, ch);
@@ -81,7 +82,11 @@
 
evas_object_event_callback_add(obj, EVAS_CALLBACK_RESIZE, _cb_reconfigure, 
wd);
evas_object_event_callback_add(obj, EVAS_CALLBACK_MOVE, _cb_reconfigure, 
wd);
-   e_widget_aspect_aspect_set(obj, w, h);
+   wd-align_x = 0.5;
+   wd-align_y = 0.5;
+   wd-aspect_w = w;
+   wd-aspect_h = h;
+   _e_wid_reconfigure(wd);
 
return obj;
 }
@@ -96,6 +101,19 @@

wd-aspect_w = w;
wd-aspect_h = h;
+   _e_wid_reconfigure(wd);
+}
+
+void
+e_widget_aspect_align_set(Evas_Object *obj, double align_x, double align_y)
+{
+   E_Widget_Data *wd;
+
+   wd = e_widget_data_get(obj);
+   if (!wd) return;
+   
+   wd-align_x = align_x;
+   wd-align_y = align_y;
_e_wid_reconfigure(wd);
 }
 
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_aspect.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_widget_aspect.h   9 Oct 2006 19:06:43 -   1.1
+++ e_widget_aspect.h   2 May 2007 02:18:40 -   1.2
@@ -3,4 +3,5 @@
 Evas_Object *e_widget_aspect_add(Evas *evas, int w, int h);
 void e_widget_aspect_aspect_set(Evas_Object *obj, int w, int h);
 void e_widget_aspect_child_set(Evas_Object *obj, Evas_Object *child);
+void e_widget_aspect_align_set(Evas_Object *obj, double align_x, double 
align_y);
 #endif



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


E CVS: apps/e rephorm

2007-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_wallpaper.c 


Log Message:
use aspect widget for wallpaper preview also

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_wallpaper.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- e_int_config_wallpaper.c17 Apr 2007 12:02:11 -  1.31
+++ e_int_config_wallpaper.c2 May 2007 02:25:13 -   1.32
@@ -435,12 +435,13 @@
 static Evas_Object *
 _basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, E_Config_Dialog_Data 
*cfdata)
 {
-   Evas_Object *o, *ot, *of, *il, *ol;
+   Evas_Object *o, *ot, *of, *il, *ol, *oa;
char path[4096];
const char *f, *homedir;
E_Fm2_Config fmc;
E_Zone *z;
E_Radio_Group *rg;
+   int mw, mh;

homedir = e_user_homedir_get();
 
@@ -534,16 +535,20 @@
e_widget_list_object_append(il, ol, 1, 0, 0.5);
e_widget_list_object_append(of, il, 1, 0, 0.0);
 
-   o = e_widget_preview_add(evas, 320, (320 * z-h) / z-w);
+   mw = 320;
+   mh = (320 * z-h) / z-w;
+   oa = e_widget_aspect_add(evas, mw, mh);
+   o = e_widget_preview_add(evas, mw, mh);
cfdata-o_preview = o;
if (cfdata-bg)
  f = cfdata-bg;
else
  f = e_theme_edje_file_get(base/theme/backgrounds, 
e/desktop/background);
e_widget_preview_edje_set(o, f, e/desktop/background);
-   e_widget_list_object_append(of, o, 0, 0, 0.5);
+   e_widget_aspect_child_set(oa, o);
+   e_widget_list_object_append(of, oa, 1, 1, 0.5);

-   e_widget_table_object_append(ot, of, 1, 0, 1, 1, 0, 0, 0, 0);
+   e_widget_table_object_append(ot, of, 1, 0, 1, 1, 1, 1, 1, 1);

e_dialog_resizable_set(cfd-dia, 1);
return ot;



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


E CVS: apps/e rephorm

2007-05-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_transitions.c 


Log Message:
aspect++

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_transitions.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_int_config_transitions.c  17 Apr 2007 09:19:15 -  1.13
+++ e_int_config_transitions.c  2 May 2007 02:30:54 -   1.14
@@ -259,9 +259,11 @@
 Evas_Object *
 _trans_preview_add(E_Config_Dialog_Data *cfdata, Evas *evas, int minw, int 
minh) 
 {
-   Evas_Object *obj, *o;
+   Evas_Object *obj, *o, *oa;

+   oa = e_widget_aspect_add(evas, minw, minh);
obj = e_widget_preview_add(evas, minw, minh);
+   e_widget_aspect_child_set(oa, obj);
 
o = edje_object_add(e_widget_preview_evas_get(obj));
cfdata-o_prev_bg = o;
@@ -269,7 +271,7 @@
evas_object_show(o);
e_widget_preview_extern_object_set(obj, o);

-   return obj;
+   return oa;
 }
 
 static void 



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


E CVS: apps/e rephorm

2007-04-21 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_editable.c 


Log Message:
nuke password contents on del

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_editable.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_editable.c5 Apr 2007 18:11:42 -   1.17
+++ e_editable.c22 Apr 2007 03:50:44 -  1.18
@@ -1179,6 +1179,9 @@
evas_object_del(sd-text_object);
evas_object_del(sd-cursor_object);
evas_object_del(sd-selection_object);
+   /* Security - clear out memory that contained a password */
+   if (sd-password_mode) 
+ memset(sd-text, 0, strlen(sd-text));
free(sd-text);
free(sd);




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


E CVS: apps/e rephorm

2007-04-21 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_entry.c 


Log Message:
update the selection on double click

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_entry.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_entry.c   21 Apr 2007 12:46:58 -  1.37
+++ e_entry.c   22 Apr 2007 04:40:40 -  1.38
@@ -319,7 +319,10 @@
if (event-button == 1)
  {
 if (event-flags  EVAS_BUTTON_DOUBLE_CLICK)
-  e_editable_select_all(sd-editable_object);
+ {
+e_editable_select_all(sd-editable_object);
+_e_entry_x_selection_update(obj);
+ }
 else
   {
  e_editable_cursor_pos_set(sd-editable_object, pos);
@@ -535,11 +538,11 @@
start_pos = (cursor_pos = selection_pos) ? cursor_pos : selection_pos;
end_pos = (cursor_pos = selection_pos) ? cursor_pos : selection_pos;
selecting = (start_pos != end_pos);
-   
+  
if ((!selecting) ||
(!(text = e_editable_text_range_get(editable, start_pos, end_pos
  return;
-   
+  
ecore_x_selection_primary_set(win-evas_win, text, strlen(text) + 1);
free(text);
 }



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


E CVS: apps/e rephorm

2007-04-21 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_editable.c e_entry.c 


Log Message:
nuke memory that stored passwords in a few more cases
double click to select a word in an entry. triple click to select the whole 
thing

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_editable.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_editable.c22 Apr 2007 03:50:44 -  1.18
+++ e_editable.c22 Apr 2007 05:30:37 -  1.19
@@ -202,7 +202,9 @@

if ((!editable) || (!(sd = evas_object_smart_data_get(editable
  return;
-   
+  
+   if (sd-password_mode) 
+ memset(sd-text, 0, sd-char_length);
free(sd-text);
sd-text = NULL;
sd-char_length = 0;
@@ -639,6 +641,48 @@
 }
 
 /**
+ * Selects the word at the provided character index
+ */
+EAPI void
+e_editable_select_word(Evas_Object *editable, int index)
+{
+   E_Editable_Smart_Data *sd;
+   int spos, epos, i, pos;
+
+   if (!editable || (!(sd = evas_object_smart_data_get(editable
+ return;
+
+   if (index  0 || index = sd-unicode_length)
+ return;
+
+   i = 0;
+   spos = 0;
+   epos = -1;
+   pos = 0;
+   while (i  sd-char_length)
+ {
+   if (sd-text[i] == ' ')
+ {
+if (pos  index)
+  spos = pos + 1;
+else if (pos  index)
+  {
+ epos = pos;
+ break;
+  }
+ }
+
+   i = evas_string_char_next_get(sd-text, i, NULL);
+   pos++;
+ }
+   if (epos == -1)
+ epos = pos;
+
+   e_editable_selection_pos_set(editable, spos);
+   e_editable_cursor_pos_set(editable, epos);
+}
+
+/**
  * Shows the selection of the editable object
  *
  * @param editable an editable object
@@ -841,8 +885,20 @@

if (sd-char_length  sd-allocated_length)
  {
-sd-text = realloc(sd-text,
+   if (sd-password_mode)
+ {
+/* security -- copy contents into new buffer, and overwrite old 
contents */
+char *old = sd-text;
+sd-text = malloc(E_EDITABLE_SIZE_TO_ALLOC(sd-char_length) + 1);
+memcpy(sd-text, old, sd-char_length + 1);
+memset(old, 0, sd-char_length);
+free(old);
+ }
+   else
+ {
+sd-text = realloc(sd-text,
E_EDITABLE_SIZE_TO_ALLOC(sd-char_length) + 1);
+ }
 sd-allocated_length = E_EDITABLE_SIZE_TO_ALLOC(sd-char_length);
  }

@@ -1181,7 +1237,7 @@
evas_object_del(sd-selection_object);
/* Security - clear out memory that contained a password */
if (sd-password_mode) 
- memset(sd-text, 0, strlen(sd-text));
+ memset(sd-text, 0, sd-char_length);
free(sd-text);
free(sd);

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_entry.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- e_entry.c   22 Apr 2007 04:40:40 -  1.38
+++ e_entry.c   22 Apr 2007 05:30:37 -  1.39
@@ -315,12 +315,18 @@
pos = e_editable_pos_get_from_coords(sd-editable_object,
 event-canvas.x - ox,
 event-canvas.y - oy);
-   
+  
+   printf(MOUSE DOWN: %d\n, pos);
if (event-button == 1)
  {
-if (event-flags  EVAS_BUTTON_DOUBLE_CLICK)
+   if (event-flags  EVAS_BUTTON_TRIPLE_CLICK)
  {
 e_editable_select_all(sd-editable_object);
+_e_entry_x_selection_update(obj);
+ }
+   else if (event-flags  EVAS_BUTTON_DOUBLE_CLICK)
+ {
+e_editable_select_word(sd-editable_object, pos);
 _e_entry_x_selection_update(obj);
  }
 else



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


E CVS: apps/e rephorm

2007-04-21 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_entry.c 


Log Message:
printf--

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_entry.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- e_entry.c   22 Apr 2007 05:30:37 -  1.39
+++ e_entry.c   22 Apr 2007 05:33:35 -  1.40
@@ -316,7 +316,6 @@
 event-canvas.x - ox,
 event-canvas.y - oy);
   
-   printf(MOUSE DOWN: %d\n, pos);
if (event-button == 1)
  {
if (event-flags  EVAS_BUTTON_TRIPLE_CLICK)



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


E CVS: apps/e rephorm

2007-04-21 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_entry.c 


Log Message:
don't allow copying from password entry

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_entry.c,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -3 -r1.40 -r1.41
--- e_entry.c   22 Apr 2007 05:33:35 -  1.40
+++ e_entry.c   22 Apr 2007 05:51:35 -  1.41
@@ -374,38 +374,41 @@
sd-popup = e_menu_new();
e_menu_post_deactivate_callback_set(sd-popup, 
_e_entry_cb_menu_post, sd);
-if (selecting)
-  {
- if (sd-enabled)
-   {
- if (e_editable_text_length_get(sd-editable_object)) 
-   {
-  mi = e_menu_item_new(sd-popup);
-  e_menu_item_label_set(mi, _(Delete));
-  e_menu_item_icon_edje_set(mi, 
e_theme_edje_file_get(base/theme/fileman,
-  
e/fileman/button/delete),
-e/fileman/button/delete);
-  e_menu_item_callback_set(mi, _e_entry_cb_delete, sd);
-  
-  mi = e_menu_item_new(sd-popup);
-  e_menu_item_separator_set(mi, 1);
-   }
- 
-  mi = e_menu_item_new(sd-popup);
-  e_menu_item_label_set(mi, _(Cut));
-  e_menu_item_icon_edje_set(mi, 
e_theme_edje_file_get(base/theme/fileman,
-  
e/fileman/button/cut),
-e/fileman/button/cut);
-  e_menu_item_callback_set(mi, _e_entry_cb_cut, sd);
- 
+if (selecting  sd-enabled)
+ {
+if (e_editable_text_length_get(sd-editable_object)) 
+  {
+ mi = e_menu_item_new(sd-popup);
+ e_menu_item_label_set(mi, _(Delete));
+ e_menu_item_icon_edje_set(mi,
+   e_theme_edje_file_get(base/theme/fileman,
+   e/fileman/button/delete),
+   e/fileman/button/delete);
+ e_menu_item_callback_set(mi, _e_entry_cb_delete, sd);
+
+ mi = e_menu_item_new(sd-popup);
+ e_menu_item_separator_set(mi, 1);
+  }
+
+if (!e_editable_password_get(sd-editable_object))
+  {
+ mi = e_menu_item_new(sd-popup);
+ e_menu_item_label_set(mi, _(Cut));
+ e_menu_item_icon_edje_set(mi,
+   e_theme_edje_file_get(base/theme/fileman,
+   e/fileman/button/cut),
+   e/fileman/button/cut);
+ e_menu_item_callback_set(mi, _e_entry_cb_cut, sd);
+
  mi = e_menu_item_new(sd-popup);
  e_menu_item_label_set(mi, _(Copy));
- e_menu_item_icon_edje_set(mi, 
e_theme_edje_file_get(base/theme/fileman,
- 
e/fileman/button/copy),
-   e/fileman/button/copy);
+ e_menu_item_icon_edje_set(mi, 
+   e_theme_edje_file_get(base/theme/fileman,
+   e/fileman/button/copy),
+   e/fileman/button/copy);
  e_menu_item_callback_set(mi, _e_entry_cb_copy, sd);
-   }
-  }
+  }
+ }

 if (sd-enabled)
   {
@@ -538,6 +541,8 @@
  return;

editable = sd-editable_object;
+   if (e_editable_password_get(editable)) return;
+
cursor_pos = e_editable_cursor_pos_get(editable);
selection_pos = e_editable_selection_pos_get(editable);
start_pos = (cursor_pos = selection_pos) ? cursor_pos : selection_pos;
@@ -548,6 +553,7 @@
(!(text = e_editable_text_range_get(editable, start_pos, end_pos
  return;
   
+
ecore_x_selection_primary_set(win-evas_win, text, strlen(text) + 1);
free(text);
 }
@@ -669,7 +675,7 @@
 else if ((strcmp(event-keyname, x) == 0) ||
  (strcmp(event-keyname, c) == 0))
   {
- if (selecting)
+ if (!e_editable_password_get(editable)  selecting)
{
  range = e_editable_text_range_get(editable, start_pos, 
end_pos);
  if (range)
@@ -811,7 +817,7 @@
 evas_key_modifier_is_set(event-modifiers, Shift)) 
(strcmp(event-key, w) == 0))
  {
-if (selecting)
+   if (!e_editable_password_get(editable)  selecting)
   {
   

E CVS: apps/e rephorm

2007-04-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
README 


Log Message:
update readme

===
RCS file: /cvs/e/e17/apps/e/README,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- README  25 Jun 2006 04:26:20 -  1.14
+++ README  19 Apr 2007 18:51:21 -  1.15
@@ -18,6 +18,7 @@
   * ecore
   * embryo
   * edje
+  * efreet
 
 
 NOTES:



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


E CVS: apps/e rephorm

2007-04-18 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_desklock.c 


Log Message:
send signal to indicate that password is currently being checked
send signal in the event that an invalid password has been entered
update text to indicate current state
don't accept text input while authenticating (as the text gets whiped out if it 
was wrong once pam returns)

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_desklock.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_desklock.c4 Apr 2007 11:43:36 -   1.37
+++ e_desklock.c19 Apr 2007 03:44:47 -  1.38
@@ -8,6 +8,10 @@
 # include limits.h
 #endif
 
+#define E_DESKLOCK_STATE_DEFAULT 0
+#define E_DESKLOCK_STATE_CHECKING 1
+#define E_DESKLOCK_STATE_INVALID 2
+
 #define ELOCK_POPUP_LAYER 1
 #define PASSWD_LEN 256
 
@@ -32,6 +36,7 @@
Evas_List *handlers;
Ecore_X_Window  elock_grab_break_wnd;
char   passwd[PASSWD_LEN];
+   intstate;   
 };
 #ifdef HAVE_PAM
 struct _E_Desklock_Auth
@@ -72,6 +77,7 @@
 static void _e_desklock_delete();
 static int  _e_desklock_zone_num_get();
 static int _e_desklock_check_auth();
+static void _e_desklock_state_set(int state);
 
 #ifdef HAVE_PAM
 static int _e_desklock_cb_exit(void *data, int type, void *event);
@@ -395,7 +401,7 @@
Ecore_X_Event_Key_Down *ev;

ev = event;
-   if (ev-win != edd-elock_wnd) return 1;
+   if (ev-win != edd-elock_wnd || edd-state == E_DESKLOCK_STATE_CHECKING) 
return 1;
 
if (!strcmp(ev-keysymbol, Escape))
  ;
@@ -560,12 +566,43 @@
 #ifdef HAVE_PAM
  }
 #endif
-   /* passowrd is definitely wrong */
+   /* password is definitely wrong */
+   _e_desklock_state_set(E_DESKLOCK_STATE_INVALID);
memset(edd-passwd, 0, sizeof(char) * PASSWD_LEN);
_e_desklock_passwd_update();
return 0;
 }
 
+static void
+_e_desklock_state_set(int state)
+{
+   Evas_List *l;
+   const char *signal, *text;
+   if (!edd) return;
+
+   edd-state = state;
+   if (state == E_DESKLOCK_STATE_CHECKING)
+ {
+   signal = e,state,checking;
+   text = Authenticating...;
+ }
+   else if (state == E_DESKLOCK_STATE_INVALID)
+ {
+   signal = e,state,invalid;
+   text = The password you entered is invalid. Try again.;
+ }
+
+   for (l = edd-elock_wnd_list; l; l = l-next)
+ {
+   E_Desklock_Popup_Data *edp;
+   edp = l-data;
+   edje_object_signal_emit(edp-login_box, signal, e.desklock);
+   edje_object_signal_emit(edp-bg_object, signal, e.desklock);
+   edje_object_part_text_set(edp-login_box, e.text.title, text);
+ }
+}
+
+
 #ifdef HAVE_PAM
 static int
 _e_desklock_cb_exit(void *data, int type, void *event)
@@ -598,6 +635,7 @@
/* failed auth */
else
  {
+_e_desklock_state_set(E_DESKLOCK_STATE_INVALID);
 /* security - null out passwd string once we are done with it */
 memset(edd-passwd, 0, sizeof(char) * PASSWD_LEN);
 _e_desklock_passwd_update();
@@ -611,6 +649,7 @@
 static int
 _desklock_auth(char *passwd)
 {
+   _e_desklock_state_set(E_DESKLOCK_STATE_CHECKING);
if ((_e_desklock_child_pid = fork()))
  {
/* parent */



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


E CVS: apps/e rephorm

2007-04-16 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_border.c 


Log Message:

flag the border for updating when removing a .desktop
when a desktop is updated, check borders w/o matches to see if they now have a 
match. there is no need to update borders that have a match other than 
event-previous, since the one they have is good enough

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.587
retrieving revision 1.588
diff -u -3 -r1.587 -r1.588
--- e_border.c  13 Apr 2007 01:47:56 -  1.587
+++ e_border.c  17 Apr 2007 03:07:16 -  1.588
@@ -4331,7 +4331,11 @@
 
  bd = l-data;
  if (bd-desktop == event-current)
-   bd-desktop = NULL;
+   {
+  bd-desktop = NULL;
+  bd-changes.icon = 1;
+  bd-changed = 1;
+   }
   }
 break;
   case EFREET_DESKTOP_CHANGE_UPDATE:
@@ -4341,11 +4345,18 @@
  E_Border *bd;
 
  bd = l-data;
+
  if (bd-desktop == event-previous)
+   {
   bd-desktop = event-current;
- /* check all borders. the updated icon may now apply to them 
(e.g. adding a StartupWMClass) */
- bd-changes.icon = 1;
- bd-changed = 1;
+  bd-changes.icon = 1;
+  bd-changed = 1;
+   }
+ else if (bd-desktop == NULL)
+   {
+  bd-changes.icon = 1;
+  bd-changed = 1;
+   }
   }
 break;
  }



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


E CVS: apps/e rephorm

2007-04-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_eap_editor.c e_eap_editor.h e_int_border_menu.c e_user.c 
e_user.h e_utils.c e_utils.h 


Log Message:

Re-enable create/edit icon from border menu.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -3 -r1.76 -r1.77
--- e_eap_editor.c  28 Mar 2007 05:58:54 -  1.76
+++ e_eap_editor.c  13 Apr 2007 00:49:24 -  1.77
@@ -22,14 +22,12 @@
int  terminal;
int  show_in_menus;
 
-   int  new_desktop;
-   int   saved; /* whether desktop has been saved or not */
-
E_Desktop_Edit *editor;
 };
 
 /* local subsystem functions */
 
+static int_e_desktop_edit_view_create(E_Desktop_Edit *editor, 
E_Container *con);
 static void   _e_desktop_edit_free(E_Desktop_Edit *editor);
 static void  *_e_desktop_edit_create_data(E_Config_Dialog *cfd);
 static void   _e_desktop_edit_free_data(E_Config_Dialog *cfd, 
E_Config_Dialog_Data *data);
@@ -51,26 +49,128 @@
 /* externally accessible functions */
 
 EAPI E_Desktop_Edit *
-e_desktop_edit_show(E_Container *con, Efreet_Desktop *desktop)
+e_desktop_border_edit(E_Container *con, E_Border *bd)
 {
-   E_Config_Dialog_View *v;
E_Desktop_Edit *editor;
+   const char *bname, *bclass;
+   char path[PATH_MAX];
 
if (!con) return NULL;
-
editor = E_OBJECT_ALLOC(E_Desktop_Edit, E_DESKTOP_EDIT_TYPE, 
_e_desktop_edit_free);
if (!editor) return NULL;
-   v = E_NEW(E_Config_Dialog_View, 1);
-   if (!v)
+   if (bd-desktop)
+ editor-desktop = bd-desktop;
+
+   bname = bd-client.icccm.name;
+   if ((bname)  (bname[0] == 0)) bname = NULL;
+   bclass = bd-client.icccm.class;
+   if ((bclass)  (bclass[0] == 0)) bclass = NULL;
+
+   /* the border does not yet have a desktop entry. add one and pre-populate
+  it with values from the border */
+   if (!editor-desktop)
+ {
+   const char *desktop_dir, *icon_dir;
+
+   desktop_dir = e_user_desktop_dir_get();
+
+   if (!desktop_dir || !e_util_dir_check(desktop_dir)) return;
+
+   icon_dir = e_user_icon_dir_get();
+   if (!icon_dir || !e_util_dir_check(icon_dir)) return;
+
+   if (bname) 
+ {
+snprintf(path, sizeof(path), %s/%s.desktop, desktop_dir, bname);
+editor-desktop = efreet_desktop_empty_new(path);
+ }
+   else
+ editor-desktop = efreet_desktop_empty_new(NULL);
+
+   if (!editor-desktop)
+ {
+//XXX out of memory?
+return;
+ }
+ if (bclass) editor-desktop-name = strdup(bclass);
+ if (bclass) editor-desktop-startup_wm_class = strdup(bclass);
+ if (bd-client.icccm.command.argc  0)
+   // FIXME this should concat the entire argv array together
+   editor-desktop-exec = strdup(bd-client.icccm.command.argv[0]);
+ else if (bname)
+   editor-desktop-exec = strdup(bname); 
+
+ if (bd-client.netwm.startup_id  0)
+   editor-desktop-startup_notify = 1;
+ if (bd-client.netwm.icons)
+   {
+  /* FIXME
+   * - Find the icon with the best size
+   * - Should use mkstemp
+   */
+  const char *tmp;
+
+  snprintf(path, sizeof(path), %s/%s-%.6f.png, icon_dir, bname, 
ecore_time_get());
+  if (e_util_icon_save((bd-client.netwm.icons[0]), path))
+{
+   editor-tmp_image_path = strdup(path);
+   editor-desktop-icon = strdup(path);
+}
+  else
+fprintf(stderr, Could not save file from ARGB: %s\n, path);
+   }
+ }
+
+#if 0
+   if ((!bname)  (!bclass))
+ {
+   e_util_dialog_show(_(Incomplete Window Properties),
+  _(The window you are creating an icon forbr
+does not contain window name and classbr
+properties, so the needed properties forbr
+the icon so that it will be used for thisbr
+window cannot be guessed. You will need tobr
+use the window title instead. This will onlybr
+work if the window title is the same atbr
+the time the window starts up, and does notbr
+change.));
+ }
+#endif 
+   if (!_e_desktop_edit_view_create(editor, con))
  {
e_object_del(E_OBJECT(editor));
-   return NULL;
+   editor = NULL;
  }
+   return editor;
+}
+
+EAPI E_Desktop_Edit *
+e_desktop_edit(E_Container *con, Efreet_Desktop *desktop)
+{
+   E_Desktop_Edit *editor;
 
-   editor-img = NULL;
+   if (!con) return NULL;
+   editor = 

E CVS: apps/e rephorm

2007-04-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
reenable icon properties on ibar icons

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.176
retrieving revision 1.177
diff -u -3 -r1.176 -r1.177
--- e_mod_main.c9 Apr 2007 23:12:24 -   1.176
+++ e_mod_main.c13 Apr 2007 01:05:40 -  1.177
@@ -652,21 +652,15 @@
_ibar_instance_drop_zone_recalc(inst);
 }
 
-#if 0
 static void
 _ibar_cb_menu_icon_properties(void *data, E_Menu *m, E_Menu_Item *mi)
 {
IBar_Icon *ic;

ic = data;
-   if (ic-app-orig)
- e_eap_edit_show(ic-ibar-inst-gcc-gadcon-zone-container,
-ic-app-orig);
-   else
- e_eap_edit_show(ic-ibar-inst-gcc-gadcon-zone-container,
-ic-app);
+   e_desktop_edit(ic-ibar-inst-gcc-gadcon-zone-container,
+ic-app);
 }
-#endif
 
 static void
 _ibar_cb_menu_icon_remove(void *data, E_Menu *m, E_Menu_Item *mi)
@@ -763,12 +757,10 @@
ibar_config-menu = mn;
 
/* FIXME: other icon options go here too */
-#if 0
mi = e_menu_item_new(mn);
e_menu_item_label_set(mi, _(Change Icon Properties));
e_util_menu_item_edje_icon_set(mi, enlightenment/properties);
e_menu_item_callback_set(mi, _ibar_cb_menu_icon_properties, ic);
-#endif

mi = e_menu_item_new(mn);
e_menu_item_label_set(mi, _(Remove Icon));



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


E CVS: apps/e rephorm

2007-04-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:

reenable creation of .desktop when dropping a border icon on to ibar

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -3 -r1.177 -r1.178
--- e_mod_main.c13 Apr 2007 01:05:40 -  1.177
+++ e_mod_main.c13 Apr 2007 01:36:05 -  1.178
@@ -1068,55 +1068,12 @@
bd = ev-data;
app = bd-desktop;
 
-#if 0
if (!app)
  {
-char *bname = NULL, *bclass = NULL;
-char path[4096];
-const char *homedir;
-
-homedir = e_user_homedir_get();
-
-/* Create a new application icon */
-bname = bd-client.icccm.name;
-if ((bname)  (bname[0] == 0)) bname = NULL;
-bclass = bd-client.icccm.class;
-if ((bclass)  (bclass[0] == 0)) bclass = NULL;
-
-if (bname) 
-  {
- snprintf(path, sizeof(path), 
%s/.e/e/applications/all/%s.desktop, homedir, bname);
- app = e_app_empty_new(path);
-  }
-
-if (app)
-  { 
- if (bd-client.netwm.icons)
-   {
-  char icon_path[4096];
-
-  snprintf(icon_path, sizeof(icon_path), 
%s/.e/e/icons/%s-%.6f.png, homedir, bname, ecore_time_get());
-  if (e_util_icon_save((bd-client.netwm.icons[0]), 
icon_path))
-{
-   app-icon_path = evas_stringshare_add(icon_path);
-   app-width = bd-client.netwm.icons[0].width;
-   app-height = bd-client.netwm.icons[0].height;
-}
-   }
- if (bname) app-win_name = evas_stringshare_add(bname);
- if (bclass) app-win_class = evas_stringshare_add(bclass);
- if (bd-client.icccm.window_role)
-   app-win_role = 
evas_stringshare_add(bd-client.icccm.window_role);
- if (bclass) app-name = evas_stringshare_add(bclass);
- if (bname) app-exe = evas_stringshare_add(bname);
- if (bd-client.netwm.startup_id  0)
-   app-startup_notify = 1;
-
- e_app_fields_save(app);
- 
e_eap_edit_show(e_container_current_get(e_manager_current_get()), app);
-  }
+app = e_desktop_border_create(bd);
+efreet_desktop_save(app);
+e_desktop_edit(e_container_current_get(e_manager_current_get()), 
app);
  }
-#endif
  }
else if (!strcmp(type, text/uri-list))
  {



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


E CVS: apps/e rephorm

2007-04-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_border.c 


Log Message:

update all borders on efreet desktop update

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.586
retrieving revision 1.587
diff -u -3 -r1.586 -r1.587
--- e_border.c  11 Apr 2007 15:37:03 -  1.586
+++ e_border.c  13 Apr 2007 01:47:56 -  1.587
@@ -4342,11 +4342,10 @@
 
  bd = l-data;
  if (bd-desktop == event-previous)
-   {
   bd-desktop = event-current;
-  bd-changes.icon = 1;
-  bd-changed = 1;
-   }
+ /* check all borders. the updated icon may now apply to them 
(e.g. adding a StartupWMClass) */
+ bd-changes.icon = 1;
+ bd-changed = 1;
   }
 break;
  }



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


E CVS: apps/e rephorm

2007-03-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_main.c 


Log Message:
don't add e's dirs to efreet's search path. .desktops should be in 
$XDG_DATA_HOME/applications and icons should be in $XDG_DATA_HOME/icons now

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -3 -r1.211 -r1.212
--- e_main.c26 Mar 2007 21:19:53 -  1.211
+++ e_main.c30 Mar 2007 13:48:23 -  1.212
@@ -70,7 +70,6 @@
char *s;
struct sigaction action;
double t, tstart;
-   Ecore_List *list;
 
 #ifdef TS_DO
t0 = t1 = t2 = ecore_time_get();   
@@ -434,15 +433,6 @@
TS(efreet done);
 
TS(efreet paths);
-   /* TODO: The list manipulation should be done in efreet */
-   list = efreet_data_dirs_get();
-   if (list)
- {
-snprintf(buf, sizeof(buf), %s/data, e_prefix_data_get());
-ecore_list_prepend(list, (void *)ecore_string_instance(buf));
-snprintf(buf, sizeof(buf), %s/.e/e, e_user_homedir_get());
-ecore_list_prepend(list, (void *)ecore_string_instance(buf));
- }
efreet_icon_extension_add(.edj);
TS(efreet paths done);
 



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


E CVS: apps/e rephorm

2007-03-27 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_widget_button.c 


Log Message:

don't leak when setting an icon on a button that already has one
don't leave stale subobjects when setting a button's icon to NULL

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_button.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- e_widget_button.c   28 Feb 2007 02:58:40 -  1.14
+++ e_widget_button.c   28 Mar 2007 05:50:43 -  1.15
@@ -86,15 +86,17 @@
E_Widget_Data *wd;
 
wd = e_widget_data_get(obj);
-   if (!icon)
+   if (wd-o_icon)
  {
+   e_widget_sub_object_del(obj, wd-o_icon);
evas_object_hide(wd-o_icon);
edje_object_signal_emit(wd-o_button, e,action,hide,icon, e);
edje_object_message_signal_process(wd-o_button);
edje_object_part_unswallow(wd-o_button, wd-o_icon);
evas_object_del(wd-o_icon);
+   wd-o_icon = NULL;
  }
-   else
+   if (icon)
  {
wd-o_icon = icon;
edje_object_part_swallow(wd-o_button, e.swallow.icon, icon);



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


E CVS: apps/e rephorm

2007-03-27 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_utils.c e_utils.h 


Log Message:

add function to add an icon given an icon path or theme name
use this for desktop_icon_add()

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_utils.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- e_utils.c   25 Mar 2007 19:05:05 -  1.63
+++ e_utils.c   28 Mar 2007 05:52:33 -  1.64
@@ -839,11 +839,19 @@
 {
if ((!desktop) || (!desktop-icon)) return NULL;
 
-   if (desktop-icon[0] == '/') return e_util_icon_add(desktop-icon, evas);
+   return e_util_icon_theme_icon_add(desktop-icon, size, evas);
+}
+
+EAPI Evas_Object *
+e_util_icon_theme_icon_add(const char *icon_name, const char *size, Evas *evas)
+{
+   if (!icon_name) return NULL;
+   if (icon_name[0] == '/') return e_util_icon_add(icon_name, evas);
else
  {
const char *path;
-   path = efreet_icon_path_find(e_config-icon_theme, desktop-icon, size);
+   path = efreet_icon_path_find(e_config-icon_theme, icon_name, size);
+   printf(path: %s\n, path);
if (path) return e_util_icon_add(path, evas);
  }
return NULL;
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_utils.h,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- e_utils.h   25 Mar 2007 19:05:05 -  1.34
+++ e_utils.h   28 Mar 2007 05:52:33 -  1.35
@@ -49,6 +49,7 @@
 EAPI void e_util_library_path_restore(void);
 EAPI Evas_Object *e_util_icon_add(const char *path, Evas *evas);
 EAPI Evas_Object *e_util_desktop_icon_add(Efreet_Desktop *desktop, const char 
*size, Evas *evas);
+EAPI Evas_Object * e_util_icon_theme_icon_add(const char *icon_name, const 
char *size, Evas *evas);
 EAPI void e_util_desktop_menu_item_icon_add(Efreet_Desktop *desktop, 
const char *size, E_Menu_Item *mi);
 
 #endif



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


E CVS: apps/e rephorm

2007-03-27 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_eap_editor.c e_eap_editor.h e_test.c 


Log Message:
update desktop editor to use efreet.
this isn't enabled yet, but will be after a bit more testing.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- e_eap_editor.c  25 Mar 2007 22:44:59 -  1.74
+++ e_eap_editor.c  28 Mar 2007 05:58:01 -  1.75
@@ -1,52 +1,48 @@
 /*
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=5n-3f0^-2{2
  */
-#if 0
+#if 1
 #include e.h
 
 struct _E_Config_Dialog_Data
 {
-   E_App eap;
+   Efreet_Desktop *desktop;
 
-   char *name; /* app name */
-   char *generic; /* generic app name */
+   char *name; /* app name (e.g. Firefox) */
+   char *generic_name; /* generic app name (e.g. Web Browser) */
char *comment; /* a longer description */
-   char *exe; /* command to execute, NULL if directory */
-   char *exe_params; /* command params to execute, NULL if directory */
+   char*exec; /* command to execute */
+   char*try_exec; /* executable to test for an apps existance 
*/
 
-   char *win_name; /* window name */
-   char *win_class; /* window class */
-   char *win_title; /* window title */
-   char *win_role; /* window role */
-
-   char *icon_class; /* icon_class */
-   char *icon_path;  /* icon path */
-   char *image; /* used when we're saving a image into the eap */
-
-   intstartup_notify;
-   intwait_exit;
-
-   char  *exec;
-   inticon_theme;
-   E_App_Edit *editor;
-   Evas_Object *themed;
+   char *startup_wm_class; /* window class */
+   char *categories; /* list of category names that app is in */
+
+   char *icon;  /* absolute path to file or icon name */
+
+   int  startup_notify;
+   int  terminal;
+   int  show_in_menus;
+
+   int  new_desktop;
+   int   saved; /* whether desktop has been saved or not */
+
+   E_Desktop_Edit *editor;
 };
 
 /* local subsystem functions */
 
-static void   _e_eap_edit_free(E_App_Edit *editor);
-static void  *_e_eap_edit_create_data(E_Config_Dialog *cfd);
-static void   _e_eap_edit_free_data(E_Config_Dialog *cfd, 
E_Config_Dialog_Data *data);
-static int_e_eap_edit_basic_apply_data(E_Config_Dialog *cfd, 
E_Config_Dialog_Data *data);
-static int_e_eap_edit_advanced_apply_data(E_Config_Dialog *cfd, 
E_Config_Dialog_Data *data);
-static Evas_Object   *_e_eap_edit_basic_create_widgets(E_Config_Dialog *cfd, 
Evas *evas, E_Config_Dialog_Data *data);
-static Evas_Object   *_e_eap_edit_advanced_create_widgets(E_Config_Dialog 
*cfd, Evas *evas, E_Config_Dialog_Data *data);
-static void   _e_eap_editor_cb_icon_select(void *data1, void *data2);
-static void   _e_eap_edit_select_cb(void *data, Evas_Object *obj);
-static void   _e_eap_edit_cb_icon_select_ok(void *data, E_Dialog *dia);
-static void   _e_eap_edit_cb_icon_select_cancel(void *data, E_Dialog 
*dia);
-static void   _cb_files_icon_theme_changed(void *data, Evas_Object 
*obj, void *event_info);
-static void   _e_eap_editor_icon_show(E_Config_Dialog_Data *cfdata);
+static void   _e_desktop_edit_free(E_Desktop_Edit *editor);
+static void  *_e_desktop_edit_create_data(E_Config_Dialog *cfd);
+static void   _e_desktop_edit_free_data(E_Config_Dialog *cfd, 
E_Config_Dialog_Data *data);
+static int_e_desktop_edit_basic_apply_data(E_Config_Dialog *cfd, 
E_Config_Dialog_Data *data);
+static int_e_desktop_edit_advanced_apply_data(E_Config_Dialog 
*cfd, E_Config_Dialog_Data *data);
+static Evas_Object   *_e_desktop_edit_basic_create_widgets(E_Config_Dialog 
*cfd, Evas *evas, E_Config_Dialog_Data *data);
+static Evas_Object   *_e_desktop_edit_advanced_create_widgets(E_Config_Dialog 
*cfd, Evas *evas, E_Config_Dialog_Data *data);
+static void   _e_desktop_editor_cb_icon_select(void *data1, void 
*data2);
+static void   _e_desktop_edit_select_cb(void *data, Evas_Object *obj);
+static void   _e_desktop_edit_cb_icon_select_ok(void *data, E_Dialog 
*dia);
+static void   _e_desktop_edit_cb_icon_select_cancel(void *data, 
E_Dialog *dia);
+static void   _e_desktop_editor_icon_update(E_Config_Dialog_Data 
*cfdata);
 
 #define IFADD(src, dst) if (src) dst = evas_stringshare_add(src); else dst = 
NULL
 #define IFDEL(src) if (src) evas_stringshare_del(src);  src = NULL;
@@ -55,15 +51,15 @@
 
 /* externally accessible functions */
 
-EAPI E_App_Edit *
-e_eap_edit_show(E_Container *con, E_App *a)
+EAPI E_Desktop_Edit *
+e_desktop_edit_show(E_Container *con, 

E CVS: apps/e rephorm

2007-03-27 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_eap_editor.c 


Log Message:
remove #if 1

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_eap_editor.c,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -3 -r1.75 -r1.76
--- e_eap_editor.c  28 Mar 2007 05:58:01 -  1.75
+++ e_eap_editor.c  28 Mar 2007 05:58:54 -  1.76
@@ -1,7 +1,6 @@
 /*
  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=5n-3f0^-2{2
  */
-#if 1
 #include e.h
 
 struct _E_Config_Dialog_Data
@@ -507,4 +506,3 @@
/* NB this takes care of freeing any previous icon object */
e_widget_button_icon_set(cfdata-editor-img_widget, o);
 }
-#endif



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


E CVS: apps/e rephorm

2007-03-25 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_icon_themes.c 


Log Message:
No need to restart when changing icon themes.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_icon_themes.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_int_config_icon_themes.c  24 Mar 2007 11:26:47 -  1.20
+++ e_int_config_icon_themes.c  25 Mar 2007 15:07:57 -  1.21
@@ -105,9 +105,6 @@
e_config-icon_theme = evas_stringshare_add(cfdata-themename);
e_config_save_queue();
 
-   /* If it's good enough for themes, it's good enough for icon themes, but 
ICK!. */
-   a = e_action_find(restart);
-   if ((a)  (a-func.go)) a-func.go(NULL, NULL);
return 1; /* Apply was OK */
 }
 



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


E CVS: apps/e rephorm

2007-03-25 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_icon_themes.c 


Log Message:
re-enable restart on icon theme change
i'll add an event later so everything can update their icons on the fly.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_icon_themes.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_int_config_icon_themes.c  25 Mar 2007 15:07:57 -  1.21
+++ e_int_config_icon_themes.c  25 Mar 2007 16:36:33 -  1.22
@@ -105,6 +105,10 @@
e_config-icon_theme = evas_stringshare_add(cfdata-themename);
e_config_save_queue();
 
+   /* If it's good enough for themes, it's good enough for icon themes, but 
ICK!. */   
+   a = e_action_find(restart);   
+   if ((a)  (a-func.go)) a-func.go(NULL, NULL); 
+
return 1; /* Apply was OK */
 }
 



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


E CVS: apps/e rephorm

2007-02-03 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_thumb_main.c 


Log Message:
fallback to /tmp if $HOME isn't set

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_thumb_main.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_thumb_main.c  4 Feb 2007 12:16:32 -   1.19
+++ e_thumb_main.c  4 Feb 2007 12:28:03 -   1.20
@@ -44,8 +44,9 @@
 int
 main(int argc, char **argv)
 {
-   char buf[4096];
+//   char buf[4096];
int i;
+   char *home;
 
 /* FIXME: make this configurable */
 //   nice(20);
@@ -80,9 +81,10 @@
ecore_desktop_paths_append_system(ECORE_DESKTOP_PATHS_ICONS, buf);
ecore_desktop_paths_regen();
 */
-   
-   snprintf(_thumbdir, sizeof(_thumbdir), %s/.e/e/fileman/thumbnails,
-   getenv(HOME));
+  
+   home = getenv(HOME);
+   if (!home) home = /tmp;
+   snprintf(_thumbdir, sizeof(_thumbdir), %s/.e/e/fileman/thumbnails, home);
ecore_file_mkpath(_thumbdir);

if (_e_ipc_init()) ecore_main_loop_begin();



-
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 rephorm

2007-01-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_gadcon.c 


Log Message:

delete gc-clients-data from _before_ the removal

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon.c,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -3 -r1.67 -r1.68
--- e_gadcon.c  1 Jan 2007 21:44:23 -   1.67
+++ e_gadcon.c  2 Jan 2007 03:25:01 -   1.68
@@ -417,7 +417,7 @@
 gcc-menu = NULL;
  }
gc-clients = evas_list_remove_list(gc-clients, gc-clients);
-   e_object_del(E_OBJECT(gc-clients-data));
+   e_object_del(E_OBJECT(gcc));
  }
 }
 



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


E CVS: apps/e rephorm

2006-11-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
xnest.sh 


Log Message:
i'm assuming this was the intention here? (if not, feel free to revert, but 
something other than 'mktemp' should be used for the command file name)

===
RCS file: /cvs/e/e17/apps/e/xnest.sh,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- xnest.sh12 Nov 2006 12:51:29 -  1.13
+++ xnest.sh19 Nov 2006 15:43:58 -  1.14
@@ -8,7 +8,7 @@
 
 main=$DISPLAY
 display= -display $disp_num
-tmp='mktemp' || exit 1
+tmp=`mktemp` || exit 1
 /bin/echo -e run\nbt\nq\ny  $tmp
 
 case $@ in



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


E CVS: apps/e rephorm

2006-10-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_bg.c e_bg.h e_config_dialog.h e_int_config_wallpaper.c 
e_int_config_wallpaper.h e_widget_desk_preview.c 


Log Message:

Allow setting bg of desktops from within virtual desktop dialog.
For now, left click on the small desktop.
We'll probably add a menu on click, with the ability to set the desktop name or 
set bg.

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_bg.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_bg.c  17 Oct 2006 12:29:00 -  1.23
+++ e_bg.c  20 Oct 2006 03:23:46 -  1.24
@@ -5,10 +5,13 @@
 
 /* local subsystem functions */
 static void _e_bg_signal(void *data, Evas_Object *obj, const char *emission, 
const char *source);
+static void _e_bg_event_bg_update_free(void *data, void *event);
 
 /* local subsystem globals */
 static int _e_bg_reg_files = 0;
 
+EAPI int E_EVENT_BG_UPDATE = 0;
+
 /* externally accessible functions */
 EAPI int 
 e_bg_init(void)
@@ -26,6 +29,7 @@
e_filereg_register(cfbg-file);
  }
 
+   E_EVENT_BG_UPDATE = ecore_event_type_new();
return 1;
 }
 
@@ -48,16 +52,18 @@
return 1;
 }
 
-EAPI const char *
-e_bg_file_get(int container_num, int zone_num, int desk_x, int desk_y)
+/**
+ * Find the configuration for a given desktop background
+ * Use -1 as a wild card for each parameter.
+ * The most specific match will be returned
+ */
+EAPI const E_Config_Desktop_Background *
+e_bg_config_get(int container_num, int zone_num, int desk_x, int desk_y)
 {
Evas_List *l, *ll, *entries;
-   int ok;
-   int current_spec;
-   const char *bgfile = ;
 
-   ok = 0;
-   current_spec = 0; /* how specific the setting is - we want the least 
general one that applies */
+   E_Config_Desktop_Background *bg = NULL;
+   int current_spec = 0; /* how specific the setting is - we want the least 
general one that applies */
 
/* look for desk specific background. */
if (container_num = 0 || zone_num = 0 || desk_x = 0 || desk_y = 0)
@@ -88,24 +94,38 @@
{
   if (!strcmp(ll-data, e/desktop/background))
 {
-   bgfile = cfbg-file;
+   bg = cfbg;
current_spec = spec;
-   ok = 1;
 }
}
  edje_file_collection_list_free(entries);
   }
  }
  }
+   return bg;
+}
+
+EAPI const char *
+e_bg_file_get(int container_num, int zone_num, int desk_x, int desk_y)
+{
+   const E_Config_Desktop_Background *cfbg;
+   Evas_List *l, *entries;
+   const char *bgfile = ;
+   int ok = 0;
+
+   cfbg = e_bg_config_get(container_num, zone_num, desk_x, desk_y);
+
/* fall back to default */
-   if (!ok)
+   if (cfbg)
+ bgfile = cfbg-file;
+   else
  {
entries = 
edje_file_collection_list(e_config-desktop_default_background);
if (entries)
  {
-for (ll = entries; ll; ll = ll-next)
+for (l = entries; l; l = l-next)
   {
- if (!strcmp(ll-data, e/desktop/background))
+ if (!strcmp(l-data, e/desktop/background))
{
   bgfile = e_config-desktop_default_background;
   ok = 1;
@@ -119,6 +139,7 @@
 bgfile = e_theme_edje_file_get(base/theme/background, 
e/desktop/background);
  }
  }
+
return bgfile;
 }
 
@@ -207,25 +228,35 @@
 EAPI void
 e_bg_default_set(char * file)
 {
-if (e_config-desktop_default_background)
-  {
-e_filereg_deregister(e_config-desktop_default_background);
-evas_stringshare_del(e_config-desktop_default_background);
-  }
-
-if (file)
-  {
-e_filereg_register(file);
-e_config-desktop_default_background = evas_stringshare_add(file);
-  }
-else
-   e_config-desktop_default_background = NULL;
+   E_Event_Bg_Update *ev;
+
+   if (e_config-desktop_default_background)
+ {
+   e_filereg_deregister(e_config-desktop_default_background);
+   evas_stringshare_del(e_config-desktop_default_background);
+ }
+
+   if (file)
+ {
+   e_filereg_register(file);
+   e_config-desktop_default_background = evas_stringshare_add(file);
+ }
+   else
+ e_config-desktop_default_background = NULL;
+
+   ev = E_NEW(E_Event_Bg_Update, 1);
+   ev-container = -1;
+   ev-zone = -1;
+   ev-desk_x = -1;
+   ev-desk_y = -1;
+   ecore_event_add(E_EVENT_BG_UPDATE, ev, _e_bg_event_bg_update_free, NULL);
 }
 
 EAPI void
 e_bg_add(int container, int zone, int desk_x, int desk_y, char *file)
 {
E_Config_Desktop_Background *cfbg;
+   E_Event_Bg_Update *ev;

e_bg_del(container, zone, desk_x, desk_y);
cfbg = 

E CVS: apps/e rephorm

2006-10-19 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_deskpreview.edc 


Log Message:
forgot the theme changes

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_deskpreview.edc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- default_deskpreview.edc 13 Oct 2006 02:49:40 -  1.2
+++ default_deskpreview.edc 20 Oct 2006 03:31:18 -  1.3
@@ -54,5 +54,13 @@
color: 0 0 0 0;
 }
   }
+  part {
+name: e.event.menu;
+ type: RECT;
+description {
+  state: default 0.0;
+   color: 0 0 0 0;
+}
+  }
}
 }



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


E CVS: apps/e rephorm

2006-10-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_thumb.c e_thumb.h e_widget_desk_preview.c 


Log Message:
add e_thumb_icon_rethumb() - allows re-thumbing after changing e.g. the size to 
thumb at
use rethumb in desk preview

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_thumb.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- e_thumb.c   28 Jul 2006 11:27:59 -  1.37
+++ e_thumb.c   18 Oct 2006 03:31:45 -  1.38
@@ -180,6 +180,20 @@
 }
 
 EAPI void
+e_thumb_icon_rethumb(Evas_Object *obj)
+{
+   E_Thumb *eth;
+   eth = evas_object_data_get(obj, e_thumbdata);
+   if (!eth) return;
+
+   if (eth-done) eth-done = 0;
+   else e_thumb_icon_end(obj);
+
+   e_thumb_icon_begin(obj);
+}
+
+
+EAPI void
 e_thumb_client_data(Ecore_Ipc_Event_Client_Data *e)
 {
int objid;
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_thumb.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_thumb.h   28 Jul 2006 11:27:59 -  1.7
+++ e_thumb.h   18 Oct 2006 03:31:45 -  1.8
@@ -16,6 +16,7 @@
 EAPI void  e_thumb_icon_size_set(Evas_Object *obj, int w, int 
h);
 EAPI void  e_thumb_icon_begin(Evas_Object *obj);
 EAPI void  e_thumb_icon_end(Evas_Object *obj);
+EAPI void e_thumb_icon_rethumb(Evas_Object *obj);
 
 EAPI void  e_thumb_client_data(Ecore_Ipc_Event_Client_Data *e);
 EAPI void  e_thumb_client_del(Ecore_Ipc_Event_Client_Del *e);
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_desk_preview.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- e_widget_desk_preview.c 16 Oct 2006 23:45:16 -  1.3
+++ e_widget_desk_preview.c 18 Oct 2006 03:31:45 -  1.4
@@ -4,7 +4,6 @@
 
 /* 
  * XXX need to detect when bg's change and update
- * XXX thumb doesn't properly change size 
  */
 #include e.h
 
@@ -164,7 +163,7 @@
 e_widget_min_size_set(dw, mw, mh);
 e_widget_table_object_repack(wd-table, dw, dd-x, dd-y, 1, 1, 1, 
1, 1, 1);
 e_thumb_icon_size_set(dd-thumb, tw, th);
-e_thumb_icon_begin(dd-thumb); /* XXX this isn't working - never 
ggetting new thumb */
+e_thumb_icon_rethumb(dd-thumb); 
  }
else
  {



-
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 rephorm

2006-10-16 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_bg.c e_bg.h e_widget.c e_widget_desk_preview.c 
e_widget_table.c e_widget_table.h 


Log Message:
Dynamically add and remove desks in the preview when you change the # of 
virtual desks. 
A few small fixmes still to go

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_bg.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- e_bg.c  16 Oct 2006 04:52:31 -  1.21
+++ e_bg.c  16 Oct 2006 23:45:16 -  1.22
@@ -10,55 +10,55 @@
 
 /* externally accessible functions */
 EAPI const char *
-e_bg_file_get(E_Zone *zone, E_Desk *desk)
+e_bg_file_get(int container_num, int zone_num, int desk_x, int desk_y)
 {
Evas_List *l, *ll, *entries;
int ok;
int current_spec;
const char *bgfile = ;
 
-
-   if (!zone) zone = 
e_zone_current_get(e_container_current_get(e_manager_current_get()));
-
ok = 0;
current_spec = 0; /* how specific the setting is - we want the least 
general one that applies */
 
-   /* look for desk specific background. if desk is NULL this is skipped */
-   for (l = e_config-desktop_backgrounds; desk  l; l = l-next)
+   /* look for desk specific background. */
+   if (container_num = 0 || zone_num = 0 || desk_x = 0 || desk_y = 0)
  {
-   E_Config_Desktop_Background *cfbg;
-   int spec;
-   
-   cfbg = l-data;
-   if ((cfbg-container = 0)  (zone-container-num != 
cfbg-container)) continue;
-   if ((cfbg-zone = 0)  (zone-num != cfbg-zone)) continue;
-   if ((cfbg-desk_x = 0)  (cfbg-desk_x != desk-x)) continue;
-   if ((cfbg-desk_y = 0)  (cfbg-desk_y != desk-y)) continue;
-
-   spec = 0;
-   if (cfbg-container = 0) spec++;
-   if (cfbg-zone = 0) spec++;
-   if (cfbg-desk_x = 0) spec++;
-   if (cfbg-desk_y = 0) spec++;
+   for (l = e_config-desktop_backgrounds; l; l = l-next)
+ {
+E_Config_Desktop_Background *cfbg;
+int spec;
 
-   if (spec = current_spec) continue;
+cfbg = l-data;
 
-   entries = edje_file_collection_list(cfbg-file);
-   if (entries)
- {
-for (ll = entries; ll; ll = ll-next)
+spec = 0;
+if (cfbg-container == container_num) spec++;
+else if (cfbg-container = 0) continue;
+if (cfbg-zone == zone_num) spec++;
+else if (cfbg-zone = 0) continue;
+if (cfbg-desk_x == desk_x) spec++;
+else if (cfbg-desk_x = 0) continue;
+if (cfbg-desk_y == desk_y) spec++;
+else if (cfbg-desk_y = 0) continue;
+
+if (spec = current_spec) continue;
+
+entries = edje_file_collection_list(cfbg-file);
+if (entries)
   {
- if (!strcmp(ll-data, e/desktop/background))
+ for (ll = entries; ll; ll = ll-next)
{
-  bgfile = cfbg-file;
-  current_spec = spec;
-  ok = 1;
+  if (!strcmp(ll-data, e/desktop/background))
+{
+   bgfile = cfbg-file;
+   current_spec = spec;
+   ok = 1;
+}
}
+ edje_file_collection_list_free(entries);
   }
-edje_file_collection_list_free(entries);
  }
  }
-   /* fall back to default bg for zone */
+   /* fall back to default */
if (!ok)
  {
entries = 
edje_file_collection_list(e_config-desktop_default_background);
@@ -89,13 +89,18 @@
Evas_Object *o;
const char *bgfile = ;
const char *trans = ;
+   E_Desk *desk;

if (transition == E_BG_TRANSITION_START) trans = e_config-transition_start;
else if (transition == E_BG_TRANSITION_DESK) trans = 
e_config-transition_desk;
else if (transition == E_BG_TRANSITION_CHANGE) trans = 
e_config-transition_change;
if ((!trans) || (strlen(trans)  1)) transition = E_BG_TRANSITION_NONE;
 
-   bgfile = e_bg_file_get(zone, e_desk_current_get(zone));
+   desk = e_desk_current_get(zone);
+   if (desk)
+ bgfile = e_bg_file_get(zone-container-num, zone-num, desk-x, desk-y);
+   else
+ bgfile = e_bg_file_get(zone-container-num, zone-num, -1, -1);
 
if (zone-bg_object)
  {
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_bg.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- e_bg.h  9 Oct 2006 19:06:43 -   1.6
+++ e_bg.h  16 Oct 2006 23:45:16 -  1.7
@@ -14,7 +14,7 @@
 #ifndef E_BG_H
 #define E_BG_H
 
-EAPI const char *e_bg_file_get(E_Zone *zone, E_Desk *desk);
+EAPI const char *e_bg_file_get(int container_num, int zone_num,  int desk_x, 
int 

E CVS: apps/e rephorm

2006-10-15 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_bg.c e_int_config_wallpaper.c 


Log Message:
fix wallpaper setting by screen
correct wallpaper is now found if this screen AND this desktop have been 
set (in that order)

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_bg.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- e_bg.c  9 Oct 2006 19:06:43 -   1.20
+++ e_bg.c  16 Oct 2006 04:52:31 -  1.21
@@ -14,22 +14,35 @@
 {
Evas_List *l, *ll, *entries;
int ok;
+   int current_spec;
const char *bgfile = ;
 
 
if (!zone) zone = 
e_zone_current_get(e_container_current_get(e_manager_current_get()));
 
ok = 0;
+   current_spec = 0; /* how specific the setting is - we want the least 
general one that applies */
+
/* look for desk specific background. if desk is NULL this is skipped */
for (l = e_config-desktop_backgrounds; desk  l; l = l-next)
  {
E_Config_Desktop_Background *cfbg;
+   int spec;

cfbg = l-data;
if ((cfbg-container = 0)  (zone-container-num != 
cfbg-container)) continue;
if ((cfbg-zone = 0)  (zone-num != cfbg-zone)) continue;
if ((cfbg-desk_x = 0)  (cfbg-desk_x != desk-x)) continue;
if ((cfbg-desk_y = 0)  (cfbg-desk_y != desk-y)) continue;
+
+   spec = 0;
+   if (cfbg-container = 0) spec++;
+   if (cfbg-zone = 0) spec++;
+   if (cfbg-desk_x = 0) spec++;
+   if (cfbg-desk_y = 0) spec++;
+
+   if (spec = current_spec) continue;
+
entries = edje_file_collection_list(cfbg-file);
if (entries)
  {
@@ -38,13 +51,12 @@
  if (!strcmp(ll-data, e/desktop/background))
{
   bgfile = cfbg-file;
+  current_spec = spec;
   ok = 1;
-  break;
}
   }
 edje_file_collection_list_free(entries);
  }
-   break;
  }
/* fall back to default bg for zone */
if (!ok)
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_wallpaper.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_int_config_wallpaper.c8 Oct 2006 08:04:17 -   1.18
+++ e_int_config_wallpaper.c16 Oct 2006 04:52:31 -  1.19
@@ -716,16 +716,9 @@
  
  cfbg = l-data;
  if (
- (((cfbg-container == z-container-num) ||
-   (cfbg-container  0))  
-  ((cfbg-zone == 0) ||
-   (cfbg-zone  0)))
- ||
- (((cfbg-zone == z-num) ||
-   (cfbg-zone  0))  
-  ((cfbg-container == 0) ||
-   (cfbg-container  0)))
- )
+ (cfbg-container == z-container-num) 
+ (cfbg-zone == z-num) 
+)
fl = evas_list_append(fl, cfbg);
   }
 while (fl)



-
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 rephorm

2006-10-14 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_menus.c 


Log Message:
fix segv. bad devilhorns! :)

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_menus.c,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -3 -r1.174 -r1.175
--- e_int_menus.c   14 Oct 2006 01:02:16 -  1.174
+++ e_int_menus.c   14 Oct 2006 06:14:16 -  1.175
@@ -843,7 +843,6 @@
Evas_List *l, *borders = NULL, *alt = NULL;
E_Zone *zone = NULL;
E_Desk *desk = NULL;
-   const char *s;
 
e_menu_pre_activate_callback_set(m, NULL, NULL);
/* get the current clients */
@@ -897,7 +896,6 @@
mi = e_menu_item_new(m);
e_menu_item_label_set(mi, _(Cleanup Windows));
e_util_menu_item_edje_icon_set(mi, enlightenment/windows);
-   if (s) evas_stringshare_del(s);
e_menu_item_callback_set(mi, _e_int_menus_clients_cleanup_cb, zone);

e_object_free_attach_func_set(E_OBJECT(m), _e_int_menus_clients_free_hook);



-
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 rephorm

2006-10-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_color_dialog.c e_color_dialog.h e_test.c 
e_widget_color_well.c 


Log Message:

add a change callback to the color dialog
update grad preview live as you select a color

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_color_dialog.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_color_dialog.c13 Oct 2006 20:35:39 -  1.7
+++ e_color_dialog.c14 Oct 2006 04:50:00 -  1.8
@@ -8,6 +8,7 @@
 static void _e_color_dialog_button2_click(void *data, E_Dialog *edia);
 static void _e_color_dialog_free(E_Color_Dialog *dia);
 static void _e_color_dialog_dia_del(void *obj);
+static void _e_color_dialog_cb_csel_change(void *data, Evas_Object *obj);
 
 /**
  * Create a color selector dialog.
@@ -38,6 +39,7 @@
evas_object_show(o);
e_widget_min_size_get(o, mw, mh);
e_dialog_content_set(dia-dia, o, 460, 260);
+   e_widget_on_change_hook_set(o, _e_color_dialog_cb_csel_change, dia);
 
/* buttons at the bottom */
e_dialog_button_add(dia-dia, OK, NULL,  _e_color_dialog_button1_click, 
dia);
@@ -65,17 +67,35 @@
 }
 
 void
-e_color_dialog_select_callback_add(E_Color_Dialog *dia, void 
(*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data)
+e_color_dialog_select_callback_set(E_Color_Dialog *dia, void 
(*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data)
 {
dia-select_func = func;
dia-select_data = data;
 }
 
 void
-e_color_dialog_cancel_callback_add(E_Color_Dialog *dia, void 
(*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data)
+e_color_dialog_cancel_callback_set(E_Color_Dialog *dia, void 
(*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data)
 {
dia-cancel_func = func;
dia-cancel_data = data;
+}
+
+
+EAPI void
+e_color_dialog_change_callback_set(E_Color_Dialog *dia, void 
(*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data)
+{
+   dia-change_func = func;
+   dia-change_data = data;
+}
+
+static void
+_e_color_dialog_cb_csel_change(void *data, Evas_Object *obj)
+{
+   E_Color_Dialog *dia;
+   dia = data;
+   printf(COLOR DIALOG csel change\n);
+   if (dia-change_func  dia-color)
+ dia-change_func(dia, dia-color, dia-change_data);
 }
 
 static void
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_color_dialog.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_color_dialog.h10 Sep 2006 04:51:07 -  1.4
+++ e_color_dialog.h14 Oct 2006 04:50:00 -  1.5
@@ -24,13 +24,16 @@
void  *select_data;
void (*cancel_func)(E_Color_Dialog *dia, E_Color *color, void *data);
void  *cancel_data;
+   void (*change_func)(E_Color_Dialog *dia, E_Color *color, void *data);
+   void  *change_data;
 };
 
 EAPI E_Color_Dialog  *e_color_dialog_new(E_Container *con, 
const E_Color *initial_color);
 EAPI void e_color_dialog_show   (E_Color_Dialog *dia);
 EAPI void e_color_dialog_title_set  (E_Color_Dialog *dia, 
const char *title);
-EAPI void e_color_dialog_select_callback_add(E_Color_Dialog *dia, 
void (*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data);
-EAPI void e_color_dialog_cancel_callback_add(E_Color_Dialog *dia, 
void (*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data);
+EAPI void e_color_dialog_select_callback_set(E_Color_Dialog *dia, 
void (*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data);
+EAPI void e_color_dialog_cancel_callback_set(E_Color_Dialog *dia, 
void (*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data);
+EAPI void e_color_dialog_change_callback_set(E_Color_Dialog *dia, 
void (*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data);
 
 #endif
 #endif
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_test.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -3 -r1.74 -r1.75
--- e_test.c30 Aug 2006 14:45:33 -  1.74
+++ e_test.c14 Oct 2006 04:50:00 -  1.75
@@ -668,7 +668,7 @@
 
d = e_color_dialog_new(con, NULL);
e_color_dialog_show(d);
-   e_color_dialog_select_callback_add(d, _e_test_cb_ok, NULL);
+   e_color_dialog_select_callback_set(d, _e_test_cb_ok, NULL);
 }
 
 #else
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_color_well.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_widget_color_well.c   13 Oct 2006 02:49:40 -  1.10
+++ e_widget_color_well.c   14 Oct 2006 04:50:00 -  1.11
@@ -20,6 +20,7 @@
 static void 

E CVS: apps/e rephorm

2006-10-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
TODO 


Log Message:
todo++

===
RCS file: /cvs/e/e17/apps/e/TODO,v
retrieving revision 1.466
retrieving revision 1.467
diff -u -3 -r1.466 -r1.467
--- TODO14 Oct 2006 03:29:23 -  1.466
+++ TODO14 Oct 2006 04:53:20 -  1.467
@@ -76,6 +76,7 @@
   wallpaper dialog. should default to only changing the clicked desktop
 * desktop flip animations need to allow control over accel/decel and
   have a better ui - add wobble and controls etc. etc.
+* internal windows (config dialogs, etc) should re-open after a restart
 ]]]
 
 [[[



-
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 rephorm

2006-10-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_color_dialog.c e_widget_color_well.c 


Log Message:

printf--

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_color_dialog.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_color_dialog.c14 Oct 2006 04:50:00 -  1.8
+++ e_color_dialog.c14 Oct 2006 04:54:44 -  1.9
@@ -93,7 +93,6 @@
 {
E_Color_Dialog *dia;
dia = data;
-   printf(COLOR DIALOG csel change\n);
if (dia-change_func  dia-color)
  dia-change_func(dia, dia-color, dia-change_data);
 }
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_color_well.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- e_widget_color_well.c   14 Oct 2006 04:50:00 -  1.11
+++ e_widget_color_well.c   14 Oct 2006 04:54:44 -  1.12
@@ -79,7 +79,6 @@
 {
E_Widget_Data *wd;
wd = data;
-   printf(COLOR WELL change_cb\n);
e_color_copy(color, wd-color);
_e_wid_update(wd);
 }



-
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 rephorm

2006-10-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_color_dialog.c e_widget_color_well.c e_color_dialog.h 


Log Message:

store the initial color when opening a color dialog, and return that on cancel
use this in color well

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_color_dialog.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_color_dialog.c14 Oct 2006 04:54:44 -  1.9
+++ e_color_dialog.c14 Oct 2006 05:04:01 -  1.10
@@ -29,12 +29,15 @@
e_dialog_title_set(dia-dia, Color Selector);

dia-color = calloc(1, sizeof(E_Color));
+   dia-initial = calloc(1, sizeof(E_Color));
 
if (color)
  e_color_copy(color, dia-color);
else
   dia-color-a = 255;
 
+   e_color_copy(dia-color, dia-initial);
+
o = e_widget_csel_add(dia-dia-win-evas, dia-color);
evas_object_show(o);
e_widget_min_size_get(o, mw, mh);
@@ -114,8 +117,8 @@
E_Color_Dialog *dia;
 
dia = data;
-   if(dia-cancel_func  dia-color)
- dia-cancel_func(dia, dia-color, dia-cancel_data);
+   if(dia-cancel_func  dia-initial)
+ dia-cancel_func(dia, dia-initial, dia-cancel_data);
_e_color_dialog_free(data); 
 }
 
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_color_well.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_widget_color_well.c   14 Oct 2006 04:54:44 -  1.12
+++ e_widget_color_well.c   14 Oct 2006 05:04:01 -  1.13
@@ -71,6 +71,9 @@
 {
E_Widget_Data *wd;
wd = data;
+   /* cancel sends the original color back */
+   e_color_copy(color, wd-color);
+   _e_wid_update(wd);
wd-dia = NULL;
 }
 
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_color_dialog.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_color_dialog.h14 Oct 2006 04:50:00 -  1.5
+++ e_color_dialog.h14 Oct 2006 05:04:01 -  1.6
@@ -18,7 +18,7 @@
E_Container *con;
E_Dialog*dia;

-   E_Color *color;
+   E_Color *color, *initial;
   
void (*select_func)(E_Color_Dialog *dia, E_Color *color, void *data);
void  *select_data;
@@ -31,6 +31,8 @@
 EAPI E_Color_Dialog  *e_color_dialog_new(E_Container *con, 
const E_Color *initial_color);
 EAPI void e_color_dialog_show   (E_Color_Dialog *dia);
 EAPI void e_color_dialog_title_set  (E_Color_Dialog *dia, 
const char *title);
+
+/* select and change pass the current color back, cancel passes the initial 
color */
 EAPI void e_color_dialog_select_callback_set(E_Color_Dialog *dia, 
void (*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data);
 EAPI void e_color_dialog_cancel_callback_set(E_Color_Dialog *dia, 
void (*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data);
 EAPI void e_color_dialog_change_callback_set(E_Color_Dialog *dia, 
void (*func)(E_Color_Dialog *dia, E_Color *color, void *data), void *data);



-
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 rephorm

2006-10-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_wallpaper_gradient.c 


Log Message:

add button to swap colors

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_wallpaper_gradient.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_int_config_wallpaper_gradient.c   13 Oct 2006 21:16:05 -  1.16
+++ e_int_config_wallpaper_gradient.c   14 Oct 2006 05:16:00 -  1.17
@@ -27,6 +27,8 @@
Evas_Object *fill_dd_obj;
Evas_Object *fill_rad_obj;
 
+   Evas_Object *well1, *well2;
+
Evas_Object *preview;
 
Ecore_Exe *exe;
@@ -54,6 +56,7 @@
Evas_Coord w, Evas_Coord h);
 static Evas_Object *_preview_widget_add(Evas *evas);
 static void _import_cb_on_change(void *data, Evas_Object *obj);
+static void _import_cb_color_swap(void *data, void *data2);
 
 EAPI E_Dialog *
 e_int_config_wallpaper_gradient(E_Config_Dialog *parent)
@@ -135,11 +138,17 @@
e_widget_on_change_hook_set(o, _import_cb_on_change, import);
evas_object_show(o);
e_widget_table_object_append(ott, o, 1, 1, 1, 1, 1, 1, 1, 1);
+   import-well1 = o;
 
o = e_widget_color_well_add(evas, cfdata-color2, 1);
e_widget_on_change_hook_set(o, _import_cb_on_change, import);
evas_object_show(o);
e_widget_table_object_append(ott, o, 1, 2, 1, 1, 1, 1, 1, 1);
+   import-well2 = o;
+
+   o = e_widget_button_add(evas, Swap Colors, , _import_cb_color_swap, 
import, NULL);
+   evas_object_show(o);
+   e_widget_table_object_append(ott, o, 1, 3, 1, 1, 1, 1, 1, 1);
 
e_widget_table_object_append(ot, ott, 0, 0, 1, 1, 1, 1, 1, 1);   
 
@@ -464,3 +473,20 @@
  }
 }
 
+static void
+_import_cb_color_swap(void *data, void *data2)
+{
+   Import *import;
+   E_Color *tmp;
+
+   import = data;
+
+   tmp = malloc(sizeof(E_Color));
+   e_color_copy(import-cfdata-color1, tmp);
+   e_color_copy(import-cfdata-color2, import-cfdata-color1);
+   e_color_copy(tmp, import-cfdata-color2);
+
+   e_widget_color_well_update(import-well1);
+   e_widget_color_well_update(import-well2);
+   _import_cb_on_change(import, 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: apps/e rephorm

2006-10-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_fileman.edc 


Log Message:
bsd cpp includes whitespace before string params in macros, breaking c string 
concatenation :(

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_fileman.edc,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- default_fileman.edc 10 Oct 2006 11:02:08 -  1.48
+++ default_fileman.edc 14 Oct 2006 05:40:33 -  1.49
@@ -5802,42 +5802,42 @@
 FILEMAN_ICON(home);
 FILEMAN_ICON(desktop);
 
-FILEMAN_MIME(application/pdf, pdf);
-FILEMAN_MIME(text/x-csrc, c);
-FILEMAN_MIME(text/x-chdr, h);
-FILEMAN_MIME(application/x-object, o);
-FILEMAN_MIME(application/x-shellscript, sh);
-FILEMAN_MIME(image/png, png);
-FILEMAN_MIME(image/jpeg, jpg);
-FILEMAN_MIME(video/x-msvideo, avi);
-FILEMAN_MIME(audio/mpeg, mp3);
-FILEMAN_MIME(application/x-xcf, xcf);
-FILEMAN_MIME(text/x-c++src, cpp);
-FILEMAN_MIME(text/x-csharp, cs);
-FILEMAN_MIME(text/x-patch, patch);
-FILEMAN_MIME(application/msword, doc);
-FILEMAN_MIME(application/ogg, ogg);
-FILEMAN_MIME(text/plain, txt);
-FILEMAN_MIME(application/x-bzip, bz2);
-FILEMAN_MIME(application/x-deb, deb);
-FILEMAN_MIME(application/x-font-ttf, ttf);
-FILEMAN_MIME(application/x-font-pcf, pcf);
-FILEMAN_MIME(application/x-font-bdf, bdf);
-FILEMAN_MIME(text/css, css);
-FILEMAN_MIME(text/html, html);
-FILEMAN_MIME(text/html, htm);
-FILEMAN_MIME(application/zip, zip);
-FILEMAN_MIME(application/x-gzip, gz);
-FILEMAN_MIME(application/x-bzip-compressed-tar, tar);
-FILEMAN_MIME(application/x-bzip2-compressed-tar, tar);
-FILEMAN_MIME(application/x-compressed-tar, tar);
-FILEMAN_MIME(application/x-tar, tar);
-FILEMAN_MIME(video/mpeg, mpg);
+FILEMAN_MIME(application/pdf,pdf);
+FILEMAN_MIME(text/x-csrc,c);
+FILEMAN_MIME(text/x-chdr,h);
+FILEMAN_MIME(application/x-object,o);
+FILEMAN_MIME(application/x-shellscript,sh);
+FILEMAN_MIME(image/png,png);
+FILEMAN_MIME(image/jpeg,jpg);
+FILEMAN_MIME(video/x-msvideo,avi);
+FILEMAN_MIME(audio/mpeg,mp3);
+FILEMAN_MIME(application/x-xcf,xcf);
+FILEMAN_MIME(text/x-c++src,cpp);
+FILEMAN_MIME(text/x-csharp,cs);
+FILEMAN_MIME(text/x-patch,patch);
+FILEMAN_MIME(application/msword,doc);
+FILEMAN_MIME(application/ogg,ogg);
+FILEMAN_MIME(text/plain,txt);
+FILEMAN_MIME(application/x-bzip,bz2);
+FILEMAN_MIME(application/x-deb,deb);
+FILEMAN_MIME(application/x-font-ttf,ttf);
+FILEMAN_MIME(application/x-font-pcf,pcf);
+FILEMAN_MIME(application/x-font-bdf,bdf);
+FILEMAN_MIME(text/css,css);
+FILEMAN_MIME(text/html,html);
+FILEMAN_MIME(text/html,htm);
+FILEMAN_MIME(application/zip,zip);
+FILEMAN_MIME(application/x-gzip,gz);
+FILEMAN_MIME(application/x-bzip-compressed-tar,tar);
+FILEMAN_MIME(application/x-bzip2-compressed-tar,tar);
+FILEMAN_MIME(application/x-compressed-tar,tar);
+FILEMAN_MIME(application/x-tar,tar);
+FILEMAN_MIME(video/mpeg,mpg);
 
-FILEMAN_MIME(video, mpg);
-FILEMAN_MIME(text, txt);
-FILEMAN_MIME(image, png);
-FILEMAN_MIME(audio, mp3);
+FILEMAN_MIME(video,mpg);
+FILEMAN_MIME(text,txt);
+FILEMAN_MIME(image,png);
+FILEMAN_MIME(audio,mp3);
 
 FULL_SIZE_FILEMAN_BUTTON(open);
 FULL_SIZE_FILEMAN_BUTTON(copy);



-
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 rephorm

2006-10-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_widget_color_well.c e_widget_desk_preview.c 


Log Message:

Fix bug: overlap in deskpreview with a single desktop
move color well default min size from theme into the widget itself (may still 
need to be tweaked a bit -- but can always be overridden when using the widget)



===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_color_well.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- e_widget_color_well.c   3 Oct 2006 14:14:11 -   1.9
+++ e_widget_color_well.c   13 Oct 2006 02:49:40 -  1.10
@@ -139,8 +139,7 @@
evas_object_show(o); 
wd-o_edje = o;
 
-   edje_object_size_min_calc(o, mw, mh);
-   e_widget_min_size_set(obj, mw, mh);
+   e_widget_min_size_set(obj, 50, 50);
 
o = evas_object_rectangle_add(evas);
e_widget_sub_object_add(obj, o);
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_desk_preview.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- e_widget_desk_preview.c 9 Oct 2006 19:06:43 -   1.1
+++ e_widget_desk_preview.c 13 Oct 2006 02:49:40 -  1.2
@@ -92,7 +92,7 @@
e_widget_aspect_child_set(wd-aspect, o); 
wd-table = o;
 
-   evas_object_geometry_get(wd-aspect, NULL, NULL, aw, ah);
+   evas_object_geometry_get(wd-table, NULL, NULL, aw, ah);
 
if (ny  nx)
  {
@@ -150,7 +150,7 @@
 e_icon_fill_inside_set(o, 0);
 e_thumb_icon_file_set(o, bgfile, e/desktop/background);
 e_thumb_icon_size_set(o, tw, th);
-edje_object_part_swallow(overlay, e.swallow.desk, o);
+edje_object_part_swallow(overlay, e.swallow.content, o);
 e_thumb_icon_begin(o);
 evas_object_show(o);
 e_widget_sub_object_add(dw, 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 rephorm

2006-10-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
TODO 


Log Message:

Fix bug: overlap in deskpreview with a single desktop
move color well default min size from theme into the widget itself (may still 
need to be tweaked a bit -- but can always be overridden when using the widget)



===
RCS file: /cvs/e/e17/apps/e/TODO,v
retrieving revision 1.462
retrieving revision 1.463
diff -u -3 -r1.462 -r1.463
--- TODO12 Oct 2006 14:23:53 -  1.462
+++ TODO13 Oct 2006 02:49:39 -  1.463
@@ -16,7 +16,6 @@
 * BUG: match this window only doesnt fall back to other unused remembers
 * BUG: xdaliclock -transparent doesnt use shaped border (not handling shape
   change later)
-* BUG: Virtual desks preview widget overlaps the sliders when desk counts are 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 rephorm

2006-10-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_color_well.edc default_deskpreview.edc 


Log Message:

Fix bug: overlap in deskpreview with a single desktop
move color well default min size from theme into the widget itself (may still 
need to be tweaked a bit -- but can always be overridden when using the widget)



===
RCS file: /cvs/e/e17/apps/e/data/themes/default_color_well.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- default_color_well.edc  12 Oct 2006 14:05:19 -  1.6
+++ default_color_well.edc  13 Oct 2006 02:49:40 -  1.7
@@ -11,7 +11,6 @@
 mouse_events:  0;
 description {
state:default 0.0;
-min: 50 50;
rel1 {
   to:   overlay;
}
===
RCS file: /cvs/e/e17/apps/e/data/themes/default_deskpreview.edc,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- default_deskpreview.edc 9 Oct 2006 19:06:43 -   1.1
+++ default_deskpreview.edc 13 Oct 2006 02:49:40 -  1.2
@@ -39,7 +39,7 @@
 }
   }
   part {
-name:  e.swallow.desk;
+name:  e.swallow.content;
 mouse_events:  0;
 type:  SWALLOW;
 clip_to:   clip;



-
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 rephorm

2006-10-12 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
TODO 


Log Message:

remove old todo fragment that has already been done

===
RCS file: /cvs/e/e17/apps/e/TODO,v
retrieving revision 1.463
retrieving revision 1.464
diff -u -3 -r1.463 -r1.464
--- TODO13 Oct 2006 02:49:39 -  1.463
+++ TODO13 Oct 2006 05:02:37 -  1.464
@@ -59,7 +59,6 @@
 * remove config items marked for removal
 * make default set of apps .desktop files in tarball
 * about dialog can do with redesign
-* edje needs to be updated so we can do proper fills for non 0 angles.
 * clientinfo dialog could be nicer - then again it is an obsucre thing.
 * desklock's pam profile should be configurable as system-auth doesn't
   always work and the fallback checks might not work either.



-
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 rephorm

2006-10-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
Makefile.am e_bg.c e_bg.h e_includes.h e_int_config_desks.c 
Added Files:
e_widget_aspect.c e_widget_aspect.h e_widget_desk_preview.c 
e_widget_desk_preview.h 


Log Message:

add preview widget to Virtual Desktops dialog

===
RCS file: /cvs/e/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -3 -r1.156 -r1.157
--- Makefile.am 8 Oct 2006 13:16:45 -   1.156
+++ Makefile.am 9 Oct 2006 19:06:43 -   1.157
@@ -172,7 +172,9 @@
 e_sys.h \
 e_obj_dialog.h \
 e_int_config_transitions.h \
-e_fwin.h
+e_fwin.h \
+e_widget_aspect.h \
+e_widget_desk_preview.h
  
 enlightenment_src = \
 e_user.c \
@@ -321,6 +323,8 @@
 e_int_config_transitions.c \
 e_obj_dialog.c \
 e_fwin.c \
+e_widget_aspect.c \
+e_widget_desk_preview.c \
 $(ENLIGHTENMENTHEADERS)
 
 enlightenment_SOURCES = \
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_bg.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- e_bg.c  8 Oct 2006 21:15:21 -   1.19
+++ e_bg.c  9 Oct 2006 19:06:43 -   1.20
@@ -10,22 +10,24 @@
 
 /* externally accessible functions */
 EAPI const char *
-e_bg_file_get(E_Zone *zone)
+e_bg_file_get(E_Zone *zone, E_Desk *desk)
 {
Evas_List *l, *ll, *entries;
int ok;
const char *bgfile = ;
+
+
+   if (!zone) zone = 
e_zone_current_get(e_container_current_get(e_manager_current_get()));
+
ok = 0;
-   for (l = e_config-desktop_backgrounds; l; l = l-next)
+   /* look for desk specific background. if desk is NULL this is skipped */
+   for (l = e_config-desktop_backgrounds; desk  l; l = l-next)
  {
E_Config_Desktop_Background *cfbg;
-   E_Desk *desk;

cfbg = l-data;
if ((cfbg-container = 0)  (zone-container-num != 
cfbg-container)) continue;
if ((cfbg-zone = 0)  (zone-num != cfbg-zone)) continue;
-   desk = e_desk_current_get(zone);
-   if (!desk) continue;
if ((cfbg-desk_x = 0)  (cfbg-desk_x != desk-x)) continue;
if ((cfbg-desk_y = 0)  (cfbg-desk_y != desk-y)) continue;
entries = edje_file_collection_list(cfbg-file);
@@ -44,6 +46,7 @@
  }
break;
  }
+   /* fall back to default bg for zone */
if (!ok)
  {
entries = 
edje_file_collection_list(e_config-desktop_default_background);
@@ -80,7 +83,7 @@
else if (transition == E_BG_TRANSITION_CHANGE) trans = 
e_config-transition_change;
if ((!trans) || (strlen(trans)  1)) transition = E_BG_TRANSITION_NONE;
 
-   bgfile = e_bg_file_get(zone);
+   bgfile = e_bg_file_get(zone, e_desk_current_get(zone));
 
if (zone-bg_object)
  {
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_bg.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_bg.h  8 Oct 2006 21:15:21 -   1.5
+++ e_bg.h  9 Oct 2006 19:06:43 -   1.6
@@ -14,7 +14,7 @@
 #ifndef E_BG_H
 #define E_BG_H
 
-EAPI const char *e_bg_file_get(E_Zone *zone);
+EAPI const char *e_bg_file_get(E_Zone *zone, E_Desk *desk);
 EAPI void e_bg_zone_update(E_Zone *zone, E_Bg_Transition transition);
 EAPI void e_bg_add(int container, int zone, int desk_x, int desk_y, char 
*file);
 EAPI void e_bg_del(int container, int zone, int desk_x, int desk_y);
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -3 -r1.133 -r1.134
--- e_includes.h3 Oct 2006 05:49:31 -   1.133
+++ e_includes.h9 Oct 2006 19:06:43 -   1.134
@@ -149,3 +149,5 @@
 #include e_int_config_transitions.h
 #include e_obj_dialog.h
 #include e_fwin.h
+#include e_widget_aspect.h
+#include e_widget_desk_preview.h
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_desks.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_int_config_desks.c8 Oct 2006 08:04:17 -   1.23
+++ e_int_config_desks.c9 Oct 2006 19:06:43 -   1.24
@@ -10,6 +10,7 @@
 static int _advanced_apply_data(E_Config_Dialog *cfd, E_Config_Dialog_Data 
*cfdata);
 static Evas_Object *_basic_create_widgets(E_Config_Dialog *cfd, Evas *evas, 
E_Config_Dialog_Data *cfdata);
 static Evas_Object *_advanced_create_widgets(E_Config_Dialog *cfd, Evas *evas, 
E_Config_Dialog_Data *cfdata);
+static void _cb_slider_change(void *data, Evas_Object *obj);
 
 /* Actual config data we will be playing with whil the dialog is active */
 struct _E_Config_Dialog_Data
@@ -28,6 +29,9 @@
int flip_mode;
int flip_interp;
double flip_speed;
+
+   /*- GUI -*/
+   

E CVS: apps/e rephorm

2006-10-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
Makefile.am default.edc 
Added Files:
default_deskpreview.edc 


Log Message:

add preview widget to Virtual Desktops dialog

===
RCS file: /cvs/e/e17/apps/e/data/themes/Makefile.am,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- Makefile.am 10 Sep 2006 04:51:07 -  1.46
+++ Makefile.am 9 Oct 2006 19:06:43 -   1.47
@@ -57,7 +57,8 @@
 default_cslider.edc \
 default_spectrum.edc \
 default_color_well.edc \
-default_sys.edc
+default_sys.edc \
+default_deskpreview.edc
 
 default.edj: Makefile $(EXTRA_DIST)
$(EDJE_CC) $(EDJE_FLAGS) \
===
RCS file: /cvs/e/e17/apps/e/data/themes/default.edc,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -3 -r1.72 -r1.73
--- default.edc 10 Sep 2006 04:51:07 -  1.72
+++ default.edc 9 Oct 2006 19:06:43 -   1.73
@@ -75,5 +75,6 @@
 #include default_spectrum.edc
 #include default_color_well.edc
 #include default_sys.edc
+#include default_deskpreview.edc
 }
 



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


E CVS: apps/e rephorm

2006-10-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
TODO 


Log Message:
(--TODO)++

===
RCS file: /cvs/e/e17/apps/e/TODO,v
retrieving revision 1.453
retrieving revision 1.454
diff -u -3 -r1.453 -r1.454
--- TODO1 Oct 2006 13:41:16 -   1.453
+++ TODO9 Oct 2006 19:24:22 -   1.454
@@ -87,7 +87,8 @@
   e_fm2? or custom widget?
 * virtualize e_bg to be able to put a bg in any canvas (given any desktop
   config input) and return an object.
-* virtual desktops config needs a preview of the desktops and their bg's
+* virtual desktops preview should allow clicking on a desk to access the
+  wallpaper dialog. should default to only changing the clicked desktop
 * desktop flip animations need to allow control over accel/decel and
   have a better ui - add wobble and controls etc. etc.
 ]]]



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


E CVS: apps/e rephorm

2006-10-09 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_desks.c 


Log Message:
add preview to advanced also

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_desks.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e_int_config_desks.c9 Oct 2006 19:06:43 -   1.24
+++ e_int_config_desks.c9 Oct 2006 19:55:20 -   1.25
@@ -229,10 +229,19 @@

of = e_widget_framelist_add(evas, _(Number of Desktops), 0);
ot = e_widget_table_add(evas, 0);
+
+   ob = e_widget_desk_preview_add(evas, cfdata-x, cfdata-y);
+   e_widget_table_object_append(ot, ob, 0, 0, 1, 1, 1, 1, 1, 1);
+   cfdata-preview = ob;
+
ob = e_widget_slider_add(evas, 0, 0, _(%1.0f), 1.0, 12.0, 1.0, 0, NULL, 
(cfdata-y), 150);
+   e_widget_on_change_hook_set(ob, _cb_slider_change, cfdata);
e_widget_table_object_append(ot, ob, 1, 0, 1, 1, 0, 1, 0, 1);
+
ob = e_widget_slider_add(evas, 1, 0, _(%1.0f), 1.0, 12.0, 1.0, 0, NULL, 
(cfdata-x), 200);
+   e_widget_on_change_hook_set(ob, _cb_slider_change, cfdata);
e_widget_table_object_append(ot, ob, 0, 1, 1, 1, 1, 0, 1, 0);
+
e_widget_framelist_object_append(of, ot);
e_widget_table_object_append(ott, of, 0, 0, 1, 2, 1, 1, 1, 1);




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


E CVS: apps/e rephorm

2006-10-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_widget_cslider.c 


Log Message:

fix color slider gradient fills after evas changes

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_cslider.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_widget_cslider.c  30 Sep 2006 10:16:23 -  1.8
+++ e_widget_cslider.c  8 Oct 2006 15:21:04 -   1.9
@@ -78,7 +78,7 @@
e_widget_sub_object_add(obj, o);
 
if (wd-vertical)
- evas_object_gradient_angle_set(o, 180);
+ evas_object_gradient_angle_set(o, 0);
else
  evas_object_gradient_angle_set(o, 270);
 
@@ -113,10 +113,7 @@
 _e_wid_resize(void *data, Evas_Object *o, Evas_Coord w, Evas_Coord h)
 {
E_Widget_Data *wd = data;
-   if (wd-vertical)
- evas_object_gradient_fill_set(o, 0, 0, w, h); 
-   else
- evas_object_gradient_fill_set(o, 0, 0, h, w); 
+   evas_object_gradient_fill_set(o, 0, 0, w, h); 
evas_object_resize(o, w, h);
evas_object_resize(wd-o_event, w, h);
 }



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


E CVS: apps/e rephorm

2006-10-08 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_bg.c e_bg.h 


Log Message:

break code that finds bg file for a zone into a separate function

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_bg.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- e_bg.c  23 Aug 2006 03:39:01 -  1.18
+++ e_bg.c  8 Oct 2006 21:15:21 -   1.19
@@ -9,20 +9,12 @@
 /* local subsystem globals */
 
 /* externally accessible functions */
-EAPI void
-e_bg_zone_update(E_Zone *zone, E_Bg_Transition transition)
+EAPI const char *
+e_bg_file_get(E_Zone *zone)
 {
-   Evas_Object *o;
Evas_List *l, *ll, *entries;
int ok;
const char *bgfile = ;
-   const char *trans = ;
-   
-   if (transition == E_BG_TRANSITION_START) trans = e_config-transition_start;
-   else if (transition == E_BG_TRANSITION_DESK) trans = 
e_config-transition_desk;
-   else if (transition == E_BG_TRANSITION_CHANGE) trans = 
e_config-transition_change;
-   if ((!trans) || (strlen(trans)  1)) transition = E_BG_TRANSITION_NONE;
-
ok = 0;
for (l = e_config-desktop_backgrounds; l; l = l-next)
  {
@@ -73,6 +65,23 @@
 bgfile = e_theme_edje_file_get(base/theme/background, 
e/desktop/background);
  }
  }
+   return bgfile;
+}
+
+EAPI void
+e_bg_zone_update(E_Zone *zone, E_Bg_Transition transition)
+{
+   Evas_Object *o;
+   const char *bgfile = ;
+   const char *trans = ;
+   
+   if (transition == E_BG_TRANSITION_START) trans = e_config-transition_start;
+   else if (transition == E_BG_TRANSITION_DESK) trans = 
e_config-transition_desk;
+   else if (transition == E_BG_TRANSITION_CHANGE) trans = 
e_config-transition_change;
+   if ((!trans) || (strlen(trans)  1)) transition = E_BG_TRANSITION_NONE;
+
+   bgfile = e_bg_file_get(zone);
+
if (zone-bg_object)
  {
const char *pfile = ;
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_bg.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_bg.h  30 Jun 2005 14:35:18 -  1.4
+++ e_bg.h  8 Oct 2006 21:15:21 -   1.5
@@ -14,6 +14,7 @@
 #ifndef E_BG_H
 #define E_BG_H
 
+EAPI const char *e_bg_file_get(E_Zone *zone);
 EAPI void e_bg_zone_update(E_Zone *zone, E_Bg_Transition transition);
 EAPI void e_bg_add(int container, int zone, int desk_x, int desk_y, char 
*file);
 EAPI void e_bg_del(int container, int zone, int desk_x, int desk_y);



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


E CVS: apps/e rephorm

2006-09-01 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_shelf.edc 


Log Message:
oops, looks like i got distracted and forgot to finish these (thanks for 
catching that sndev)

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_shelf.edc,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- default_shelf.edc   31 Aug 2006 03:28:26 -  1.13
+++ default_shelf.edc   1 Sep 2006 19:31:32 -   1.14
@@ -870,96 +870,96 @@
programs {
   program {
 name:orient1;
-signal:  e,state,orientation,;
-source:  top;
+signal:  e,state,orientation,top;
+source:  e;
 action:  STATE_SET default 0.0;
 target:  base;
 target:  e.swallow.content;
   }
   program {
 name:orient2;
-signal:  e,state,orientation,;
-source:  top_left;
+signal:  e,state,orientation,top_left;
+source:  e;
 action:  STATE_SET top_left 0.0;
 target:  base;
 target:  e.swallow.content;
   }
   program {
 name:orient3;
-signal:  e,state,orientation,;
-source:  top_right;
+signal:  e,state,orientation,top_right;
+source:  e;
 action:  STATE_SET top_right 0.0;
 target:  base;
 target:  e.swallow.content;
   }
   program {
 name:orient4;
-signal:  e,state,orientation,;
-source:  bottom;
+signal:  e,state,orientation,bottom;
+source:  e;
 action:  STATE_SET bottom 0.0;
 target:  base;
 target:  e.swallow.content;
   }
   program {
 name:orient5;
-signal:  e,state,orientation,;
-source:  bottom_left;
+signal:  e,state,orientation,bottom_left;
+source:  e;
 action:  STATE_SET bottom_left 0.0;
 target:  base;
 target:  e.swallow.content;
   }
   program {
 name:orient6;
-signal:  e,state,orientation,;
-source:  bottom_right;
+signal:  e,state,orientation,bottom_right;
+source:  e;
 action:  STATE_SET bottom_right 0.0;
 target:  base;
 target:  e.swallow.content;
   }
   program {
 name:orient7;
-signal:  e,state,orientation,;
-source:  left;
+signal:  e,state,orientation,left;
+source:  e;
 action:  STATE_SET left 0.0;
 target:  base;
 target:  e.swallow.content;
   }
   program {
 name:orient8;
-signal:  e,state,orientation,;
-source:  left_top;
+signal:  e,state,orientation,left_top;
+source:  e;
 action:  STATE_SET left_top 0.0;
 target:  base;
 target:  e.swallow.content;
   }
   program {
 name:orient9;
-signal:  e,state,orientation,;
-source:  left_bottom;
+signal:  e,state,orientation,left_bottom;
+source:  e;
 action:  STATE_SET left_bottom 0.0;
 target:  base;
 target:  e.swallow.content;
   }
   program {
 name:orient10;
-signal:  e,state,orientation,;
-source:  right;
+signal:  e,state,orientation,right;
+source:  e;
 action:  STATE_SET right 0.0;
 target:  base;
 target:  e.swallow.content;
   }
   program {
 name:orient11;
-signal:  e,state,orientation,;
-source:  right_top;
+signal:  e,state,orientation,right_top;
+source:  e;
 action:  STATE_SET right_top 0.0;
 target:  base;
 target:  e.swallow.content;
   }
   program {
 name:orient12;
-signal:  e,state,orientation,;
-source:  right_bottom;
+signal:  e,state,orientation,right_bottom;
+source:  e;
 action:  STATE_SET right_bottom 0.0;
 target:  base;
 target:  e.swallow.content;



-
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 rephorm

2006-08-31 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_shelf.c 


Log Message:
fallback to default shelf style for frame styles that don't exist explicitly in 
the current shelf theme. (no need for everyone to re-implement the plain style 
every time)

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_shelf.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- e_shelf.c   31 Aug 2006 04:16:43 -  1.38
+++ e_shelf.c   1 Sep 2006 03:37:43 -   1.39
@@ -771,11 +771,19 @@

es = data;
o = edje_object_add(gcc-gadcon-evas);
+
snprintf(buf, sizeof(buf), e/shelf/%s/%s, es-style, style);
if (!e_theme_edje_object_set(o, base/theme/shelf, buf))
  {
-   evas_object_del(o);
-   return NULL;
+   /* if an inset style (e.g. plain) isn't implemented for a given
+* shelf style, fall back to the default one. no need for every
+* theme to implement the plain style */
+   snprintf(buf, sizeof(buf), e/shelf/default/%s, style);
+   if (!e_theme_edje_object_set(o, base/theme/shelf, buf))
+ {
+evas_object_del(o);
+return NULL;
+ }
  }
snprintf(buf, sizeof(buf), e,state,orientation,%s, 
_e_shelf_orient_string_get(es));
edje_object_signal_emit(es-o_base, buf, 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: apps/e rephorm

2006-08-30 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_shelf.edc 


Log Message:
fix plain style autoscroll gadget issues 

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_shelf.edc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- default_shelf.edc   23 Aug 2006 03:39:01 -  1.12
+++ default_shelf.edc   31 Aug 2006 03:28:26 -  1.13
@@ -493,6 +493,43 @@
   }
}
 }
+group {
+   name: e/shelf/default/plain;
+   parts {
+  part {
+name:  items_clip;
+type:  RECT;
+mouse_events:  0;
+description {
+   state:default 0.0;
+   rel1 {
+  offset:   00;
+   }
+   rel2 {
+  offset:   -1-1;
+   }
+   color: 255 255 255 255;
+}
+  }
+  part {
+name:  e.swallow.content;
+type:  SWALLOW;
+mouse_events:  0;
+clip_to:   items_clip;
+description {
+   state:default 0.0;
+   rel1 {
+  offset:   0 0;
+   }
+   rel2 {
+  offset:   -1-1;
+   }
+   color: 0 0 0 0;
+}
+  }
+   }
+}
+
 
 
 
@@ -1002,6 +1039,42 @@
   }
}
 }
+group {
+   name: e/shelf/gold/plain;
+   parts {
+  part {
+name:  items_clip;
+type:  RECT;
+mouse_events:  0;
+description {
+   state:default 0.0;
+   rel1 {
+  offset:   00;
+   }
+   rel2 {
+  offset:   -1-1;
+   }
+   color: 255 255 255 255;
+}
+  }
+  part {
+name:  e.swallow.content;
+type:  SWALLOW;
+mouse_events:  0;
+clip_to:   items_clip;
+description {
+   state:default 0.0;
+   rel1 {
+  offset:   0 0;
+   }
+   rel2 {
+  offset:   -1-1;
+   }
+   color: 0 0 0 0;
+}
+  }
+   }
+}
 
 
 
@@ -1033,6 +1106,7 @@
   }
}
 }
+
 group {
name: e/shelf/invisible/inset;
parts {
@@ -1102,6 +1176,43 @@
fill {
   smooth: 0;
}
+}
+  }
+   }
+}
+
+group {
+   name: e/shelf/invisible/plain;
+   parts {
+  part {
+name:  items_clip;
+type:  RECT;
+mouse_events:  0;
+description {
+   state:default 0.0;
+   rel1 {
+  offset:   00;
+   }
+   rel2 {
+  offset:   -1-1;
+   }
+   color: 255 255 255 255;
+}
+  }
+  part {
+name:  e.swallow.content;
+type:  SWALLOW;
+mouse_events:  0;
+clip_to:   items_clip;
+description {
+   state:default 0.0;
+   rel1 {
+  offset:   0 0;
+   }
+   rel2 {
+  offset:   -1-1;
+   }
+   color: 0 0 0 0;
 }
   }
}



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


E CVS: apps/e rephorm

2006-08-28 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
TODO 


Log Message:
todo++ (low priority)

===
RCS file: /cvs/e/e17/apps/e/TODO,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -3 -r1.412 -r1.413
--- TODO27 Aug 2006 16:16:56 -  1.412
+++ TODO28 Aug 2006 19:52:35 -  1.413
@@ -118,6 +118,10 @@
 * improve drag/resize of gadget items
 * pager should be able to be configured to control more than the current zone
   (select which zone they control)
+* add a dialog to allow selecting the default border from among those present
+  in the theme (e.g. winter provides a 'square' border). after a theme change
+  this should fall back to default if the selected one doesn't exist in the
+  new theme.
 ]]]
 
 [[[



-
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 rephorm

2006-08-28 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_shelf.c 


Log Message:
repopulate a shelf's gadcon on style change so that any inset gadgets get their 
styles updated also

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_shelf.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- e_shelf.c   23 Aug 2006 03:39:02 -  1.36
+++ e_shelf.c   29 Aug 2006 00:05:56 -  1.37
@@ -475,6 +475,9 @@
if (!e_theme_edje_object_set(es-o_base, base/theme/shelf, buf))
  e_theme_edje_object_set(es-o_base, base/theme/shelf, 
 e/shelf/default/base);
+   
+   e_gadcon_unpopulate(es-gadcon);
+   e_gadcon_populate(es-gadcon);
 }
 
 EAPI void 



-
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 rephorm

2006-08-27 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_border.c 


Log Message:
e.client should have been e.swallow.client
if you've updated a theme already, make sure you change this (the map file has 
hadd the new name all along...)

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_border.c,v
retrieving revision 1.532
retrieving revision 1.533
diff -u -3 -r1.532 -r1.533
--- e_border.c  26 Aug 2006 11:19:07 -  1.532
+++ e_border.c  28 Aug 2006 02:31:32 -  1.533
@@ -1706,7 +1706,7 @@
  
  evas_object_resize(bd-bg_object, 1000, 1000);
  edje_object_calc_force(bd-bg_object);
- edje_object_part_geometry_get(bd-bg_object, e.client, cx, 
cy, cw, ch);
+ edje_object_part_geometry_get(bd-bg_object, 
e.swallow.client, cx, cy, cw, ch);
  bd-client_inset.l = cx;
  bd-client_inset.r = 1000 - (cx + cw);
  bd-client_inset.t = cy;
@@ -1841,7 +1841,7 @@
  
  evas_object_resize(bd-bg_object, 1000, 1000);
  edje_object_calc_force(bd-bg_object);
- edje_object_part_geometry_get(bd-bg_object, e.client, cx, 
cy, cw, ch);
+ edje_object_part_geometry_get(bd-bg_object, 
e.swallow.client, cx, cy, cw, ch);
  bd-client_inset.l = cx;
  bd-client_inset.r = 1000 - (cx + cw);
  bd-client_inset.t = cy;
@@ -2725,7 +2725,7 @@
 
evas_object_resize(bd-bg_object, 1000, 1000);
edje_object_calc_force(bd-bg_object);
-   edje_object_part_geometry_get(bd-bg_object, e.client, cx, cy, cw, 
ch);
+   edje_object_part_geometry_get(bd-bg_object, e.swallow.client, cx, cy, 
cw, ch);
bd-client_inset.l = cx;
bd-client_inset.r = 1000 - (cx + cw);
bd-client_inset.t = cy;
@@ -5441,7 +5441,7 @@
  bd-client.icccm.title);
  evas_object_resize(o, 1000, 1000);
  edje_object_calc_force(o);
- edje_object_part_geometry_get(o, e.client, cx, cy, cw, 
ch);
+ edje_object_part_geometry_get(o, e.swallow.client, cx, 
cy, cw, ch);
  l = cx;
  r = 1000 - (cx + cw);
  t = cy;



-
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 rephorm

2006-08-27 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_border.edc default_slider.edc 


Log Message:
e.client should have been e.swallow.client
if you've updated a theme already, make sure you change this (the map file has 
hadd the new name all along...)

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_border.edc,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- default_border.edc  23 Aug 2006 03:39:01 -  1.31
+++ default_border.edc  28 Aug 2006 02:31:32 -  1.32
@@ -1124,7 +1124,7 @@
 }
   }
   part {
-name:  e.client;
+name:  e.swallow.client;
 type:  SWALLOW;
 description {
state:default 0.0;
@@ -2177,7 +2177,7 @@
 }
   }
   part {
-name:  e.client;
+name:  e.swallow.client;
 type:  SWALLOW;
 description {
state:default 0.0;
@@ -3447,7 +3447,7 @@
 }
   }
   part {
-name:  e.client;
+name:  e.swallow.client;
 type:  SWALLOW;
 description {
state:default 0.0;
@@ -4514,7 +4514,7 @@
 }
   }
   part {
-name:  e.client;
+name:  e.swallow.client;
 type:  SWALLOW;
 description {
state:default 0.0;
@@ -4873,7 +4873,7 @@
 }
   }
   part {
-name:  e.client;
+name:  e.swallow.client;
 type:  SWALLOW;
 description {
state:default 0.0;
===
RCS file: /cvs/e/e17/apps/e/data/themes/default_slider.edc,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- default_slider.edc  23 Aug 2006 03:39:01 -  1.11
+++ default_slider.edc  28 Aug 2006 02:31:32 -  1.12
@@ -120,7 +120,7 @@
   size: 10;
   min:  1 1;
   align:0.5 0.5;
-   text_class: e.dragable.slider;   
+   text_class: slider;  
}
 }
   }



-
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 rephorm

2006-08-27 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_about.edc 


Log Message:
textblocks should be e.textblock.*

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_about.edc,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- default_about.edc   26 Aug 2006 18:04:59 -  1.12
+++ default_about.edc   28 Aug 2006 03:58:53 -  1.13
@@ -250,11 +250,11 @@
 description {
state:default 0.0;
rel1 {
-  to:   e.text.about;
+  to:   e.textblock.about;
   offset:   -7 -7;
}
rel2 {
-  to:   e.text.about;
+  to:   e.textblock.about;
   offset:   6 6;
}
image {
@@ -269,11 +269,11 @@
 description {
state:default 0.0;
rel1 {
-  to:   e.text.authors;
+  to:   e.textblock.authors;
   offset:   -7 -7;
}
rel2 {
-  to:   e.text.authors;
+  to:   e.textblock.authors;
   offset:   6 6;
}
image {
@@ -320,7 +320,7 @@
 }
   }
   part {
-name:  e.text.about;
+name:  e.textblock.about;
 type:  TEXTBLOCK;
 mouse_events:  0;
 description {
@@ -345,7 +345,7 @@
 }
   }
   part {
-name:  e.text.authors;
+name:  e.textblock.authors;
 type:  TEXTBLOCK;
 mouse_events:  0;
 description {
@@ -476,12 +476,12 @@
rel1 {
   relative: 0.5  0.5;
   offset:   00;
-  to_y: e.text.about;
+  to_y: e.textblock.about;
}
rel2 {
   relative: 0.5  0.5;
   offset:   00;
-  to_y: e.text.about;
+  to_y: e.textblock.about;
}
image {
   normal:   e17_logo_small.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 rephorm

2006-08-27 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_about.c 


Log Message:
textblocks should be e.textblock.*

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_about.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- e_about.c   23 Aug 2006 03:39:01 -  1.15
+++ e_about.c   28 Aug 2006 03:58:53 -  1.16
@@ -51,7 +51,7 @@
edje_object_part_text_set(about-bg_object, e.text.title, 
_(Enlightenment));
edje_object_part_text_set(about-bg_object, e.text.version, VERSION);
edje_object_part_text_set
- (about-bg_object, e.text.about,
+ (about-bg_object, e.textblock.about,
   _(
Copyright copy; 1999-2006, by the Enlightenment Development Team.br
br
@@ -116,7 +116,7 @@
 fclose(f);
 if (tbuf)
   {
- edje_object_part_text_set(about-bg_object, e.text.authors, 
tbuf);
+ edje_object_part_text_set(about-bg_object, 
e.textblock.authors, tbuf);
  free(tbuf);
   }
  }



-
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 rephorm

2006-08-24 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_ibar.edc 


Log Message:
item - e.swallow.content

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_ibar.edc,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- default_ibar.edc23 Aug 2006 03:39:01 -  1.19
+++ default_ibar.edc24 Aug 2006 18:11:17 -  1.20
@@ -27,7 +27,7 @@
 }
   }
   part {
-name:  item;
+name:  e.swallow.content;
 type:  SWALLOW;
 mouse_events:  0;
 clip_to:   item_clip;
@@ -73,7 +73,7 @@
 source:  over;
 action:  STATE_SET bigger 0.0;
  transition: LINEAR 0.1;
-target:  item;
+target:  e.swallow.content;
   }
   program {
 name:hover_out;
@@ -81,7 +81,7 @@
 source:  over;
 action:  STATE_SET default 0.0;
  transition: LINEAR 0.2;
-target:  item;
+target:  e.swallow.content;
   }
   program {
 name:exec_start;
@@ -179,7 +179,7 @@
 }
   }
   part {
-name:  item;
+name:  e.swallow.content;
 type:  SWALLOW;
 mouse_events:  0;
 clip_to:   background;



-
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 rephorm

2006-08-24 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
item - e.swallow.content

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -3 -r1.136 -r1.137
--- e_mod_main.c23 Aug 2006 04:02:03 -  1.136
+++ e_mod_main.c24 Aug 2006 18:11:17 -  1.137
@@ -608,11 +608,11 @@
 _ibar_icon_fill(IBar_Icon *ic)
 {
ic-o_icon = e_app_icon_add(evas_object_evas_get(ic-ibar-o_box), ic-app);
-   edje_object_part_swallow(ic-o_holder, item, ic-o_icon);
+   edje_object_part_swallow(ic-o_holder, e.swallow.content, ic-o_icon);
evas_object_pass_events_set(ic-o_icon, 1);
evas_object_show(ic-o_icon);
ic-o_icon2 = e_app_icon_add(evas_object_evas_get(ic-ibar-o_box), 
ic-app);
-   edje_object_part_swallow(ic-o_holder2, item, ic-o_icon2);
+   edje_object_part_swallow(ic-o_holder2, e.swallow.content, ic-o_icon2);
evas_object_pass_events_set(ic-o_icon2, 1);
evas_object_show(ic-o_icon2);




-
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 rephorm

2006-08-23 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_theme.c 


Log Message:
fix transitions and shelf style list

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_theme.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- e_theme.c   23 Aug 2006 03:39:02 -  1.23
+++ e_theme.c   23 Aug 2006 14:00:31 -  1.24
@@ -50,9 +50,9 @@
  }
 
/* Find transitions */
-   transitions = _e_theme_collection_items_find(base/theme/transitions, 
transitions);
+   transitions = _e_theme_collection_items_find(base/theme/transitions, 
e/transitions);
borders = _e_theme_collection_items_find(base/theme/borders, 
e/widgets/border);
-   shelfs = _e_theme_collection_items_find(base/theme/shelf, shelf);
+   shelfs = _e_theme_collection_items_find(base/theme/shelf, e/shelf);
 
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 rephorm

2006-08-23 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_theme_about.edc 


Log Message:
revert over zealous find/replace

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_theme_about.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- default_theme_about.edc 23 Aug 2006 03:39:01 -  1.6
+++ default_theme_about.edc 23 Aug 2006 14:16:34 -  1.7
@@ -14,7 +14,7 @@
 styles
 {
style {
-  name: e/theme_about_style;
+  name: theme_about_style;
   base: font=Edje-Vera style=glow color=#fff glow2_color=#fe87 
glow_color=#fa14 font_size=12 align=center wrap=word;
   
   tag:  br \n;



-
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 rephorm

2006-08-23 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_scrollframe.edc 


Log Message:
item - e.swallow.content (thanks bonelessfrog)

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_scrollframe.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- default_scrollframe.edc 23 Aug 2006 03:39:01 -  1.6
+++ default_scrollframe.edc 24 Aug 2006 04:16:04 -  1.7
@@ -55,7 +55,7 @@
 }
   }
   part {
-name: item;
+name: e.swallow.content;
 clip_to: clipper;
 type: SWALLOW;
 mouse_events: 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: apps/e rephorm

2006-08-23 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_scrollframe.c 


Log Message:
item - e.swallow.content (thanks bonelessfrog)

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_scrollframe.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_scrollframe.c 23 Aug 2006 03:39:02 -  1.12
+++ e_scrollframe.c 24 Aug 2006 04:16:04 -  1.13
@@ -99,7 +99,7 @@
evas_object_smart_callback_add(o, changed, _e_smart_pan_changed_hook, 
sd);
evas_object_smart_callback_add(o, changed, 
_e_smart_pan_pan_changed_hook, sd);
evas_object_show(o);
-   edje_object_part_swallow(sd-edje_obj, item, o);
+   edje_object_part_swallow(sd-edje_obj, e.swallow.content, o);
  }

sd-pan_func.set = e_pan_set;
@@ -156,7 +156,7 @@
sd-extern_pan = 1;
evas_object_smart_callback_add(sd-pan_obj, changed, 
_e_smart_pan_changed_hook, sd);
evas_object_smart_callback_add(sd-pan_obj, pan_changed, 
_e_smart_pan_pan_changed_hook, sd);
-   edje_object_part_swallow(sd-edje_obj, item, sd-pan_obj);
+   edje_object_part_swallow(sd-edje_obj, e.swallow.content, sd-pan_obj);
evas_object_show(sd-pan_obj);
 }
 



-
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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:

** MAJOR THEME REWORKING -- BREAKAGE *

Almost every signal and required part name has changed. This means that ALL 
themes other than the default one are now broken. Sorry, but this had to happen.

I have a list of mappings from old to new at 
http://rephorm.com/files/dump/e_theme_map.txt

There will probably be a little more cleanup on this in the coming days. Then 
I'll write it all up in a nice theme spec.

===
RCS file: /cvs/e/e17/apps/e/src/modules/temperature/e_mod_main.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- e_mod_main.c9 Aug 2006 06:38:35 -   1.65
+++ e_mod_main.c22 Aug 2006 07:39:11 -  1.66
@@ -298,7 +298,7 @@
 for (l = temperature_config-instances; l; l = l-next)
   {
  inst = l-data;
- edje_object_signal_emit(inst-o_temp, known, );
+ edje_object_signal_emit(inst-o_temp, e,state,known, );
   }
 temperature_config-have_temp = 1;
  }
@@ -315,7 +315,7 @@
 _temperature_face_level_set(inst,
 (double)(temp - 
temperature_config-low) /
 (double)(temperature_config-high - 
temperature_config-low));
-edje_object_part_text_set(inst-o_temp, reading, utf8);
+edje_object_part_text_set(inst-o_temp, e.text.reading, utf8);
  }
free(utf8);
  }
@@ -327,8 +327,8 @@
 for (l = temperature_config-instances; l; l = l-next)
   {
  inst = l-data;
- edje_object_signal_emit(inst-o_temp, unknown, );
- edje_object_part_text_set(inst-o_temp, reading, NO TEMP);
+ edje_object_signal_emit(inst-o_temp, e,state,unknown, );
+ edje_object_part_text_set(inst-o_temp, e.text.reading, NO 
TEMP);
  _temperature_face_level_set(inst, 0.5);
   }
 temperature_config-have_temp = 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: apps/e rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/images


Modified Files:
e.png 


Log Message:

** MAJOR THEME REWORKING -- BREAKAGE *

Almost every signal and required part name has changed. This means that ALL 
themes other than the default one are now broken. Sorry, but this had to happen.

I have a list of mappings from old to new at 
http://rephorm.com/files/dump/e_theme_map.txt

There will probably be a little more cleanup on this in the coming days. Then 
I'll write it all up in a nice theme spec.

===
RCS file: /cvs/e/e17/apps/e/data/images/e.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsJRIVOL and /tmp/cvsevOHjk 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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:

** MAJOR THEME REWORKING -- BREAKAGE *

Almost every signal and required part name has changed. This means that ALL 
themes other than the default one are now broken. Sorry, but this had to happen.

I have a list of mappings from old to new at 
http://rephorm.com/files/dump/e_theme_map.txt

There will probably be a little more cleanup on this in the coming days. Then 
I'll write it all up in a nice theme spec.

===
RCS file: /cvs/e/e17/apps/e/src/modules/cpufreq/e_mod_main.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -3 -r1.47 -r1.48
--- e_mod_main.c14 Aug 2006 15:22:45 -  1.47
+++ e_mod_main.c22 Aug 2006 07:39:11 -  1.48
@@ -82,9 +82,9 @@
o = edje_object_add(gc-evas);
e_theme_edje_object_set(o, base/theme/modules/cpufreq,
   modules/cpufreq/main);
-   edje_object_signal_callback_add(o, next_governor, governor, 
_cpufreq_face_cb_set_governor, NULL);
-   edje_object_signal_callback_add(o, increase_frequency, frequency, 
_cpufreq_face_cb_set_frequency, NULL);
-   edje_object_signal_callback_add(o, decrease_frequency, frequency, 
_cpufreq_face_cb_set_frequency, NULL);
+   edje_object_signal_callback_add(o, e,action,governor,next, *, 
_cpufreq_face_cb_set_governor, NULL);
+   edje_object_signal_callback_add(o, e,action,frequency,increase, *, 
_cpufreq_face_cb_set_frequency, NULL);
+   edje_object_signal_callback_add(o, e,action,frequency,decrease, *, 
_cpufreq_face_cb_set_frequency, NULL);

gcc = e_gadcon_client_new(gc, name, id, style, o);
gcc-data = inst;
@@ -404,9 +404,9 @@
  {
 inst = l-data;
 if (cpufreq_config-status-active == 0)
-  edje_object_signal_emit(inst-o_cpu, passive, );
+  edje_object_signal_emit(inst-o_cpu, e,state,disabled, e);
 else if (cpufreq_config-status-active == 1)
-  edje_object_signal_emit(inst-o_cpu, active, );
+  edje_object_signal_emit(inst-o_cpu, e,state,enabled, 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: apps/e rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:

** MAJOR THEME REWORKING -- BREAKAGE *

Almost every signal and required part name has changed. This means that ALL 
themes other than the default one are now broken. Sorry, but this had to happen.

I have a list of mappings from old to new at 
http://rephorm.com/files/dump/e_theme_map.txt

There will probably be a little more cleanup on this in the coming days. Then 
I'll write it all up in a nice theme spec.

===
RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_main.c,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -3 -r1.86 -r1.87
--- e_mod_main.c19 Aug 2006 09:07:33 -  1.86
+++ e_mod_main.c22 Aug 2006 07:39:11 -  1.87
@@ -275,17 +275,17 @@
  if (ret-state == BATTERY_STATE_CHARGING)
{
   if (battery_config-battery_prev_ac != 1)
-edje_object_signal_emit(inst-o_battery, charge, );
-  edje_object_signal_emit(inst-o_battery, pulsestop, 
);
-  edje_object_part_text_set(inst-o_battery, reading, 
ret-reading);
-  edje_object_part_text_set(inst-o_battery, time, 
ret-time);
+edje_object_signal_emit(inst-o_battery, 
e,state,charging, e);
+  edje_object_signal_emit(inst-o_battery, 
e,action,pulse,stop, e);
+  edje_object_part_text_set(inst-o_battery, 
e.text.reading, ret-reading);
+  edje_object_part_text_set(inst-o_battery, 
e.text.time, ret-time);
   _battery_face_level_set(inst, ret-level);
   battery_config-battery_prev_ac = 1;
}
  else if (ret-state == BATTERY_STATE_DISCHARGING)
{
   if (battery_config-battery_prev_ac != 0)
-edje_object_signal_emit(inst-o_battery, discharge, 
);
+edje_object_signal_emit(inst-o_battery, 
e,state,discharging, e);
   if (ret-alarm)
 {
if (!battery_config-alarm_triggered)
@@ -304,10 +304,10 @@
 e_win_centered_set(dia-win, 1);
 e_dialog_show(dia);
  }
-   edje_object_signal_emit(inst-o_battery, pulse, 
);
+   edje_object_signal_emit(inst-o_battery, 
e,action,pulse,start, e);
 }
-  edje_object_part_text_set(inst-o_battery, reading, 
ret-reading);
-  edje_object_part_text_set(inst-o_battery, time, 
ret-time);
+  edje_object_part_text_set(inst-o_battery, 
e.text.reading, ret-reading);
+  edje_object_part_text_set(inst-o_battery, 
e.text.time, ret-time);
   _battery_face_level_set(inst, ret-level);
   battery_config-battery_prev_ac = 0;
   if (ret-alarm)
@@ -317,11 +317,11 @@
{
   /* ret-state == BATTERY_STATE_NONE */
   if (battery_config-battery_prev_ac != 1)
-edje_object_signal_emit(inst-o_battery, charge, );
+edje_object_signal_emit(inst-o_battery, 
e,state,charging, e);
   if (battery_config-battery_prev_battery == 0)
-edje_object_signal_emit(inst-o_battery, charge, );
-  edje_object_part_text_set(inst-o_battery, reading, 
ret-reading);
-  edje_object_part_text_set(inst-o_battery, time, 
ret-time);
+edje_object_signal_emit(inst-o_battery, 
e,state,charging, e);
+  edje_object_part_text_set(inst-o_battery, 
e.text.reading, ret-reading);
+  edje_object_part_text_set(inst-o_battery, 
e.text.time, ret-time);
   _battery_face_level_set(inst, ret-level);
   battery_config-battery_prev_ac = 1;
   battery_config-battery_prev_battery = 1;
@@ -331,9 +331,9 @@
   {
  /* Hasn't battery */
  if (battery_config-battery_prev_battery != 0)
-   edje_object_signal_emit(inst-o_battery, unknown, );
- edje_object_part_text_set(inst-o_battery, reading, 
ret-reading);
- edje_object_part_text_set(inst-o_battery, time, ret-time);
+   edje_object_signal_emit(inst-o_battery, e,state,unknown, 
e);
+ edje_object_part_text_set(inst-o_battery, e.text.reading, 
ret-reading);
+ edje_object_part_text_set(inst-o_battery, 

E CVS: apps/e rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:

** MAJOR THEME REWORKING -- BREAKAGE *

Almost every signal and required part name has changed. This means that ALL 
themes other than the default one are now broken. Sorry, but this had to happen.

I have a list of mappings from old to new at 
http://rephorm.com/files/dump/e_theme_map.txt

There will probably be a little more cleanup on this in the coming days. Then 
I'll write it all up in a nice theme spec.

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_main.c,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -3 -r1.62 -r1.63
--- e_mod_main.c9 Aug 2006 06:38:34 -   1.62
+++ e_mod_main.c22 Aug 2006 07:39:11 -  1.63
@@ -533,11 +533,11 @@
char *label;

ic-o_icon = e_border_icon_add(ic-border, 
evas_object_evas_get(ic-ibox-o_box));
-   edje_object_part_swallow(ic-o_holder, item, ic-o_icon);
+   edje_object_part_swallow(ic-o_holder, e.swallow.content, ic-o_icon);
evas_object_pass_events_set(ic-o_icon, 1);
evas_object_show(ic-o_icon);
ic-o_icon2 = e_border_icon_add(ic-border, 
evas_object_evas_get(ic-ibox-o_box));
-   edje_object_part_swallow(ic-o_holder2, item, ic-o_icon2);
+   edje_object_part_swallow(ic-o_holder2, e.swallow.content, ic-o_icon2);
evas_object_pass_events_set(ic-o_icon2, 1);
evas_object_show(ic-o_icon2);

@@ -559,8 +559,8 @@
  }

if (!label) label = ?;
-   edje_object_part_text_set(ic-o_holder, label, label);
-   edje_object_part_text_set(ic-o_holder2, label, label);
+   edje_object_part_text_set(ic-o_holder, e.text.label, label);
+   edje_object_part_text_set(ic-o_holder2, e.text.label, label);
 }
 
 static void
@@ -646,9 +646,9 @@

ev = event_info;
ic = data;
-   _ibox_icon_signal_emit(ic, active, );
+   _ibox_icon_signal_emit(ic, e,state,focused, e);
if (ic-ibox-show_label)
- _ibox_icon_signal_emit(ic, label_active, );
+ _ibox_icon_signal_emit(ic, e,action,show,label, e);
 }
 
 static void
@@ -659,9 +659,9 @@

ev = event_info;
ic = data;
-   _ibox_icon_signal_emit(ic, passive, );
+   _ibox_icon_signal_emit(ic, e,state,unfocused, e);
if (ic-ibox-show_label)
- _ibox_icon_signal_emit(ic, label_passive, );
+ _ibox_icon_signal_emit(ic, e,action,hide,label, e);
 }
 
 static void



-
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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:

** MAJOR THEME REWORKING -- BREAKAGE *

Almost every signal and required part name has changed. This means that ALL 
themes other than the default one are now broken. Sorry, but this had to happen.

I have a list of mappings from old to new at 
http://rephorm.com/files/dump/e_theme_map.txt

There will probably be a little more cleanup on this in the coming days. Then 
I'll write it all up in a nice theme spec.

===
RCS file: /cvs/e/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -3 -r1.182 -r1.183
--- e_mod_main.c9 Aug 2006 06:38:34 -   1.182
+++ e_mod_main.c22 Aug 2006 07:39:11 -  1.183
@@ -399,14 +399,14 @@
if (pd == pd2)
  {
 pd2-current = 1;
-edje_object_signal_emit(pd2-o_desk, active, );
+edje_object_signal_emit(pd2-o_desk, e,state,selected, e);
  }
else
  {
 if (pd2-current)
   {
  pd2-current = 0;
- edje_object_signal_emit(pd2-o_desk, passive, );
+ edje_object_signal_emit(pd2-o_desk, e,state,unselected, 
e);
   }
  }
  }
@@ -1502,9 +1502,9 @@
  {
pd2 = l-data;
if (pd == pd2)
- edje_object_signal_emit(pd2-o_desk, drag, in);
+ edje_object_signal_emit(pd2-o_desk, e,action,drag,in, e);
else
- edje_object_signal_emit(pd2-o_desk, drag, out);
+ edje_object_signal_emit(pd2-o_desk, e,action,drag,out, e);
  }
 }
 
@@ -1524,7 +1524,7 @@
Pager_Desk *pd;

pd = l-data;
-   edje_object_signal_emit(pd-o_desk, drag, out);
+   edje_object_signal_emit(pd-o_desk, e,action,drag,out, e);
  }
 }
 
@@ -1589,7 +1589,7 @@
for (l = inst-pager-desks; l; l = l-next)
  {
pd = l-data;
-   edje_object_signal_emit(pd-o_desk, drag, out);
+   edje_object_signal_emit(pd-o_desk, e,action,drag,out, 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: apps/e rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:

** MAJOR THEME REWORKING -- BREAKAGE *

Almost every signal and required part name has changed. This means that ALL 
themes other than the default one are now broken. Sorry, but this had to happen.

I have a list of mappings from old to new at 
http://rephorm.com/files/dump/e_theme_map.txt

There will probably be a little more cleanup on this in the coming days. Then 
I'll write it all up in a nice theme spec.

===
RCS file: /cvs/e/e17/apps/e/src/modules/start/e_mod_main.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- e_mod_main.c9 Aug 2006 06:38:35 -   1.32
+++ e_mod_main.c22 Aug 2006 07:39:11 -  1.33
@@ -54,7 +54,7 @@

o = edje_object_add(gc-evas);
e_theme_edje_object_set(o, base/theme/modules/start, 
modules/start/main);
-   edje_object_signal_emit(o, passive, );
+   edje_object_signal_emit(o, e,state,unfocused, e);

gcc = e_gadcon_client_new(gc, name, id, style, o);
gcc-data = inst;
@@ -196,7 +196,7 @@
   
e_util_zone_current_get(e_manager_current_get()),
   x, y, w, h,
   dir, ev-timestamp);
-edje_object_signal_emit(inst-o_button, active, );
+edje_object_signal_emit(inst-o_button, e,state,focused, e);
 evas_event_feed_mouse_up(inst-gcc-gadcon-evas, ev-button,
  EVAS_BUTTON_NONE, ev-timestamp, NULL);
  }
@@ -210,7 +210,7 @@

inst = data;
if (!inst-main_menu) return;
-   edje_object_signal_emit(inst-o_button, passive, );
+   edje_object_signal_emit(inst-o_button, e,state,unfocused, e);
e_object_del(E_OBJECT(inst-main_menu));
inst-main_menu = 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: apps/e rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:

** MAJOR THEME REWORKING -- BREAKAGE *

Almost every signal and required part name has changed. This means that ALL 
themes other than the default one are now broken. Sorry, but this had to happen.

I have a list of mappings from old to new at 
http://rephorm.com/files/dump/e_theme_map.txt

There will probably be a little more cleanup on this in the coming days. Then 
I'll write it all up in a nice theme spec.

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -3 -r1.134 -r1.135
--- e_mod_main.c18 Aug 2006 23:45:06 -  1.134
+++ e_mod_main.c22 Aug 2006 07:39:11 -  1.135
@@ -506,16 +506,16 @@
 switch (ci-eap_label) 
   {
case 0:
- edje_object_part_text_set(ic-o_holder, label, 
ic-app-name);
- edje_object_part_text_set(ic-o_holder2, label, 
ic-app-name);
+ edje_object_part_text_set(ic-o_holder, e.text.label, 
ic-app-name);
+ edje_object_part_text_set(ic-o_holder2, e.text.label, 
ic-app-name);
  break;
case 1:
- edje_object_part_text_set(ic-o_holder, label, 
ic-app-comment);
- edje_object_part_text_set(ic-o_holder2, label, 
ic-app-comment);
+ edje_object_part_text_set(ic-o_holder, e.text.label, 
ic-app-comment);
+ edje_object_part_text_set(ic-o_holder2, e.text.label, 
ic-app-comment);
  break;
case 2:
- edje_object_part_text_set(ic-o_holder, label, 
ic-app-generic);
- edje_object_part_text_set(ic-o_holder2, label, 
ic-app-generic);
+ edje_object_part_text_set(ic-o_holder, e.text.label, 
ic-app-generic);
+ edje_object_part_text_set(ic-o_holder2, e.text.label, 
ic-app-generic);
  break;
   }
  }
@@ -619,16 +619,16 @@
switch (ic-ibar-eap_label) 
  {
   case 0: /* Eap Name */
-   edje_object_part_text_set(ic-o_holder, label, ic-app-name);
-   edje_object_part_text_set(ic-o_holder2, label, ic-app-name);
+   edje_object_part_text_set(ic-o_holder, e.text.label, ic-app-name);
+   edje_object_part_text_set(ic-o_holder2, e.text.label, ic-app-name);
break;
   case 1: /* Eap Comment */
-   edje_object_part_text_set(ic-o_holder, label, ic-app-comment);
-   edje_object_part_text_set(ic-o_holder2, label, ic-app-comment);
+   edje_object_part_text_set(ic-o_holder, e.text.label, 
ic-app-comment);
+   edje_object_part_text_set(ic-o_holder2, e.text.label, 
ic-app-comment);
break;  
   case 2: /* Eap Generic */
-   edje_object_part_text_set(ic-o_holder, label, ic-app-generic);
-   edje_object_part_text_set(ic-o_holder2, label, ic-app-generic);
+   edje_object_part_text_set(ic-o_holder, e.text.label, 
ic-app-generic);
+   edje_object_part_text_set(ic-o_holder2, e.text.label, 
ic-app-generic);
break;  
  }
 }
@@ -754,9 +754,9 @@
 if (ic)
   {
  if (a-startup_notify)
-   _ibar_icon_signal_emit(ic, start, );
+   _ibar_icon_signal_emit(ic, e,action,start, e);
  else
-   _ibar_icon_signal_emit(ic, exec, );
+   _ibar_icon_signal_emit(ic, e,action,exec, e);
   }
  }
break;
@@ -768,7 +768,7 @@
 IBar_Icon *ic;
 
 ic = _ibar_icon_find(b, a);
-if (ic) _ibar_icon_signal_emit(ic, stop, );
+if (ic) _ibar_icon_signal_emit(ic, e,action,stop, e);
  }
break;
   default:
@@ -850,9 +850,9 @@

ev = event_info;
ic = data;
-   _ibar_icon_signal_emit(ic, active, );
+   _ibar_icon_signal_emit(ic, e,state,focused, e);
if (ic-ibar-show_label)
- _ibar_icon_signal_emit(ic, label_active, );
+ _ibar_icon_signal_emit(ic, e,action,show,label, e);
 }
 
 static void
@@ -863,9 +863,9 @@

ev = event_info;
ic = data;
-   _ibar_icon_signal_emit(ic, passive, );
+   _ibar_icon_signal_emit(ic, e,state,unfocused, e);
if (ic-ibar-show_label)
- _ibar_icon_signal_emit(ic, label_passive, );
+ _ibar_icon_signal_emit(ic, e,action,hide,label, e);
 }
 
 static void



-
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

E CVS: apps/e rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_color.h 


Log Message:
silence warnings on older gcc's about incomplete types

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_color.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- e_color.h   20 Aug 2006 22:15:27 -  1.4
+++ e_color.h   22 Aug 2006 13:38:18 -  1.5
@@ -6,10 +6,6 @@
 typedef enum _E_Color_Component E_Color_Component;
 typedef struct _E_Color E_Color;
 
-#else
-#ifndef E_COLOR_HEADER
-#define E_COLOR_HEADER
-
 enum _E_Color_Component
 {
E_COLOR_COMPONENT_R,
@@ -20,6 +16,10 @@
E_COLOR_COMPONENT_V,
E_COLOR_COMPONENT_MAX
 };
+
+#else
+#ifndef E_COLOR_HEADER
+#define E_COLOR_HEADER
 
 // used so that a single color struct can be shared by all elements of the 
color dialog
 struct _E_Color



-
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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_bindings.c 


Log Message:
fix cursor changes on border resize hotspots

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_bindings.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -3 -r1.32 -r1.33
--- e_bindings.c21 Aug 2006 16:25:57 -  1.32
+++ e_bindings.c23 Aug 2006 00:34:33 -  1.33
@@ -55,7 +55,7 @@
if ((eb-action)  (eb-signal)  (eb-source) 
(!strcmp(eb-action, window_resize)) 
(!strncmp(eb-signal, mouse,down,, 11)) 
-   (!strncmp(eb-source, resize_, 7)))
+   (!strncmp(eb-source, e.event.resize., 15)))
  {
 char params[32];
 snprintf(params, sizeof(params), resize_%s, eb-params);



-
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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_gadcon.c 


Log Message:

some more theme work

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_gadcon.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- e_gadcon.c  22 Aug 2006 07:39:10 -  1.38
+++ e_gadcon.c  23 Aug 2006 01:13:04 -  1.39
@@ -619,16 +619,16 @@
if ((gcc-autoscroll) || (gcc-resizable))
  {
if (e_box_orientation_get(gcc-o_box))
- edje_object_signal_emit(gcc-o_control, hsize, on);
+ edje_object_signal_emit(gcc-o_control, e,state,hsize,on, e);
else
- edje_object_signal_emit(gcc-o_control, vsize, on);
+ edje_object_signal_emit(gcc-o_control, e,state,vsize,on, e);
  }
else
  {
-   edje_object_signal_emit(gcc-o_control, hsize, off);
-   edje_object_signal_emit(gcc-o_control, vsize, off);
+   edje_object_signal_emit(gcc-o_control, e,state,hsize,off, e);
+   edje_object_signal_emit(gcc-o_control, e,state,vsize,off, e);
  }
-   edje_object_signal_emit(gcc-o_control, move, on);
+   edje_object_signal_emit(gcc-o_control, e,state,move,on, e);

gcc-o_event = evas_object_rectangle_add(gcc-gadcon-evas);
evas_object_color_set(gcc-o_event, 0, 0, 0, 0);
@@ -637,35 +637,35 @@
evas_object_move(gcc-o_event, x, y);
evas_object_resize(gcc-o_event, w, h);
 
-   edje_object_signal_callback_add(gcc-o_control, move_start, ,
+   edje_object_signal_callback_add(gcc-o_control, e,action,move,start, ,
   _e_gadcon_cb_signal_move_start, gcc);
-   edje_object_signal_callback_add(gcc-o_control, move_stop, ,
+   edje_object_signal_callback_add(gcc-o_control, e,action,move,stop, ,
   _e_gadcon_cb_signal_move_stop, gcc);
-   edje_object_signal_callback_add(gcc-o_control, move_go, ,
+   edje_object_signal_callback_add(gcc-o_control, e,action,move,go, ,
   _e_gadcon_cb_signal_move_go, gcc);
-   edje_object_signal_callback_add(gcc-o_control, resize_start, left,
+   edje_object_signal_callback_add(gcc-o_control, 
e,action,resize,left,start, ,
   _e_gadcon_cb_signal_resize_left_start, gcc);
-   edje_object_signal_callback_add(gcc-o_control, resize_stop, left,
+   edje_object_signal_callback_add(gcc-o_control, 
e,action,resize,left,stop, ,
   _e_gadcon_cb_signal_resize_left_stop, gcc);
-   edje_object_signal_callback_add(gcc-o_control, resize_go, left,
+   edje_object_signal_callback_add(gcc-o_control, e,action,resize,left,go, 
,
   _e_gadcon_cb_signal_resize_left_go, gcc);
-   edje_object_signal_callback_add(gcc-o_control, resize_start, right,
+   edje_object_signal_callback_add(gcc-o_control, 
e,action,resize,right,start, ,
   _e_gadcon_cb_signal_resize_right_start, gcc);
-   edje_object_signal_callback_add(gcc-o_control, resize_stop, right,
+   edje_object_signal_callback_add(gcc-o_control, 
e,action,resize,right,stop, ,
   _e_gadcon_cb_signal_resize_right_stop, gcc);
-   edje_object_signal_callback_add(gcc-o_control, resize_go, right,
+   edje_object_signal_callback_add(gcc-o_control, e,action,resize,right,go, 
,
   _e_gadcon_cb_signal_resize_right_go, gcc);
-   edje_object_signal_callback_add(gcc-o_control, resize_start, up,
+   edje_object_signal_callback_add(gcc-o_control, e,action,resize,up,start, 
,
   _e_gadcon_cb_signal_resize_left_start, gcc);
-   edje_object_signal_callback_add(gcc-o_control, resize_stop, up,
+   edje_object_signal_callback_add(gcc-o_control, e,action,resize,up,stop, 
,
   _e_gadcon_cb_signal_resize_left_stop, gcc);
-   edje_object_signal_callback_add(gcc-o_control, resize_go, up,
+   edje_object_signal_callback_add(gcc-o_control, e,action,resize,up,go, ,
   _e_gadcon_cb_signal_resize_left_go, gcc);
-   edje_object_signal_callback_add(gcc-o_control, resize_start, down,
+   edje_object_signal_callback_add(gcc-o_control, 
e,action,resize,down,start, ,
   _e_gadcon_cb_signal_resize_right_start, gcc);
-   edje_object_signal_callback_add(gcc-o_control, resize_stop, down,
+   edje_object_signal_callback_add(gcc-o_control, 
e,action,resize,down,stop, ,
   _e_gadcon_cb_signal_resize_right_stop, gcc);
-   edje_object_signal_callback_add(gcc-o_control, resize_go, down,
+   edje_object_signal_callback_add(gcc-o_control, e,action,resize,down,go, 
,
   _e_gadcon_cb_signal_resize_right_go, gcc);

evas_object_event_callback_add(gcc-o_event, EVAS_CALLBACK_MOUSE_DOWN, 
_e_gadcon_cb_mouse_down, 

E CVS: apps/e rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_gadman.edc default_slider.edc 


Log Message:

some more theme work

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_gadman.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- default_gadman.edc  9 Aug 2006 07:58:27 -   1.6
+++ default_gadman.edc  23 Aug 2006 01:13:04 -  1.7
@@ -847,75 +847,75 @@
programs {
   program {
 name:api_hsize_on;
-signal:  hsize;
-source:  on;
+signal:  e,state,hsize,on;
+source:  e;
 action:  STATE_SET default 0.0;
 target:  hclip;
   }
   program {
 name:api_hsize_off;
-signal:  hsize;
-source:  off;
+signal:  e,state,hsize,off;
+source:  e;
 action:  STATE_SET disabled 0.0;
 target:  hclip;
   }
   program {
 name:api_vsize_on;
-signal:  vsize;
-source:  on;
+signal:  e,state,vsize,on;
+source:  e;
 action:  STATE_SET default 0.0;
 target:  vclip;
   }
   program {
 name:api_vsize_off;
-signal:  vsize;
-source:  off;
+signal:  e,state,vsize,off;
+source:  e;
 action:  STATE_SET disabled 0.0;
 target:  vclip;
   }
   program {
 name:api_move_on;
-signal:  move;
-source:  on;
+signal:  e,state,move,on;
+source:  e;
 action:  STATE_SET default 0.0;
 target:  indicator;
   }
   program {
 name:api_move_off;
-signal:  move;
-source:  off;
+signal:  e,state,move,off;
+source:  e;
 action:  STATE_SET disabled 0.0;
 target:  indicator;
   }
 /*  
   program {
 name:api_active;
-signal:  active;
-source:  ;
+signal:  e,state,focused;
+source:  e;
   }
   program {
 name:api_inactive;
-signal:  inactive;
-source:  ;
+signal:  e,state,unfocused;
+source:  e;
   }
 */  
   program {
 name:mv_down;
 signal:  mouse,down,1;
 source:  overlay;
-action:  SIGNAL_EMIT move_start ;
+action:  SIGNAL_EMIT e,action,move,start ;
   }
   program {
 name:mv_up;
 signal:  mouse,up,1;
 source:  overlay;
-action:  SIGNAL_EMIT move_stop ;
+action:  SIGNAL_EMIT e,action,move,stop ;
   }
   program {
 name:mv_move;
 signal:  mouse,move;
 source:  overlay;
-action:  SIGNAL_EMIT move_go ;
+action:  SIGNAL_EMIT e,action,move,go ;
   }
   
   program {
@@ -938,19 +938,19 @@
 name:h1_down2;
 signal:  mouse,down,1;
 source:  h1;
-action:  SIGNAL_EMIT resize_start left;
+action:  SIGNAL_EMIT e,action,resize,left,start ;
   }
   program {
 name:h1_up2;
 signal:  mouse,up,1;
 source:  h1;
-action:  SIGNAL_EMIT resize_stop left;
+action:  SIGNAL_EMIT e,action,resize,left,stop ;
   }
   program {
 name:h1_move;
 signal:  mouse,move;
 source:  h1;
-action:  SIGNAL_EMIT resize_go left;
+action:  SIGNAL_EMIT e,action,resize,left,go ;
   }
   program {
 name:h1_in;
@@ -1051,19 +1051,19 @@
 name:h2_down2;
 signal:  mouse,down,1;
 source:  h2;
-action:  SIGNAL_EMIT resize_start right;
+action:  SIGNAL_EMIT e,action,resize,right,start ;
   }
   program {
 name:h2_up2;
 signal:  mouse,up,1;
 source:  h2;
-action:  SIGNAL_EMIT resize_stop right;
+action:  SIGNAL_EMIT e,action,resize,right,stop ;
   }
   program {
 name:h2_move;
 signal:  mouse,move;
 source:  h2;
-action:  SIGNAL_EMIT resize_go right;
+action:  SIGNAL_EMIT e,action,resize,right,go ;
   }
   program {
 name:h2_in;
@@ -1165,19 +1165,19 @@
 name:v1_down2;
 signal:  mouse,down,1;
 source:  v1;
-action:  SIGNAL_EMIT resize_start up;
+action:  SIGNAL_EMIT e,action,resize,up,start ;
   }
   program {
 name:v1_up2;
 signal:  mouse,up,1;
 source:  v1;
-action:  SIGNAL_EMIT resize_stop up;
+action:  SIGNAL_EMIT e,action,resize,up,stop ;
   }
   program {
 name:v1_move;
 signal:  mouse,move;
 source:  v1;
-action:  SIGNAL_EMIT resize_go up;
+action:  SIGNAL_EMIT e,action,resize,up,go ;
   }
   program {
 name:v1_in;
@@ -1279,19 +1279,19 @@
 

E CVS: apps/e rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
e_int_config_wallpaper_import.c 


Log Message:
missed this one

===
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_wallpaper_import.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- e_int_config_wallpaper_import.c 21 Aug 2006 15:37:58 -  1.16
+++ e_int_config_wallpaper_import.c 23 Aug 2006 03:30:41 -  1.17
@@ -102,14 +102,14 @@
 
o = edje_object_add(evas);
import-bg_obj = o;
-   e_theme_edje_object_set(o, base/theme/dialog, widgets/dialog/main);
+   e_theme_edje_object_set(o, base/theme/dialog, e/widgets/dialog/main);
evas_object_move(o, 0, 0);
evas_object_show(o);

o = e_widget_list_add(evas, 1, 1);
e_widget_on_focus_hook_set(o, _import_cb_wid_on_focus, import);
import-box_obj = o;
-   edje_object_part_swallow(import-bg_obj, buttons_swallow, o);
+   edje_object_part_swallow(import-bg_obj, e.swallow.buttons, o);
 
o = evas_object_rectangle_add(evas);
import-event_obj = o;
@@ -176,7 +176,7 @@

e_widget_min_size_get(o, w, h);
edje_extern_object_min_size_set(o, w, h);
-   edje_object_part_swallow(import-bg_obj, content_swallow, o);
+   edje_object_part_swallow(import-bg_obj, e.swallow.content, o);
evas_object_show(o);

import-ok_obj = e_widget_button_add(evas, _(OK), NULL, _import_cb_ok, 
win, cfdata);
@@ -190,7 +190,7 @@
o = import-box_obj;
e_widget_min_size_get(o, w, h);
edje_extern_object_min_size_set(o, w, h);
-   edje_object_part_swallow(import-bg_obj, buttons_swallow, o);
+   edje_object_part_swallow(import-bg_obj, e.swallow.buttons, o);

edje_object_size_min_calc(import-bg_obj, w, h);
evas_object_resize(import-bg_obj, w, h + 64);
@@ -356,7 +356,7 @@
fprintf(f, 
images { image: \%s\ %s; }\n
collections {\n
-   group { name: \desktop/background\;\n
+   group { name: \e/desktop/background\;\n
max: %i %i;\n
parts {\n
part { name: \bg\; mouse_events: 0;\n
@@ -369,7 +369,7 @@
fprintf(f, 
images { image: \%s\ %s; }\n
collections {\n
-   group { name: \desktop/background\;\n
+   group { name: \e/desktop/background\;\n
max: %i %i;\n
parts {\n
part { name: \bg\; mouse_events: 0;\n
@@ -385,7 +385,7 @@
fprintf(f, 
images { image: \%s\ %s; }\n
collections {\n
-   group { name: \desktop/background\;\n
+   group { name: \e/desktop/background\;\n
max: %i %i;\n
parts {\n
part { name: \col\; type: RECT; mouse_events: 0;\n
@@ -403,7 +403,7 @@
fprintf(f, 
images { image: \%s\ %s; }\n
collections {\n
-   group { name: \desktop/background\;\n
+   group { name: \e/desktop/background\;\n
max: %i %i;\n
parts {\n
part { name: \col\; type: RECT; mouse_events: 0;\n
@@ -421,7 +421,7 @@
fprintf(f, 
images { image: \%s\ %s; }\n
collections {\n
-   group { name: \desktop/background\;\n
+   group { name: \e/desktop/background\;\n
max: %i %i;\n
parts {\n
part { name: \bg\; mouse_events: 0;\n



-
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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/themes


Modified Files:
default_about.edc default_background.edc default_battery.edc 
default_border.edc default_button.edc default_check.edc 
default_clock.edc default_color_well.edc default_configure.edc 
default_cpufreq.edc default_cslider.edc default_desklock.edc 
default_dialog.edc default_entry.edc default_error.edc 
default_exebuf.edc default_fileman.edc default_filesel.edc 
default_frame.edc default_gadman.edc default_ibar.edc 
default_ibox.edc default_icons.edc default_ilist.edc 
default_label.edc default_menu.edc default_move.edc 
default_pager.edc default_pointer.edc default_preview.edc 
default_radio.edc default_resize.edc default_scrollframe.edc 
default_shelf.edc default_slider.edc default_spectrum.edc 
default_start.edc default_temperature.edc 
default_textblock.edc default_theme_about.edc 
default_tlist.edc default_transitions.edc default_winlist.edc 


Log Message:

another chunk
all group names prefaced by e/ 
its entirely possible i missed a few small places in this, so there may be some 
growing pains in the next day or two

also, spectrum content - e.swallow.content

===
RCS file: /cvs/e/e17/apps/e/data/themes/default_about.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- default_about.edc   22 Aug 2006 07:39:10 -  1.9
+++ default_about.edc   23 Aug 2006 03:39:01 -  1.10
@@ -29,7 +29,7 @@
 }
 
 group {
-   name: widgets/about/main;
+   name: e/widgets/about/main;
parts {
   part {
 name:  base;
===
RCS file: /cvs/e/e17/apps/e/data/themes/default_background.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- default_background.edc  7 Dec 2005 13:24:58 -   1.3
+++ default_background.edc  23 Aug 2006 03:39:01 -  1.4
@@ -3,7 +3,7 @@
image: e17_SMreflection_shadow_overlay.png LOSSY 90;
 }
 group {
-   name: desktop/background;
+   name: e/desktop/background;
parts {
   part {
 name: background_image;
===
RCS file: /cvs/e/e17/apps/e/data/themes/default_battery.edc,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- default_battery.edc 22 Aug 2006 07:39:10 -  1.9
+++ default_battery.edc 23 Aug 2006 03:39:01 -  1.10
@@ -13,7 +13,7 @@
image: e17_battery_ac.png COMP;
 }
 group {
-   name: modules/battery/main;
+   name: e/modules/battery/main;
max:  128 128;
script {
 public message(Msg_Type:type, id, ...) {
===
RCS file: /cvs/e/e17/apps/e/data/themes/default_border.edc,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- default_border.edc  22 Aug 2006 07:39:10 -  1.30
+++ default_border.edc  23 Aug 2006 03:39:01 -  1.31
@@ -194,7 +194,7 @@
 
 #define FULL_SIZE_BORDER_BUTTON(TYPE) \
 group { \
-   name:  widgets/border/default/TYPE; \
+   name:  e/widgets/border/default/TYPE; \
parts { \
   part { \
 name:   whole; \
@@ -261,7 +261,7 @@
 }
 
 group {
-   name: widgets/border/default/border;
+   name: e/widgets/border/default/border;
// ALSO:
// borderless, noresize, shaped, nofocus, urgent, dialog, modal, skipped
data {
@@ -1541,7 +1541,7 @@
 }
 
 group {
-   name: widgets/border/shaped/border;
+   name: e/widgets/border/shaped/border;
// ALSO:
// borderless, noresize, shaped, nofocus, urgent, dialog, modal, skipped
data {
@@ -2584,7 +2584,7 @@
 }
 
 group {
-   name: widgets/border/dialog/border;
+   name: e/widgets/border/dialog/border;
// ALSO:
// borderless, noresize, shaped, nofocus, urgent, dialog, modal, skipped
data {
@@ -3733,7 +3733,7 @@
 }
 
 group {
-   name: widgets/border/noresize_dialog/border;
+   name: e/widgets/border/noresize_dialog/border;
// ALSO:
// borderless, noresize, shaped, nofocus, urgent, dialog, modal, skipped
data {
@@ -4800,7 +4800,7 @@
 }
 
 group {
-   name: widgets/border/pixel/border;
+   name: e/widgets/border/pixel/border;
// ALSO:
// borderless, noresize, shaped, nofocus, urgent, dialog, modal, skipped
data {
===
RCS file: /cvs/e/e17/apps/e/data/themes/default_button.edc,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- default_button.edc  22 Aug 2006 07:39:10 -  1.8
+++ default_button.edc  23 Aug 2006 03:39:01 -  1.9
@@ -9,7 +9,7 @@
 }
 
 group {
-   name: widgets/button;
+   name: e/widgets/button;
parts {
   part {
 name:  

E CVS: apps/e rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e/data/backgrounds


Modified Files:
Blue_Sky_Tree.edj Cracked_Earth.edj Ivy_Wall.edj Ladybug.edj 


Log Message:
fix group name for bgs

===
RCS file: /cvs/e/e17/apps/e/data/backgrounds/Blue_Sky_Tree.edj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsGIeJRa and /tmp/cvs2KCyi7 differ
===
RCS file: /cvs/e/e17/apps/e/data/backgrounds/Cracked_Earth.edj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvs17rWLd and /tmp/cvsiuKOna differ
===
RCS file: /cvs/e/e17/apps/e/data/backgrounds/Ivy_Wall.edj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsTSQsll and /tmp/cvs84813h differ
===
RCS file: /cvs/e/e17/apps/e/data/backgrounds/Ladybug.edj,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsfX3izr and /tmp/cvsYfZKmo 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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
TODO 


Log Message:

TODO--
TODO++

===
RCS file: /cvs/e/e17/apps/e/TODO,v
retrieving revision 1.404
retrieving revision 1.405
diff -u -3 -r1.404 -r1.405
--- TODO22 Aug 2006 08:39:48 -  1.404
+++ TODO23 Aug 2006 03:58:02 -  1.405
@@ -83,9 +83,9 @@
   changes.
 * keybindings dialog doesn't conform its formatting or datatype naming to
   anything else in e17 - it needs fixing.
-* need to do a massive theme spec overhaul. need to namespace signals, special
-  named parts that are needed, specific what is NEEDED froma  theme, what is
-  optional (in terms of parts, groups and signals). etc.
+* need to audit, namespace and expand text and color classes
+* need to specify what is NEEDED from a  theme, what is  optional (in terms of
+  parts, groups and signals). etc.
 * default config for shelf is screwy and needs fixing - related to gadcon
   layout algorithm though.
 * ipc is a mess. overgrown. hard to work with. what to do? remove?



-
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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
and the modules...

===
RCS file: /cvs/e/e17/apps/e/src/modules/temperature/e_mod_main.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -3 -r1.66 -r1.67
--- e_mod_main.c22 Aug 2006 07:39:11 -  1.66
+++ e_mod_main.c23 Aug 2006 04:02:03 -  1.67
@@ -63,7 +63,7 @@

o = edje_object_add(gc-evas);
e_theme_edje_object_set(o, base/theme/modules/temperature,
-  modules/temperature/main);
+  e/modules/temperature/main);

gcc = e_gadcon_client_new(gc, name, id, style, o);
gcc-data = 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: apps/e rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
and the modules...

===
RCS file: /cvs/e/e17/apps/e/src/modules/battery/e_mod_main.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -3 -r1.87 -r1.88
--- e_mod_main.c22 Aug 2006 07:39:11 -  1.87
+++ e_mod_main.c23 Aug 2006 04:02:02 -  1.88
@@ -89,7 +89,7 @@

o = edje_object_add(gc-evas);
e_theme_edje_object_set(o, base/theme/modules/battery,
-  modules/battery/main);
+  e/modules/battery/main);

gcc = e_gadcon_client_new(gc, name, id, style, o);
gcc-data = 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: apps/e rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
and the modules...

===
RCS file: /cvs/e/e17/apps/e/src/modules/cpufreq/e_mod_main.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- e_mod_main.c22 Aug 2006 07:39:11 -  1.48
+++ e_mod_main.c23 Aug 2006 04:02:02 -  1.49
@@ -81,7 +81,7 @@

o = edje_object_add(gc-evas);
e_theme_edje_object_set(o, base/theme/modules/cpufreq,
-  modules/cpufreq/main);
+  e/modules/cpufreq/main);
edje_object_signal_callback_add(o, e,action,governor,next, *, 
_cpufreq_face_cb_set_governor, NULL);
edje_object_signal_callback_add(o, e,action,frequency,increase, *, 
_cpufreq_face_cb_set_frequency, NULL);
edje_object_signal_callback_add(o, e,action,frequency,decrease, *, 
_cpufreq_face_cb_set_frequency, 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: apps/e rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
and the modules...

===
RCS file: /cvs/e/e17/apps/e/src/modules/clock/e_mod_main.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- e_mod_main.c9 Aug 2006 06:38:34 -   1.63
+++ e_mod_main.c23 Aug 2006 04:02:02 -  1.64
@@ -50,7 +50,7 @@

o = edje_object_add(gc-evas);
e_theme_edje_object_set(o, base/theme/modules/clock,
-  modules/clock/main);
+  e/modules/clock/main);
evas_object_show(o);

gcc = e_gadcon_client_new(gc, name, id, style, 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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
and the modules...

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -3 -r1.135 -r1.136
--- e_mod_main.c22 Aug 2006 07:39:11 -  1.135
+++ e_mod_main.c23 Aug 2006 04:02:03 -  1.136
@@ -565,7 +565,7 @@
ic-app = a;
ic-o_holder = edje_object_add(evas_object_evas_get(b-o_box));
e_theme_edje_object_set(ic-o_holder, base/theme/modules/ibar,
-  modules/ibar/icon);
+  e/modules/ibar/icon);
evas_object_event_callback_add(ic-o_holder, EVAS_CALLBACK_MOUSE_IN,  
_ibar_cb_icon_mouse_in,  ic);
evas_object_event_callback_add(ic-o_holder, EVAS_CALLBACK_MOUSE_OUT, 
_ibar_cb_icon_mouse_out, ic);
evas_object_event_callback_add(ic-o_holder, EVAS_CALLBACK_MOUSE_DOWN, 
_ibar_cb_icon_mouse_down, ic);
@@ -577,7 +577,7 @@

ic-o_holder2 = edje_object_add(evas_object_evas_get(b-o_box));
e_theme_edje_object_set(ic-o_holder2, base/theme/modules/ibar,
-  modules/ibar/icon_overlay);
+  e/modules/ibar/icon_overlay);
evas_object_layer_set(ic-o_holder2, );
evas_object_pass_events_set(ic-o_holder2, 1);
evas_object_show(ic-o_holder2);
@@ -1059,9 +1059,9 @@
evas_object_event_callback_add(o, EVAS_CALLBACK_MOVE, _ibar_cb_drop_move, 
inst-ibar);
evas_object_event_callback_add(o, EVAS_CALLBACK_RESIZE, 
_ibar_cb_drop_resize, inst-ibar);
e_theme_edje_object_set(o, base/theme/modules/ibar,
-  modules/ibar/drop);
+  e/modules/ibar/drop);
e_theme_edje_object_set(o2, base/theme/modules/ibar,
-  modules/ibar/drop_overlay);
+  e/modules/ibar/drop_overlay);
evas_object_layer_set(o2, 1);
evas_object_show(o);
evas_object_show(o2);



-
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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
and the modules...

===
RCS file: /cvs/e/e17/apps/e/src/modules/itray/e_mod_main.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- e_mod_main.c2 Jul 2006 18:55:32 -   1.13
+++ e_mod_main.c23 Aug 2006 04:02:03 -  1.14
@@ -320,7 +320,7 @@
o = edje_object_add(itb-evas);
itb-box_object = o;
e_theme_edje_object_set(o, base/theme/modules/itray,
-  modules/itray/main);
+  e/modules/itray/main);
evas_object_show(o);
 
o = evas_object_rectangle_add(itb-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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
and the modules...

===
RCS file: /cvs/e/e17/apps/e/src/modules/start/e_mod_main.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -3 -r1.33 -r1.34
--- e_mod_main.c22 Aug 2006 07:39:11 -  1.33
+++ e_mod_main.c23 Aug 2006 04:02:03 -  1.34
@@ -53,7 +53,7 @@
inst = E_NEW(Instance, 1);

o = edje_object_add(gc-evas);
-   e_theme_edje_object_set(o, base/theme/modules/start, 
modules/start/main);
+   e_theme_edje_object_set(o, base/theme/modules/start, 
e/modules/start/main);
edje_object_signal_emit(o, e,state,unfocused, e);

gcc = e_gadcon_client_new(gc, name, id, style, 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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
and the modules...

===
RCS file: /cvs/e/e17/apps/e/src/modules/pager/e_mod_main.c,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -3 -r1.183 -r1.184
--- e_mod_main.c22 Aug 2006 07:39:11 -  1.183
+++ e_mod_main.c23 Aug 2006 04:02:03 -  1.184
@@ -325,7 +325,7 @@
o = edje_object_add(evas_object_evas_get(p-o_table));
pd-o_desk = o;
e_theme_edje_object_set(o, base/theme/modules/pager,
-  modules/pager/desk);
+  e/modules/pager/desk);
edje_object_part_text_set(o, label, desk-name);
e_table_pack(p-o_table, o, xpos, ypos, 1, 1);
e_table_pack_options_set(o, 1, 1, 1, 1, 0.5, 0.5, 0, 0, -1, -1);
@@ -447,7 +447,7 @@
o = edje_object_add(evas_object_evas_get(pd-pager-o_table));
pw-o_window = o;
e_theme_edje_object_set(o, base/theme/modules/pager,
-  modules/pager/window);
+  e/modules/pager/window);
if (visible) evas_object_show(o);
 
e_layout_pack(pd-o_layout, pw-o_window);
@@ -563,7 +563,7 @@
pp-o_bg = edje_object_add(pp-popup-evas);
e_theme_edje_object_set(pp-o_bg,
   base/theme/modules/pager,
-  widgets/pager/popup);
+  e/widgets/pager/popup);
desk = e_desk_current_get(p-zone);
if (desk)
  edje_object_part_text_set(pp-o_bg, text, desk-name);



-
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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
and the modules...

===
RCS file: /cvs/e/e17/apps/e/src/modules/ibox/e_mod_main.c,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -3 -r1.63 -r1.64
--- e_mod_main.c22 Aug 2006 07:39:11 -  1.63
+++ e_mod_main.c23 Aug 2006 04:02:03 -  1.64
@@ -488,7 +488,7 @@
ic-border = bd;
ic-o_holder = edje_object_add(evas_object_evas_get(b-o_box));
e_theme_edje_object_set(ic-o_holder, base/theme/modules/ibox,
-  modules/ibox/icon);
+  e/modules/ibox/icon);
evas_object_event_callback_add(ic-o_holder, EVAS_CALLBACK_MOUSE_IN,  
_ibox_cb_icon_mouse_in,  ic);
evas_object_event_callback_add(ic-o_holder, EVAS_CALLBACK_MOUSE_OUT, 
_ibox_cb_icon_mouse_out, ic);
evas_object_event_callback_add(ic-o_holder, EVAS_CALLBACK_MOUSE_DOWN, 
_ibox_cb_icon_mouse_down, ic);
@@ -500,7 +500,7 @@

ic-o_holder2 = edje_object_add(evas_object_evas_get(b-o_box));
e_theme_edje_object_set(ic-o_holder2, base/theme/modules/ibox,
-  modules/ibox/icon_overlay);
+  e/modules/ibox/icon_overlay);
evas_object_layer_set(ic-o_holder2, );
evas_object_pass_events_set(ic-o_holder2, 1);
evas_object_show(ic-o_holder2);
@@ -846,9 +846,9 @@
evas_object_event_callback_add(o, EVAS_CALLBACK_MOVE, _ibox_cb_drop_move, 
inst-ibox);
evas_object_event_callback_add(o, EVAS_CALLBACK_RESIZE, 
_ibox_cb_drop_resize, inst-ibox);
e_theme_edje_object_set(o, base/theme/modules/ibox,
-  modules/ibox/drop);
+  e/modules/ibox/drop);
e_theme_edje_object_set(o2, base/theme/modules/ibox,
-  modules/ibox/drop_overlay);
+  e/modules/ibox/drop_overlay);
evas_object_layer_set(o2, 1);
evas_object_show(o);
evas_object_show(o2);



-
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 rephorm

2006-08-22 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
TODO 


Log Message:
todo++

===
RCS file: /cvs/e/e17/apps/e/TODO,v
retrieving revision 1.405
retrieving revision 1.406
diff -u -3 -r1.405 -r1.406
--- TODO23 Aug 2006 03:58:02 -  1.405
+++ TODO23 Aug 2006 04:06:01 -  1.406
@@ -8,6 +8,8 @@
   BUGS / FIXES
 ---
 
+* BUG: the ibar specific menu only shows when you right click on icons (and not
+  on the bar itself). so, if there are no icons you can't get to the config
 * BUG: match this window only doesnt fall back to other unused remembers
 * BUG: if app asks for borderless in properties - borderless toggle in menu
   doesn't have any effect.



-
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   >