E CVS: libs/etk-perl lok

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : lok
Project : e17
Module  : libs/etk-perl

Dir : e17/libs/etk-perl/xs


Modified Files:
Toolbar.xs 


Log Message:
Update to the latest API changes.

===
RCS file: /cvs/e/e17/libs/etk-perl/xs/Toolbar.xs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Toolbar.xs  3 Jul 2007 19:26:05 -   1.1
+++ Toolbar.xs  14 Jul 2007 00:19:43 -  1.2
@@ -86,16 +86,18 @@
RETVAL
 
 void
-etk_toolbar_append(toolbar, widget)
+etk_toolbar_append(toolbar, widget, group=ETK_BOX_START)
Etk_Toolbar * toolbar
Etk_Widget * widget
+   Etk_Box_Group   group
ALIAS:
Append=1
 
 void
-etk_toolbar_prepend(toolbar, widget)
+etk_toolbar_prepend(toolbar, widget, group=ETK_BOX_START)
Etk_Toolbar * toolbar
Etk_Widget * widget
+   Etk_Box_Group   group
ALIAS:
Prepend=1
 



-
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: proto lok

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : lok
Project : e17
Module  : proto

Dir : e17/proto/entropy/src/dialogs


Modified Files:
etk_options_dialog.c 


Log Message:
Update to the latest API changes.

===
RCS file: /cvs/e/e17/proto/entropy/src/dialogs/etk_options_dialog.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- etk_options_dialog.c13 Apr 2007 05:51:21 -  1.15
+++ etk_options_dialog.c14 Jul 2007 00:16:08 -  1.16
@@ -187,7 +187,7 @@

/*General settings*/
button = etk_tool_button_new_from_stock(ETK_STOCK_APPLICATIONS_SYSTEM);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), button);
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), button, ETK_BOX_START);
 
/*General frame*/
frame = etk_frame_new("General Settings");
@@ -252,13 +252,13 @@
 
/*Advanced*/
button = etk_tool_button_new_from_stock(ETK_STOCK_PREFERENCES_SYSTEM);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), button);
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), button, ETK_BOX_START);
frame = etk_frame_new("Advanced Settings");
etk_signal_connect("pressed", ETK_OBJECT(button), 
ETK_CALLBACK(entropy_etk_options_dialog_frame_set), frame);
 
/*Thumbnail*/
button = etk_tool_button_new_from_stock(ETK_STOCK_IMAGE_X_GENERIC);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), button);
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), button, ETK_BOX_START);
 
frame = etk_frame_new("Thumbnail Settings");
etk_signal_connect("pressed", ETK_OBJECT(button), 
ETK_CALLBACK(entropy_etk_options_dialog_frame_set), frame);   



-
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/edje_viewer lok

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : lok
Project : e17
Module  : apps/edje_viewer

Dir : e17/apps/edje_viewer/src/bin


Modified Files:
etk_gui.c 


Log Message:
Update to the latest API changes.

===
RCS file: /cvs/e/e17/apps/edje_viewer/src/bin/etk_gui.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- etk_gui.c   24 Mar 2007 12:16:56 -  1.20
+++ etk_gui.c   14 Jul 2007 00:14:54 -  1.21
@@ -328,7 +328,11 @@
else if (!strcmp(label, "Open"))
  _gui_open_edje_file_cb(gui);
else if (!strcmp(label, "Reload"))
- _open_edje_file(gui);
+ {
+   eet_clearcache();
+   edje_file_cache_flush();
+   _open_edje_file(gui);
+ }
else if (strstr(label, ".edj"))
  {
gui->path = strdup(label);



-
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: libs/enhance lok

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : lok
Project : e17
Module  : libs/enhance

Dir : e17/libs/enhance/src/lib


Modified Files:
enhance.c enhance_widget.c 


Log Message:
Update to the latest API changes.

===
RCS file: /cvs/e/e17/libs/enhance/src/lib/enhance.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -3 -r1.39 -r1.40
--- enhance.c   22 Mar 2007 19:47:03 -  1.39
+++ enhance.c   14 Jul 2007 00:14:08 -  1.40
@@ -450,9 +450,8 @@
  {
PROPERTY_STR;
 
-IF_PARENT_CLASS("GtkTextView")
-  return;
-   etk_object_properties_set(ETK_OBJECT(wid->wid), "text", value, NULL);
+   IF_PARENT_CLASS("GtkEntry")
+ etk_entry_text_set(ETK_ENTRY(wid->wid), value);
  }   

else if (!strcmp(name, "xalign"))
===
RCS file: /cvs/e/e17/libs/enhance/src/lib/enhance_widget.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- enhance_widget.c25 Mar 2007 18:27:43 -  1.29
+++ enhance_widget.c14 Jul 2007 00:14:08 -  1.30
@@ -1221,6 +1221,6 @@
  }
else if(!strcmp(parent_class, "GtkToolbar"))
  {
-   etk_toolbar_append(ETK_TOOLBAR(parent->wid), child->wid);
+   etk_toolbar_append(ETK_TOOLBAR(parent->wid), child->wid, ETK_BOX_START);
  } 
 }



-
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: libs/evolve lok

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : lok
Project : e17
Module  : libs/evolve

Dir : e17/libs/evolve/src/lib


Modified Files:
evolve_constructor.c evolve_widget.c 


Log Message:
Update to the latest API changes.

===
RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_constructor.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evolve_constructor.c18 Jun 2007 22:31:38 -  1.1
+++ evolve_constructor.c14 Jul 2007 00:13:16 -  1.2
@@ -505,9 +505,9 @@
 "checkered_button");   

etk_signal_connect("mouse-down", ETK_OBJECT(button),

   ETK_CALLBACK(evolve_gui_mouse_down_new_cb), widget);

-   etk_toolbar_append(ETK_TOOLBAR(widget->widget), button);

+   etk_toolbar_append(ETK_TOOLBAR(widget->widget), button, ETK_BOX_START);

if (i == 2)

- etk_toolbar_append(ETK_TOOLBAR(widget->widget), etk_vseparator_new());

+ etk_toolbar_append(ETK_TOOLBAR(widget->widget), etk_vseparator_new(), 
ETK_BOX_START);

  }

return widget;

 }

===
RCS file: /cvs/e/e17/libs/evolve/src/lib/evolve_widget.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evolve_widget.c 18 Jun 2007 22:31:38 -  1.1
+++ evolve_widget.c 14 Jul 2007 00:13:16 -  1.2
@@ -625,14 +625,14 @@
else if (!strcmp(parent->type, "toolbar"))

  {

if (evolve_widget_packing_property_int_find(child, "prepend", 0))   
  

- etk_toolbar_prepend(ETK_TOOLBAR(parent->widget), child->widget);

+ etk_toolbar_prepend(ETK_TOOLBAR(parent->widget), child->widget, 
ETK_BOX_START);

/* insert at position */

else if (evolve_widget_packing_property_int_find(child, "position",  
-1) >= 0)

- etk_toolbar_insert_at(ETK_TOOLBAR(parent->widget), child->widget,

+ etk_toolbar_insert_at(ETK_TOOLBAR(parent->widget), child->widget, 
ETK_BOX_START,

   evolve_widget_packing_property_int_find(child, "position", 0));

/* append */

else

- etk_toolbar_append(ETK_TOOLBAR(parent->widget), child->widget);

+ etk_toolbar_append(ETK_TOOLBAR(parent->widget), child->widget, 
ETK_BOX_START);

  }

 }

 




