E CVS: libs/evas raster

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir : e17/libs/evas/src/bin


Modified Files:
evas_test_main.c 


Log Message:

'remove fps stats
only bench numebr is displayed now.

===
RCS file: /cvs/e/e17/libs/evas/src/bin/evas_test_main.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- evas_test_main.c2 May 2006 07:28:46 -   1.31
+++ evas_test_main.c17 May 2006 08:04:59 -  1.32
@@ -179,9 +179,9 @@
  }
else if (t  5.0)
  {
-   printf(# FRAME COUNT: %i frames\n, frames);
-   printf(# TIME:%3.3f seconds\n, (t - time_start));
-   printf(# AVERAGE FPS: %3.3f fps\n, (double)frames / (t - time_start));
+// printf(# FRAME COUNT: %i frames\n, frames);
+// printf(# TIME:%3.3f seconds\n, (t - time_start));
+// printf(# AVERAGE FPS: %3.3f fps\n, (double)frames / (t - time_start));
printf(# EVAS BENCH:  %3.3f\n, ((double)frames / (t - time_start)) / 
60.0);
exit(0);
  }
@@ -356,10 +356,10 @@
 printf(\n);
 printf(# Performance Test. Your system scores...\n);
 printf(\n);
-printf(# FRAME COUNT: %i frames\n, frames);
-printf(# TIME:%3.3f seconds\n, (t - time_start));
-printf(# AVERAGE FPS: %3.3f fps\n, (double)frames / (t - 
time_start));
-printf(\n);
+//  printf(# FRAME COUNT: %i frames\n, frames);
+//  printf(# TIME:%3.3f seconds\n, (t - time_start));
+//  printf(# AVERAGE FPS: %3.3f fps\n, (double)frames / (t - 
time_start));
+//  printf(\n);
 printf(# Your system Evas Benchmark:\n);
 printf(#\n);
 printf(# EVAS BENCH: %3.3f\n, ((double)frames / (t - 
time_start)) / 60.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: debian kaethorn

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e_modules
Module  : debian

Dir : e_modules/debian


Modified Files:
control emodule-tclock.install emodule-language.install 
Added Files:
emodule-moon.install 


Log Message:
some emodules packaging updates.
* add moon module
* update language .files
* update tclock .files

===
RCS file: /cvs/e/e_modules/debian/control,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- control 11 May 2006 15:50:23 -  1.7
+++ control 17 May 2006 09:55:21 -  1.8
@@ -87,6 +87,14 @@
  - ignore/Count buffers
  - ignore/Count cached.
  
+Package: emodule0-moon
+Architecture: any
+Depends: ${shlibs:Depends}, enlightenment, libesmart
+Provides: emodule-moon
+Description: Moon Clock module for Enlightenment
+ Moon is an E17 module which displays information about the current
+ phase of the moon.
+ 
 Package: emodule0-mount
 Architecture: any
 Depends: ${shlibs:Depends}, enlightenment, libesmart
@@ -189,7 +197,7 @@
 
 Package: emodules0-all
 Architecture: any
-Depends: ${shlibs:Depends}, enlightenment, libesmart, emodule0-calendar, 
emodule0-cpu, emodule0-devian, emodule0-emu, emodule0-evolume, emodule0-flame, 
emodule0-language, emodule0-mbar, emodule0-mem, emodule0-mount, emodule0-net, 
emodule0-rain, emodule0-screenshot, emodule0-slideshow, emodule0-snow, 
emodule0-tclock, emodule0-uptime, emodule0-weather, emodule0-wlan
+Depends: ${shlibs:Depends}, enlightenment, libesmart, emodule0-calendar, 
emodule0-cpu, emodule0-devian, emodule0-emu, emodule0-evolume, emodule0-flame, 
emodule0-language, emodule0-mbar, emodule0-mem, emodule0-moon, emodule0-mount, 
emodule0-net, emodule0-rain, emodule0-screenshot, emodule0-slideshow, 
emodule0-snow, emodule0-tclock, emodule0-uptime, emodule0-weather, emodule0-wlan
 Conflicts: emodules-extra, evolume
 Provides: emodules-all
 Description: A dummy package for installing all modules for E17
@@ -203,6 +211,8 @@
  Flame   : Displays flames at the bottom of the screen.
  Language: Allows to control keyboard layout, model and variant.
  Mbar: A bar for mounting and unmounting devices.
+ Mem : Monitors memory usage.
+ Moon: Moon Clock module for Enlightenment
  Mount   : This module is used to mount/unmount devices.
  Net : Network activity monitoring module.
  Rain: Displays rain on the desktop.
===
RCS file: /cvs/e/e_modules/debian/emodule-tclock.install,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- emodule-tclock.install  19 Apr 2006 22:34:32 -  1.2
+++ emodule-tclock.install  17 May 2006 09:55:21 -  1.3
@@ -1,4 +1,5 @@
 usr/lib/enlightenment/modules/tclock/module_icon.png
+usr/lib/enlightenment/modules/tclock/*.eap
 usr/lib/enlightenment/modules/tclock/*.edj
 usr/lib/enlightenment/modules/tclock/*.ttf
 usr/lib/enlightenment/modules/tclock/*/*.so
===
RCS file: /cvs/e/e_modules/debian/emodule-language.install,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- emodule-language.install11 May 2006 14:43:33 -  1.1
+++ emodule-language.install17 May 2006 09:55:21 -  1.2
@@ -1,2 +1,3 @@
 usr/lib/enlightenment/modules/language/*.edj
+usr/lib/enlightenment/modules/language/*.eap
 usr/lib/enlightenment/modules/language/*/*.so




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


E CVS: proto handyande

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : proto

Dir : e17/proto/enhance/examples


Modified Files:
enhance_test.c 


Log Message:
warn--

===
RCS file: /cvs/e/e17/proto/enhance/examples/enhance_test.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- enhance_test.c  3 Apr 2006 22:16:48 -   1.3
+++ enhance_test.c  17 May 2006 11:43:58 -  1.4
@@ -1,6 +1,8 @@
 #include Enhance.h
 #include Etk.h
 
+#include string.h
+
 Enhance *en;
 
 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: proto handyande

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : proto

Dir : e17/proto/enhance/src/lib


Modified Files:
enhance_widget.c 


Log Message:
Add support for width and height overrides

===
RCS file: /cvs/e/e17/proto/enhance/src/lib/enhance_widget.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- enhance_widget.c3 Apr 2006 22:16:49 -   1.2
+++ enhance_widget.c17 May 2006 11:54:28 -  1.3
@@ -35,12 +35,45 @@
 _e_widget_new(Enhance *en, EXML_Node *node, Etk_Widget *etk_widget, char *id)
 {
E_Widget  *widget;
+   Ecore_List *props;
+   EXML_Node  *prop;
+   int width, height;

widget = E_NEW(1, E_Widget);
widget-wid = etk_widget;
widget-node = node;
widget-packing = NULL;
en-widgets = evas_hash_add(en-widgets, id, widget);
+
+   width = -1;
+   height = -1;
+   props = node-children;
+   ecore_list_goto_first(props);
+   prop = ecore_list_current(props);
+   while(prop != NULL)
+ {  
+   if(!strcmp(prop-tag, property))
+ {  
+char *name;
+
+name = ecore_hash_get(prop-attributes, name);
+if(!name) { prop = ecore_list_next(props); continue; }
+ 
+if (!strcmp(name, width_request))
+  {
+ if (prop-value)
+   width = atoi(prop-value);
+  }
+else if (!strcmp(name, height_request))
+  {
+ if (prop-value)
+   height = atoi(prop-value);
+  }
+ }
+   prop = ecore_list_next(props);
+ }
+   if (width != -1 || height != -1)
+ etk_widget_size_request_set(etk_widget, width, height);
 
return widget;
 }




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


E CVS: proto codewarrior

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir : e17/proto/enhance/src/lib


Modified Files:
enhance.c enhance_widget.c 


Log Message:
- support stocks (lok, thanks)
- move Andy's code to our generic propery handler code


===
RCS file: /cvs/e/e17/proto/enhance/src/lib/enhance.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- enhance.c   18 Apr 2006 15:00:19 -  1.4
+++ enhance.c   17 May 2006 12:35:02 -  1.5
@@ -8,6 +8,316 @@
 static void  _e_traverse_child_xml(Enhance *en);
 static E_Widget *_e_traverse_widget_xml(Enhance *en);
 static void  _e_traverse_xml(Enhance *en);
+static Ecore_Hash*_en_stock_items_hash=NULL;
+static void  _en_stock_items_hash_init(void);
+
+typedef struct _En_Stock_Item
+{
+   char *str;
+   Etk_Stock_Id id;
+} En_Stock_Item;
+
+static const En_Stock_Item en_stock_items[] =
+{
+   { ETK_STOCK_ADDRESS_BOOK_NEW, ETK_STOCK_ADDRESS_BOOK_NEW },
+   { ETK_STOCK_APPOINTMENT_NEW, ETK_STOCK_APPOINTMENT_NEW },
+   { ETK_STOCK_BOOKMARK_NEW, ETK_STOCK_BOOKMARK_NEW },
+   { ETK_STOCK_CONTACT_NEW, ETK_STOCK_CONTACT_NEW },
+   { ETK_STOCK_DIALOG_OK, ETK_STOCK_DIALOG_OK }, 
+   { ETK_STOCK_DIALOG_CANCEL, ETK_STOCK_DIALOG_CANCEL },
+   { ETK_STOCK_DIALOG_YES, ETK_STOCK_DIALOG_YES }, 
+   { ETK_STOCK_DIALOG_NO, ETK_STOCK_DIALOG_NO },
+   { ETK_STOCK_DIALOG_CLOSE, ETK_STOCK_DIALOG_CLOSE },
+   { ETK_STOCK_DOCUMENT_NEW, ETK_STOCK_DOCUMENT_NEW },
+   { ETK_STOCK_DOCUMENT_OPEN, ETK_STOCK_DOCUMENT_OPEN },
+   { ETK_STOCK_DOCUMENT_PRINT, ETK_STOCK_DOCUMENT_PRINT },
+   { ETK_STOCK_DOCUMENT_PRINT_PREVIEW, ETK_STOCK_DOCUMENT_PRINT_PREVIEW },
+   { ETK_STOCK_DOCUMENT_PROPERTIES, ETK_STOCK_DOCUMENT_PROPERTIES },
+   { ETK_STOCK_DOCUMENT_SAVE_AS, ETK_STOCK_DOCUMENT_SAVE_AS },
+   { ETK_STOCK_DOCUMENT_SAVE, ETK_STOCK_DOCUMENT_SAVE },
+   { ETK_STOCK_EDIT_CLEAR, ETK_STOCK_EDIT_CLEAR },
+   { ETK_STOCK_EDIT_COPY, ETK_STOCK_EDIT_COPY },
+   { ETK_STOCK_EDIT_CUT, ETK_STOCK_EDIT_CUT },
+   { ETK_STOCK_EDIT_FIND, ETK_STOCK_EDIT_FIND },
+   { ETK_STOCK_EDIT_PASTE, ETK_STOCK_EDIT_PASTE },
+   { ETK_STOCK_EDIT_REDO, ETK_STOCK_EDIT_REDO },
+   { ETK_STOCK_EDIT_UNDO, ETK_STOCK_EDIT_UNDO },
+   { ETK_STOCK_EDIT_DELETE, ETK_STOCK_EDIT_DELETE },
+   { ETK_STOCK_EDIT_FIND_REPLACE, ETK_STOCK_EDIT_FIND_REPLACE },
+   { ETK_STOCK_FOLDER_NEW, ETK_STOCK_FOLDER_NEW },
+   { ETK_STOCK_FORMAT_INDENT_LESS, ETK_STOCK_FORMAT_INDENT_LESS },
+   { ETK_STOCK_FORMAT_INDENT_MORE, ETK_STOCK_FORMAT_INDENT_MORE },
+   { ETK_STOCK_FORMAT_JUSTIFY_CENTER, ETK_STOCK_FORMAT_JUSTIFY_CENTER },
+   { ETK_STOCK_FORMAT_JUSTIFY_FILL, ETK_STOCK_FORMAT_JUSTIFY_FILL },
+   { ETK_STOCK_FORMAT_JUSTIFY_LEFT, ETK_STOCK_FORMAT_JUSTIFY_LEFT },
+   { ETK_STOCK_FORMAT_JUSTIFY_RIGHT, ETK_STOCK_FORMAT_JUSTIFY_RIGHT },
+   { ETK_STOCK_FORMAT_TEXT_BOLD, ETK_STOCK_FORMAT_TEXT_BOLD },
+   { ETK_STOCK_FORMAT_TEXT_ITALIC, ETK_STOCK_FORMAT_TEXT_ITALIC },
+   { ETK_STOCK_FORMAT_TEXT_STRIKETHROUGH, 
ETK_STOCK_FORMAT_TEXT_STRIKETHROUGH },
+   { ETK_STOCK_FORMAT_TEXT_UNDERLINE, ETK_STOCK_FORMAT_TEXT_UNDERLINE },
+   { ETK_STOCK_GO_BOTTOM, ETK_STOCK_GO_BOTTOM },
+   { ETK_STOCK_GO_DOWN, ETK_STOCK_GO_DOWN },
+   { ETK_STOCK_GO_FIRST, ETK_STOCK_GO_FIRST },
+   { ETK_STOCK_GO_HOME, ETK_STOCK_GO_HOME },
+   { ETK_STOCK_GO_JUMP, ETK_STOCK_GO_JUMP },
+   { ETK_STOCK_GO_LAST, ETK_STOCK_GO_LAST },
+   { ETK_STOCK_GO_NEXT, ETK_STOCK_GO_NEXT },
+   { ETK_STOCK_GO_PREVIOUS, ETK_STOCK_GO_PREVIOUS },
+   { ETK_STOCK_GO_TOP, ETK_STOCK_GO_TOP },
+   { ETK_STOCK_GO_UP, ETK_STOCK_GO_UP },
+   { ETK_STOCK_LIST_ADD, ETK_STOCK_LIST_ADD },
+   { ETK_STOCK_LIST_REMOVE, ETK_STOCK_LIST_REMOVE },
+   { ETK_STOCK_MAIL_MESSAGE_NEW, ETK_STOCK_MAIL_MESSAGE_NEW },
+   { ETK_STOCK_MAIL_FORWARD, ETK_STOCK_MAIL_FORWARD },
+   { ETK_STOCK_MAIL_MARK_JUNK, ETK_STOCK_MAIL_MARK_JUNK },
+   { ETK_STOCK_MAIL_REPLY_ALL, ETK_STOCK_MAIL_REPLY_ALL },
+   { ETK_STOCK_MAIL_REPLY_SENDER, ETK_STOCK_MAIL_REPLY_SENDER },
+   { ETK_STOCK_MAIL_SEND_RECEIVE, ETK_STOCK_MAIL_SEND_RECEIVE },
+   { ETK_STOCK_MEDIA_EJECT, ETK_STOCK_MEDIA_EJECT },  
+   { ETK_STOCK_MEDIA_PLAYBACK_PAUSE, ETK_STOCK_MEDIA_PLAYBACK_PAUSE },
+   { ETK_STOCK_MEDIA_PLAYBACK_START, ETK_STOCK_MEDIA_PLAYBACK_START },
+   { ETK_STOCK_MEDIA_PLAYBACK_STOP, ETK_STOCK_MEDIA_PLAYBACK_STOP },
+   { ETK_STOCK_MEDIA_RECORD, ETK_STOCK_MEDIA_RECORD },
+   { ETK_STOCK_MEDIA_SEEK_BACKWARD, ETK_STOCK_MEDIA_SEEK_BACKWARD },
+   { ETK_STOCK_MEDIA_SEEK_FORWARD, ETK_STOCK_MEDIA_SEEK_FORWARD },
+   { ETK_STOCK_MEDIA_SKIP_BACKWARD, ETK_STOCK_MEDIA_SKIP_BACKWARD },
+   { ETK_STOCK_MEDIA_SKIP_FORWARD, ETK_STOCK_MEDIA_SKIP_FORWARD },
+   { ETK_STOCK_PROCESS_STOP, ETK_STOCK_PROCESS_STOP },
+   { ETK_STOCK_SYSTEM_LOCK_SCREEN, ETK_STOCK_SYSTEM_LOCK_SCREEN },
+   { ETK_STOCK_SYSTEM_LOG_OUT, ETK_STOCK_SYSTEM_LOG_OUT },
+   { ETK_STOCK_SYSTEM_SEARCH, ETK_STOCK_SYSTEM_SEARCH },
+   { ETK_STOCK_SYSTEM_SHUTDOWN, 

E CVS: proto codewarrior

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir : e17/proto/enhance/examples


Modified Files:
enhance_test.c 


Log Message:
- support stocks (lok, thanks)
- move Andy's code to our generic propery handler code


===
RCS file: /cvs/e/e17/proto/enhance/examples/enhance_test.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- enhance_test.c  17 May 2006 11:43:58 -  1.4
+++ enhance_test.c  17 May 2006 12:35:02 -  1.5
@@ -38,7 +38,7 @@
en = enhance_new();  
enhance_callback_data_set(en, rip_only_clicked, data);

-   enhance_file_load(en, window1, combo_box.glade);
+   enhance_file_load(en, window1, stock.glade);

data2 = enhance_callback_data_get(en, rip_only_clicked);
*data2 = string2;




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


E CVS: proto codewarrior

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : proto

Dir : e17/proto/enhance/examples


Added Files:
stock.glade 


Log Message:
add stock example





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


E CVS: tclock troback

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : troback
Project : e_modules
Module  : tclock

Dir : e_modules/tclock/po


Added Files:
sv.po 


Log Message:
Swedish translation added!





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


E CVS: tclock troback

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : troback
Project : e_modules
Module  : tclock

Dir : e_modules/tclock


Modified Files:
configure.in 


Log Message:
Swedish translation added!

===
RCS file: /cvs/e/e_modules/tclock/configure.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- configure.in16 May 2006 18:03:35 -  1.7
+++ configure.in17 May 2006 14:27:23 -  1.8
@@ -17,7 +17,7 @@
 AM_ENABLE_SHARED
 AM_PROG_LIBTOOL
 
-ALL_LINGUAS=fi it ja
+ALL_LINGUAS=fi it ja sv
 AC_SUBST(ALL_LINGUAS)
 
 AM_GNU_GETTEXT([external])




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


E CVS: proto moom

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir : e17/proto/etk/src/lib


Modified Files:
etk_colorpicker.c etk_colorpicker.h 


Log Message:
* More work on the colorpicker


===
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_colorpicker.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- etk_colorpicker.c   16 May 2006 22:02:59 -  1.10
+++ etk_colorpicker.c   17 May 2006 15:15:08 -  1.11
@@ -2,16 +2,25 @@
 #include etk_colorpicker.h
 #include stdlib.h
 #include stdint.h
+#include Edje.h
 #include etk_signal.h
 #include etk_signal_callback.h
 #include etk_utils.h
 #include etk_radio_button.h
+#include etk_theme.h
 
 /**
  * @addtogroup Etk_Colorpicker
  * @{
  */
 
+typedef struct Etk_Colorpicker_Picker_Data
+{
+   Evas_List *objects;
+   Etk_Colorpicker *cp;
+   void (*move_resize)(Etk_Colorpicker *cp, int x, int y, int w, int h);
+} Etk_Colorpicker_Picker_Data;
+
 enum Etk_Combobox_Signal_Id
 {
ETK_CP_COLOR_CHANGED_SIGNAL,
@@ -40,8 +49,20 @@
 static void _etk_colorpicker_vp_mouse_up_cb(void *data, Evas *e, Evas_Object 
*obj, void *event_info);
 static void _etk_colorpicker_vp_mouse_move_cb(void *data, Evas *e, Evas_Object 
*obj, void *event_info);
 
+static Evas_Object *_etk_colorpicker_picker_object_add(Evas *evas, 
Etk_Colorpicker *cp, void (*move_resize)(Etk_Colorpicker *cp, int x, int y, int 
w, int h));
+static void _etk_colorpicker_picker_smart_add(Evas_Object *obj);
+static void _etk_colorpicker_picker_smart_del(Evas_Object *obj);
+static void _etk_colorpicker_picker_smart_move(Evas_Object *obj, Evas_Coord x, 
Evas_Coord y);
+static void _etk_colorpicker_picker_smart_resize(Evas_Object *obj, Evas_Coord 
w, Evas_Coord h);
+static void _etk_colorpicker_picker_smart_show(Evas_Object *obj);
+static void _etk_colorpicker_picker_smart_hide(Evas_Object *obj);
+static void _etk_colorpicker_picker_smart_clip_set(Evas_Object *obj, 
Evas_Object *clip);
+static void _etk_colorpicker_picker_smart_clip_unset(Evas_Object *obj);
+
 static void _etk_colorpicker_sp_move_resize(Etk_Colorpicker *cp, int x, int y, 
int w, int h);
 static void _etk_colorpicker_vp_move_resize(Etk_Colorpicker *cp, int x, int y, 
int w, int h);
+static void _etk_colorpicker_sp_cursor_move_resize(Etk_Colorpicker *cp);
+static void _etk_colorpicker_vp_cursor_move_resize(Etk_Colorpicker *cp);
 
 static void _etk_colorpicker_update(Etk_Colorpicker *cp, Etk_Bool sp_image, 
Etk_Bool sp_cursor, Etk_Bool vp_image, Etk_Bool vp_cursor);
 static void _etk_colorpicker_sp_image_update(Etk_Colorpicker *cp);
@@ -51,6 +72,9 @@
 static void _etk_colorpicker_sp_color_get(Etk_Colorpicker *cp, int i, int j, 
int *r, int *g, int *b);
 static void _etk_colorpicker_vp_color_get(Etk_Colorpicker *cp, int i, int *r, 
int *g, int *b);
 static void _etk_colorpicker_color_calc(Etk_Colorpicker_Mode mode, float 
sp_xpos, float sp_ypos, float vp_pos, int *r, int *g, int *b);
+
+static Evas_Smart *_etk_colorpicker_picker_smart = NULL;
+static int _etk_colorpicker_picker_smart_use = 0;
 static Etk_Signal *_etk_colorpicker_signals[ETK_CP_NUM_SIGNALS];
 
 
@@ -143,7 +167,7 @@
return cp-current_color;
 }
 
-/* TODO: doc, signal */
+/* TODO: doc */
 void etk_colorpicker_current_color_set(Etk_Colorpicker *cp, Etk_Color color)
 {
int r, g, b;
@@ -215,6 +239,9 @@
cp-current_color.b = 0;
cp-current_color.a = 255;

+   cp-picker_theme_object = NULL;
+   
+   cp-sp_object = NULL;
cp-sp_image = NULL;
cp-sp_hcursor = NULL;
cp-sp_vcursor = NULL;
@@ -222,6 +249,7 @@
cp-sp_xpos = 0.0;
cp-sp_ypos = 0.0;

+   cp-vp_object = NULL;
cp-vp_image = NULL;
cp-vp_cursor = NULL;
cp-vp_res = 256;
@@ -312,7 +340,6 @@
 }
 
 /* Resizes the colorpicker to the allocated size */
-/* TODO: size_allocate */
 static void _etk_colorpicker_size_allocate(Etk_Widget *widget, Etk_Geometry 
geometry)
 {
Etk_Colorpicker *cp;
@@ -332,8 +359,10 @@
   _etk_colorpicker_vp_cursor_update(cp);

/* Then, moves and resizes the objects */
-   _etk_colorpicker_sp_move_resize(cp, geometry.x, geometry.y, (geometry.w / 
2) - 30, geometry.h);
-   _etk_colorpicker_vp_move_resize(cp, geometry.x + (geometry.w / 2) - 25, 
geometry.y, 20, geometry.h);
+   evas_object_move(cp-picker_theme_object, geometry.x, geometry.y);
+   evas_object_resize(cp-picker_theme_object, (geometry.w / 2) - 5, 
geometry.h);
+   _etk_colorpicker_sp_cursor_move_resize(cp);
+   _etk_colorpicker_vp_cursor_move_resize(cp);

child_geometry.x = geometry.x + (geometry.w / 2);
child_geometry.y = geometry.y;
@@ -354,49 +383,59 @@
  **/
 
 /* Called when the colorpicker is realized */
-/* TODO: use smart objects! */
 static void _etk_colorpicker_realize_cb(Etk_Object *object, void *data)
 {
Etk_Colorpicker *cp;
+   Etk_Colorpicker_Picker_Data *picker_data;
Evas *evas;

if (!(cp = 

E CVS: proto moom

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir : e17/proto/etk/data/themes/default/images


Modified Files:
Makefile.am images.edc 
Added Files:
colorpicker_square.png colorpicker_vertical.png 


Log Message:
* More work on the colorpicker


===
RCS file: /cvs/e/e17/proto/etk/data/themes/default/images/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile.am 8 Apr 2006 11:15:58 -   1.3
+++ Makefile.am 17 May 2006 15:15:08 -  1.4
@@ -91,4 +91,6 @@
  hscrollbar_trough2.png \
  vscrollbar_trough2.png \
  iconbox_selection.png \
- iconbox_label_bg.png
+ iconbox_label_bg.png \
+ colorpicker_square.png \
+ colorpicker_vertical.png
===
RCS file: /cvs/e/e17/proto/etk/data/themes/default/images/images.edc,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- images.edc  8 Apr 2006 11:15:58 -   1.24
+++ images.edc  17 May 2006 15:15:08 -  1.25
@@ -85,4 +85,6 @@
image: tooltip_border.png COMP;
image: iconbox_selection.png COMP;
image: iconbox_label_bg.png COMP;
+   image: colorpicker_square.png COMP;
+   image: colorpicker_vertical.png COMP;
 }




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


E CVS: proto moom

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir : e17/proto/etk/data/themes/default


Modified Files:
default.edc 


Log Message:
* More work on the colorpicker


===
RCS file: /cvs/e/e17/proto/etk/data/themes/default/default.edc,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- default.edc 7 Apr 2006 15:36:10 -   1.19
+++ default.edc 17 May 2006 15:15:08 -  1.20
@@ -30,4 +30,5 @@
#include widgets/combobox.edc
#include widgets/tooltips.edc
#include widgets/iconbox.edc
+   #include widgets/colorpicker.edc
 }




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


E CVS: slideshow e-taro

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : e-taro
Project : e_modules
Module  : slideshow

Dir : e_modules/slideshow/po


Modified Files:
ja.po 


Log Message:
slideshow ja.po update (Yasufumi Haga)

===
RCS file: /cvs/e/e_modules/slideshow/po/ja.po,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ja.po   4 Mar 2006 04:46:33 -   1.4
+++ ja.po   17 May 2006 15:22:02 -  1.5
@@ -8,7 +8,7 @@
 msgstr 
 Project-Id-Version: PACKAGE VERSION\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2006-02-24 22:44+0900\n
+POT-Creation-Date: 2006-05-15 22:50+0900\n
 PO-Revision-Date: 2006-03-03 10:29+0900\n
 Last-Translator: Yasufumi Haga [EMAIL PROTECTED]\n
 Language-Team: LANGUAGE [EMAIL PROTECTED]\n
@@ -16,39 +16,42 @@
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bit\n
 
-#: e_mod_config.c:47
+#: e_mod_config.c:35
 msgid Slideshow Configuration
 msgstr スライドショーの設定
 
-#: e_mod_config.c:91
+#: e_mod_config.c:83
 msgid Cycle Time
 msgstr 周期
 
-#: e_mod_config.c:92
+#: e_mod_config.c:84
 msgid Disable Timer
 msgstr タイマーを切る
 
-#: e_mod_config.c:94
+#: e_mod_config.c:86
 #, c-format
 msgid %3.0f seconds
 msgstr %3.0f 秒
 
-#: e_mod_config.c:100
-msgid Theme
-msgstr テーマ
+#: e_mod_config.c:90
+msgid Directory
+msgstr ディレクトリ
 
-#: e_mod_config.c:102
+#: e_mod_config.c:92
 msgid Sub-directory to use for backgrounds
 msgstr 背景に使うサブディレクトリ
 
-#: e_mod_config.c:104
-msgid Leave blank for none
-msgstr 無ければ黒いままにする
-
-#: e_mod_main.c:148
+#: e_mod_main.c:143
 msgid Enlightenment Slide Show Module
 msgstr Enlightenment slideshow モジュール
 
-#: e_mod_main.c:149
+#: e_mod_main.c:144
 msgid This module is VERY simple and is used to cycle desktop backgrounds
-msgstr これは, デスクトップ背景を周期的に変更していく, 
とても簡単なモジュールです.
+msgstr 
+これは, デスクトップ背景を周期的に変更していく, 
とても簡単なモジュールです.
+
+#~ msgid Theme
+#~ msgstr テーマ
+
+#~ msgid Leave blank for none
+#~ msgstr 無ければ黒いままにする




---
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: Eterm mej

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir : eterm/Eterm


Modified Files:
ChangeLog 


Log Message:
Wed May 17 15:42:28 2006Michael Jennings (mej)

Patch from Kim Woelders [EMAIL PROTECTED] to optimize transparent
Eterms moved an even multiple of the desktop size (i.e., to another
desktop area).
--

===
RCS file: /cvs/e/eterm/Eterm/ChangeLog,v
retrieving revision 1.435
retrieving revision 1.436
diff -u -3 -r1.435 -r1.436
--- ChangeLog   24 Feb 2006 21:58:58 -  1.435
+++ ChangeLog   17 May 2006 19:42:38 -  1.436
@@ -5481,3 +5481,9 @@
 Add fallback attempt to open display in case NEED_LINUX_HACK is set
 and shouldn't be.
 --
+Wed May 17 15:42:28 2006Michael Jennings (mej)
+
+Patch from Kim Woelders [EMAIL PROTECTED] to optimize transparent
+Eterms moved an even multiple of the desktop size (i.e., to another
+desktop area).
+--




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


E CVS: screenshot devilhorns

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : screenshot

Dir : e_modules/screenshot


Modified Files:
screenshot.edc 


Log Message:
Get rid of the count-down bug, again.


===
RCS file: /cvs/e/e_modules/screenshot/screenshot.edc,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- screenshot.edc  30 Jan 2006 05:12:51 -  1.6
+++ screenshot.edc  17 May 2006 21:38:47 -  1.7
@@ -1,99 +1,122 @@
-fonts {
+fonts
+{
font: VeraBd.ttf Edje-Vera-Bold;
 }
-images {
-   image: module_icon.png COMP;
+images
+{
+   image: module_icon.png COMP;
 }
-collections {
-group {
-   name: modules/screenshot/main;
-   max:  128 128;
-   script {
-   public it;
-   public global_int;
-   
-public timer_cb(val) {
-   new str[100];
-   new i;
-   
-   i = get_int(global_int);
-   snprintf(str, sizeof(str), %d, i);
-   set_text(PART:text, str); 

-   set_int(global_int, (i - 1));
-   if (i == 0) {
-   snprintf(str, sizeof(str), %s, );
-   set_text(PART:text, str); 

-   set_state(PART:text, default, 0.0); 
-   } else {
-   it = timer(1.0, timer_cb, global_int);
-   }   
-   }
-   
-  public message(Msg_Type:type, id, ...) {
- if (type == MSG_INT_SET) {
-   new tmp;
-   tmp = getarg(2);
-   set_int(global_int, tmp);
-   set_state(PART:text, visible, 0.0); 

-   it = timer(1.0, timer_cb, global_int);

- }
+collections
+{
+   group
+ {
+   name: modules/screenshot/main;
+   max:  128 128;
+   script
+ {
+public it;
+public global_int;
+
+public timer_cb(val)
+  {
+ new str[100];
+ new i;
+
+ i = get_int(global_int);
+ snprintf(str, sizeof(str), %d, i);
+ set_text(PART:text, str);
+ set_int(global_int, (i - 1));
+ if (i = 1)
+   {
+  snprintf(str, sizeof(str), %s, );
+  set_text(PART:text, str);
+  set_state(PART:text, default, 0.0);
+   }
+ else
+   {
+  it = timer(1.0, timer_cb, global_int);
+   }
   }
-   }
 
-   parts {
-  part {
-name: logo;
-description {
-   state: default 0.0;
-   aspect: 1.0 1.0;
-   rel1 {
-  relative: 0.0 0.0;
-  offset: 0 0;
-   }
-   rel2 {
-  relative: 1.0 1.0;
-  offset: -1 -1;
-   }
-   image {
-  normal: module_icon.png;
-   }
-   color:255 255 255 255;
-}
-  }
-  part {
-   name: text;
-   mouse_events: 0;
-   type: TEXT;
-   effect: SOFT_SHADOW;
-   description {
-   state: default 0.0;
-   color: 0 0 0 255;
-   color3: 255 255 255 255;
-   visible: 0;
-   rel1 {
-   relative: 0.0 0.0;
-   offset: 0 0;
-   to: logo;
-   }
-   rel2 {
-   relative: 1.0 1.0;
-   offset: -1 -1;  
-   to: logo;
-   }
-   text {
-   text: ;
-   font: Edje-Vera-Bold;
-   size: 18;
-   min:  1 1;  
-   align: 0.5 0.5;
-   }
-   }
-   description {
-   state: visible 0.0;
-   inherit: default 0.0;
-   visible: 1;
-   

E CVS: libs/evas moom

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : libs/evas

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


Modified Files:
evas_gradient_main.c 


Log Message:
* Fix hsv--rgb conversion if h=360.0


===
RCS file: /cvs/e/e17/libs/evas/src/lib/engines/common/evas_gradient_main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas_gradient_main.c2 May 2006 07:28:47 -   1.6
+++ evas_gradient_main.c17 May 2006 22:11:46 -  1.7
@@ -779,6 +779,7 @@
switch (i)
  {
case 0:
+case 6:
  if (r) *r = v;
  if (g) *g = t;
  if (b) *b = p;
@@ -862,6 +863,7 @@
switch (i)
  {
case 0:
+case 6:
  *r = v; *g = t; *b = p;
  return;
case 1:




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


E CVS: language sndev

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : sndev
Project : e_modules
Module  : language

Dir : e_modules/language


Modified Files:
TODO 


Log Message:


So, finally, the module is able to switch between selected languages. I hope it 
will
work for everybody, since some paths to X files are hard coded and they can not 
to exist
in different versions of Xorg. 

Moreover, the current implementation is connected to my Xorg7.0. Basically, I 
cannot
predict the behavior of the module on older Xorg versions.

Please Just try the module, and report any problems/bugs to me.

===
RCS file: /cvs/e/e_modules/language/TODO,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- TODO15 May 2006 19:28:21 -  1.11
+++ TODO17 May 2006 22:26:00 -  1.12
@@ -1,8 +1,15 @@
 
-* Turn on module shortcut bindings. They are turned of for a while
-* Introduce country flags for the face box, and for the list icons in the 
config
-  dialog and in the face menu.
-* Think on language switch policy :
-   a) Global
-   b) Per Window
-   c) 
+1. Fix the configure.in file in order to have dependencies to X11 and xkbfile
+   libraries.
+
+2. Remove all FIXMEs. Especially in e_mod_lang.c since the code the paths to
+   X files are hardcoded. That is not ok.
+
+3. Turn on module shortcut bindings. They are turned of for a while
+
+4. Introduce country flags for the face box, and for the list icons in the 
config
+   dialog and in the face menu.
+5. Think on language switch policy :
+  a) Global
+  b) Per Window
+  c) 




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

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/e_utils

Dir : e17/apps/e_utils/src/bin/eapp_edit


Modified Files:
eapp_edit_main.c 


Log Message:

Fix so that the icon shows up again.

===
RCS file: /cvs/e/e17/apps/e_utils/src/bin/eapp_edit/eapp_edit_main.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- eapp_edit_main.c10 Apr 2006 18:22:19 -  1.42
+++ eapp_edit_main.c17 May 2006 22:43:32 -  1.43
@@ -324,15 +324,19 @@
 Ewl_Widget *o;
 
 e = ev;
-if (e-response == EWL_STOCK_OPEN)
+if (e-response == EWL_STOCK_OK)
 {
 char *icon;
-
+   const char *icon2;
+   char icon3[PATH_MAX];
+   
 icon = ewl_filedialog_selected_file_get(EWL_FILEDIALOG(w));
+   icon2 = ewl_filedialog_directory_get(EWL_FILEDIALOG(w));
+   snprintf(icon3, PATH_MAX, %s/%s, icon2, icon);
 
 o = ewl_widget_name_find(icon);
-ewl_widget_data_set(o, file, icon);
-ewl_image_file_set(EWL_IMAGE(o), icon, );
+ewl_widget_data_set(o, file, icon3);
+   ewl_image_file_set(EWL_IMAGE(o), icon3, );
 }
 
 o = ewl_widget_name_find(fd);




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


E CVS: proto moom

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir : e17/proto/etk/src/lib


Modified Files:
etk_colorpicker.c etk_colorpicker.h etk_combobox.c 


Log Message:
* [Colorpicker] Fix some bugs and more work


===
RCS file: /cvs/e/e17/proto/etk/src/lib/etk_colorpicker.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- etk_colorpicker.c   17 May 2006 15:15:08 -  1.11
+++ etk_colorpicker.c   17 May 2006 22:45:57 -  1.12
@@ -6,6 +6,9 @@
 #include etk_signal.h
 #include etk_signal_callback.h
 #include etk_utils.h
+#include etk_table.h
+#include etk_slider.h
+#include etk_label.h
 #include etk_radio_button.h
 #include etk_theme.h
 
@@ -167,7 +170,11 @@
return cp-current_color;
 }
 
-/* TODO: doc */
+/**
+ * @brief Sets the color currently selected by the colorpicker
+ * @param cp a colorpicker
+ * @param color the color to set
+ */
 void etk_colorpicker_current_color_set(Etk_Colorpicker *cp, Etk_Color color)
 {
int r, g, b;
@@ -262,21 +269,29 @@
cp-vp_image_needs_update = ETK_FALSE;
cp-vp_cursor_needs_update = ETK_FALSE;

-   cp-radio_vbox = etk_vbox_new(0, ETK_TRUE);
-   etk_widget_parent_set(cp-radio_vbox, cp_widget);
-   etk_widget_visibility_locked_set(cp-radio_vbox, ETK_TRUE);
-   etk_widget_show(cp-radio_vbox);
+   cp-table = etk_table_new(2, 6, ETK_FALSE);
+   etk_widget_parent_set(cp-table, cp_widget);
+   etk_widget_visibility_locked_set(cp-table, ETK_TRUE);
+   etk_widget_show(cp-table);

for (i = 0; i  6; i++)
{
-  cp-radios[i] = etk_radio_button_new_with_label_from_widget(labels[i],
- (i == 0) ? NULL : ETK_RADIO_BUTTON(cp-radios[0]));
-  etk_box_pack_start(ETK_BOX(cp-radio_vbox), cp-radios[i], ETK_TRUE, 
ETK_TRUE, 0);
+  if (i == 0)
+ cp-radios[i] = etk_radio_button_new_with_label(labels[i], NULL);
+  else
+ cp-radios[i] = 
etk_radio_button_new_with_label_from_widget(labels[i], 
ETK_RADIO_BUTTON(cp-radios[0]));
+  etk_table_attach(ETK_TABLE(cp-table), cp-radios[i], 0, 0, i, i,
+ 0, 0, ETK_FILL_POLICY_HFILL | ETK_FILL_POLICY_VEXPAND);
   etk_widget_visibility_locked_set(cp-radios[i], ETK_TRUE);
   etk_widget_show(cp-radios[i]);
-
-  etk_signal_connect(toggled, ETK_OBJECT(cp-radios[i]),
- ETK_CALLBACK(_etk_colorpicker_radio_toggled_cb), cp);
+  
+  cp-sliders[i] = etk_hslider_new(0.0, 1.0, 0.0, 1.0 / 255, 10.0 / 255);
+  etk_table_attach(ETK_TABLE(cp-table), cp-sliders[i], 1, 1, i, i,
+ 0, 0, ETK_FILL_POLICY_HFILL | ETK_FILL_POLICY_HEXPAND | 
ETK_FILL_POLICY_VEXPAND);
+  etk_widget_visibility_locked_set(cp-sliders[i], ETK_TRUE);
+  etk_widget_show(cp-sliders[i]);
+  
+  etk_signal_connect(toggled, ETK_OBJECT(cp-radios[i]), 
ETK_CALLBACK(_etk_colorpicker_radio_toggled_cb), cp);
}

cp_widget-size_request = _etk_colorpicker_size_request;
@@ -284,12 +299,6 @@

etk_signal_connect(realize, ETK_OBJECT(cp), 
ETK_CALLBACK(_etk_colorpicker_realize_cb), NULL);
etk_signal_connect(unrealize, ETK_OBJECT(cp), 
ETK_CALLBACK(_etk_colorpicker_unrealize_cb), NULL);
-   
-   Etk_Color test;
-   test.r = 161;
-   test.g = 177;
-   test.b = 0;
-   etk_colorpicker_current_color_set(cp, test);
 }
 
 /* Sets the property whose id is property_id to the value value */
@@ -368,7 +377,7 @@
child_geometry.y = geometry.y;
child_geometry.w = geometry.w / 2;
child_geometry.h = geometry.h;
-   etk_widget_size_allocate(cp-radio_vbox, child_geometry);
+   etk_widget_size_allocate(cp-table, child_geometry);

cp-sp_image_needs_update = ETK_FALSE;
cp-sp_cursor_needs_update = ETK_FALSE;
@@ -833,9 +842,9 @@
if (!(data = (uint32_t *)evas_object_image_data_get(cp-sp_image, 1)))
   return;

-   for (i = 0; i  cp-sp_res; i++)
+   for (j = 0; j  cp-sp_res; j++)
{
-  for (j = 0; j  cp-sp_res; j++)
+  for (i = 0; i  cp-sp_res; i++)
   {
  _etk_colorpicker_sp_color_get(cp, i, j, r, g, b);
  *data = ((r  16) | (g  8) | b);
@@ -862,7 +871,7 @@
   j = cp-sp_res * (1.0 - cp-sp_ypos);
   for (i = 0; i  cp-sp_res; i++)
   {
- _etk_colorpicker_sp_color_get(cp, j, i, r, g, b);
+ _etk_colorpicker_sp_color_get(cp, i, j, r, g, b);
  *data = (((255 - r)  16) | ((255 - g)  8) | (255 - b));
  data++;
   }
@@ -875,7 +884,7 @@
   i = cp-sp_res * cp-sp_xpos;
   for (j = 0; j  cp-sp_res; j++)
   {
- _etk_colorpicker_sp_color_get(cp, j, i, r, g, b);
+ _etk_colorpicker_sp_color_get(cp, i, j, r, g, b);
  *data = (((255 - r)  16) | ((255 - g)  8) | (255 - b));
  data++;
   }
@@ -920,7 +929,7 @@
 /* Get the color of the square picker's image, at the point (i, j). (r, g, b) 
must not be NULL! */
 static void _etk_colorpicker_sp_color_get(Etk_Colorpicker *cp, int i, int j, 
int *r, int *g, int *b)
 {
-   

E CVS: proto moom

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir : e17/proto/etk/data/themes/default/images


Modified Files:
colorpicker_square.png colorpicker_vertical.png 


Log Message:
* [Colorpicker] Fix some bugs and more work


===
RCS file: 
/cvs/e/e17/proto/etk/data/themes/default/images/colorpicker_square.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvs1XJgl0 and /tmp/cvsP9aZNK differ
===
RCS file: 
/cvs/e/e17/proto/etk/data/themes/default/images/colorpicker_vertical.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsLOwggZ and /tmp/cvsvl0EKJ 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: proto moom

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : moom
Project : e17
Module  : proto

Dir : e17/proto/etk/data/themes/default/widgets


Modified Files:
check_button.edc radio_button.edc 


Log Message:
* [Colorpicker] Fix some bugs and more work


===
RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/check_button.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- check_button.edc4 Mar 2006 23:29:46 -   1.5
+++ check_button.edc17 May 2006 22:45:57 -  1.6
@@ -2,7 +2,7 @@
name: check_button;
min: 20 20;
data {
-  item: inset 20 0 0 0;
+  item: inset 20 3 0 0;
}
parts {
   part {
===
RCS file: /cvs/e/e17/proto/etk/data/themes/default/widgets/radio_button.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- radio_button.edc4 Mar 2006 23:29:46 -   1.5
+++ radio_button.edc17 May 2006 22:45:57 -  1.6
@@ -2,7 +2,7 @@
name: radio_button;
min: 20 20;
data {
-  item: inset 20 0 0 0;
+  item: inset 20 3 0 0;
}
parts {
   part {




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


E CVS: apps/e raster

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
enlightenment.spec.in 


Log Message:


um - no, we need the explicit long list of files. the fact is libtool likes
to install .la, .a etc. files too- which double the disk usage per module and
are never used by e at all. only the .so is needed for a module (as far as
executable goes)

===
RCS file: /cvs/e/e17/apps/e/enlightenment.spec.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- enlightenment.spec.in   17 May 2006 20:00:42 -  1.7
+++ enlightenment.spec.in   18 May 2006 01:59:55 -  1.8
@@ -59,7 +59,35 @@
 %{_bindir}/enlightenment
 %{_bindir}/enlightenment_*
 %{_libdir}/lib*.so.*
-%{_libdir}/%{name}
+%{_libdir}/%{name}/preload/*.so
+%{_libdir}/%{name}/modules/battery/*/*.so
+%{_libdir}/%{name}/modules/battery/*.png
+%{_libdir}/%{name}/modules/battery/*.eap
+%{_libdir}/%{name}/modules/clock/*/*.so
+%{_libdir}/%{name}/modules/clock/*.png
+%{_libdir}/%{name}/modules/clock/*.eap
+%{_libdir}/%{name}/modules/cpufreq/*/*.so
+%{_libdir}/%{name}/modules/cpufreq/*.png
+%{_libdir}/%{name}/modules/cpufreq/*.eap
+%{_libdir}/%{name}/modules/cpufreq/*/freqset
+%{_libdir}/%{name}/modules/dropshadow/*/*.so
+%{_libdir}/%{name}/modules/dropshadow/*.png
+#%{_libdir}/%{name}/modules/dropshadow/*.eap
+%{_libdir}/%{name}/modules/ibar/*/*.so
+%{_libdir}/%{name}/modules/ibar/*.png
+%{_libdir}/%{name}/modules/ibar/*.eap
+%{_libdir}/%{name}/modules/ibox/*/*.so
+%{_libdir}/%{name}/modules/ibox/*.png
+#%{_libdir}/%{name}/modules/ibox/*.eap
+%{_libdir}/%{name}/modules/pager/*/*.so
+%{_libdir}/%{name}/modules/pager/*.png
+%{_libdir}/%{name}/modules/pager/*.eap
+%{_libdir}/%{name}/modules/start/*/*.so
+%{_libdir}/%{name}/modules/start/*.png
+%{_libdir}/%{name}/modules/start/*.eap
+%{_libdir}/%{name}/modules/temperature/*/*.so
+%{_libdir}/%{name}/modules/temperature/*.png
+%{_libdir}/%{name}/modules/temperature/*.eap
 %{_datadir}/%{name}
 %{_datadir}/locale/*
 %{_datadir}/xsessions/%{name}.desktop




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


E CVS: libs/ewl titan

2006-05-17 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : titan
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/data/themes/e17/bits/images


Modified Files:
e17_menu_separator.png e17_menu_separator_vert.png 


Log Message:

New seperator images. These look much better.

===
RCS file: 
/cvs/e/e17/libs/ewl/data/themes/e17/bits/images/e17_menu_separator.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsVkuypw and /tmp/cvs6dMXru differ
===
RCS file: 
/cvs/e/e17/libs/ewl/data/themes/e17/bits/images/e17_menu_separator_vert.png,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
Binary files /tmp/cvsFXbgiA and /tmp/cvsglIPmy 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