Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/include


Modified Files:
        entropy.h entropy_core.h entropy_generic.h 


Log Message:
Big changes:

* The tar file browsing support (via evfs) is now in.
* I've left a lot of debug statements in, so expect a screenful :)
* The tar URI generation code is going to be rewritten later to be more 
generic, this is just a placeholder
* If anyone finds any regressions because of this new URI code, let me know.


===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- entropy.h   27 Oct 2005 07:15:47 -0000      1.2
+++ entropy.h   28 Oct 2005 22:33:36 -0000      1.3
@@ -83,6 +83,7 @@
 void entropy_core_string_lowcase(char *lc);
 void* entropy_malloc(size_t);
 void entropy_free(void* ref);
+char* entropy_core_descent_for_mime_get(entropy_core*, char*);
 
 /*Logging stuff*/
 
===================================================================
RCS file: /cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_core.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- entropy_core.h      20 Oct 2005 08:45:54 -0000      1.1
+++ entropy_core.h      28 Oct 2005 22:33:36 -0000      1.2
@@ -26,6 +26,7 @@
        pthread_mutex_t file_cache_mutex;
 
        Ecore_List* selected_files;
+       Ecore_Hash* descent_hash;
 
        
 
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/include/entropy_generic.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- entropy_generic.h   24 Oct 2005 00:58:38 -0000      1.2
+++ entropy_generic.h   28 Oct 2005 22:33:36 -0000      1.3
@@ -21,6 +21,8 @@
 
        entropy_thumbnail* thumbnail;
 
+       struct entropy_generic_file* parent;
+
        char* md5; /*A reference to the md5sum made for this file*/
 };
 
@@ -37,6 +39,11 @@
        entropy_core* core; /*A reference into the system core */
        void* requester; /*The object that requested this file/directory, for 
reference tracking purposes*/
        int file_type;
+       int drill_down; /*Indicate if this request should drill down through 
the child's mime type
+                         I.e. if the file's uri is 'posix', and the file's 
mime is 'application/x-tar,
+                         produce a construct of the form 
posix://path/to/file#tar:/// ..etc */
+
+       int set_parent;
 };
 
 typedef struct entropy_file_stat entropy_file_stat;




-------------------------------------------------------
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
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to