-
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: proto lok

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : lok
Project : e17
Module  : proto

Dir : e17/proto/edje_editor/src/bin


Modified Files:
interface.c 


Log Message:
oops, sorry.

===
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/interface.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- interface.c 14 Jul 2007 00:04:41 -  1.29
+++ interface.c 14 Jul 2007 00:11:22 -  1.30
@@ -1166,14 +1166,9 @@
 
//RemoveButton
button = etk_tool_button_new_from_stock(ETK_STOCK_LIST_REMOVE);
-<<< interface.c
-   etk_signal_connect("clicked", ETK_OBJECT(button), 
ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_REMOVE);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
-===
etk_signal_connect("clicked", ETK_OBJECT(button),
  ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_REMOVE);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
->>> 1.28
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
 
//RemoveMenu
UI_RemoveMenu = etk_menu_new();
@@ -1207,25 +1202,15 @@
 
//MoveUp Button
button = etk_tool_button_new_from_stock( ETK_STOCK_GO_UP);
-<<< interface.c
-   etk_signal_connect("clicked", ETK_OBJECT(button), 
ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_MOVE_UP);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
-===
etk_signal_connect("clicked", ETK_OBJECT(button),
  ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_MOVE_UP);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
->>> 1.28
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
 
//MoveDown Button
button = etk_tool_button_new_from_stock( ETK_STOCK_GO_DOWN);
-<<< interface.c
-   etk_signal_connect("clicked", ETK_OBJECT(button), 
ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_MOVE_DOWN);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
-===
etk_signal_connect("clicked", ETK_OBJECT(button),
   ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_MOVE_DOWN);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
->>> 1.28
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
 
sep = etk_hseparator_new();
etk_toolbar_append(ETK_TOOLBAR(ToolBar), sep, ETK_BOX_START);
@@ -1234,27 +1219,16 @@
 
//Test Button
button = etk_tool_button_new_from_stock( ETK_STOCK_MEDIA_PLAYBACK_START);
-<<< interface.c
-   etk_signal_connect("clicked", ETK_OBJECT(button), 
ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_PLAY);
-   etk_object_properties_set(ETK_OBJECT(button),"label","Test in viewer",NULL);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
-===
etk_signal_connect("clicked", ETK_OBJECT(button),
 ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_PLAY);
etk_object_properties_set(ETK_OBJECT(button),"label","Test group",NULL);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
->>> 1.28
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
 
//DebugButton
button = etk_tool_button_new_from_stock(ETK_STOCK_DOCUMENT_PROPERTIES);
-<<< interface.c
etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
-   etk_signal_connect("clicked", ETK_OBJECT(button), 
ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_DEBUG);
-===
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
etk_signal_connect("clicked", ETK_OBJECT(button),
 ETK_CALLBACK(on_AllButton_click), 
(void*)TOOLBAR_DEBUG);
->>> 1.28
etk_object_properties_set(ETK_OBJECT(button),"label","Debug",NULL);
 
return ToolBar;



-
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/exhibit lok

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : lok
Project : e17
Module  : apps/exhibit

Dir : e17/apps/exhibit/src/bin


Modified Files:
exhibit_main.c 


Log Message:
Update to the latest API changes.

===
RCS file: /cvs/e/e17/apps/exhibit/src/bin/exhibit_main.c,v
retrieving revision 1.117
retrieving revision 1.118
diff -u -3 -r1.117 -r1.118
--- exhibit_main.c  13 Jul 2007 10:31:13 -  1.117
+++ exhibit_main.c  14 Jul 2007 00:07:14 -  1.118
@@ -1084,25 +1084,25 @@
e->zoom_in[1] = etk_image_new_from_edje(PACKAGE_DATA_DIR"/gui.edj", 
"zoom_in");
etk_button_image_set(ETK_BUTTON(e->zoom_in[0]), ETK_IMAGE(e->zoom_in[1]));
etk_signal_connect_swapped("clicked", ETK_OBJECT(e->zoom_in[0]), 
ETK_CALLBACK(_ex_tab_current_zoom_in), e);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), e->zoom_in[0]);
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), e->zoom_in[0], ETK_BOX_START);
 
e->zoom_out[0] = etk_tool_button_new();
e->zoom_out[1] = etk_image_new_from_edje(PACKAGE_DATA_DIR"/gui.edj", 
"zoom_out");
etk_button_image_set(ETK_BUTTON(e->zoom_out[0]), ETK_IMAGE(e->zoom_out[1]));
etk_signal_connect_swapped("clicked", ETK_OBJECT(e->zoom_out[0]), 
ETK_CALLBACK(_ex_tab_current_zoom_out), e);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), e->zoom_out[0]);
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), e->zoom_out[0], ETK_BOX_START);
 
e->fit[0] = etk_tool_button_new();
e->fit[1] = etk_image_new_from_edje(PACKAGE_DATA_DIR"/gui.edj", 
"fit_to_window");
etk_button_image_set(ETK_BUTTON(e->fit[0]), ETK_IMAGE(e->fit[1]));
etk_signal_connect_swapped("clicked", ETK_OBJECT(e->fit[0]), 
ETK_CALLBACK(_ex_tab_current_fit_to_window), e);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), e->fit[0]);
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), e->fit[0], ETK_BOX_START);
 
e->original[0] = etk_tool_button_new();
e->original[1] = etk_image_new_from_edje(PACKAGE_DATA_DIR"/gui.edj", 
"one_to_one");
etk_button_image_set(ETK_BUTTON(e->original[0]), ETK_IMAGE(e->original[1]));
etk_signal_connect_swapped("clicked", ETK_OBJECT(e->original[0]), 
ETK_CALLBACK(_ex_tab_current_zoom_one_to_one), e);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), e->original[0]);
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), e->original[0], ETK_BOX_START);
 
entry_hbox = etk_hbox_new(ETK_FALSE, 0);
etk_table_attach(ETK_TABLE(e->table), entry_hbox, 0, 3, 2, 2, 
ETK_TABLE_HEXPAND | ETK_TABLE_HFILL, 0, 0);



-
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: proto lok

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : lok
Project : e17
Module  : proto

Dir : e17/proto/edje_editor/src/bin


Modified Files:
interface.c 


Log Message:
Update to the latest API changes

===
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/interface.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- interface.c 13 Jul 2007 16:54:57 -  1.28
+++ interface.c 14 Jul 2007 00:04:41 -  1.29
@@ -1067,47 +1067,47 @@
 
//NewButton
button = etk_tool_button_new_from_stock(ETK_STOCK_DOCUMENT_NEW);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
etk_signal_connect("clicked", ETK_OBJECT(button),
  ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_NEW);
 
//OpenButton
button = etk_tool_button_new_from_stock(ETK_STOCK_DOCUMENT_OPEN);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
etk_signal_connect("clicked", ETK_OBJECT(button),
  ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_OPEN);
 
//SaveButton
button = etk_tool_button_new_from_stock(ETK_STOCK_DOCUMENT_SAVE);
etk_object_properties_set(ETK_OBJECT(button),"label","Save",NULL);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
etk_signal_connect("clicked", ETK_OBJECT(button),
  ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_SAVE);

//SaveEDJButton
button = etk_tool_button_new_from_stock(ETK_STOCK_DOCUMENT_SAVE_AS);
etk_object_properties_set(ETK_OBJECT(button),"label","Save as",NULL);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
etk_signal_connect("clicked", ETK_OBJECT(button),
  ETK_CALLBACK(on_AllButton_click), 
(void*)TOOLBAR_SAVE_EDJ);
 
 /*//SaveEDCButton
button = etk_tool_button_new_from_stock(ETK_STOCK_DOCUMENT_SAVE);
etk_object_properties_set(ETK_OBJECT(button),"label","Export edc",NULL);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
etk_signal_connect("clicked", ETK_OBJECT(button),
  ETK_CALLBACK(on_AllButton_click), 
(void*)TOOLBAR_SAVE_EDC);
  */   
sep = etk_hseparator_new();
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), sep);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), sep, ETK_BOX_START);
sep = etk_vseparator_new();
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), sep);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), sep, ETK_BOX_START);
 
//AddButton
button = etk_tool_button_new_from_stock(ETK_STOCK_LIST_ADD);
etk_signal_connect("clicked", ETK_OBJECT(button),
 ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_ADD);
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
 
//AddMenu
UI_AddMenu = etk_menu_new();
@@ -1166,9 +1166,14 @@
 
//RemoveButton
button = etk_tool_button_new_from_stock(ETK_STOCK_LIST_REMOVE);
+<<< interface.c
+   etk_signal_connect("clicked", ETK_OBJECT(button), 
ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_REMOVE);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
+===
etk_signal_connect("clicked", ETK_OBJECT(button),
  ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_REMOVE);
etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
+>>> 1.28
 
//RemoveMenu
UI_RemoveMenu = etk_menu_new();
@@ -1196,39 +1201,60 @@
etk_menu_shell_append(ETK_MENU_SHELL(UI_RemoveMenu), 
ETK_MENU_ITEM(menu_item));
 
sep = etk_hseparator_new();
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), sep);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), sep, ETK_BOX_START);
sep = etk_vseparator_new();
-   etk_toolbar_append(ETK_TOOLBAR(ToolBar), sep);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), sep, ETK_BOX_START);
 
//MoveUp Button
button = etk_tool_button_new_from_stock( ETK_STOCK_GO_UP);
+<<< interface.c
+   etk_signal_connect("clicked", ETK_OBJECT(button), 
ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_MOVE_UP);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
+===
etk_signal_connect("clicked", ETK_OBJECT(button),
  ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_MOVE_UP);
etk_toolbar_append(ETK_TOOLBAR(ToolBar), button);
+>>> 1.28
 
//MoveDown Button
button = etk_tool_button_new_from_stock( ETK_STOCK_GO_DOWN);
+<<< interface.c
+   etk_signal_connect("clicked", ETK_OBJECT(button), 
ETK_CALLBACK(on_AllButton_click), (void*)TOOLBAR_MOVE_DOWN);
+   etk_toolbar_append(ETK_TOOLBAR(ToolBar), button, ETK_BOX_START);
+===
etk_s

E CVS: libs/etk lok

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : lok
Project : e17
Module  : libs/etk

Dir : e17/libs/etk/src/bin


Modified Files:
etk_menu_test.c 


Log Message:
[Toolbar] **API Break** An Etk_Box_Group parameter is to add to any 
append/prepend/insert on a toolbar now.

===
RCS file: /cvs/e/e17/libs/etk/src/bin/etk_menu_test.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- etk_menu_test.c 22 Mar 2007 19:36:50 -  1.19
+++ etk_menu_test.c 13 Jul 2007 23:57:29 -  1.20
@@ -52,28 +52,28 @@
etk_box_append(ETK_BOX(vbox), toolbar, ETK_BOX_START, ETK_BOX_NONE, 0);

button = etk_tool_button_new_from_stock(ETK_STOCK_EDIT_COPY);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), button);
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), button, ETK_BOX_START);

button = etk_tool_button_new_from_stock(ETK_STOCK_EDIT_CUT);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), button);
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), button, ETK_BOX_START);

button = etk_tool_button_new_from_stock(ETK_STOCK_EDIT_PASTE);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), button);
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), button, ETK_BOX_START);

sep = etk_vseparator_new();
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), sep);
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), sep, ETK_BOX_START);

button = etk_tool_button_new_from_stock(ETK_STOCK_EDIT_UNDO);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), button); 
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), button, ETK_BOX_START); 

button = etk_tool_button_new_from_stock(ETK_STOCK_EDIT_REDO);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), button);   
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), button, ETK_BOX_START);   

sep = etk_vseparator_new();
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), sep);   
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), sep, ETK_BOX_START);   

button = etk_tool_toggle_button_new_from_stock(ETK_STOCK_EDIT_FIND);
-   etk_toolbar_append(ETK_TOOLBAR(toolbar), button);  
+   etk_toolbar_append(ETK_TOOLBAR(toolbar), button, ETK_BOX_START);  

/* Window body */
label = etk_label_new("Click me! :)");



-
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: libs/etk lok

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : lok
Project : e17
Module  : libs/etk

Dir : e17/libs/etk/src/lib


Modified Files:
etk_toolbar.c etk_toolbar.h 


Log Message:
[Toolbar] **API Break** An Etk_Box_Group parameter is to add to any 
append/prepend/insert on a toolbar now.

===
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_toolbar.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- etk_toolbar.c   29 Jun 2007 09:14:01 -  1.12
+++ etk_toolbar.c   13 Jul 2007 23:57:29 -  1.13
@@ -83,11 +83,11 @@
  * @param toolbar a toolbar
  * @param widget the item to append
  */
-void etk_toolbar_append(Etk_Toolbar *toolbar, Etk_Widget *widget)
+void etk_toolbar_append(Etk_Toolbar *toolbar, Etk_Widget *widget, 
Etk_Box_Group group)
 {
if (!toolbar || !widget)
   return;
-   etk_box_append(ETK_BOX(toolbar->box), widget, ETK_BOX_START, ETK_BOX_NONE, 
0);
+   etk_box_append(ETK_BOX(toolbar->box), widget, group, ETK_BOX_NONE, 0);
 }
 
 /**
@@ -95,11 +95,11 @@
  * @param toolbar a toolbar
  * @param widget the item to append
  */
-void etk_toolbar_prepend(Etk_Toolbar *toolbar, Etk_Widget *widget)
+void etk_toolbar_prepend(Etk_Toolbar *toolbar, Etk_Widget *widget, 
Etk_Box_Group group)
 {
if (!toolbar || !widget)
   return;
-   etk_box_prepend(ETK_BOX(toolbar->box), widget, ETK_BOX_START, ETK_BOX_NONE, 
0);
+   etk_box_prepend(ETK_BOX(toolbar->box), widget, group, ETK_BOX_NONE, 0);
 }
 
 /**
@@ -108,11 +108,11 @@
  * @param widget the item to add
  * @param pos the position to add the item at
  */
