Enlightenment CVS committal Author : chaos Project : e17 Module : proto/entropy
Dir : e17/proto/entropy/src/include Modified Files: entropy_gui.h entropy_gui_event_handler.h etk_efolder_dialog.h notification_engine.h plugin_base.h plugin_helper.h Log Message: eFolder creation dialog =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/entropy_gui.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- entropy_gui.h 13 Aug 2007 03:08:08 -0000 1.15 +++ entropy_gui.h 1 Sep 2007 12:13:14 -0000 1.16 @@ -26,6 +26,7 @@ #define ENTROPY_GUI_EVENT_DEHOVER "entropy_gui_event_dehover" #define ENTROPY_GUI_EVENT_AUTH_REQUEST "entropy_gui_event_auth_request" +#define ENTROPY_GUI_EVENT_META_ALL_REQUEST "entropy_gui_event_meta_all_request" #define ENTROPY_TOOLKIT_EWL "ewl" #define ENTROPY_TOOLKIT_ETK "etk" =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/entropy_gui_event_handler.h,v retrieving revision 1.12 retrieving revision 1.13 diff -u -3 -r1.12 -r1.13 --- entropy_gui_event_handler.h 13 Aug 2007 03:08:09 -0000 1.12 +++ entropy_gui_event_handler.h 1 Sep 2007 12:13:14 -0000 1.13 @@ -144,4 +144,9 @@ entropy_event_handler_auth_request_instance_data(entropy_gui_event* event, entropy_gui_component_instance* requestor); +/*Metadata All */ +Entropy_Gui_Event_Handler* entropy_event_handler_meta_all_request_handler(); +Entropy_Gui_Event_Handler_Instance_Data* entropy_event_handler_metadata_all_instance_data(entropy_gui_event* event, + entropy_gui_component_instance* requestor); + #endif =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/etk_efolder_dialog.h,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- etk_efolder_dialog.h 29 Aug 2007 04:55:06 -0000 1.1 +++ etk_efolder_dialog.h 1 Sep 2007 12:13:14 -0000 1.2 @@ -1,6 +1,6 @@ #ifndef __ETK_EFOLDER_DIALOG_H_ #define __ETK_EFOLDER_DIALOG_H_ -void entropy_etk_efolder_dialog_show(); +void entropy_etk_efolder_dialog_show(Evas_List* l); #endif =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/notification_engine.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- notification_engine.h 13 Aug 2007 03:08:09 -0000 1.16 +++ notification_engine.h 1 Sep 2007 12:13:14 -0000 1.17 @@ -24,7 +24,8 @@ ENTROPY_NOTIFY_PASTE_REQUEST = 19, ENTROPY_NOTIFY_HOVER = 20, ENTROPY_NOTIFY_DEHOVER = 21, - ENTROPY_NOTIFY_AUTH_REQUEST =22 + ENTROPY_NOTIFY_AUTH_REQUEST =22, + ENTROPY_NOTIFY_METADATA_ALL = 23 }; enum ENTROPY_GUI_EVENT_HINTS { =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_base.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- plugin_base.h 30 Aug 2007 13:07:02 -0000 1.20 +++ plugin_base.h 1 Sep 2007 12:13:14 -0000 1.21 @@ -3,6 +3,7 @@ #include <limits.h> #include <Ecore_Data.h> +#include <Evas.h> #include <sys/types.h> #include "entropy.h" @@ -86,6 +87,7 @@ void (*groups_get)(entropy_gui_component_instance* instance); Ecore_List* (*groups_retrieve)(); void (*meta_all_get)(entropy_gui_component_instance* instance); + void (*vfolder_create)(char* name,Evas_List* entries); } misc_functions; }; #define ENTROPY_PLUGIN_FILE(plugin) ((Entropy_Plugin_File *) plugin) =================================================================== RCS file: /cvs/e/e17/proto/entropy/src/include/plugin_helper.h,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- plugin_helper.h 13 Aug 2007 03:08:09 -0000 1.29 +++ plugin_helper.h 1 Sep 2007 12:13:14 -0000 1.30 @@ -43,5 +43,7 @@ void entropy_event_dehover_request(entropy_gui_component_instance* instance, entropy_generic_file* file); void entropy_event_auth_request(entropy_gui_component_instance* instance,char*); +void entropy_plugin_filesystem_metadata_all_get(entropy_gui_component_instance* instance); +void entropy_plugin_filesystem_vfolder_create(char* name, Evas_List* entries); #endif ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs