Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy_generic.h entropy_gui.h notification_engine.h 


Log Message:
* First bits of the entropy file copy progress dialog

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_generic.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- entropy_generic.h   2 Nov 2005 11:52:30 -0000       1.5
+++ entropy_generic.h   16 Nov 2005 11:48:34 -0000      1.6
@@ -47,8 +47,17 @@
                          produce a construct of the form 
posix://path/to/file#tar:/// ..etc */
 
        int set_parent;
+       int value;
 };
 
+/*A temporary structure until I find a better way to do this*/
+typedef struct entropy_file_progress {
+       char* file_from;
+       char* file_to;
+
+       float progress;
+} entropy_file_progress;
+
 typedef struct entropy_file_stat entropy_file_stat;
 struct entropy_file_stat {
        entropy_generic_file* file;
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_gui.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- entropy_gui.h       24 Oct 2005 03:10:23 -0000      1.2
+++ entropy_gui.h       16 Nov 2005 11:48:34 -0000      1.3
@@ -12,5 +12,8 @@
 #define ENTROPY_GUI_EVENT_FILE_STAT   "entropy_gui_event_file_stat"            
              //Request a stat of a file
 #define ENTROPY_GUI_EVENT_FILE_STAT_AVAILABLE   
"entropy_gui_event_file_stat_available"                              //Request 
a stat of a file
 
+/*File copy/move etc progress event*/
+#define ENTROPY_GUI_EVENT_FILE_PROGRESS "entropy_gui_event_file_progress"
+
 #endif
 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/include/notification_engine.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- notification_engine.h       27 Oct 2005 12:12:22 -0000      1.4
+++ notification_engine.h       16 Nov 2005 11:48:34 -0000      1.5
@@ -14,7 +14,8 @@
        ENTROPY_NOTIFY_FILE_REMOVE_DIRECTORY,
        ENTROPY_NOTIFY_FILE_ACTION,
        ENTROPY_NOTIFY_FILE_STAT_EXECUTED,
-       ENTROPY_NOTIFY_FILE_STAT_AVAILABLE
+       ENTROPY_NOTIFY_FILE_STAT_AVAILABLE,
+       ENTROPY_NOTIFY_FILE_PROGRESS
 };
 
 typedef struct entropy_notification_engine entropy_notification_engine;




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to