-void etk_toolbar_insert_at(Etk_Toolbar *toolbar, Etk_Widget *widget, int pos)
+void etk_toolbar_insert_at(Etk_Toolbar *toolbar, Etk_Widget *widget, 
Etk_Box_Group group, int pos)
 {
if (!toolbar || !widget)
   return;
-   etk_box_insert_at(ETK_BOX(toolbar->box), widget, ETK_BOX_START, pos, 
ETK_BOX_NONE, 0);
+   etk_box_insert_at(ETK_BOX(toolbar->box), widget, group, pos, ETK_BOX_NONE, 
0);
 }
 
 /**
@@ -144,7 +144,7 @@

children = etk_container_children_get(ETK_CONTAINER(prev_box));
for (l = children; l; l = l->next)
-  etk_toolbar_append(toolbar, ETK_WIDGET(l->data));
+  etk_toolbar_append(toolbar, ETK_WIDGET(l->data), ETK_BOX_START);
evas_list_free(children);
etk_object_destroy(ETK_OBJECT(prev_box));

@@ -373,7 +373,7 @@

if (!(toolbar = ETK_TOOLBAR(container)) || !widget)
   return;
-   etk_toolbar_append(toolbar, widget);
+   etk_toolbar_append(toolbar, widget, ETK_BOX_START);
 }
 
 /* Removes the child from the toolbar */
===
RCS file: /cvs/e/e17/libs/etk/src/lib/etk_toolbar.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- etk_toolbar.h   29 Jun 2007 09:14:01 -  1.8
+++ etk_toolbar.h   13 Jul 2007 23:57:29 -  1.9
@@ -5,6 +5,7 @@
 #include "etk_container.h"
 #include "etk_stock.h"
 #include "etk_types.h"
+#include "etk_box.h"
 
 /* TODO/FIXME list:
  * - When the toolbar is too large, we should clip it and add a popup-menu for 
the clipped tool-items
@@ -64,9 +65,9 @@
 Etk_Type   *etk_toolbar_type_get(void);
 Etk_Widget *etk_toolbar_new(void);
 
-void etk_toolbar_append(Etk_Toolbar *toolbar, Etk_Widget *widget);
-void etk_toolbar_prepend(Etk_Toolbar *toolbar, Etk_Widget *widget);
-void etk_toolbar_insert_at(Etk_Toolbar *toolbar, Etk_Widget *widget, int pos);
+void etk_toolbar_append(Etk_Toolbar *toolbar, Etk_Widget *widget, 
Etk_Box_Group group);
+void etk_toolbar_prepend(Etk_Toolbar *toolbar, Etk_Widget *widget, 
Etk_Box_Group group);
+void etk_toolbar_insert_at(Etk_Toolbar *toolbar, Etk_Widget *widget, 
Etk_Box_Group group, int pos);
 
 voidetk_toolbar_orientation_set(Etk_Toolbar *toolbar, 
Etk_Toolbar_Orientation orientation);
 Etk_Toolbar_Orientation etk_toolbar_orientation_get(Etk_Toolbar *toolbar);



-
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: libs/efreet codewarrior

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : libs/efreet

Dir : e17/libs/efreet/src/lib


Modified Files:
efreet_mime.c 


Log Message:
no need to work on a file if its empty. speeds things up a hell of a lot.

===
RCS file: /cvs/e/e17/libs/efreet/src/lib/efreet_mime.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- efreet_mime.c   6 Jul 2007 03:01:21 -   1.19
+++ efreet_mime.c   13 Jul 2007 23:23:13 -  1.20
@@ -531,6 +531,8 @@
 i = fread(buf, 1, sizeof(buf), f);
 fclose(f);
 
+if (i == 0)
+return "application/octet-stream";
 /*
  * Check for ASCII control characters in the first 32 bytes.
  * New lines and carriage returns are ignored as they are
@@ -992,8 +994,13 @@
 fclose(f);
 return NULL;
 }
-
-bytes_read = fread(buf, 1, sizeof(buf), f);
+   
+if ((bytes_read = fread(buf, 1, sizeof(buf), f)) == 0)
+{
+fclose(f);
+return NULL;
+}
+   
 while ((m = ecore_list_next(magics)))
 {
 if ((start != 0) && (m->priority > start))



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

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : shorne
Project : e17
Module  : apps/e

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




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




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

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : shorne
Project : e17
Module  : apps/e

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


Added Files:
Makefile.am e-module-conf_imc.edj e_int_config_imc.c 
e_int_config_imc.h e_int_config_imc_import.c 
e_int_config_imc_import.h e_mod_main.c e_mod_main.h 
module.desktop.in 


Log Message:
Migrate conf Language dialogs over to modules





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

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : shorne
Project : e17
Module  : apps/e

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


Added Files:
Makefile.am e-module-conf_intl.edj e_int_config_intl.c 
e_int_config_intl.h e_mod_main.c e_mod_main.h 
module.desktop.in 


Log Message:
Migrate conf Language dialogs over to modules





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

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : shorne
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/bin


Modified Files:
Makefile.am e_configure.c e_includes.h 
Removed Files:
e_int_config_imc.c e_int_config_imc.h 
e_int_config_imc_import.c e_int_config_imc_import.h 
e_int_config_intl.c e_int_config_intl.h 


Log Message:
Migrate conf Language dialogs over to modules


===
RCS file: /cvs/e/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -3 -r1.191 -r1.192
--- Makefile.am 8 Jul 2007 03:57:51 -   1.191
+++ Makefile.am 13 Jul 2007 22:33:48 -  1.192
@@ -99,9 +99,6 @@
 e_config_dialog.h \
 e_int_config_focus.h \
 e_int_config_desks.h \
-e_int_config_intl.h \
-e_int_config_imc.h \
-e_int_config_imc_import.h \
 e_configure.h \
 e_int_border_locks.h \
 e_thumb.h \
@@ -280,9 +277,6 @@
 e_int_config_exebuf.c \
 e_int_config_apps.c \
 e_int_config_dialogs.c \
-e_int_config_intl.c \
-e_int_config_imc.c \
-e_int_config_imc_import.c \
 e_int_config_mime.c \
 e_int_config_mime_edit.c \
 e_int_config_screensaver.c \
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_configure.c,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -3 -r1.104 -r1.105
--- e_configure.c   8 Jul 2007 03:57:51 -   1.104
+++ e_configure.c   13 Jul 2007 22:33:48 -  1.105
@@ -463,10 +463,6 @@
e_configure_registry_item_add("menus/menu_settings", 30, _("Menu 
Settings"), NULL, "enlightenment/menu_settings", e_int_config_menus);
e_configure_registry_item_add("menus/client_list_menu", 40, _("Client List 
Menu"), NULL, "enlightenment/windows", e_int_config_clientlist);

-   e_configure_registry_category_add("language", 70, _("Language"), NULL, 
"enlightenment/intl");
-   e_configure_registry_item_add("language/language_settings", 10, _("Language 
Settings"), NULL, "enlightenment/intl", e_int_config_intl);
-   e_configure_registry_item_add("language/input_method_settings", 20, 
_("Input Method Settings"), NULL, "enlightenment/imc", e_int_config_imc);
-   
e_configure_registry_category_add("advanced", 80, _("Advanced"), NULL, 
"enlightenment/advanced");
e_configure_registry_item_add("advanced/dialogs", 10, _("Dialogs"), NULL, 
"enlightenment/configuration", e_int_config_dialogs);
e_configure_registry_item_add("advanced/performance", 20, _("Performance"), 
NULL, "enlightenment/performance", e_int_config_performance);   
===
RCS file: /cvs/e/e17/apps/e/src/bin/e_includes.h,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -3 -r1.161 -r1.162
--- e_includes.h8 Jul 2007 03:57:51 -   1.161
+++ e_includes.h13 Jul 2007 22:33:48 -  1.162
@@ -100,9 +100,6 @@
 #include "e_int_config_exebuf.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"
-#include "e_int_config_imc_import.h"
 #include "e_int_config_mime.h"
 #include "e_int_config_mime_edit.h"
 #include "e_exebuf.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 shorne

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : shorne
Project : e17
Module  : apps/e

Dir : e17/apps/e/src/modules


Modified Files:
Makefile.am 


Log Message:
Migrate conf Language dialogs over to modules


===
RCS file: /cvs/e/e17/apps/e/src/modules/Makefile.am,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- Makefile.am 8 Jul 2007 03:57:51 -   1.27
+++ Makefile.am 13 Jul 2007 22:33:48 -  1.28
@@ -18,4 +18,6 @@
 conf_icon_theme \
 conf_mouse_cursor \
 conf_transitions \
-conf_startup
+conf_startup \
+conf_intl \
+conf_imc



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

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : shorne
Project : e17
Module  : apps/e

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


Modified Files:
e_mod_main.c 


Log Message:
Migrate conf Language dialogs over to modules


===
RCS file: /cvs/e/e17/apps/e/src/modules/conf_fonts/e_mod_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_mod_main.c8 Jul 2007 05:37:04 -   1.2
+++ e_mod_main.c13 Jul 2007 22:33:48 -  1.3
@@ -25,7 +25,7 @@
 EAPI E_Module_Api e_modapi =
 {
E_MODULE_API_VERSION,
- "Configuration - Colors"
+   "Configuration - Fonts"
 };
 
 EAPI 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 shorne

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : shorne
Project : e17
Module  : apps/e

Dir : e17/apps/e


Modified Files:
configure.in 


Log Message:
Migrate conf Language dialogs over to modules


===
RCS file: /cvs/e/e17/apps/e/configure.in,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -3 -r1.169 -r1.170
--- configure.in11 Jul 2007 15:11:28 -  1.169
+++ configure.in13 Jul 2007 22:33:48 -  1.170
@@ -267,6 +267,10 @@
 src/modules/conf_transitions/module.desktop
 src/modules/conf_startup/Makefile
 src/modules/conf_startup/module.desktop
+src/modules/conf_intl/Makefile
+src/modules/conf_intl/module.desktop
+src/modules/conf_imc/Makefile
+src/modules/conf_imc/module.desktop
 src/preload/Makefile
 data/Makefile
 data/fonts/Makefile



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

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : shorne
Project : e17
Module  : apps/e

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




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




-
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: proto barbieri

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : proto

Dir : e17/proto/python-efl/python-evas/evas


Modified Files:
evas.c_evas_canvas.pxi 


Log Message:
Implement missing top_at_pointer_get()

===
RCS file: /cvs/e/e17/proto/python-efl/python-evas/evas/evas.c_evas_canvas.pxi,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- evas.c_evas_canvas.pxi  11 May 2007 01:47:03 -  1.6
+++ evas.c_evas_canvas.pxi  13 Jul 2007 19:11:38 -  1.7
@@ -144,6 +144,11 @@
 o = evas_object_top_at_xy_get(self.obj, x, y, ip, ih)
 return Object_from_instance(o)
 
+def top_at_pointer_get(self):
+cdef Evas_Object *o
+o = evas_object_top_at_pointer_get(self.obj)
+return Object_from_instance(o)
+
 def top_in_rectangle_get(self, int x, int y, int w, int h,
  include_pass_events_objects=False,
  include_hidden_objects=False):



-
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/exhibit leviathan

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : apps/exhibit

Dir : e17/apps/exhibit/data


Modified Files:
gui.edc 


Log Message:
remove the animation for now since this is not what was intended from it

===
RCS file: /cvs/e/e17/apps/exhibit/data/gui.edc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- gui.edc 13 Jul 2007 10:28:44 -  1.5
+++ gui.edc 13 Jul 2007 18:55:43 -  1.6
@@ -35,6 +35,7 @@
image: "e17_fileman_thumb_bg.png" COMP;
image: "e17_mini_button_shadow2.png" COMP;
image: "exhibit_thumb_loading_1.png" COMP;
+   /*
image: "exhibit_thumb_loading_2.png" COMP;
image: "exhibit_thumb_loading_3.png" COMP;
image: "exhibit_thumb_loading_4.png" COMP;
@@ -53,6 +54,7 @@
image: "exhibit_thumb_loading_17.png" COMP;
image: "exhibit_thumb_loading_18.png" COMP;
image: "exhibit_thumb_loading_19.png" COMP;
+   */
 }
 
 collections {
@@ -85,6 +87,7 @@
  smooth: 0; 
   } 
} 
+   /*
description { 
   state: "anim" 0.0; 
   inherit: "default" 0.0;
@@ -110,8 +113,10 @@
  tween: "exhibit_thumb_loading_19.png";
   } 
}
+   */
 } 
   } 
+  /*
   programs {
  program {
name: "animate";
@@ -123,6 +128,7 @@
after: "animate";
 }
   }
+  */
}   

group {



-
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: proto davemds

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto

Dir : e17/proto/edje_editor


Modified Files:
configure.in 


Log Message:
 Seems old code, prevent a warning in configure.

===
RCS file: /cvs/e/e17/proto/edje_editor/configure.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- configure.in13 Jul 2007 17:13:02 -  1.4
+++ configure.in13 Jul 2007 17:39:25 -  1.5
@@ -91,10 +91,6 @@
 PKG_CHECK_MODULES(EVAS, [evas >= 0.9.9])
 PKG_CHECK_MODULES(ETK, [etk >= 0.1.0.002])
 
-dnl Set ETK_PACKAGE_DATA_DIR in config.h.  
-etk_prefix="\"`etk-config --prefix`/share/etk\""
-AC_DEFINE_UNQUOTED(ETK_PACKAGE_DATA_DIR, $etk_prefix, [Data dir for etk lib.])
-
 AC_SUBST(packagesrcdir)
 
 AC_OUTPUT([



-
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: proto davemds

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto

Dir : e17/proto/edje_editor/data/images


Removed Files:
Makefile.am 


Log Message:
 remove unused file, is this wrog in any way?




-
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: proto davemds

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto

Dir : e17/proto/edje_editor


Modified Files:
configure.in 


Log Message:
 Don't need to install images, are all inside the edj.

===
RCS file: /cvs/e/e17/proto/edje_editor/configure.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- configure.in21 Mar 2007 17:39:44 -  1.3
+++ configure.in13 Jul 2007 17:13:02 -  1.4
@@ -102,7 +102,6 @@
 src/Makefile
 src/bin/Makefile
 data/Makefile
-data/images/Makefile
 data/fonts/Makefile
 ],[
 ])



-
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: proto davemds

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto

Dir : e17/proto/edje_editor/data


Modified Files:
Makefile.am 


Log Message:
 Don't need to install images, are all inside the edj.

===
RCS file: /cvs/e/e17/proto/edje_editor/data/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 30 Dec 2006 09:50:54 -  1.1
+++ Makefile.am 13 Jul 2007 17:13:02 -  1.2
@@ -1,7 +1,6 @@
 MAINTAINERCLEANFILES = Makefile.in
 EXTRA_DIST = edje_editor.edc
-SUBDIRS = fonts \
- images
+SUBDIRS = fonts
  
 EDJE_CC = edje_cc
 EDJE_FLAGS = \



-
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: proto davemds

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : davemds
Project : e17
Module  : proto

Dir : e17/proto/edje_editor/src/bin


Modified Files:
callbacks.c callbacks.h interface.c interface.h main.c main.h 


Log Message:
 * Add Tween animation support (create and manage)
 * Use an internal test app for show the edje result (instead of using 
edje_viewer)
 * some formatting
 * some shell escape inside system() invocations to handle space in file/dir 
name

 NOTE:
 You can now use edje_editor to view and test edje files.
 There is a new switch (-t) that open an edje file and show 
 the content of the given group, without load the whole editor interface. 
 Seems usefull to me.
 There was also a thread on the forum about this :)

 USAGE:
 edje_editor -t edje_file.edj "group/to/display"


===
RCS file: /cvs/e/e17/proto/edje_editor/src/bin/callbacks.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- callbacks.c 10 Jul 2007 02:16:37 -  1.23
+++ callbacks.c 13 Jul 2007 16:54:57 -  1.24
@@ -38,6 +38,9 @@
 on_AllButton_click(Etk_Button *button, void *data)
 {
char cmd[1024];
+   Etk_Tree_Row *sel_row;
+   int row_num;
+   
switch ((int)data)
{
   case TOOLBAR_NEW:
@@ -103,12 +106,13 @@
  printf("Clicked signal on Toolbar Button 'Play' EMITTED\n");
  if (Cur.open_file_name) 
  {
-snprintf(cmd,1024,"edje_viewer %s &",Cur.open_file_name);
-printf("TEST IN VIEWER. cmd: %s\n",cmd);
-if (!system("type edje_viewer"))
-   system(cmd);
-else
-   ShowAlert("Could not find 'edje_viewer'.Check that 
the executable is in your path.");
+snprintf(cmd,1024,"edje_editor -t %s %s 
&",Cur.open_file_name,Cur.eg->name);
+printf("TESTING EDJE. cmd: %s\n",cmd);
+system(cmd);
+//if (!system("type edje_viewer"))
+//   system(cmd);
+//else
+//   ShowAlert("Could not find 'edje_viewer'.Check that 
the executable is in your path.");
  }else{
 ShowAlert("You need to save the file before testing it.");
  }
@@ -124,6 +128,35 @@
  if (engrave_file_font_dir_get(Cur.ef)) 
ShowFilechooser(FILECHOOSER_FONT);
  else ShowAlert("You have to save the file once for insert font.");
  break;
+  case IMAGE_TWEEN_UP:
+ShowAlert("Up not yet implemented.");
+ break;
+  case IMAGE_TWEEN_DOWN:
+ShowAlert("Down not yet implemented.");
+ break;
+  case IMAGE_TWEEN_DELETE:
+sel_row = etk_tree_selected_row_get(ETK_TREE(UI_ImageTweenList));
+if (row_num = (int)etk_tree_row_data_get (sel_row))
+{
+   
PROTO_engrave_part_state_image_tween_remove_nth(Cur.eps,row_num-1);
+   UpdateImageFrame();
+}
+ break;
+  case IMAGE_TWEEN_RADIO:
+UpdateImageFrame();
+
etk_toggle_button_active_set(ETK_TOGGLE_BUTTON(UI_ImageTweenRadio), TRUE);
+
etk_toggle_button_active_set(ETK_TOGGLE_BUTTON(UI_ImageNormalRadio), FALSE);
+etk_widget_show(UI_ImageTweenList);
+etk_widget_show(UI_MoveUpTweenButton);
+etk_widget_show(UI_MoveDownTweenButton);
+etk_widget_show(UI_DeleteTweenButton);
+etk_combobox_active_item_set (ETK_COMBOBOX(UI_ImageComboBox),
+   etk_combobox_nth_item_get(ETK_COMBOBOX(UI_ImageComboBox),0));
+ break;
+  case IMAGE_NORMAL_RADIO:
+PROTO_engrave_part_state_image_tween_remove_all(Cur.eps);
+UpdateImageFrame();
+ break;
}
 }
 
@@ -452,18 +485,40 @@
 on_ImageComboBox_changed(Etk_Combobox *combobox, void *data)
 {
Engrave_Image *image;
-   printf("Changed signal on Image Combo EMITED\n");
-
+   printf("Changed signal on Image Combo EMITTED\n");
+   
+   
if ((image = etk_combobox_item_data_get(etk_combobox_active_item_get 
(combobox{
   //Set an existing image
   if (Cur.eps){
- engrave_part_state_image_normal_set(Cur.eps, image);
+ if (!etk_toggle_button_active_get(UI_ImageTweenRadio))
+ {
+engrave_part_state_image_normal_set(Cur.eps, image);
+ }else{
+engrave_part_state_image_tween_add(Cur.eps,image);
+UpdateImageFrame();
+ }
  ev_redraw();
   }
}
 }
 
 void
+on_ImageTweenList_row_selected(Etk_Object *object, Etk_Tree_Row *row, void 
*data)
+{
+   printf("Row selected signal on ImageTweenList EMITTED\n");
+   if (row != etk_tree_first_row_get (ETK_TREE(UI_ImageTweenList)))
+   {
+  etk_widget_disabled_set(UI_DeleteTweenButton,FALSE);
+  etk_widget_disabled_set(UI_MoveUpTweenButton,FALSE);
+  etk_widget_disabled_set(UI_MoveDownTweenButton,FALSE);
+   }else{
+  etk_widget_disabled_set(UI_DeleteTweenButton,TRUE);
+   

E CVS: libs/evas barbieri

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : barbieri
Project : e17
Module  : libs/evas

Dir : e17/libs/evas/src/modules/engines/software_16


Modified Files:
evas_soft16.h 


Log Message:
Fix compile time CPU detection on ARM

===
RCS file: /cvs/e/e17/libs/evas/src/modules/engines/software_16/evas_soft16.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- evas_soft16.h   21 Jun 2007 19:57:56 -  1.5
+++ evas_soft16.h   13 Jul 2007 15:19:08 -  1.6
@@ -24,8 +24,30 @@
 #define UNROLL8(op...) UNROLL4(op) UNROLL4(op)
 #define UNROLL16(op...) UNROLL8(op) UNROLL8(op)
 
+#if defined(__ARM_ARCH_3M__) || defined(__ARM_ARCH_4__) || \
+defined(__ARM_ARCH_4T__)
+# define __ARM_ARCH__ 4
+#endif
 
-#if defined(__ARMEL__)
+#if defined(__ARM_ARCH_5__) || defined(__ARM_ARCH_5T__) || \
+defined(__ARM_ARCH_5E__) || defined(__ARM_ARCH_5TE__) || \
+defined(__ARM_ARCH_5TEJ__)
+# define __ARM_ARCH__ 5
+#endif
+
+#if defined(__ARM_ARCH_6__) || defined(__ARM_ARCH_6J__) || \
+defined(__ARM_ARCH_6K__) || defined(__ARM_ARCH_6Z__) || \
+defined(__ARM_ARCH_6ZK__) || defined(__ARM_ARCH_6T2__)
+# define __ARM_ARCH__ 6
+#endif
+
+#if defined(__ARM_ARCH_7__) || defined(__ARM_ARCH_7A__) || \
+defined(__ARM_ARCH_7R__) || defined(__ARM_ARCH_7M__)
+# define __ARM_ARCH__ 7
+#endif
+
+
+#if defined(__ARM_ARCH__) && (__ARM_ARCH__ >= 5)
 /* tested on ARMv6 (arm1136j-s), Nokia N800 CPU */
 #define pld(addr, off)  \
__asm__("pld [%[address], %[offset]]"::  \



-
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: libs/ewl ningerso

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir : e17/libs/ewl/src/lib


Modified Files:
ewl_widget.c 


Log Message:
Set the edje object file to NULL on obscure.

===
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_widget.c,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -3 -r1.134 -r1.135
--- ewl_widget.c29 Mar 2007 19:25:09 -  1.134
+++ ewl_widget.c13 Jul 2007 14:44:31 -  1.135
@@ -2510,6 +2510,7 @@
 * caching.
 */
if (w->theme_object) {
+   edje_object_file_set(w->theme_object, NULL, NULL);
ewl_embed_object_cache(emb, w->theme_object);
w->theme_object = NULL;
}



-
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: libs/efreet kaethorn

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : libs/efreet

Dir : e17/libs/efreet/debian


Modified Files:
efreet0-bin.install 


Log Message:
remove ecore_alloc and compare_results from debian package.

===
RCS file: /cvs/e/e17/libs/efreet/debian/efreet0-bin.install,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- efreet0-bin.install 24 Mar 2007 16:22:10 -  1.1
+++ efreet0-bin.install 13 Jul 2007 12:40:56 -  1.2
@@ -1,4 +1,2 @@
 debian/tmp/usr/bin/efreet_alloc
-debian/tmp/usr/bin/ecore_alloc
 debian/tmp/usr/bin/efreet_menu_alloc
-debian/tmp/usr/bin/compare_results



-
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: libs/ecore kaethorn

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : kaethorn
Project : e17
Module  : libs/ecore

Dir : e17/libs/ecore/debian


Modified Files:
control rules 
Removed Files:
libecore0-dbus.install 


Log Message:
remove deprecated ecore_dbus from debian package.

===
RCS file: /cvs/e/e17/libs/ecore/debian/control,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- control 28 Oct 2006 11:41:53 -  1.38
+++ control 13 Jul 2007 12:27:33 -  1.39
@@ -2,8 +2,8 @@
 Section: libs
 Priority: optional
 Maintainer: E17 Debian Team <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>> 4.0.0), cdbs (>= 0.4.3-1.1), automake1.7 | 
automaken, libtool, libeet-dev, libevas-dev, libssl-dev, libcurl3-dev, 
libxcursor-dev, libxss-dev | xlibs-static-dev, libx11-dev, libxrender-dev, 
libxinerama-dev, libxrandr-dev, libxext-dev, x-dev, libxp-dev, 
libfreetype6-dev, libjpeg62-dev
-Standards-Version: 3.6.2.2
+Build-Depends: cdbs, debhelper (>= 5), libeet-dev, libevas-dev, libssl-dev, 
libcurl3-dev, libxcursor-dev, libxss-dev | xlibs-static-dev, libx11-dev, 
libxrender-dev, libxinerama-dev, libxrandr-dev, libxext-dev, x-dev, libxp-dev, 
libfreetype6-dev, libjpeg62-dev
+Standards-Version: 3.7.2
 
 Package: libecore0
 Architecture: any
@@ -43,19 +43,6 @@
  applications.
  This package contains the Enlightened Property Library.
  
-Package: libecore0-dbus
-Architecture: any
-Section: libs
-Depends: ${shlibs:Depends}, libecore0 (= ${Source-Version}), libecore-con
-Provides: libecore-dbus
-Description: Ecore DBus Library
- This is the core event abstraction layer and X abstraction layer that makes
- doing selections, Xdnd, general X stuff, and event loops, timeouts and idle
- handlers fast, optimized, and convenient. It's a separate library so anyone
- can make use of the work put into Ecore to make this job easy for
- applications.
- This package contains the Ecore DBus Library.
- 
 Package: libecore0-desktop
 Architecture: any
 Section: libs
@@ -165,7 +152,7 @@
 Architecture: any
 Section: libdevel
 Architecture: any
-Depends: libecore0 (= ${Source-Version}), libecore-config, libecore-con, 
libecore-dbus, libecore-desktop, libecore-evas, libecore-fb, libecore-file, 
libecore-ipc, libecore-job, libecore-txt, libecore-x
+Depends: libecore0 (= ${Source-Version}), libecore-config, libecore-con, 
libecore-desktop, libecore-evas, libecore-fb, libecore-file, libecore-ipc, 
libecore-job, libecore-txt, libecore-x
 Provides: libecore-all
 Description: Virtual package providing all available Ecore modules.
  This is the core event abstraction layer and X abstraction layer that makes
===
RCS file: /cvs/e/e17/libs/ecore/debian/rules,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- rules   3 Jul 2007 11:24:28 -   1.14
+++ rules   13 Jul 2007 12:27:33 -  1.15
@@ -5,6 +5,5 @@
 
 DEB_CONFIGURE_EXTRA_FLAGS :=  --disable-ecore-evas-dfb --disable-ecore-dfb 
--enable-ecore-fb
 
-debian/stamp-autotools-files:
+clean::
./autogen.sh --prefix=/usr --disable-ecore-evas-dfb --disable-ecore-dfb 
--enable-ecore-fb
-   touch debian/stamp-autotools-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/exhibit codewarrior

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/exhibit

Dir : e17/apps/exhibit/src/bin


Modified Files:
exhibit_main.c 


Log Message:
tweak the number of images per iteration, the iteration time, and the number
of elements to allocate at once.


===
RCS file: /cvs/e/e17/apps/exhibit/src/bin/exhibit_main.c,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -3 -r1.116 -r1.117
--- exhibit_main.c  12 Jul 2007 13:33:08 -  1.116
+++ exhibit_main.c  13 Jul 2007 10:31:13 -  1.117
@@ -4,13 +4,13 @@
 #include "exhibit.h"
 
 /* defines the max number of additions to the tree per timer tick */
-#define MAX_INSERTS_PER_ITERATION 200
+#define MAX_INSERTS_PER_ITERATION 170
 
 /* defines the timer tick interval for tree inserts */
-#define INSERTS_INTERVAL 0.15
+#define INSERTS_INTERVAL 0.3
 
 /* defines the initial size and increment size that file list arrays have */
-#define FILELIST_SIZE 5000
+#define FILELIST_SIZE 3000
 
 extern pid_t pid;
 extern Evas_List *thumb_list;



-
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/exhibit leviathan

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : apps/exhibit

Dir : e17/apps/exhibit/data


Modified Files:
gui.edc 


Log Message:
slow down animation

===
RCS file: /cvs/e/e17/apps/exhibit/data/gui.edc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- gui.edc 13 Jul 2007 08:02:26 -  1.4
+++ gui.edc 13 Jul 2007 10:28:44 -  1.5
@@ -118,7 +118,7 @@
signal: "show";
source: "";
action: STATE_SET "anim" 0.0;
-   transition: LINEAR 1.0;
+   transition: LINEAR 4.0;
target: "icon";
after: "animate";
 }



-
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/exhibit codewarrior

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : codewarrior
Project : e17
Module  : apps/exhibit

Dir : e17/apps/exhibit


Modified Files:
configure.in 


Log Message:
Bump up version - we changed the config format.

===
RCS file: /cvs/e/e17/apps/exhibit/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- configure.in6 Jul 2007 11:11:48 -   1.12
+++ configure.in13 Jul 2007 10:23:23 -  1.13
@@ -9,7 +9,7 @@
 AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE(exhibit, 0.1.0)
+AM_INIT_AUTOMAKE(exhibit, 0.1.1)
 
 AC_PREREQ(2.52)
 



-
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/exhibit leviathan

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : apps/exhibit

Dir : e17/apps/exhibit/data


Modified Files:
gui.edc 


Log Message:
make the loading hourglass animate
Note: This makes the app heavy when generating large number of thumbnails, 
that's why it's commited alone, so if people feel it's too much you can revert 
it

===
RCS file: /cvs/e/e17/apps/exhibit/data/gui.edc,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- gui.edc 6 Jul 2007 23:05:17 -   1.3
+++ gui.edc 13 Jul 2007 08:02:26 -  1.4
@@ -34,7 +34,25 @@
image: "tiles.png" COMP;
image: "e17_fileman_thumb_bg.png" COMP;
image: "e17_mini_button_shadow2.png" COMP;
-   image: "exhibit_thumb_loading.png" COMP;
+   image: "exhibit_thumb_loading_1.png" COMP;
+   image: "exhibit_thumb_loading_2.png" COMP;
+   image: "exhibit_thumb_loading_3.png" COMP;
+   image: "exhibit_thumb_loading_4.png" COMP;
+   image: "exhibit_thumb_loading_5.png" COMP;
+   image: "exhibit_thumb_loading_6.png" COMP;
+   image: "exhibit_thumb_loading_7.png" COMP;
+   image: "exhibit_thumb_loading_8.png" COMP;
+   image: "exhibit_thumb_loading_9.png" COMP;
+   image: "exhibit_thumb_loading_10.png" COMP;
+   image: "exhibit_thumb_loading_11.png" COMP;
+   image: "exhibit_thumb_loading_12.png" COMP;
+   image: "exhibit_thumb_loading_13.png" COMP;
+   image: "exhibit_thumb_loading_14.png" COMP;
+   image: "exhibit_thumb_loading_15.png" COMP;
+   image: "exhibit_thumb_loading_16.png" COMP;
+   image: "exhibit_thumb_loading_17.png" COMP;
+   image: "exhibit_thumb_loading_18.png" COMP;
+   image: "exhibit_thumb_loading_19.png" COMP;
 }
 
 collections {
@@ -61,14 +79,50 @@
  offset: -1 -1; 
   } 
   image { 
- normal: "exhibit_thumb_loading.png";
+ normal: "exhibit_thumb_loading_1.png";
   } 
   fill { 
  smooth: 0; 
   } 
} 
+   description { 
+  state: "anim" 0.0; 
+  inherit: "default" 0.0;
+  image { 
+ normal: "exhibit_thumb_loading_1.png";
+ tween: "exhibit_thumb_loading_2.png";
+ tween: "exhibit_thumb_loading_3.png";
+ tween: "exhibit_thumb_loading_4.png";
+ tween: "exhibit_thumb_loading_5.png";
+ tween: "exhibit_thumb_loading_6.png";
+ tween: "exhibit_thumb_loading_7.png";
+ tween: "exhibit_thumb_loading_8.png";
+ tween: "exhibit_thumb_loading_9.png";
+ tween: "exhibit_thumb_loading_10.png";
+ tween: "exhibit_thumb_loading_11.png";
+ tween: "exhibit_thumb_loading_12.png";
+ tween: "exhibit_thumb_loading_13.png";
+ tween: "exhibit_thumb_loading_14.png";
+ tween: "exhibit_thumb_loading_15.png";
+ tween: "exhibit_thumb_loading_16.png";
+ tween: "exhibit_thumb_loading_17.png";
+ tween: "exhibit_thumb_loading_18.png";
+ tween: "exhibit_thumb_loading_19.png";
+  } 
+   }
 } 
   } 
+  programs {
+ program {
+   name: "animate";
+   signal: "show";
+   source: "";
+   action: STATE_SET "anim" 0.0;
+   transition: LINEAR 1.0;
+   target: "icon";
+   after: "animate";
+}
+  }
}   

group {



-
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/exhibit leviathan

2007-07-13 Thread Enlightenment CVS
Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : apps/exhibit

Dir : e17/apps/exhibit/data/images


Modified Files:
exhibit_thumb_loading_1.png exhibit_thumb_loading_10.png 
exhibit_thumb_loading_11.png exhibit_thumb_loading_12.png 
exhibit_thumb_loading_13.png exhibit_thumb_loading_14.png 
exhibit_thumb_loading_15.png exhibit_thumb_loading_16.png 
exhibit_thumb_loading_17.png exhibit_thumb_loading_18.png 
exhibit_thumb_loading_19.png exhibit_thumb_loading_2.png 
exhibit_thumb_loading_3.png exhibit_thumb_loading_4.png 
exhibit_thumb_loading_5.png exhibit_thumb_loading_6.png 
exhibit_thumb_loading_7.png exhibit_thumb_loading_8.png 
exhibit_thumb_loading_9.png 


Log Message:
fix positioning of loading images

===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_1.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsTo3p7G and /tmp/cvs9VTVJJ differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_10.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvstmhMSF and /tmp/cvsnFfUwI differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_11.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvs9kqNjJ and /tmp/cvszvbwZL differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_12.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsl6vz0H and /tmp/cvsLN4THK differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_13.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsxlVYqL and /tmp/cvsJAAT9N differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_14.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsWen8TN and /tmp/cvsPGgfHQ differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_15.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsCD3yAM and /tmp/cvsHkzjpP differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_16.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsuyi12P and /tmp/cvsjyvmTS differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_17.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsDbQ7MO and /tmp/cvsTt53ER differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_18.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvstFdR9R and /tmp/cvs134p3U differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_19.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsOI6odT and /tmp/cvsDA1z8V differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_2.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvswApnYR and /tmp/cvsRJAbVU differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_3.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsUPtciV and /tmp/cvsfObLgY differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_4.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsAW9R0T and /tmp/cvsJto40W differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_loading_5.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
Binary files /tmp/cvsYTgQlX and /tmp/cvsDKMHn0 differ
===
RCS file: /cvs/e/e17/apps/exhibit/data/images/exhibit_thumb_